@charset "UTF-8";
/* 
	NORMALIZE
	---------
	Región:
	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("Roboto-Light"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: FuenteRegular;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Roboto"), url("../fonts/Roboto//Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: FuenteBold;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-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 + 4 * (100vw - 768px) / 1152) !important;
  }
}
/* Tamaño máximo */
@media (min-width: 1920px) {
  :root {
    font-size: 20px !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;
  --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;
  /* Colores principales página */
  --colorPri: #095a82;
  --colorSec: #f7a259;
  --colorResaltado: rgb(250,186,9);
  --colorEnlace: #76bcc4;
  /* 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 */
  /* Paleta Institucional US */
  --us-rojo-oscuro: #A50133; /* rgb(165,1,51) */
  --us-rojo: #BE0F2E; /* rgb(190,15,46) */
  --us-amarillo: #FABA09; /* rgb(250,186,9) */
  --us-gris-oscuro: #3D3D3C; /* rgb(61,61,60) */
  --us-gris-claro: #C6C6C6; /* rgb(198,198,198) */
  /* Paleta Ampliada US*/
  --us-naranja: #F09205; /* rgb(240,146,5) */
  --us-verde-agua: #95BE05; /* rgb(149,190,5) */
  --us-verde-azulado: #059F94; /* rgb(5,159,148) */
  --us-magenta: #BD1353; /* rgb(189,19,83) */
  --us-gris-azulado: #648A9F; /* rgb(100,138,159) */
  /* 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: #efefef;
  --color-texto-footer: #7c7c79;
  --color-resaltado-footer: black;
  --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-naranja);
  --colorMenu-3: var(--us-verde-agua);
  --colorMenu-4: var(--us-verde-azulado);
  --colorMenu-5: var(--us-magenta);
  --colorMenu-6: var(--us-gris-azulado);
  --colorMenu-7: var(--us-gris-oscuro);
}

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

/* 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: 13px;
}
#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: static !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: 499; */
  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;
}
.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-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;
  }
  .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 > .container {
  /* width: 100%; */
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  /* padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; */
}

/* ------------------------------------------------------------------------------------- */
/* HIGHLIGHTED-TOP [RESALTADO] --------------------------------------------------------- */
.highlighted-top {
  width: 100%;
  /* background-color: var(--fondoClaro);
  padding-top: 40px; */
  /* margin-bottom: 40px; */
  margin-bottom: -10px;
  margin-top: 10px;
}

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

/* ------------------------------------------------------------------------------------- */
/* 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;
  }
  .main-content > .container .main {
    order: 1;
  }
  .main-content > .container .sidebar-first {
    order: 2;
  }
}
/* ------------------------------------------------------------------------------------- */
/* 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(--color-fondo-portada);
}

/* .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-BOTTOM [ACTUALIDAD - AGENDA - BIN] ----------------------------------------- */
/* .featured-bottom-transparent-bg {} */
/* ------------------------------------------------------------------------------------- */
/* 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;
}
.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;
}

/* --- 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: center;
  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: 19px;
  order: 2;
}
.logo-centro .logo-centro__img {
  height: 3.5vw;
  max-height: 90px;
  min-height: 40px;
}

/* Logo 50 aniversario */
.logo-aniversario {
  position: relative;
  top: 15px;
  order: 3;
  margin-left: 3rem;
}
.logo-aniversario .logo-aniversario__img {
  height: 5vw;
  max-height: 90px;
  min-height: 40px;
}

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

.logo-us--movil,
.logo-centro--movil,
.logo-aniversario--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--movil, .logo-aniversario--movil {
    position: relative;
    top: -15px;
    margin-left: 10px;
  }
  .logo-centro--movil img, .logo-aniversario--movil img {
    height: 47px;
  }
  .logo-aniversario--movil {
    margin-left: 30px;
  }
}
/* Tablet */
/* 
	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)
*/
/* CAJA DEL BUSCADOR ----------------------------------- */
/* Caja del buscador (aparece oculta-> width: 0) */
.search-block-form #edit-keys {
  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 ----------------------------------- */
/* 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 {
  /* font-size: 16px;
     width: fit-content; */
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 16px;
  --color-lupa: var(--ColorPri);
}

/* Muestra la lupa de búsqueda, en lugar del botón Search */
.search-block-form #edit-actions::after {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  content: "\f002";
  color: var(--color-lupa);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 498;
  cursor: pointer;
}

/* 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) {
  /* 	.search-area {
  		top: -53px;
      	right: -120px;
  	} */
  /* .search-block-form {
  	top: 53px;
  } */
  /* .search-area #edit-actions::after { */
  /* .search-block-form #edit-actions::after {
  	color: var(--colorPri);
  } */
  /* .search-block-form #edit-actions {
  	--color-lupa:white;
  } */
  /* .search-area #edit-keys { */
  .search-block-form #edit-keys {
    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: 30%;
}

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

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

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

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

/* ---------------- 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 ----------------------   */
    /* rgb(165,1,51) */
    /* rgb(190,15,46) */
    /* rgb(250,186,9) */
    /* rgb(61,61,60) */
    /* rgb(198,198,198) */
    /* Paleta Ampliada US*/
    /* rgb(240,146,5) */
    /* rgb(149,190,5) */
    /* rgb(5,159,148) */
    /* rgb(189,19,83) */
    /* rgb(100,138,159) */
    /* rgb(61,61,60) */
    /* rgb(165,1,51) */
    /* rgb(190,15,46) */
    /* rgb(250,186,9) */
    /* rgb(61,61,60) */
    /* rgb(198,198,198) */
    /* Paleta Ampliada US*/
    /* rgb(240,146,5) */
    /* rgb(149,190,5) */
    /* rgb(5,159,148) */
    /* rgb(189,19,83) */
    /* rgb(100,138,159) */
    /* rgb(61,61,60) */
    /* rgb(165,1,51) */
    /* rgb(190,15,46) */
    /* rgb(250,186,9) */
    /* rgb(61,61,60) */
    /* rgb(198,198,198) */
    /* Paleta Ampliada US*/
    /* rgb(240,146,5) */
    /* rgb(149,190,5) */
    /* rgb(5,159,148) */
    /* rgb(189,19,83) */
    /* rgb(100,138,159) */
    /* rgb(61,61,60) */
    /* rgb(165,1,51) */
    /* rgb(190,15,46) */
    /* rgb(250,186,9) */
    /* rgb(61,61,60) */
    /* rgb(198,198,198) */
    /* Paleta Ampliada US*/
    /* rgb(240,146,5) */
    /* rgb(149,190,5) */
    /* rgb(5,159,148) */
    /* rgb(189,19,83) */
    /* rgb(100,138,159) */
    /* rgb(61,61,60) */
    /* rgb(165,1,51) */
    /* rgb(190,15,46) */
    /* rgb(250,186,9) */
    /* rgb(61,61,60) */
    /* rgb(198,198,198) */
    /* Paleta Ampliada US*/
    /* rgb(240,146,5) */
    /* rgb(149,190,5) */
    /* rgb(5,159,148) */
    /* rgb(189,19,83) */
    /* rgb(100,138,159) */
    /* rgb(61,61,60) */
    /* rgb(165,1,51) */
    /* rgb(190,15,46) */
    /* rgb(250,186,9) */
    /* rgb(61,61,60) */
    /* rgb(198,198,198) */
    /* Paleta Ampliada US*/
    /* rgb(240,146,5) */
    /* rgb(149,190,5) */
    /* rgb(5,159,148) */
    /* rgb(189,19,83) */
    /* rgb(100,138,159) */
    /* rgb(61,61,60) */
    /* rgb(165,1,51) */
    /* rgb(190,15,46) */
    /* rgb(250,186,9) */
    /* rgb(61,61,60) */
    /* rgb(198,198,198) */
    /* Paleta Ampliada US*/
    /* rgb(240,146,5) */
    /* rgb(149,190,5) */
    /* rgb(5,159,148) */
    /* rgb(189,19,83) */
    /* rgb(100,138,159) */
    /* rgb(61,61,60) */
  }
  .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(190, 15, 46, 0.1) !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(240, 146, 5, 0.1) !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(149, 190, 5, 0.1) !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(5, 159, 148, 0.1) !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(189, 19, 83, 0.1) !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(100, 138, 159, 0.1) !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(61, 61, 60, 0.1) !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;
}
.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;
  }
  .navicon .navicon__ctn .navicon__linea {
    background-color: white;
  }
  .navicon .navicon__ctn .navicon__linea::before, .navicon .navicon__ctn .navicon__linea::after {
    background-color: white;
  }
  .header-bottom .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 +
------------------------------------------------------------ */
#sidebar-second {
  --colorMenu: var(--colorMenu-2);
}
#sidebar-second nav {
  background: var(--colorMenu);
  padding: 5px 20px;
}
#sidebar-second #block-menucalidad {
  --colorMenu: var(--colorMenu-6);
  background: var(--colorMenu);
}
#sidebar-second h2 {
  background: var(--colorSec);
  text-align: center;
  color: white;
  padding: 5px 0;
}
#sidebar-second ul li {
  padding-bottom: 0.5rem;
}
#sidebar-second ul li a {
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: block;
  color: white;
}
#sidebar-second ul li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu);
}

/*   MENÚ EN MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* @media (max-width: 767px){ */
@media (max-width: 1200px) {
  #sidebar-second {
    padding-left: 0;
  }
  #sidebar-second ul li a {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
/* Tablet */
/* ---------------------------------------------------------
+ MENÚ LATERAL +
------------------------------------------------------------ */
#sidebar-second {
  --colorMenu: var(--colorMenu-2);
}
#sidebar-second nav {
  background: var(--colorMenu);
  padding: 5px 20px;
}
#sidebar-second #block-menucalidad {
  --colorMenu: var(--colorMenu-6);
  background: var(--colorMenu);
}
#sidebar-second #block-menutvfgh {
  --colorMenu: var(--colorMenu-7);
  background: var(--colorMenu);
}
#sidebar-second h2 {
  background: var(--colorSec);
  text-align: center;
  color: white;
  padding: 5px 0;
}
#sidebar-second .navicon {
  display: none;
}
#sidebar-second .menu-lateral {
  position: relative;
}
#sidebar-second .menu-lateral ul {
  list-style: none;
  /* Cambiar cursor por defecto a links que no enlacen a ningún sitio */
}
#sidebar-second .menu-lateral ul .menu__link[href=""], #sidebar-second .menu-lateral ul .menu__link[href="#"], #sidebar-second .menu-lateral ul .menu__link[href="javascript:void(0)"] {
  cursor: default !important;
}
#sidebar-second .menu-lateral ul li {
  padding-bottom: 0.5rem;
}
#sidebar-second .menu-lateral ul li a {
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: block;
  color: white;
}
#sidebar-second .menu-lateral ul li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--colorMenu);
}

/*   MENÚ EN MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* @media (max-width: 767px){ */
@media (max-width: 1200px) {
  #sidebar-second {
    padding-left: 0;
  }
  #sidebar-second ul li a {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
/* 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: 20px;
}
.aviso .aviso__titular {
  display: flex;
  justify-content: center;
}
.aviso .aviso__titular a {
  color: yellow !important;
}
.aviso .aviso__titular .fontawesome-icons {
  font-size: 2rem;
  margin-right: 10px;
}
.aviso .aviso__titulo {
  color: white;
}
.aviso .aviso__titulo .aviso__texto {
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  color: white;
}
.aviso .aviso__titulo .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 {
  --carrusel-altura: 30%;
  position: relative;
  padding-bottom: var(--carrusel-altura);
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  /* clip-path: ellipse(100% 100% at 30% -1%); */
}

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

/* Diapositivas individuales */
.diapositiva {
  flex: 1 0 100%;
  position: relative;
}
.diapositiva :is(img, iframe, video) {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.diapositiva__imagen-ctn {
  position: relative;
  padding-bottom: var(--carrusel-altura);
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.diapositiva__texto-titulo {
  color: white;
  /* font-size: 1.6rem;
  line-height: 1.8rem; */
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: none !important;
  margin: 0;
  padding-bottom: 10px;
  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;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  width: 35%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 	$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=izquierda] {
  top: 0;
  left: 0;
  padding: 20px 40px 20px 60px;
}
.diapositiva__texto-ctn[ubica=izquierda].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(85% 0%, 0% 0%, 0% 100%, 100% 100%);
  padding-right: 9rem;
}
.diapositiva__texto-ctn[ubica=izquierda].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 0% 50% 50% 0%);
  padding-right: 5rem;
}
.diapositiva__texto-ctn[ubica=centro] {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  /* height: 30%;
  width: 100%; */
  padding: 20px 70px;
  width: 100%;
  height: fit-content;
}
.diapositiva__texto-ctn[ubica=centro] > .diapositiva__texto-titulo {
  text-align: center;
}
.diapositiva__texto-ctn[ubica=centro].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[ubica=derecha] {
  right: 0;
  left: auto;
  padding: 20px 60px 20px 40px;
}
.diapositiva__texto-ctn[ubica=derecha].diapositiva__texto-ctn[texto-forma=Inclinada] {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 9rem;
}
.diapositiva__texto-ctn[ubica=derecha].diapositiva__texto-ctn[texto-forma=Curvada] {
  clip-path: inset(0 0 0 0 round 50% 0% 0% 50%);
  padding-left: 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.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.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,
  .carrusel-diapositivas,
  .diapositiva {
    height: 300px !important;
  }
  .diapositiva__imagen-ctn {
    position: static;
    height: 300px;
  }
  /* 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;
  }
  .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;
  background: var(--colorSec);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabecera-titular::before {
  content: "";
  display: block;
  padding-top: 13%;
}

/* Imagen */
.cabecera-titular__foto-ctn {
  margin: 0;
}
.cabecera-titular__foto-ctn .cabecera-titular__foto-img {
  filter: blur(1.2px) brightness(1) contrast(1) grayscale(1) opacity(0.4) 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: 9;
}
.cabecera-titular__texto-ctn .cabecera-titular__texto-seccion {
  color: black;
  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;
  /* text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black; */
  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;
  /* box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.25); */
  /* mix-blend-mode: exclusion;
  opacity: 1; */
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

/* .cabecera-titular__texto-titulo::after{
	content: "";
    display: block;
    max-width: 100px;
    margin-top: 5px;
    border-style: solid;
    border-width: 0.9px;
    color: inherit;
    opacity: .3;
    margin-bottom: 10px;
} */
/* @media (max-width: 767px){
	.cabecera-titular__texto-titulo {
		 width: 90%; 
	}
} */
/* Tablet */
/* @media (min-width: 768px){
	.cabecera-titular__texto-titulo {
		 width: 90%; 
	}
} */
/* Desktop */
/* @media (min-width: 992px){
	.cabecera-titular__texto-titulo {
		 width: calc(970px + 3%); 
	}
} */
/* Extra Desktop */
/* @media (min-width: 1200px){
	.cabecera-titular__texto-titulo {
		 width: calc(1170px + 3%);  
	}
} */
/* Extra extra Desktop */
/* @media (min-width: 1440px){
	.cabecera-titular__texto-titulo {
		 width: calc(1430px + 3%); 
	}
} */
/* Busca el contenedor con ese atributo específico y oculta el h4 dentro de él */
.cabecera-titular__texto-ctn[data-seccion=Agenda-Comunicados] .cabecera-titular__texto-titulo {
  display: none;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .cabecera-titular::before {
    padding-top: 140px;
  }
  /* 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);
}

/* 
	TITULACIONES
	------------
	Región:
	Template:
	Descripción:
	Última revisión: 22/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   NUESTRAS TITULACIONES   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .view-titulaciones > .view-content, */
.titulaciones > .view-content {
  margin: 0;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 31px; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.titulacion {
  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: 16px 16px 16px 16px;
  /* box-shadow: 0px 5px 15px 0px rgba(0,0,0,.15); */
  width: 25%;
  /* Color */
}
.titulacion::before {
  content: "";
  display: block;
  padding-top: 69.32%;
}
.titulacion__titulares {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.titulacion__titulo1, .titulacion__titulo2 {
  text-transform: none;
  color: white;
  font-size: 1.2rem;
  margin: 0 0 2px;
  line-height: 1.2rem;
  padding-right: 10px;
}
.titulacion__titulo2 {
  font-family: FuenteBold, Helvetica, Arial, sans-serif;
}
.titulacion__img, .titulacion__enlace, .titulacion__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.1);
}
.titulacion__enlace {
  z-index: 2;
}
.titulacion__enlace:hover ~ .titulacion__titulares ~ .titulacion__color ~ .titulacion__img {
  opacity: 0.5;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(1.45);
}
.titulacion__enlace:hover ~ .titulacion__titulares > .titulacion__titulo1, .titulacion__enlace:hover ~ .titulacion__titulares > .titulacion__titulo2 {
  color: black;
}
.titulacion__color {
  mix-blend-mode: color;
  z-index: 1;
}
.titulacion__color.amarillo {
  background-color: rgb(250, 186, 9);
}
.titulacion__color.granate {
  background-color: rgb(165, 1, 51);
}
.titulacion__color.gris {
  background-color: rgb(180, 198, 198);
}
.titulacion__color.grisazulado {
  background-color: rgb(100, 138, 169);
}
.titulacion__color.magenta {
  background-color: rgb(189, 19, 83);
}
.titulacion__color.naranja {
  background-color: rgb(240, 146, 5);
}
.titulacion__color.rojo {
  background-color: rgb(190, 15, 46);
}
.titulacion__color.verde {
  background-color: rgb(149, 190, 5);
}
.titulacion__color.verdeazulado {
  background-color: rgb(5, 159, 148);
}
.titulacion__color.FCT-Celery {
  background-color: rgb(211, 197, 77);
}
.titulacion__color.FCT-Eggshell_Blue {
  background-color: rgb(163, 204, 201);
}
.titulacion__color.FCT-Greenbriar {
  background-color: rgb(75, 155, 105);
}
.titulacion__color.FCT-Muted_Clay {
  background-color: rgb(208, 151, 134);
}
.titulacion__color.FCT-Treetop {
  background-color: rgb(71, 106, 48);
}
.titulacion__color.FCT-Very_Peri {
  background-color: rgb(102, 103, 171);
}
.titulacion__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) {
  .titulacion {
    width: 48%;
    margin: 3px;
  }
  .titulacion .titulacion__titulares {
    top: 15px;
    left: 10px;
  }
  .titulacion .titulacion__titulo1, .titulacion .titulacion__titulo2 {
    font-size: 0.8rem;
    margin: 0 0 4px;
    line-height: 0.8rem;
  }
  .titulacion .titulacion__titulo2 {
    font-size: 1rem;
    margin: 0 0 4px;
    line-height: 1rem;
  }
  .titulacion .titulacion__info:not([href=""]) {
    padding: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }
  /* #block-views-block-titulaciones-blq-titulaciones .title{
  	display:none;
  } */
}
/* Tablet */
/* 
	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) !important;
  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) !important;
  text-transform: none;
  margin: 20px 0 10px !important;
}
article h5, article h5 > a {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: var(--colorPri) !important;
  text-transform: none;
  margin: 20px 0 10px !important;
}
article h6, article h6 > a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: var(--colorSec) !important;
  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 {
  /* 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 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;
  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: 100;
  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: 100;
  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: 100;
  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: 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: 100;
  /* 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;
} */
.tabla {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

/* Cabecera (Debe ir detrás de filas) */
table th {
  background: var(--colorPri);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  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>  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
article img {
  width: 100%;
  display: block;
  /* Alineación */
  /* Ancho de la foto */
}
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;
  /* Alineación */
  /* Ancho de la foto */
  /* Pie de foto */
  /* & > .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;
}

/* .media-image {
	margin: 0 auto;
} */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   CKEDITOR: MEDIA: image / remote-video / document   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

SISTEMA PREFERIDO POR DEFECTO PARA INSERTAR FOTOS EN CKEDITOR
Previamente en Drupal, para poder seleccionar % ancho de la foto:
   1. Estructura > Modos de Visualización > Modos de Visualización > Media: 
      Añadir modo de visualización "ancho-xx" (xx=20%,25%,30%...95%)
   2. Estructura > Tipos Multimedia > Image > Gestionar presentación
      En Opciones de presentación personalizada: Seleccionar "ancho-xx"
   3. Configuración > Formato y editores de texto > HTML completo
      En Opciones de Filtro > Insertar medios: Seleccionar "Modo de visualización: ancho-xx"
   4. Para seleccionar el % ancho en cada foto, en CKEDITOR:
      Clic en la foto > Editar contenido multimedia > Presentación: Seleccionar "ancho-xx"
   5. Para reducir el tamaño de fotos subidas en Media: 
      Estructura > Tipos multimedia > Image > Administrar campos > Imagen
	  Resolución máxima de la imagen: 1280 x 1280 píxeles (Poner el valor en ancho y alto 
	  para ajustar tanto fotos verticales como horizontales)
   6. Plantilla media.html.twig

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1. MEDIA  CKEDITOR: Foto sin pie de texto
Estructura:
	div.align-center media media--type-image media--view-mode-ancho-xx-
		div.
			div.visually_hidden
			div
		  		img   		
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.media--type-image {
  /* Alineación */
  /* Ancho de la foto */
  width: 100%; /* Por defecto */
  /* Imagen */
}
.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.media--view-mode-ancho-20- {
  width: 20%;
}
.media--type-image.media--view-mode-ancho-25- {
  width: 25%;
}
.media--type-image.media--view-mode-ancho-30- {
  width: 30%;
}
.media--type-image.media--view-mode-ancho-35- {
  width: 35%;
}
.media--type-image.media--view-mode-ancho-40- {
  width: 40%;
}
.media--type-image.media--view-mode-ancho-45- {
  width: 45%;
}
.media--type-image.media--view-mode-ancho-50- {
  width: 50%;
}
.media--type-image.media--view-mode-ancho-55- {
  width: 55%;
}
.media--type-image.media--view-mode-ancho-60- {
  width: 60%;
}
.media--type-image.media--view-mode-ancho-65- {
  width: 65%;
}
.media--type-image.media--view-mode-ancho-70- {
  width: 70%;
}
.media--type-image.media--view-mode-ancho-75- {
  width: 75%;
}
.media--type-image.media--view-mode-ancho-80- {
  width: 80%;
}
.media--type-image.media--view-mode-ancho-85- {
  width: 85%;
}
.media--type-image.media--view-mode-ancho-90- {
  width: 90%;
}
.media--type-image.media--view-mode-ancho-95- {
  width: 95%;
}
.media--type-image img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2. MEDIA  CKEDITOR: Foto con pie de texto
Estructura:
	figure role="group" .align-center
		div.align-center media media--type-image media--view-mode-ancho-xx-
			div.
				div.visually_hidden
				div
		  			img  
		figcaption
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
figure[role=group] {
  /* Anula el padding-bottom por defecto en los div dentro de article */
  /* Calcular el ancho de Figure */
  /* Alineación */
  /* Ancho se controla en Figure */
  /* Imagen */
}
figure[role=group] div {
  padding-bottom: 0;
}
figure[role=group]:has(.media--view-mode-ancho-20-) {
  width: 20%;
}
figure[role=group]:has(.media--view-mode-ancho-25-) {
  width: 25%;
}
figure[role=group]:has(.media--view-mode-ancho-30-) {
  width: 30%;
}
figure[role=group]:has(.media--view-mode-ancho-35-) {
  width: 35%;
}
figure[role=group]:has(.media--view-mode-ancho-40-) {
  width: 40%;
}
figure[role=group]:has(.media--view-mode-ancho-45-) {
  width: 45%;
}
figure[role=group]:has(.media--view-mode-ancho-50-) {
  width: 50%;
}
figure[role=group]:has(.media--view-mode-ancho-55-) {
  width: 55%;
}
figure[role=group]:has(.media--view-mode-ancho-60-) {
  width: 60%;
}
figure[role=group]:has(.media--view-mode-ancho-65-) {
  width: 65%;
}
figure[role=group]:has(.media--view-mode-ancho-70-) {
  width: 70%;
}
figure[role=group]:has(.media--view-mode-ancho-75-) {
  width: 75%;
}
figure[role=group]:has(.media--view-mode-ancho-80-) {
  width: 80%;
}
figure[role=group]:has(.media--view-mode-ancho-85-) {
  width: 85%;
}
figure[role=group]:has(.media--view-mode-ancho-90-) {
  width: 90%;
}
figure[role=group]:has(.media--view-mode-ancho-95-) {
  width: 95%;
}
figure[role=group].align-center {
  float: none;
  display: block;
  margin: 0 auto 20px auto;
}
figure[role=group].align-left {
  float: left;
  margin: 10px 20px 10px 0;
  display: inline-block;
}
figure[role=group].align-right {
  float: right;
  margin: 10px 0 10px 20px;
  display: inline-block;
}
figure[role=group] .media--type-image {
  width: 100%;
}
figure[role=group] img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/*   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;
    float: none !important;
    margin: 0 0 1rem 0 !important;
  }
  article figure > figcaption {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  /* Media */
  .media--type-image, figure[role=group] {
    width: 100% !important;
    float: none !important;
    margin: 0 0 1rem 0 !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;
} */
/* 1. CONTENEDOR PRINCIPAL: Limpiamos bordes y fondos */
.ui-accordion .ui-widget-content {
  border: none !important;
  background: transparent !important;
  /* FORZAMOS que sea visible para poder animarlo */
  display: block !important;
  /* ESTADO CERRADO (Por defecto) */
  max-height: 0;
  opacity: 0;
  overflow: hidden; /* Esconde lo que sobresalga al cerrar */
  /* Eliminamos padding/bordes al estar cerrado para que colapse totalmente */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  margin: 0 !important;
  /* LA MAGIA: Transición suave de todas las propiedades */
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out, padding 0.4s ease;
}

/* 2. ESTADO ABIERTO (Cuando jQuery añade la clase 'active') */
.ui-accordion .ui-accordion-content.ui-accordion-content-active {
  /* Altura suficiente para que quepa el texto. 
     Si tienes textos MUY largos, aumenta 1000px a 2000px */
  max-height: 14000px;
  opacity: 1;
  /* Recuperamos el espaciado estilo Google */
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  /* Línea divisoria opcional al abrir */
  border-bottom: 1px solid #dadce0 !important;
}

/* 2. LA CABECERA (La pregunta/título) */
.ui-accordion .ui-accordion-header {
  background: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #dadce0 !important;
  color: #202124 !important;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  border-radius: 0 !important;
  /* Flexbox para alinear texto a la izquierda e icono a la derecha */
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  outline: none;
  position: relative;
}

/* Quitamos el estado "hover" o "active" azul por defecto */
.ui-accordion .ui-accordion-header.ui-state-active,
.ui-accordion .ui-accordion-header:hover {
  background: #fbfbfb !important;
  border: none !important;
  border-bottom: 1px solid #dadce0 !important;
  color: var(--colorPri) !important;
}

/* 3. EL ICONO (El truco para replicar la flecha de Google) */
/* Primero, ocultamos el icono triangular que trae tu librería por defecto */
.ui-accordion .ui-accordion-header .ui-icon {
  display: none !important;
}

/* Creamos el nuevo icono (Círculo gris con flecha) usando ::after */
.ui-accordion .ui-accordion-header::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f3f4;
  /* Aquí dibujamos la flecha usando una imagen SVG codificada (muy ligera) */
  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-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-left: 15px;
  flex-shrink: 0; /* Evita que el icono se aplaste si hay mucho texto */
  transition: transform 0.4s ease;
}

.ui-accordion .ui-accordion-header:hover::after {
  background-color: #e0e3e5;
}

/* 4. ESTADO ABIERTO (Girar la flecha) */
.ui-accordion .ui-accordion-header.ui-state-active::after {
  transform: rotate(180deg);
  background-color: #e0e3e5;
}

/* 5. EL CONTENIDO (La respuesta desplegada) */
.ui-accordion .ui-accordion-content {
  border: none !important;
  /* Opcional: añadir línea abajo también al cerrar el contenido */
  border-bottom: 1px solid #dadce0 !important;
  background: #ffffff !important;
  color: #4d5156;
  padding: 1rem 2rem;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* 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: white;
  color: var(--color-texto) !important;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 1px solid #d4d4d4;
  font-size: 1rem;
  line-height: 1.2rem;
  /* 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.1rem;
  line-height: 1.3rem;
  font-weight: 400;
  /* color: var(--colorSec) !important; */
  transition: all 0.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.5rem;
  line-height: 1.9rem;
  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 DE GOBIERNO   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.equipo-gob-item {
  margin: 30px 0;
  display: flex;
  margin: 20px;
  width: 100%;
  padding: 25px;
  /* Foto */
  /* Info */
}
.equipo-gob-item .equipo-gob-item__foto {
  margin: 0;
  padding: 15px 15px 0 0;
  /* border-top: 2px dashed rgba(113, 156, 15,.4); */
  position: relative;
  z-index: 1;
}
.equipo-gob-item .equipo-gob-item__foto .equipo-gob-item__img {
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  object-fit: cover;
  /* box-shadow: 0px 5px 15px 10px rgb(0 0 0 / 15%); */
  border: 2px dashed rgba(113, 156, 15, 0.4);
}
.equipo-gob-item .equipo-gob-item__foto .equipo-gob-item__sombra {
  width: 17vw;
  height: 17vw;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 42px;
  left: -15px;
  transform: rotate(5deg);
  z-index: -1;
  display: none;
}
.equipo-gob-item .equipo-gob-item__info {
  /* border-left: 2px dashed rgba(113, 156, 15,.4); */
  padding-left: 2.5rem;
  text-align: left;
  border-bottom: 2px dashed rgba(113, 156, 15, 0.4);
  /* border-radius: 0 0 0 60px; */
  padding-bottom: 20px;
  /* Directorio US */
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__puesto {
  color: black !important;
  font-family: FuenteBold, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  /* font-weight: 900; */
  margin-top: 0;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__nombre {
  color: var(--colorPri) !important;
  font-size: 1.9rem !important;
  line-height: 1.9rem !important;
  padding-bottom: 10px;
  text-shadow: 1px 1px 2px #ccc;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__adscrito {
  color: var(--color-texto) !important;
  font-size: 0.8rem !important;
  line-height: 1rem !important;
  font-style: italic;
  font-weight: 900;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__descripcion {
  /* border-bottom: 1px solid var(--color-texto-claro);
  font-size: .8rem !important;
  text-align: left;
  line-height: 1.2rem !important; */
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto {
  font-size: 0.7rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  /* Email */
  /* Teléfono */
  /* Web */
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email a,
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email2 a,
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__tele a,
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__web a {
  color: grey;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email a::before,
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email2 a::before,
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__tele a::before,
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__web a::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;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email a::before,
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email2 a::before {
  content: "\f0e0";
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email a[href$="mailto:"]::before {
  display: none;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email2 a[href$="mailto:"]::before {
  display: none;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email > a:not([href$="mailto:"]) {
  margin-right: 17px;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__email2 > a:not([href$="mailto:"]) {
  margin-right: 17px;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__tele a::before {
  content: "\f095";
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__tele a[href$="tel:"]::before {
  display: none;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__tele a[href$="tel:"] {
  display: none;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__tele > a:not([href$="tel:"]) {
  margin-right: 17px;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__web a[href]::before {
  content: "\f0c1";
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__web a[href=""]::before {
  display: none;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__web a[href=""] {
  display: none;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__contacto .equipo-gob-item__web a[href=""] {
  margin-right: 17px;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__directorio {
  /* background: transparent; */
  background: var(--colorSec);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  border-radius: 1rem;
  line-height: 0.7rem;
  margin: 0;
  margin-top: 10px;
  position: relative;
  height: fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__directorio:hover {
  background: rgb(171, 124, 12);
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__directorio > a {
  color: white;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.equipo-gob-item .equipo-gob-item__info .equipo-gob-item__directorio:hover > a {
  background: transparent;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 992px) {
  .equipo-gob {
    /* Coloca línea debajo de cada item, excepto en el último */
    /* Foto */
    /* Info */
  }
  .equipo-gob .equipo-gob-item {
    flex-direction: column;
    margin: 0;
    align-items: center;
    padding: 15px;
  }
  .equipo-gob .equipo-gob-item:not(:last-child) .equipo-gob-item__info {
    border-bottom: 1px dashed rgba(113, 156, 15, 0.4);
  }
  .equipo-gob .equipo-gob-item__foto {
    /* .equipo-gob-item__sombra {
    	width: 13vw;
    	height: 13vw;
    	border-radius: 50%;
    	top: 42px;
    	left: -32px;
    	z-index: 1;
    } */
  }
  .equipo-gob .equipo-gob-item__foto .equipo-gob-item__img {
    width: 35vw;
    height: 35vw;
  }
  .equipo-gob .equipo-gob-item__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-gob .equipo-gob-item__info .equipo-gob-item__puesto,
  .equipo-gob .equipo-gob-item__info .equipo-gop-item__nombre,
  .equipo-gob .equipo-gob-item__info .equipo-gob-item__adscrito {
    margin: 0;
  }
  .equipo-gob .equipo-gob-item__info .equipo-gob-item__descripcion {
    text-align: left;
    margin: 20px 0;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   EQUIPO PERSONAL   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.equipo-personal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.equipo-personal-item {
  display: flex;
  background: white;
  width: 30%;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px 60px 25px;
  border: 2px dotted #afc973;
  margin: 0 15px 30px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

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

.equipo-personal-item__sede-turno {
  font-size: 0.8rem;
  /* background: #ebe8e8; */
  border-top: 1px dotted var(--colorPri);
  border-bottom: 1px dotted var(--colorPri);
  /* margin: 0; */
  /* padding: 0; */
  /* text-align: center; */
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #afc973;
  padding: 5px 0;
  width: 100%;
}

.equipo-personal-item__sede,
.equipo-personal-item__turno {
  display: inline-block;
  /* margin: 0 15px 3px 0; */
  line-height: 1rem;
  color: inherit;
}

.equipo-personal-item__sede {
  margin-right: 1rem;
}

.equipo-personal-item__sede::before {
  display: inline-block;
  content: "\f3c5";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}

.equipo-personal-item__turno::before {
  display: inline-block;
  content: "\f017";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}

.equipo-personal-item__contacto {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.equipo-personal-item__mails,
.equipo-personal-item__mail,
.equipo-personal-item__tels,
.equipo-personal-item__tel {
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: left;
}

.equipo-personal-item__email,
.equipo-personal-item__tele,
.equipo-personal-item__web {
  margin-right: 17px;
}

.equipo-personal-item__email a,
.equipo-personal-item__tele a,
.equipo-personal-item__web a {
  color: var(--colorEnlace);
}

.equipo-personal-item__email a::before,
.equipo-personal-item__tele a::before,
.equipo-personal-item__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;
}

.equipo-personal-item__email a::before {
  content: "\f0e0";
}

.equipo-personal-item__email a[href$="mailto:"]::before {
  display: none;
}

.equipo-personal-item__tele a::before {
  content: "\f095";
}

.equipo-personal-item__tele a[href$="tel:"]::before {
  display: none;
}

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

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

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

/* Foto en Movilidad */
.equipo-personal-item__foto {
  margin: 0 auto;
  padding: 0;
}

.equipo-personal-item__img {
  border-radius: 50%;
  width: 12vmax;
  height: 12vmax;
  object-fit: cover;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .equipo-personal-item {
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
  .personal-miembro-item__puesto {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .personal-miembro-item__nombre {
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
  }
  .personal-miembro-item__mails,
  .personal-miembro-item__mail,
  .personal-miembro-item__tels,
  .personal-miembro-item__tel {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .equipo-personal-item {
    width: 45%;
  }
  .equipo-personal-item__puesto {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .equipo-personal-item__nombre {
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
  }
  .equipo-personal-item__mails,
  .equipo-personal-item__mail,
  .equipo-personal-item__tels,
  .equipo-personal-item__tel {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
/* 
	ACTUALIDAD
	----------
	Región:
	Template:
	Descripción:
	Última revisión: NO REVISADO
    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.
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   NOTICIAS BLOQUE - PORTADA (Vista: código Twig en Global Text)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Subtítulo y Título de las noticias */
.noticias-titular {
  text-align: center;
}

.noticias-subtitulo {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.08em;
  padding-top: 5rem;
}

.noticias-titulo {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.25rem;
  /* letter-spacing: var(--root-h2-letter-spacing,-.05em); */
  font-size: 2.5rem;
  margin-bottom: 3rem;
  /* padding-top: 3rem; */
  color: var(--colorSec);
}

/* Noticias */
.noticias {
  --layout-column-gap: 1rem;
  --layout-column-count: 3;
  --layout-row-gap: 0.5rem;
  --layout-column-gap-offset: calc(var(--layout-column-gap) * (var(--layout-column-count) - 1));
  --layout-available-width: calc(100% - var(--layout-column-gap-offset));
  --layout-column-width: calc(var(--layout-available-width) / var(--layout-column-count));
  --moz-column-gap: var(--layout-column-gap);
  column-gap: var(--layout-column-gap);
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--layout-row-gap, 0.5rem);
}

/* Noticia base */
.noticia {
  --root-spacing-xl: 1.5rem;
  --root-radii-l: 1rem;
  --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;
  margin-bottom: var(--root-spacing-xl);
  border-radius: var(--root-radii-l) !important;
  box-shadow: var(--root-depth-4);
  background: var(--root-color-off-white-50);
  flex: 1;
}

/* Imagen */
.noticia__media {
  --root-radii-m: 0.5rem;
  --card-media-order: 1;
  --image-border-radius: var(--root-radii-m);
  --image-max-width: 100%;
  order: var(--card-media-order);
  padding: 0.5rem;
  flex: 0 0 35%;
  max-width: var(--image-max-width);
  overflow: hidden;
}

.noticia__media img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--image-border-radius);
  vertical-align: middle;
}

/* Contenidos: Categoría + Título + Resumen + Botón enlace) */
.noticia__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0 2rem 2rem 2rem;
  order: 2;
}

/* Subconjunto Contenidos: Categoría + Título + Resumen) */
/* .noticia__content__sub {

} */
/* Categoría */
.noticia__categoria {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Textos (Título + Resumen) */
.noticia__textos {
  display: flex !important;
  flex-direction: column !important;
}

/* Título */
/* .noticia__titulo {

} */
.noticia__titulo h3 {
  --root-color-dark-blue-900: #0e1726;
  color: var(--root-color-dark-blue-900);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.05em;
}

/* Resumen */
.noticia__resumen {
  --root-color-dark-blue-800: #17253d;
  font-weight: 400;
  /* font-size: var(--root-base-font-size,1rem); */
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  color: var(--root-color-dark-blue-800);
  font-size: 0.9rem;
}

/* Botón enlace */
.noticia__enlace {
  --block-slim-gap: 0; /* Repasar */
  --root-spacing-2xl: 2rem;
  --block-slim-justify: flex-start;
  --block-slim-flex-direction: row;
  display: flex;
  justify-content: var(--block-slim-justify);
  flex-direction: var(--block-slim-flex-direction);
  gap: var(--block-slim-gap);
  margin-top: var(--root-spacing-2xl);
}

.noticia__enlace a {
  --root-spacing-m: 0.75rem;
  --root-spacing-xs: 0.5rem;
  --root-color-blue-black-500: #091f2c;
  --root-color-neutral-white: #fff;
  --root-radii-s: 0.5rem;
  --button-padding-x: var(--root-spacing-m);
  --button-padding-y: var(--root-spacing-xs);
  --button-bg-color: var(--root-color-blue-black-500);
  --button-color: var(--root-color-neutral-white);
  --button-border-color: transparent;
  border-radius: var(--root-radii-s);
  border: 2px solid var(--button-border-color);
  padding: var(--button-padding-y) var(--button-padding-x);
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  background-color: var(--button-bg-color);
  color: var(--button-color);
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 100;
}

.noticia__enlace:hover a {
  --root-color-blue-black-300: #5a6972;
  background-color: var(--root-color-blue-black-300);
}

/* NOTICIA DESTACADA (Apaisada) --------------------------------- */
.noticia.noticia--destacada {
  flex-direction: row;
  flex: 100%;
}

/* Contenido */
.noticia--destacada .noticia__content {
  order: 1;
  padding: 2rem;
}

.noticia--destacada .noticia__titulo h3 {
  font-size: 1.9rem;
  line-height: 2.2rem;
}

/* La imagen de la noticia destacada va a la derecha */
.noticia--destacada .noticia__media {
  --card-media-order: 2;
  max-width: 40vw;
  flex: 0 0 50%;
  height: 55vh;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Noticias */
  .noticias {
    flex-direction: column;
  }
  /* Noticia base */
  .noticia {
    flex: 0 0 100%;
  }
  .noticia__enlace {
    flex-direction: column;
  }
  /* Destacada */
  .noticia.noticia--destacada {
    flex-direction: column;
    background: lightgray;
  }
  .noticia--destacada .noticia__media {
    --card-media-order: 1;
    max-width: 100%;
  }
  .noticia--destacada .noticia__content {
    padding: 0 2rem 2rem 2rem;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   NOTICIAS PÁGINA. LISTADO (Vista: código Twig en Global Text)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 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 0;
  border-top: 1px dashed lightgrey;
}

/* Foto */
.noticia-pag__foto-ctn {
  /* width: 30vw; */
  height: 16vw;
  background-color: grey;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: 10px;
  flex: 1;
}

/* .noticia-pag__foto-ctn::before{
	content: '';
	display: block;
	padding-top:100%;
} */
.noticia-pag__foto-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  /* 	position: absolute;
  	top: 0;
  	left: 0;
  	opacity: 0.7; */
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(1);
  display: block;
}

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

/* .noticia-pag__enlace:hover ~ .noticia-pag__foto-ctn > .noticia-pag__foto-img{
	opacity: 0.7;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transform: scale(1.25);
} */
.noticia-pag:hover {
  background: rgb(241, 238, 238);
}

.noticia-pag__ctn {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}

/* Caja de texto */
.noticia-pag__texto-ctn {
  padding: 0 30px;
  /* margin-bottom: 30px; */
  flex: 3.5;
}

/* Categorias */
.noticia-pag__categorias ul {
  list-style: none;
  display: flex;
  font-size: 0.7rem;
  line-height: 1rem;
  flex-wrap: wrap;
  color: var(--colorSec);
}

.noticia-pag__categorias ul > li:not(:nth-child(1))::before {
  content: " ";
  background-color: lightgrey;
  display: inline-block;
  width: 1px;
  margin: 0 7px;
  height: 12px;
  position: relative;
  top: 3px;
}

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

/* TSubtitular */
.noticia-pag__subtitulo {
  margin: 0;
  padding: 0 0 22px 0;
  text-align: left;
  font-size: 0.8rem !important;
  line-height: 1.4rem !important;
  -webkit-box-orient: vertical;
  display: block;
  margin-bottom: 20px;
}

/* Fecha */
.noticia-pag__fecha {
  font-size: 0.6rem;
  line-height: 0.6rem;
  text-align: left;
  margin: 15px 0 30px 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;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .noticia-pag__ctn {
    gap: 0;
    /* flex-direction: column; */
  }
  .noticia-pag__foto-ctn {
    height: 20vw;
    flex: 1.5;
  }
  .noticia-pag__fecha {
    margin: 15px 0;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   NOTICIA FICHA. INDIVIDUAL (Template: node--noticias.html.twig)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.noticia-ficha {
  margin-bottom: 30px;
  /* height: 500px; */
  background-color: white;
  overflow: hidden;
  width: 100%;
  /* padding: 2rem; */
}

.noticia-ficha__header {
  padding: 0 6rem;
  margin: 2rem 0;
}

/* Categorias */
.noticia-ficha__categorias {
  display: flex;
}

.noticia-ficha__categorias span {
  font-size: 0.8rem !important;
  line-height: 1rem !important;
  color: black !important;
  padding: 0;
  text-transform: uppercase;
}

.noticia-ficha__categorias span:not(:nth-child(1))::before {
  content: " ";
  background-color: #fece00;
  /* position: relative; */
  /* left: -10px; */
  height: 16px;
  top: 3px;
  display: inline-block;
  width: 1px;
  margin: 0 7px;
}

/* Titulares */
.noticia-ficha__titulares {
  margin: 10px 0;
}

.noticia-ficha__titulares h1 {
  font-size: 3.5rem;
  line-height: 3.7rem;
  margin: 0 !important;
  color: black;
}

.noticia-ficha__titulares h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: black;
}

/* Foto */
.noticia-ficha__foto {
  margin-bottom: 2rem;
  border-bottom: 1px dashed lightgrey;
  padding-bottom: 1rem;
}

.noticia-ficha__foto > img {
  max-height: 75vh;
  width: 100%;
  object-fit: cover;
}

.noticia-ficha__foto figcaption {
  display: block !important;
  padding: 7px 0;
  margin: 0;
  width: 100%;
  text-align: left;
  color: var(--color-texto-claro);
  opacity: 1;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1rem;
  text-align: left;
}

/* Cuerpo */
.noticia-ficha__cuerpo {
  padding: 0 6rem;
}

/* Galería de fotos */
.noticia-ficha__galeria {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 6rem;
}

.noticia-ficha__galeria[data-galeria$=x2] {
  grid-template-columns: repeat(2, 1fr);
}

.noticia-ficha__galeria[data-galeria$=x4] {
  grid-template-columns: repeat(4, 1fr);
}

.noticia-ficha__galeria[data-galeria$=x5] {
  grid-template-columns: repeat(5, 1fr);
}

.noticia-ficha__galeria[data-galeria$=x6] {
  grid-template-columns: repeat(6, 1fr);
}

.noticia-ficha__galeria[data-galeria$=x7] {
  grid-template-columns: repeat(7, 1fr);
}

.noticia-ficha__galeria[data-galeria$=x8] {
  grid-template-columns: repeat(8, 1fr);
}

.noticia-ficha__galeria-titulo {
  font-size: 1.4rem;
  color: var(--colorPri) !important;
  padding: 0 6rem;
}

.noticia-ficha__galeria-foto {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.noticia-ficha__galeria-foto figure::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.noticia-ficha__galeria-foto:hover img {
  filter: grayscale(100%);
  transition: all 0.35s ease 0s;
  cursor: pointer;
}

.noticia-ficha__galeria-foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.35s ease 0s;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.noticia-ficha__galeria-foto figcaption {
  position: relative;
  z-index: 2;
  background: white;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .noticia-ficha {
    padding: 0;
  }
  .noticia-ficha__header {
    padding: 0 1rem;
  }
  .noticia-ficha__titulares h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .noticia-ficha__cuerpo {
    padding: 0 1rem;
  }
  .noticia-ficha__galeria-titulo {
    padding: 0 1rem;
  }
  .noticia-ficha__galeria {
    padding: 0 1rem;
  }
  .noticia-ficha__galeria[data-galeria$=x5] {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   PUBLICACIONES PDI   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Botón PUblicaciones PDI */
.publicaciones-pdi {
  padding: 7px 25px;
  line-height: 1.4rem;
  width: 100%;
  background: var(--colorPri);
  border-radius: 35px;
  width: max-content;
}
.publicaciones-pdi a {
  color: white;
}

/* Página Listado Publicaciones PDI */
.publicacion-pdi {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px dotted #bbb;
}
.publicacion-pdi:hover {
  background-color: #f5f5f5;
}
.publicacion-pdi .publicacion-pdi__fecha {
  background-color: #a4001d;
  box-shadow: 0px 0px 8px #777;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  line-height: normal;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 60px;
}
.publicacion-pdi .publicacion-pdi__titulo {
  display: flex;
  align-items: center;
  flex: 95%;
}
.publicacion-pdi .publicacion-pdi__titulo a {
  color: #808080;
}

/* Ficha Publicaciones PDI */
.publicacion-pdi-ficha__cuerpo {
  display: flex;
  gap: 20px;
}
.publicacion-pdi-ficha__cuerpo .publicacion-pdi-ficha__cuerpo-aside {
  flex: 35%;
}
.publicacion-pdi-ficha__cuerpo .publicacion-pdi-ficha__cuerpo-main {
  flex: 65%;
}

/* article figure > figcaption {text-align: left;} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .publicacion-pdi-ficha__cuerpo {
    flex-direction: column;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   VIDEOS INSTITUCIONALES Y ACADÉMICOS   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.videos-filosofia .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Cada tarjeta de vídeo */
}
.videos-filosofia .view-content .video-filosofia {
  flex: 0 0 calc((100% - 40px) / 3);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Vídeo*/
  /* Título del vídeo */
}
.videos-filosofia .view-content .video-filosofia:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.videos-filosofia .view-content .video-filosofia iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  display: block;
}
.videos-filosofia .view-content .video-filosofia h4 {
  padding: 15px;
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  /* border-top: 1px solid #f0f0f0;  */
}

/* ---- Tablets: 2 vídeos por fila ---- */
@media (max-width: 900px) {
  .videos-filosofia .view-content .video-filosofia {
    flex: 1 1 calc(50% - 20px);
  }
}
/* ---- Móviles: 1 vídeo por fila ---- */
@media (max-width: 600px) {
  .videos-filosofia .view-content .video-filosofia {
    flex: 1 1 100%;
  }
}
/* 
	AGENDA
	------
	Región:
	Template: FICHA: node--cenefas.html.twig
	Descripción:
	Última revisión: 29/07/2024
    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.
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   AGENDA BLQ PORTADA   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Mostramos título centrado */
.block-views-blockagenda-blq-eventos > .title {
  text-align: center;
  color: black;
  margin-bottom: 60px;
  font-size: 2rem;
  padding-top: 4rem;
  /* 	&::after {
  		content: "";
  		display: block;
  		max-width: 70%;
  		opacity: .7;
  		margin-bottom: 30px;
  		height: 1.5px;
  		background-color: black;
  		margin: 0 auto;
  		margin-top: 15px;
  		opacity: .4;
  	} */
}

/* Posicionamos todas las noticias de portada accediendo a su contenedor */
/* .block-views-blocknoticias-block-1 .view-noticias .view-content{ */
.eventos-blq > .view-content > .agrupa__ctn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  /* display: grid;
     grid-template-columns: repeat(3,1fr);
     grid-gap: 1.2rem; */
}

/* Contenedor Individual noticia: 3 columnas por fila */
.evento-blq {
  --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;
  --color-tiempo-presente: #8d0739;
  --color-tiempo-presente-resaltado: #24010e;
  --color-tiempo-futuro: #524e4e;
  --color-tiempo-futuro-resaltado: #111010;
  --color-tiempo-pasado: #6d471f;
  --color-tiempo-pasado-resaltado: #2f1b06;
  /* width: calc(33% - 20px); */
  margin-bottom: 30px;
  /* background-color: transparent; */
  background: rgba(245, 244, 248, 0.3803921569);
  /* overflow: hidden; */
  position: relative;
  /* width: 32%; */
  flex: 0 1 30%;
  transition: all 0.4s;
  max-width: 21%;
  /* border-radius: 0 0 15px 15px; */
  border-radius: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.evento-blq:has(.evento-blq__enlace:hover) {
  box-shadow: 0 0 1.5rem var(--root-depth-color-2);
  border: 2px dashed var(--colorPri);
  opacity: 0.7;
  /* flex: 1 1 25% */
}

/* Contenedor */
.evento-blq__ctn {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Foto */
.evento-blq__foto {
  /* width: 30%; */
  /*  height: 12rem;  */
  /* background-color: grey; */
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  flex: 20%;
  /* 	&::before{
  		content: '';
  		display: block;
  		padding-top:155%;
  	} */
}
.evento-blq__foto .evento-blq__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  /* position: absolute;
  top: 0;
  left: 0; */
  /* opacity: 0.7; */
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(1);
}

/* Enlace cubre todo */
.evento-blq__enlace {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.evento-blq__enlace:hover {
  background: grey;
  opacity: 0.05;
}

.evento-blq__enlace:hover ~ .evento-blq__foto-ctn > .evento-blq__foto-img {
  opacity: 0.7;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  /* transform: scale(1.15); */
}

/* Caja Fecha */
.evento-blq__fecha {
  background: grey;
  color: white;
  line-height: 1;
  margin-right: 13px;
  text-align: center;
  text-transform: uppercase;
  /*  height: 50%;
   width: 50%; */
  height: 65px;
  width: 65px;
  padding: 5px 10px;
  /* flex: 10%; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(46, 151, 12, 0.34);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.6;
  z-index: 1;
  /* Cambia color caja fecha (con JavaScript) en función del tiempo presente/futuro/pasado */
}
.evento-blq__fecha .evento-blq__dia {
  display: block;
  /* font-size: 1.2rem; */
  font-size: 33px;
  /* letter-spacing: 2px; */
}
.evento-blq__fecha .evento-blq__mes {
  display: block;
  font-size: 15px;
  /* font-size: 0.7rem; */
}
.evento-blq__fecha.tiempo-presente {
  background: var(--color-tiempo-presente);
}
.evento-blq__fecha.tiempo-futuro {
  background: var(--color-tiempo-futuro);
}
.evento-blq__fecha.tiempo-pasado {
  background: var(--color-tiempo-pasado);
}

/* Textos */
.evento-blq__textos {
  flex: 80%;
  padding: 1.5rem;
  display: none;
}

/* Titular */
.evento-blq__titulo {
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: left;
  text-transform: none;
  margin: 0;
  text-transform: none;
  color: var(--colorPri);
}

/* Categorías */
.evento-blq__categorias {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 15px;
  background: var(--colorPri);
  color: white;
  border: none;
  margin: 3px;
  opacity: 0.5;
  border-radius: 12px;
}

/* Periodo, horario y lugar */
.evento-blq__info {
  position: relative;
  margin: 10px 0 5px 0;
  font-size: 0.7rem;
  color: #a3a0a0;
  line-height: 0.8rem;
  display: block;
  padding: 10px;
  /* border-left: 3px dotted #d7d4d4; */
  padding-bottom: 7px;
  /* .evento-blq__periodo[data-contenido="0"]::before{display: none;} */
  /* .evento-blq__horario[data-contenido="0"]::before{display: none;} */
  /* .evento-blq__lugar[data-contenido="0"]::before{display: none;} */
}
.evento-blq__info .evento-blq__periodo,
.evento-blq__info .evento-blq__horario,
.evento-blq__info .evento-blq__lugar {
  display: block;
  margin: 0 15px 3px 0;
  line-height: 1rem;
  color: inherit;
}
.evento-blq__info .evento-blq__periodo::before {
  display: inline-block;
  content: "\f073";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
  color: var(--colorPri);
  opacity: 0.5;
}
.evento-blq__info .evento-blq__periodo[data-contenido]:empty::before {
  display: none;
}
.evento-blq__info .evento-blq__horario::before {
  display: inline-block;
  content: "\f017";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
  color: var(--colorPri);
  opacity: 0.5;
}
.evento-blq__info .evento-blq__horario[data-contenido]:empty::before {
  display: none;
}
.evento-blq__info .evento-blq__lugar::before {
  display: inline-block;
  content: "\f3c5";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
  color: var(--colorPri);
  opacity: 0.5;
}
.evento-blq__info .evento-blq__lugar[data-contenido]:empty::before {
  display: none;
}

/* Resumen */
.evento-blq__resumen {
  margin: 0;
  /* padding: 0 0 22px 0; */
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4rem;
  /* -webkit-box-orient: vertical; */
  display: block;
  display: none;
}

/* Sólo muestra cuatro líneas y coloca elipsis al final */
/* .noticia-blq__texto-resumen {
	text-align: left;
    font-size: 1rem !important;
    line-height: 1.4rem !important;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
	max-height: 5.5rem;
} */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* Posicionamos todas las noticias de portada accediendo a su contenedor */
  .eventos-blq > .view-content > .agrupa__ctn {
    flex-direction: column;
  }
  /* Contenedor Individual noticia, sólo tres columnas por fila */
  .evento-blq {
    width: 100%;
    max-width: 100%;
  }
  /* .evento-blq__fecha {	
  	width: 45px;
  	height: 45px;
  	padding: 2px;

  	.evento-blq__dia {font-size: 27px;}
  	.evento-blq__mes {font-size: 10px;}
  } */
  /* Botón */
  .view-footer {
    padding-bottom: 20px;
  }
  .view-footer .view-footer p,
  .view-footer .view-footer a {
    line-height: 35px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .evento-blq {
    width: 45%;
    max-width: 45%;
  }
  /* Posicionamos todas las noticias de portada accediendo a su contenedor */
  /* 	.block-views-blocknoticias-block-1 .view-noticias .view-content{
  		grid-template-columns: repeat(2,1fr);
  	}
  	.noticia-blq__foto-ctn {
  		flex: 1;
  		max-height:200px;
  	}
  	.noticia-blq__texto-ctn {
  		padding: 0 20px;
  		flex: 2;
  	}
  	.noticia-blq__texto-titulo {
  		line-height: 1.5rem;
  	} */
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   EVENTOS PÁGINA (LISTADO)  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Posicionamos todas las noticias de portada accediendo a su contenedor */
.eventos-pag {
  margin-bottom: 2rem;
}

.eventos-pag > .view-content > .agrupa__ctn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
  /* display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 1.2rem; */
}

/* Cabecera grupo categoría */
.eventos-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;
  } */
}

/* Encabezado de Filtro agrupado */
.eventos-pag .agrupa__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;
}

/* Contenedor Individual  */
.evento-pag {
  --color-tiempo-presente: #8d0739;
  --color-tiempo-presente-resaltado: #24010e;
  --color-tiempo-futuro: #524e4e;
  --color-tiempo-futuro-resaltado: #111010;
  --color-tiempo-pasado: #6d471f;
  --color-tiempo-pasado-resaltado: #2f1b06;
  background-color: white;
  /* overflow: hidden; */
  /* border-radius: 16px 16px 16px 16px; */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 100%;
  --shadow-soft: 0 4px 10px rgba(0, 0, 0, 0.3);
  --shadow-hover: 0 10px 20px rgba(0, 0, 0, .5);
  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;
  margin: 0.4rem 0;
  position: relative;
}
.evento-pag:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}

/* Contenedor */
.evento-pag__ctn {
  display: flex;
  align-items: center;
}

/* Enlace cubre todo */
.evento-pag__enlace {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.evento-pag__enlace:hover ~ .evento-pag__foto-ctn > .evento-pag__foto-img {
  opacity: 0.7;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  /* transform: scale(1.25); */
}
.evento-pag__enlace:hover {
  background: grey;
  opacity: 0.05;
}

/* Fecha */
.evento-pag__fecha {
  color: white;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  height: 78px;
  padding: 5px 10px;
  width: 65px;
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 1;
  opacity: 0.8;
  /* Cambia color caja fecha en función del tiempo presente/futuro/pasado */
}
.evento-pag__fecha.tiempo-presente {
  background: var(--color-tiempo-presente);
  -webkit-box-shadow: 5px 4px 10px 2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 5px 4px 10px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 5px 4px 10px 2px rgba(0, 0, 0, 0.34);
}
.evento-pag__fecha.tiempo-futuro {
  background: var(--color-tiempo-futuro);
}
.evento-pag__fecha.tiempo-pasado {
  background: var(--color-tiempo-pasado);
}
.evento-pag__fecha .evento-pag__dia {
  display: block;
  font-size: 33px;
}
.evento-pag__fecha .evento-pag__mes {
  display: block;
  font-size: 15px;
}
.evento-pag__fecha .evento-pag__tiempo {
  display: block;
  font-size: 0.6rem;
  background: var(--color-tiempo-presente-resaltado);
  padding: 2px 0;
  padding-top: 6px;
  width: 102%;
  position: absolute;
  left: -1px;
  bottom: 0;
  color: white;
  border-top: 2px dotted white;
}
.evento-pag__fecha.tiempo-futuro .evento-pag__tiempo {
  background: var(--color-tiempo-futuro-resaltado);
}
.evento-pag__fecha.tiempo-pasado .evento-pag__tiempo {
  background: var(--color-tiempo-pasado-resaltado);
}

/* Foto */
.evento-pag__foto {
  /* width: 25rem; */
  height: auto;
  background-color: grey;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-right: 1.5rem;
  flex: 20%;
  /* &::before{
  	content: '';
  	display: block;
  	padding-top:100%;
  } */
}
.evento-pag__foto .evento-pag__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0; */
  /* opacity: 0.7; */
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: scale(1);
}

/* Textos */
.evento-pag__textos {
  flex: 80%;
  padding: 25px;
}

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

/* Categorías */
.evento-pag__categorias {
  font-weight: 100;
  font-size: 13px;
  line-height: 1rem;
  text-transform: uppercase;
  background: var(--colorEnlace);
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  display: block;
  width: fit-content;
  margin-bottom: 1rem;
}

/* Periodo, horario y lugar */
.evento-pag__info {
  position: relative;
  margin: 10px 0 5px 0;
  font-size: 0.7rem;
  color: #a3a0a0;
  line-height: 0.8rem;
  display: block;
  /* padding: 10px;
  border-left: 3px dotted #d7d4d4;
  padding-bottom: 7px; */
  display: flex;
  flex-flow: wrap;
}

.evento-pag__periodo,
.evento-pag__horario,
.evento-pag__lugar {
  display: block;
  margin: 0 15px 3px 0;
  line-height: 1rem;
  color: inherit;
}

.evento-pag__periodo::before {
  display: inline-block;
  content: "\f073";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
  color: var(--colorPri);
  opacity: 0.5;
}

/* .evento-pag__periodo[data-contenido="0"]::before{display: none;} */
.evento-pag__periodo[data-contenido]:empty::before {
  display: none;
}

.evento-pag__horario::before {
  display: inline-block;
  content: "\f017";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
  color: var(--colorPri);
  opacity: 0.5;
}

/* .evento-pag__horario[data-contenido="0"]::before{display: none;} */
.evento-pag__horario[data-contenido]:empty::before {
  display: none;
}

.evento-pag__lugar::before {
  display: inline-block;
  content: "\f3c5";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
  color: var(--colorPri);
  opacity: 0.5;
}

/* .evento-pag__lugar[data-contenido="0"]::before{display: none;} */
.evento-pag__lugar[data-contenido]:empty::before {
  display: none;
}

/* Resumen */
.evento-pag__resumen {
  margin: 0;
  /* padding: 0 0 22px 0; */
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4rem;
  /* -webkit-box-orient: vertical; */
  display: block;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .evento-pag__ctn {
    flex-direction: column;
  }
  /* .evento-pag__fecha {
  	width: 45px;
  	height: 58px;
  	padding: 2px;
  } */
  /* .evento-pag__dia {
  	font-size: 27px;
  }
  .evento-pag__mes {
  	font-size: 10px;
  } */
  .evento-pag__foto {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   EVENTO FICHA. INDIVIDUAL (Template: node--cenefas.html.twig)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* En las fichas individuales ocultamos el título */
.page-title {
  display: none;
}

/* CABECERA */
.evento-ficha__header {
  /* padding: 0 6rem; */
  margin: 1rem 0;
}

/* 1. Cabecera-Categorias */
.evento-ficha__categorias {
  display: flex;
}
.evento-ficha__categorias 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;
}
.evento-ficha__categorias:not(:nth-child(1))::before {
  content: " ";
  background-color: #fece00;
  /* position: relative; */
  /* left: -10px; */
  height: 16px;
  top: 3px;
  display: inline-block;
  width: 1px;
  margin: 0 7px;
}

/* 2. Cabecera-Titulares */
.evento-ficha__titulares {
  margin: 10px 0;
}
.evento-ficha__titulares h1 {
  font-size: 2.2rem;
  line-height: 2.9rem;
  margin: 0 !important;
  color: var(--colorPri);
}
.evento-ficha__titulares h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: black;
}

/* CONTENIDO */
/* 1. Contenido-Foto */
.evento-ficha__foto {
  margin-bottom: 2rem;
  /* border-bottom: 1px dashed lightgrey;
     padding-bottom: 1rem;
  aspect-ratio: 30 / 9; */
}
.evento-ficha__foto > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.evento-ficha__foto figcaption {
  display: block !important;
  padding: 7px 0;
  margin: 0;
  width: 100%;
  text-align: left;
  color: var(--color-texto-claro);
  opacity: 1;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1rem;
  text-align: right;
}

/* 2. Contenido-Cuerpo */
.evento-ficha__cuerpo {
  display: flex;
  gap: 4rem;
  padding: 0 6rem 0 0;
}
.evento-ficha__cuerpo .evento-ficha__cuerpo-aside {
  flex: 40%;
}
.evento-ficha__cuerpo .evento-ficha__cuerpo-main {
  flex: 60%;
}

/* Datos del evento (Caja lateral con información)*/
.evento-ficha__datos {
  position: relative;
  font-size: 0.7rem;
  line-height: 1rem;
  display: block;
  background: #edeaea;
  padding: 10px;
  margin-bottom: 1rem;
  padding: 2rem;
  padding-bottom: 1rem;
  /* Período  */
  /* Horario */
  /* .evento-ficha__horario[data-contenido]:empty::before{display: none;} */
  /* Lugar */
  /* Cartel */
  /* Documentos */
}
.evento-ficha__datos .evento-ficha__periodo {
  display: flex !important;
  flex-wrap: wrap;
}
.evento-ficha__datos .evento-ficha__periodo > span {
  padding: 0;
}
.evento-ficha__datos .evento-ficha__periodo > span:nth-child(1)::after {
  content: "a";
  margin: 0 4px;
  margin-right: 7px;
}
.evento-ficha__datos .evento-ficha__periodo > span:nth-child(1)::before {
  display: inline-block;
  content: "\f073";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}
.evento-ficha__datos .evento-ficha__periodo[data-contenido="0"]::before {
  display: none;
}
.evento-ficha__datos .evento-ficha__horario::before {
  display: inline-block;
  content: "\f017";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}
.evento-ficha__datos .evento-ficha__horario[data-contenido="0"]::before {
  display: none;
}
.evento-ficha__datos .evento-ficha__lugar::before {
  display: inline-block;
  content: "\f3c5";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}
.evento-ficha__datos .evento-ficha__lugar[data-contenido="0"]::before {
  display: none;
}
.evento-ficha__datos .evento-ficha__cartel::before {
  display: inline-block;
  content: "\f1c5";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}
.evento-ficha__datos .evento-ficha__cartel:has(a[data-contenido="0"])::before {
  display: none;
}
.evento-ficha__datos .evento-ficha__cartel a::after {
  font-size: 0.8rem;
}
.evento-ficha__datos .evento-ficha__documentos::before {
  display: inline-block;
  content: "\f15b";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 5px 0 0;
}
.evento-ficha__datos .evento-ficha__documentos:has(a[data-contenido="0"])::before {
  display: none;
}
.evento-ficha__datos .evento-ficha__documentos a::after {
  font-size: 0.8rem;
}

/* 3. Contenido-Galería de fotos */
.evento-ficha__galeria {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 6rem;
}
.evento-ficha__galeria[data-galeria$=x2] {
  grid-template-columns: repeat(2, 1fr);
}
.evento-ficha__galeria[data-galeria$=x4] {
  grid-template-columns: repeat(4, 1fr);
}
.evento-ficha__galeria[data-galeria$=x5] {
  grid-template-columns: repeat(5, 1fr);
}
.evento-ficha__galeria[data-galeria$=x6] {
  grid-template-columns: repeat(6, 1fr);
}
.evento-ficha__galeria[data-galeria$=x7] {
  grid-template-columns: repeat(7, 1fr);
}
.evento-ficha__galeria[data-galeria$=x8] {
  grid-template-columns: repeat(8, 1fr);
}
.evento-ficha__galeria .evento-ficha__galeria-titulo {
  font-size: 1.4rem;
  color: var(--colorPri) !important;
  padding: 0 6rem;
}

.evento-ficha__galeria-foto {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.evento-ficha__galeria-foto figure::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.evento-ficha__galeria-foto:hover img {
  /* filter:grayscale(); */
  transition: all 0.35s ease 0s;
  cursor: pointer;
}
.evento-ficha__galeria-foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.35s ease 0s;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}
.evento-ficha__galeria-foto figcaption {
  position: relative;
  z-index: 2;
  background: white;
}

/* 4. Contenido-Etiquetas */
/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .evento-ficha {
    padding: 0;
  }
  .evento-ficha__header {
    padding: 0 1rem;
    margin: 1rem 0;
  }
  .evento-ficha__header .evento-ficha__titulares h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .evento-ficha__header .evento-ficha__titulares h2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .evento-ficha__cuerpo {
    padding: 0 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  .evento-ficha__galeria {
    padding: 0 1rem;
  }
  .evento-ficha__galeria[data-galeria$=x5] {
    grid-template-columns: repeat(2, 1fr);
  }
  .evento-ficha__galeria .evento-ficha__galeria-titulo {
    padding: 0 1rem;
  }
}
/* Tablet */
/* 
	COMUNICADOS ANIMADOS
	------
	Región:
	Template:
	Descripción:
	Última revisión: 
    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)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Mostramos título centrado */
.block-views-blockagenda-blq-comunicados .title {
  text-align: center;
  color: black;
  margin-bottom: 60px;
  font-size: 2rem;
  padding-top: 4rem;
}

/* CONTENEDOR PRINCIPAL */
.comunicados-auto {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  box-sizing: border-box;
}

/* EL RIEL DEL SLIDER */
.comunicados-ctn {
  display: flex;
  transition: transform 0.5s ease;
  gap: 2%;
  padding: 1rem 0;
  /* Aseguramos que si sobran píxeles, se repartan */
  justify-content: flex-start;
}

.comunicado-blq {
  flex-shrink: 0;
}

/* Noticia base */
.comunicado-blq {
  --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: 23.5%;
  position: relative;
  padding: 1.5rem 2rem;
  text-align: center;
  box-sizing: border-box;
}
.comunicado-blq:has(.comunicado__enlace:hover) {
  box-shadow: 0 0 1.5rem var(--root-depth-color-2);
  outline: 2px dashed var(--colorPri);
}

/* Fecha Publicación */
.comunicado__fecha {
  font-size: 16px;
  color: var(--colorEnlace);
}

/* Categoría */
.comunicado__categoria {
  font-weight: 100;
  font-size: 13px;
  line-height: 1rem;
  text-transform: uppercase;
  background: var(--colorEnlace);
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1rem;
}

/* Título */
.comunicado__titulo {
  color: var(--colorPri);
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: -0.02em;
}
.comunicado__titulo::after {
  content: "___________";
  margin: 20px auto;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 100;
  font-size: 1rem;
  line-height: 0;
  letter-spacing: 0;
}

/* Resumen */
.comunicado__resumen {
  --root-color-dark-blue-800: #17253d;
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: -0.03em;
  color: var(--root-color-dark-blue-800);
  font-size: 0.9rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

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

/* Botones de navegación (Puntos) */
.comunicados-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem; /* Reducido un poco el margen superior */
}

.comunicado-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.comunicado-bullet.activa {
  background-color: #333;
  width: 0.8rem;
  height: 0.8rem;
}
.comunicado-bullet:hover {
  background-color: #333;
}

/* FLECHAS DENTRO DEL PADDING */
.comunicados-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Centrado vertical exacto */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100; /* Z-index alto para asegurar que estén sobre todo */
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.comunicados-arrow:hover {
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.arrow-prev {
  /* Positivo para que esté DENTRO del contenedor visible */
  left: 5px;
}

.arrow-next {
  /* Positivo para que esté DENTRO del contenedor visible */
  right: 5px;
}

/* MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  /* 1. Ocultar los puntos de navegación (bullets) */
  .comunicados-navigation {
    display: none !important;
  }
  /* 2. Crear espacio lateral para las flechas (evita que se monten) */
  .comunicados-auto {
    /* Aumentamos el padding lateral para dejar hueco a las flechas */
    padding: 0 55px;
  }
  /* 3. Ajustar tamaño de las flechas para móvil */
  .comunicados-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
    /* Ajuste fino de posición */
  }
  .arrow-prev {
    left: 5px;
  }
  .arrow-next {
    right: 5px;
  }
  /* 4. La tarjeta ocupa el 100% del espacio disponible (que ya tiene el padding restado) */
  .comunicado-blq {
    width: 100%;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .comunicados-auto {
    padding: 0 40px;
  }
  .comunicado-blq {
    /* 2 por vista: 49% * 2 + 2% gap = 100% */
    width: 49%;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   COMUNICADOS PÁGINA. LISTADO (Vista: código Twig en Global Text)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comunicados-pag {
  margin-bottom: 2rem;
}

/* Agrupados por categoría */
.comunicados-pag .agrupa__ctn {
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Encabezado de Filtro agrupado */
.comunicados-pag .agrupa__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;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
/* Tablet */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   COMUNICADO FICHA. INDIVIDUAL (Template: node--ultima-hora.html.twig)   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comunicado-ficha {
  margin-bottom: 30px;
  background-color: white;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.comunicado-ficha .comunicado-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 */
}
.comunicado-ficha .comunicado-ficha__header .comunicado-ficha__fecha span {
  font-size: 0.8rem !important;
  color: #9f9999 !important;
}
.comunicado-ficha .comunicado-ficha__header .comunicado-ficha__categorias {
  display: flex;
}
.comunicado-ficha .comunicado-ficha__header .comunicado-ficha__categorias 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;
}
.comunicado-ficha .comunicado-ficha__header .comunicado-ficha__categorias span:not(:nth-child(1))::before {
  content: " ";
  background-color: #fece00;
  height: 16px;
  top: 3px;
  display: inline-block;
  width: 1px;
  margin: 0 7px;
}
.comunicado-ficha .comunicado-ficha__header .comunicado-ficha__titular {
  font-size: 3.5rem;
  line-height: 3.7rem;
  margin: 0 !important;
  color: black;
}
.comunicado-ficha .comunicado-ficha__contenido {
  /* Cuerpo */
}
.comunicado-ficha .comunicado-ficha__contenido .comunicado-ficha__cuerpo {
  padding: 0 6rem;
}

/*   MODO MÓVIL / TABLET   --------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Móvil */
@media (max-width: 767px) {
  .comunicado-ficha {
    padding: 0;
  }
  .comunicado-ficha .comunicado-ficha__header {
    padding: 0 1rem;
  }
  .comunicado-ficha .comunicado-ficha__header .comunicado-ficha__titular {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .comunicado-ficha .comunicado-ficha__contenido .comunicado-ficha__cuerpo {
    padding: 0 1rem;
  }
}
/* Tablet */
/* 
	PAGINADOR
	---------
	Región:
	Template:
	Descripción:
	Última revisión: 23/07/2024
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   PAGINADOR (Actualidad (Noticias) / Agenda (Eventos))   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pager {
  margin-top: 15px;
}

.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 */
/* Filtro Vistas */
.filtro-vista {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  background-color: #f7f5f5;
  /* Elementos Generados */
  /* Elementos Generados */
  /* Botones añadidos: TODOS  TODOS AGRUPADOS */
  /* Estilo común a todos los botones de filtro */
}
.filtro-vista .view-header {
  order: 1;
  display: block;
  padding: 0;
  /* display: inline-flex;
  flex-wrap: wrap;
  gap: 5px; */
}
.filtro-vista .view-content {
  order: 2;
  display: block;
  padding: 0;
  /* display: inline-flex;
  flex-wrap: wrap;
  gap: 5px; */
}
.filtro-vista .view-footer {
  order: 3;
  /* display: flex;
  gap: 1px; */
}
.filtro-vista .filtro-vista__boton {
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  /*  background: rgba(0, 0, 0, 0.05);
   color: rgba(0, 0, 0, 0.8);
   border: none; */
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  background: white;
  border: 1px solid #dbd8d8;
  color: grey;
}
.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;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   ETIQUETAS FILTRO  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.filtro__item {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  background: white;
  color: black;
  border: none;
  /* margin: 3px; */
  padding: 10px 15px;
  border: 1px solid grey;
  margin-right: -1px;
}
.filtro__item:nth-child(1) {
  border-radius: 15px 0 0 15px;
}
.filtro__item:last-child {
  border-radius: 0 15px 15px 0;
}
.filtro__item.filtro__item--activo {
  background: var(--colorPri);
  color: white !important;
}
.filtro__item:hover {
  background: var(--colorSec);
  color: white !important;
  cursor: pointer;
}

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

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+   ETIQUETAS FILTRO  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.eventos-blq .filtro-vista {
  margin-bottom: 0;
}
.eventos-blq .filtro-vista:nth-child(1) {
  padding-bottom: 0;
}
.eventos-blq .view-filters {
  background: white;
  padding: 1rem;
  margin-bottom: 2rem;
}

/*   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: 20px 25px;
  /* 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: 6.5rem;
  position: relative;
  flex: 20%;
  /* 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: 16px;
  line-height: 20px;
  color: black;
  padding: 15px 5px;
  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: 0.8rem;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}

.atajos-destacado__icono {
  font-size: 2.3rem;
  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;
}

.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: 1.5rem;
  }
  .atajos-destacado__item {
    max-width: 5rem;
  }
  .atajos-destacado__item .atajos-destacado__icono-circulo {
    width: 5.5rem;
    height: 5.5rem;
  }
  .atajos-destacado__item .atajos-destacado__texto {
    font-size: 14px;
    line-height: 18px;
  }
}
/* Tablet */
/* 
	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;
  width: 260px;
}
.logo-footer .logo-footer__enlace {
  margin-bottom: 20px;
}
.logo-footer .logo-footer__slogan-us {
  font-family: "Merriweather", serif !important;
  font-size: 15.53px !important;
  padding: 0 0 0 97px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  color: var(--color-texto-footer);
}

/* 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;
  /* Logo Aenor */
  /* Plan Autoprotección */
}
.logos-footer .logo-aenor {
  /* position: relative;
  bottom: -10px; */
  width: 90px;
  margin: 0;
}
.logos-footer .logo-aenor img {
  width: 100%;
  object-fit: cover;
}
.logos-footer .plan-autoproteccion {
  /* position: relative;
  bottom: -10px; */
  width: 120px;
  margin: 0;
  /* margin-left: 20px; */
}
.logos-footer .plan-autoproteccion img {
  width: 100%;
  object-fit: cover;
}

.no-biblioteca .no-biblioteca__img {
  width: 100%;
}

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

/* 
	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);
  /*  border: 4px dotted var(--colorSec); */
}

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

.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;
  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/biologia/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__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__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 {
  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 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ FORMULARIO /USER +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.user-login-form {
  margin-top: 1rem !important;
  max-width: 100%;
  padding: 1rem;
  /* margin: 0 auto;
  padding: 2rem; */
}
.user-login-form .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.user-login-form .form-item label {
  color: black;
}
.user-login-form .form-item .description {
  font-size: 14px;
  color: #b9b8b8;
  font-style: italic;
}
.user-login-form .form__group {
  margin-bottom: 1rem;
}
.user-login-form .form__group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.user-login-form .form__actions button {
  background-color: #80002a;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
.user-login-form .form__links {
  text-align: center;
  margin-top: 1rem;
}
.user-login-form .form__links a {
  color: #80002a;
  text-decoration: none;
}
/* Contenedor Principal */
.directorio-ctn {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  border-top: 2px solid #333; /* Opcional: Borde superior estético */
}

/* Aviso de carga */
.directorio-aviso {
  text-align: center;
  padding: 10px;
  font-style: italic;
  color: #666;
  background: #f9f9f9;
  margin-bottom: 20px;
}

/* Definición del GRID para Escritorio */
.directorio-item {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 0.8fr 1.5fr;
  gap: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}

/* Estilos de la Cabecera */
.directorio-item__header {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

/* Estilos de las Columnas */
.directorio-item__col {
  word-wrap: break-word; /* Evita que textos largos rompan la maqueta */
  text-align: center;
  width: 100%;
  line-height: 1.3rem;
}

/* Foto */
.directorio-item__col--foto {
  text-align: center;
}

.directorio-item__col--foto img {
  width: 100%;
  height: auto;
  max-width: 100px;
  border-radius: 4px;
  object-fit: cover;
}

/* Nombre y Cargo */
.directorio-item__col--info strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #333;
}

.directorio-item__col--info span {
  display: block;
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  text-align: center;
}

/* Enlaces */
.directorio-item__col a {
  color: #0056b3;
  text-decoration: none;
}

.directorio-item__col a:hover {
  text-decoration: underline;
}

/* --- RESPONSIVE (Móvil y Tablet) --- */
@media (max-width: 900px) {
  /* 1. Ocultamos la cabecera de la tabla */
  .directorio-item__header {
    display: none !important;
  }
  /* 2. Convertimos cada fila en una "Tarjeta" */
  .directorio-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    gap: 10px;
  }
  /* 3. Ajustes de la foto en móvil */
  .directorio-item__col--foto {
    margin-bottom: 10px;
  }
  .directorio-item__col--foto img {
    max-width: 120px; /* Un poco más grande en móvil para destacar */
  }
  /* 4. Usamos un truco CSS para poner "Etiquetas" antes del contenido
     usando el atributo data-label del HTML */
  /*  .directorio-item__col:not(.photo):not(.info)::before { */
  .directorio-item__col:not(.directorio-item__col--foto):not(.directorio-item__col--info)::before {
    content: attr(data-label) ": ";
    font-weight: bold;
    display: block; /* Pone la etiqueta encima del texto */
    color: #555;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-bottom: 2px;
  }
  /* Centramos el texto en móvil para mejor estética */
  .directorio-item__col,
  .directorio-item__col span {
    text-align: center !important;
    width: 100%;
  }
}

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