/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* Fonts ------------------------------------------------------------------- */


/* Work Sans */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: 'Work Sans', sans-serif;*/


/* Sansita */
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');
/*font-family: 'Sansita', serif;*/


/* Material Symbols */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400..700,0..1,0&display=swap');




/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}








/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */
:root{
	--color-marca: #593e91;
	--color-marca-claro: #8f7cb5;

	--color-gris: #5d5d5d;
	--color-gris-60: #9e9e9e;
	--color-gris-20: #dfdfdf;
	--color-gris-10: #eeeeee;
	--color-gris-5: #f7f7f7;
	--color-gris-osc: #2d2d2d;


	--color-clinico: #f28327;
	--color-clinico-rgb: 242, 131, 39;
	--color-clinico-osc: #9b511b;

	--color-legal: #28b29e;
	--color-legal-rgb: 40, 178, 158;
	--color-legal-osc: #16564a;
	--color-legal-osc-rgb: 22, 86, 74;

	--color-otra: var(--color-gris);
	--color-otra-osc: var(--color-gris-osc);

	--color-secundario-1: #c573ff;
	--color-secundario-1-20: #f3e3ff;
	--color-secundario-2: #f9c34b;
	--color-secundario-2-20: #fef3db;

	--color-negro: #000000;
	--color-negro-rgb: 0, 0, 0;
	--color-blanco: #ffffff;
	--color-blanco-rgb: 255, 255, 255;

	--color-selection: #f7e286;

	--font-texto: 'Work Sans', sans-serif;
	--font-titulo: 'Sansita', serif;
}






html,
button,
input,
select,
textarea{
	color: var(--color-negro);
	font-family: var(--font-texto);
	font-size: 1em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
html,
body{
	height: 100%;
}
html{
	line-height: 1.4;
}


::-moz-selection{
	background: var(--color-selection);
	text-shadow: none;
}
::selection{
	background: var(--color-selection);
	text-shadow: none;
}
hr{
	border-top: 1px solid var(--color-negro);
	border: 0;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video{
	vertical-align: middle;
}
fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
textarea{
	resize: vertical;
}




/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */


.contenedor{
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}
.caja{
	margin: 0 20px;
}



a,
a:active,
a:hover{
	outline: none;
}
a{
	color: var(--color-negro);
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus{
	outline: 2px solid;
}
html.no-touchevents a:hover{
	text-decoration: none;
}


figure{
	margin: 0;
	padding: 0;
}

ul,
ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

p strong{
	font-weight: 600;
}


h1,
h2,
h3,
h4,
h5,
h6{
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0;
}




/* Main -------------------------------------------------------------------- */
main{
	background-color: var(--color-blanco);
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	overflow-x: hidden;
}
#swup{
	display: flex;
	flex-direction: column;
	
	min-height: 100%;
}




/* Secciones y Footer ------------------------------------------------------ */
footer,
section{
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
footer{
	height: 60px;
	margin-bottom: 80px;
}
footer .contenido{
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}
footer .contenido p{
	margin: 0;
}
footer .contenido a{
	border-bottom: 1px solid var(--color-gris-20);
	text-decoration: none;
	transition: all .2s ease-in-out;
}
html.no-touchevents footer .contenido a:hover{
	border-bottom-color: var(--color-gris-60);
	color: var(--color-marca);
}
footer .contenido .footer-menu ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-column-gap: 20px;
}
footer .contenido .footer-menu ul li:last-of-type{
	margin-top: 20px;
	width: 100%;
}


section.home,
section.rama{
	background-color: var(--color-gris-10);
}




section header .cabezal-nav,
section header .cabezal-info{
	background-color: var(--color-blanco);
}
section.home header .cabezal-nav,
section.home header .cabezal-info{
	padding: 20px 0;
}

section header .cabezal-nav nav{
	display: flex;
	align-items: center;
	justify-content: space-between;

	min-height: 80px;
}
section header .cabezal-nav nav .logo img{
	height: 46px;
	width: auto;
}

section header .cabezal-nav .boton-nav a{
	background-color: var(--color-gris-10);
	border-radius: 100%;
	color: var(--color-negro);
	cursor: pointer;
	display: block;
	height: 40px;
	min-height: 40px;
	min-width: 40px;
	position: relative;
	text-decoration: none;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	width: 40px;
}
section header .cabezal-nav .boton-nav a:after{
	display: flex;
	align-items: center;
	justify-content: center;

	content: '';
	font-family: 'Material Symbols Outlined';
	font-size: 22px;
	font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
	height: 100%;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 100%;
}
section header .cabezal-nav .boton-nav.boton-nav-volver a:after{
	content: '\f1e6';
}
section header .cabezal-nav .boton-nav.boton-nav-inicio a:after{
	content: '\e88a';
	font-variation-settings: 'FILL' 1;
}
html.no-touchevents section header .cabezal-nav .boton-nav a:hover{
	background-color: var(--color-negro);
	color: var(--color-blanco);
}




section.home header .cabezal-info h2{
	color: var(--color-gris);
	display: block;
	font-family: var(--font-titulo);
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 8px;
}
section.home header .cabezal-info h2 span{
	color: var(--color-marca);
}
section.home header .cabezal-info h1{
	color: var(--color-marca);
	font-family: var(--font-titulo);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 16px;
}
section.home header .cabezal-info p{
	font-size: 18px;
	margin: 0;
}
section.home header .cabezal-info figure{
	padding: 10px 0;
}
section.home header .cabezal-info figure img{
	height: auto;
	max-width: 100%;
}




section.rama header .cabezal-info{
	padding: 30px 0 20px 0;
}
section.rama header .cabezal-info h1{
	color: var(--color-blanco);
	font-family: var(--font-titulo);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}
section header .cabezal-info p{
	color: var(--color-blanco);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}
section.lista header .cabezal-info p{
	color: var(--color-blanco);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 5px;
	padding-left: 24px;
}




section header .cabezal-info .ruta{
	padding: 15px 0 20px 0;
	position: relative;
}
section header .cabezal-info .ruta li{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding: 6px 0 6px 24px;
	position: relative;
}
section header .cabezal-info .ruta li a{
	color: var(--color-negro);
	text-decoration: none;
	transition: all .2s ease-in-out;
}
html.no-touchevents section header .cabezal-info .ruta li a:hover{
	color: var(--color-blanco);
}
section header .cabezal-info .ruta li span{
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 19px;
}
section header .cabezal-info .ruta li span:after{
	border-right: 1px solid var(--color-negro);
	box-sizing: border-box;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
section header .cabezal-info .ruta li:first-of-type span:after{
	bottom: 0;
	height: 50%;
	top: auto;
}
section header .cabezal-info .ruta li:last-of-type span:after{
	height: 50%;
}
section header .cabezal-info .ruta li span:before{
	background-color: var(--color-negro);
	border-radius: 100%;
	content: '';
	height: 5px;
	left: calc(50% - 3px);
	position: absolute;
	top: calc(50% - 3px);
	width: 5px;
	z-index: 1;
}
section header .cabezal-info .ruta li:last-of-type span:before{
	background-color: var(--color-blanco);
	border: 2px solid var(--color-negro);
	box-sizing: border-box;
	height: 9px;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	width: 9px;
}




section header .cabezal-info .ruta li:first-of-type{
	font-weight: 700;
}
section header .cabezal-info .ruta li:last-of-type{
	color: var(--color-blanco);
	font-family: var(--font-titulo);
	font-size: 26px;
	font-weight: 700;
}
section header .cabezal-info .ruta li:last-of-type a{
	color: var(--color-blanco);
	cursor: pointer;
	pointer-events: none;
}
section header .cabezal-info .ruta li h1{
	font-size: inherit;
	line-height: 1;
}




section.clinico header .cabezal-info{
	background-color: var(--color-clinico);
}
section.legal header .cabezal-info{
	background-color: var(--color-legal);
}
section.consulta header .cabezal-info{
	background-color: var(--color-otra);
}




section .navegacion{
	padding-bottom: 80px;
}




section .navegacion .introduccion{
	padding: 30px 0 10px 0;
}
section.home .navegacion .introduccion{
	padding-top: 0;
}
section .navegacion .introduccion p{
	color: var(--color-gris-osc);
	font-family: var(--font-texto);
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
section .navegacion .introduccion p:last-of-type{
	margin-bottom: 0;
}


section .navegacion .texto{
	font-size: 18px;
	padding: 20px 0;
}
section .navegacion .texto a{
	color: var(--color-marca);
	text-decoration: underline;
}
html.no-touchevents section .navegacion .texto a:hover{
	color: var(--color-marca-claro);
	text-decoration: none;
}

section .navegacion .texto figure img{
	height: auto;
	width: 100%;
}



section .navegacion nav{
	padding: 20px 0;
}

section .navegacion nav a{
	display: flex;
	justify-content: space-between;

	background-color: var(--color-blanco);
	border-radius: 8px;
	color: var(--color-negro);
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	user-select: none;
}
section .navegacion nav a:last-of-type{
	margin-bottom: 0;
}

section .navegacion nav a .nav-btn-txt{
	display: block;
	padding: 12px 12px;
}
section .navegacion nav a .nav-btn-txt h2{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
section .navegacion nav a .nav-btn-txt p{
	color: var(--color-gris);
	font-size: 12px;
	line-height: 1.2;
	margin: 6px 0 0 0;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}


section .navegacion nav a .nav-btn-ico{
	border-left: 1px solid var(--color-gris-10);
	color: var(--color-negro);
	min-height: 100%;
	min-width: 30px;
	position: relative;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	width: 30px;
}
section .navegacion nav a .nav-btn-ico:after{
	display: flex;
	justify-content: center;

	content: '\f1df';
	font-family: 'Material Symbols Outlined';
	font-size: 16px;
	font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
	position: absolute;
	right: 0;
	top: 11px;
	width: 100%;
}
section .navegacion-lista-texto nav a .nav-btn-ico:after{
	content: '\ef42';
}


html.no-touchevents section .navegacion nav a:hover{
	text-decoration: none;
}
html.no-touchevents section .navegacion nav a:hover .nav-btn-ico{
	background-color: var(--color-negro);
	color: var(--color-blanco);
}


section.clinico .navegacion nav a .nav-btn-ico{
	color: var(--color-clinico);
}
section.legal .navegacion nav a .nav-btn-ico{
	color: var(--color-legal);
}
html.no-touchevents section.clinico .navegacion nav a:hover .nav-btn-ico{
	background-color: var(--color-clinico);
}
html.no-touchevents section.legal .navegacion nav a:hover .nav-btn-ico{
	background-color: var(--color-legal);
}


section .navegacion-lista nav a{
	background-color: var(--color-gris-10);
}
section .navegacion-lista nav a .nav-btn-ico{
	border-left-color: var(--color-blanco);
}





/* Home -------------------------------------------------------------------- */
section.home .navegacion-home{
	padding: 20px 0;
}


section.home .navegacion-home nav a{
	background-color: var(--color-blanco);
}

section.home .navegacion-home nav a h2{
	font-family: var(--font-titulo);
	font-size: 22px;
	font-weight: 700;
}
section.home .navegacion-home nav a p{
	color: var(--color-gris);
	font-size: 14px;
}

section.home .navegacion-home nav a .nav-btn-ico{
	background-color: var(--color-gris-60);
	border-left: none;
	min-width: 50px;
	width: 50px;
}
section.home .navegacion-home nav a .nav-btn-ico:after{
	color: var(--color-blanco);
	font-size: 28px;
	top: 6px;
}

section.home .navegacion-home nav a.clinico .nav-btn-ico{
	background-color: var(--color-clinico);
}
section.home .navegacion-home nav a.legal .nav-btn-ico{
	background-color: var(--color-legal);
}

html.no-touchevents section.home .navegacion-home nav a:hover h2,
html.no-touchevents section.home .navegacion-home nav a:hover p{
	color: var(--color-blanco);
}

html.no-touchevents section.home .navegacion-home nav a:hover .nav-btn-ico{
	background-color: rgba( var(--color-negro-rgb), 0.5 );
}

html.no-touchevents section.home .navegacion-home nav a:hover{
	background-color: var(--color-gris-60);
}
html.no-touchevents section.home .navegacion-home nav a.clinico:hover{
	background-color: var(--color-clinico);
}
html.no-touchevents section.home .navegacion-home nav a.legal:hover{
	background-color: var(--color-legal);
}








/* Swup -------------------------------------------------------------------- */
html.is-animating .transition-slide{
	transform: translateX(-50%);
	transition: all 0.2s ease-out;
}
html.is-animating.is-leaving .transition-slide{
	transform: translateX(50%);
	transition: all 0.2s ease-in;
}

html.is-animating.swup-theme-reverse .transition-slide{
	transform: translateX(50%);
}
html.is-animating.swup-theme-reverse.is-leaving .transition-slide{
	transform: translateX(-50%);
}

html.is-animating.to-route-home .transition-slide{
	transform: translateX(-50%);
}
html.is-animating.swup-theme-reverse.is-leaving.to-route-home .transition-slide{
	transform: translateX(50%);
}

html.is-animating.to-route-back .transition-slide{
	transform: translateX(-50%);
}
html.is-animating.swup-theme-reverse.is-leaving.to-route-back .transition-slide{
	transform: translateX(50%);
}








/* Popup ------------------------------------------------------------------- */
body.popup-aviso-modal,
body.popup-proyecto-modal,
body.popup-modal{
	overflow: hidden;
	position: relative;
}
body.popup-aviso-modal{
	pointer-events: none;
	user-select: none;
}
body.popup-aviso-modal main,
body.popup-proyecto-modal main,
body.popup-modal main{
	overflow-y: hidden;
}
body.popup-aviso-modal #swup,
body.popup-proyecto-modal #swup,
body.popup-modal #swup{
	height: 100%;
}


.popup{
	background-color: rgba( var(--color-negro-rgb), 0.95 );
	box-sizing: border-box;
	display: none;
	left: 0;
	min-height: 100%;
	overflow-y: scroll;
	height: 100%;
	padding: 0 10px;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}
.popup-aviso{
	background-color: rgba( var(--color-legal-osc-rgb), 0.90 );
	height: 100vh;
	min-height: initial;
	z-index: 10001;

	-webkit-backdrop-filter: grayscale(1) blur(5px);
	backdrop-filter: grayscale(1) blur(5px);
}
.popup .contenedor{
	max-width: 800px;
}
.popup-proyecto .contenedor{
	max-width: 1024px;
}
.popup-aviso .contenedor{
	max-width: 1024px;
}
.popup.abierto,
.popup-aviso.abierto{
	display: block;
	overflow-y: scroll;
	pointer-events: all;
}
.popup .caja{
	margin: 0 !important;
	pointer-events: none;
	z-index: 0;
}
.popup .popup-marco{
	background-color: var(--color-blanco);
	border-radius: 6px;
	box-sizing: border-box;
	margin: 10px 0;
	pointer-events: all;
	width: 100%;
	z-index: 1;
}
.popup-aviso .popup-marco{
	box-shadow: 0 2px 30px rgba(0,0,0,0.8);
	border-radius: 20px;
}

.popup .popup-cabezal .popup-contenido{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
	grid-column-gap: 20px;
	
	position: relative;
	padding: 20px 0;
	width: 100%;
}
.popup .popup-caja{
	margin: 0 20px;
}

.popup .popup-cabezal .popup-cabecera .popup-logo{
	display: flex;
	align-items: center;

	width: 100%;
}
.popup .popup-cabezal .popup-cabecera .popup-logo img{
	height: 52px;
	width: auto;
}

.popup .boton-cerrar{
	content: '';
	cursor: pointer;
	display: block;
	height: 40px;
	position: relative;
	width: 40px;
}
.popup .boton-cerrar a{
	display: flex;
	align-items: center;
	justify-content: center;

	background-color: var(--color-gris-10);
	border-radius: 100%;
	color: var(--color-negro);
	height: 100%;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	width: 100%;
}
.popup .boton-cerrar a:focus{
	outline: 2px solid;
}
html.no-touchevents .popup .boton-cerrar a:hover{
	background-color: var(--color-negro);
	color: var(--color-blanco);
}
.popup .boton-cerrar a:after{
	display: flex;
	align-items: center;
	justify-content: center;

	content: '\e5cd';
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	font-variation-settings: 'FILL' 0, 'wght' 900, 'GRAD' 0, 'opsz' 48;
	height: 100%;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 100%;
}


.popup .popup-seccion{
	padding-bottom: 20px;
}
.popup .popup-seccion .popup-seccion-header{
	background-color: var(--color-gris-10);
	padding: 20px 0;
}
.popup[data-rama='clinico'] .popup-seccion .popup-seccion-header{
	background-color: rgba(var(--color-clinico-rgb), 0.1);
	}
.popup[data-rama='legal'] .popup-seccion .popup-seccion-header{
	background-color: rgba(var(--color-legal-rgb), 0.1);
}
.popup-aviso .popup-seccion .popup-seccion-header{
	background-color: var(--color-marca-claro);
}
.popup .popup-seccion .popup-seccion-header h2{
	color: var(--color-gris);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
.popup-aviso .popup-seccion .popup-seccion-header h2{
	color: var(--color-negro);
}
.popup-proyecto .popup-seccion .popup-seccion-header h2{
	color: var(--color-marca);
}
.popup[data-rama='clinico'] .popup-seccion .popup-seccion-header h2{
	color: var(--color-clinico);
}
.popup[data-rama='legal'] .popup-seccion .popup-seccion-header h2{
	color: var(--color-legal);
}
.popup .popup-seccion .popup-seccion-header h1{
	color: var(--color-negro);
	font-family: var(--font-titulo);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}
.popup-aviso .popup-seccion .popup-seccion-header h1{
	color: var(--color-blanco);
}

.popup .popup-seccion .popup-seccion-main{
	padding: 20px 0;
}
.popup .popup-seccion .popup-seccion-main h2,
.popup .popup-seccion .popup-seccion-main h3,
.popup .popup-seccion .popup-seccion-main h4,
.popup .popup-seccion .popup-seccion-main h5,
.popup .popup-seccion .popup-seccion-main h6{
	margin-bottom: 10px;
	margin-top: 30px;
}
.popup .popup-seccion .popup-seccion-main h2{
	font-size: 26px;
}
.popup .popup-seccion .popup-seccion-main h3{
	font-size: 22px;
}
.popup .popup-seccion .popup-seccion-main h4{
	font-size: 20px;
}
.popup .popup-seccion .popup-seccion-main h5{
	font-size: 19px;
}
.popup .popup-seccion .popup-seccion-main h6{
	font-size: 18px;
}

.popup .popup-seccion .popup-seccion-main ul{
	padding-left: 30px;
}
.popup .popup-seccion .popup-seccion-main ul li{
	list-style: disc;
	margin-bottom: 20px;
}
.popup .popup-seccion .popup-seccion-main ul li:last-of-type{
	margin-bottom: 0;
}
.popup .popup-seccion .popup-seccion-main ul ul{
	margin-bottom: 20px;
	margin-top: 12px;
}
.popup .popup-seccion .popup-seccion-main ul ul li{
	list-style: circle;
	margin-bottom: 12px;
}

.popup .popup-seccion .popup-seccion-main p,
.popup .popup-seccion .popup-seccion-main ul{
	font-size: 18px;
}
.popup .popup-seccion .popup-seccion-main p{
	line-height: 1.5;
	margin: 0 0 12px 0;
}
.popup .popup-seccion .popup-seccion-main p:last-of-type{
	margin-bottom: 0;
}
.popup .popup-seccion .popup-seccion-main p b,
.popup .popup-seccion .popup-seccion-main p strong{
	font-weight: 600;
}
.popup .popup-seccion .popup-seccion-main p a{
	color: var(--color-marca);
	text-decoration: underline;
}
html.no-touchevents .popup .popup-seccion .popup-seccion-main p a:hover{
	color: var(--color-marca-claro);
	text-decoration: none;
}

.popup .popup-seccion .popup-seccion-main p a.enlace-boton{
	background-color: var(--color-gris-10);
	border-radius: 4px;
	color: var(--color-marca);
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin: 30px 0;
	padding: 10px 10px 10px 30px;
	position: relative;
	text-decoration: none;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.popup .popup-seccion .popup-seccion-main p a.enlace-boton:after{
	display: flex;
	align-items: center;
	justify-content: flex-start;

	color: var(--color-gris-osc);
	content: '\e873';
	font-family: 'Material Symbols Outlined';
	font-size: 0.875em;
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
	height: 100%;
	left: 8px;
	line-height: 1;
	position: absolute;
	top: 0;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	width: 30px;
}
html.no-touchevents .popup .popup-seccion .popup-seccion-main p a.enlace-boton:hover{
	background-color: var(--color-marca-claro);
	color: var(--color-blanco);
}
html.no-touchevents .popup .popup-seccion .popup-seccion-main p a.enlace-boton:hover:after{
	color: var(--color-blanco);
}

.popup .popup-seccion .popup-seccion-main .tooltip{
	border-bottom: 1px dotted var(--color-negro);
	cursor: pointer;
	margin-right: 14px;
	position: relative;
	white-space: nowrap;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.popup .popup-seccion .popup-seccion-main .tooltip.tooltip-abierto:before{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--color-marca);
	top: -11px;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0;
	z-index: 2001;
}
.popup .popup-seccion .popup-seccion-main .tooltip.tooltip-abierto,
html.no-touchevents .popup .popup-seccion .popup-seccion-main .tooltip:hover{
	border-color: var(--color-marca);
	color: var(--color-marca);
}
.popup .popup-seccion .popup-seccion-main .tooltip:after{
	display: flex;
	align-items: center;
	justify-content: flex-end;

	color: var(--color-marca);
	content: '\e0b7';
	font-family: 'Material Symbols Outlined';
	font-size: 12px;
	font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
	height: 100%;
	line-height: 1;
	position: absolute;
	right: -14px;
	text-align: right;
	top: -4px;
	width: 14px;
}

.popup .popup-seccion .popup-seccion-main .tooltip-box{
	background-color: var(--color-marca);
	border-radius: 8px;
	bottom: calc(100% + 10px);
	box-shadow: 0 2px 16px rgba(0,0,0,0.4);
	color: var(--color-blanco);
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 300px;
	opacity: 1;
	pointer-events: all;
	position: absolute;
	text-align: left;
	transform: translateY(0);
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	white-space: normal;
	width: 300px;
	z-index: 2000;
	cursor: auto;
}
.popup .popup-seccion .popup-seccion-main .tooltip-box .tooltip-box-texto{
	height: 200px;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 14px;
	-webkit-overflow-scrolling: touch;
}
.popup .popup-seccion .popup-seccion-main .tooltip-box .tooltip-box-texto::-webkit-scrollbar{
	height: 4px;
	width: 4px;
}
.popup .popup-seccion .popup-seccion-main .tooltip-box .tooltip-box-texto::-webkit-scrollbar-thumb{
	background-color: var(--color-secundario-2);
	border-radius: 10px;
}
.popup .popup-seccion .popup-seccion-main .tooltip-box .tooltip-box-texto::-webkit-scrollbar-track{
	background: var(--color-gris);
	border-radius: 10px;
}

.popup .popup-seccion .popup-seccion-main .tooltip-box .tooltip-box-cerrar{
	background-color: var(--color-blanco);
	border-radius: 100%;
	border: 2px solid var(--color-negro);
	box-sizing: border-box;
	color: var(--color-negro);
	cursor: pointer;
	height: 34px;
	min-width: 34px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 34px;
	z-index: 2002;
}
.popup .popup-seccion .popup-seccion-main .tooltip-box .tooltip-box-cerrar:after{
	display: flex;
	align-items: center;
	justify-content: center;

	content: '\e5cd';
	font-family: 'Material Symbols Outlined';
	font-size: 24px;
	font-variation-settings: 'FILL' 0, 'wght' 900, 'GRAD' 0, 'opsz' 20;
	height: 100%;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 100%;
}
html.no-touchevents .popup .popup-seccion .popup-seccion-main .tooltip-box .tooltip-box-cerrar:hover{
	background-color: var(--color-secundario-2);
	color: var(--color-negro);
}



.popup .popup-seccion .popup-seccion-main .popup-seccion-main-fuente{
	font-style: italic;
	margin: 30px 0 40px 0;
}
.popup .popup-seccion .popup-seccion-main .popup-seccion-main-fuente i,
.popup .popup-seccion .popup-seccion-main .popup-seccion-main-fuente em{
	font-style: normal;
}
.popup .popup-seccion .popup-seccion-main .popup-seccion-main-fuente h4{
	font-family: var(--font-titulo);
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
}
.popup .popup-seccion .popup-seccion-main .popup-seccion-main-fuente p{
	font-size: 14px;
}

.popup .popup-seccion .popup-seccion-main .galeria{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

	padding: 16px 0;
}
.popup .popup-seccion .popup-seccion-main figure img{
	height: auto;
	width: 100%;
}
.popup .popup-seccion .popup-seccion-main figure figcaption{
	color: var(--color-gris);
	font-size: 12px;
	font-style: italic;
	padding: 6px 0 0 0;
}


.popup .popup-seccion .popup-seccion-footer{
	border-top: 1px solid var(--color-gris-10);
	padding-top: 20px;
}
.popup .popup-seccion .popup-seccion-footer a{
	background-color: var(--color-gris-10);
	border-radius: 12px;
	display: block;
	padding: 20px 20px 20px 48px;
	position: relative;
}
.popup .popup-seccion .popup-seccion-footer a:after{
	display: flex;
	justify-content: center;

	color: var(--color-secundario-2);
	content: '\e94c';
	font-family: 'Material Symbols Outlined';
	font-size: 28px;
	font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
	left: 0;
	position: absolute;
	top: 12px;
	width: 48px;
}
.popup .popup-seccion .popup-seccion-footer p{
	font-family: var(--font-titulo);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px 0;
}
.popup .popup-seccion .popup-seccion-footer p:last-of-type{
	margin-bottom: 0;
}
.popup .popup-seccion .popup-seccion-footer h3{
	color: var(--color-marca);
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
}
html.no-touchevents .popup .popup-seccion .popup-seccion-footer a:hover{
	background-color: var(--color-secundario-2);
}
html.no-touchevents .popup .popup-seccion .popup-seccion-footer a:hover:after,
html.no-touchevents .popup .popup-seccion .popup-seccion-footer a:hover h3{
	color: var(--color-secundario-1);
}




.popup-aviso{
	padding: 10px 20px 80px 20px;
}
.popup-aviso .popup-seccion{
	padding-bottom: 0;
}
.popup-aviso .popup-contenido-grilla .popup-contenido-grilla-item-1{
	display: none;
}
.popup-aviso .popup-contenido-cabecera{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-column-gap: 20px;

	border-bottom: 1px solid var(--color-gris-20);
	margin-bottom: 0;
	padding-bottom: 20px;
}
.popup-aviso .popup-contenido-cabecera .popup-logo img{
	height: auto;
	width: 130px;
}
.popup-aviso .popup-seccion .popup-seccion-main .popup-contenido-cabecera h2{
	color: var(--color-marca);
	font-family: var(--font-titulo);
	font-size: 18px;
	margin: 10px 0;
	white-space: nowrap;
}
.popup-aviso .popup-contenido-texto{
	margin-bottom: 20px;
}
.popup-aviso .popup-contenido-texto h1{
	font-family: var(--font-titulo);
	color: var(--color-clinico);
	font-size: 36px;
	margin-bottom: 10px;
}
.popup-aviso .popup-contenido-texto figure{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid var(--color-gris-20);
	height: 360px;
	margin-bottom: 20px;
}
.popup-aviso .popup-contenido-texto figure img{
	display: none;
}
.popup-aviso .popup-seccion .popup-seccion-main p{
	font-size: 16px;
}
.popup-aviso .popup-seccion .popup-seccion-main .popup-aviso-boton{
	margin-top: 30px;
}
.popup-aviso .popup-seccion .popup-seccion-main .popup-aviso-boton button{
	background-color: var(--color-clinico);
	border-radius: 8px;
	border: none;
	box-shadow: 0 6px 12px rgba(0,0,0,0.2);
	box-sizing: border-box;
	color: var(--color-blanco);
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 10px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	user-select: none;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
html.no-touchevents .popup-aviso .popup-seccion .popup-seccion-main .popup-aviso-boton button:hover{
	background-color: var(--color-marca);
}








/* Tablas ------------------------------------------------------------------ */
.tabla{
	padding: 16px 0;
}
.tabla .tabla-contenedor{
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
}

.tabla table{
	border-color: var(--color-gris-60);
	border-spacing: 0;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	font-size: 14px;
	width: 100%;
}
.tabla tbody td:first-of-type,
.tabla tfoot td:first-of-type{
	border-left-color: var(--color-gris-60);
}
.tabla thead{
	background-color: var(--color-gris-osc);
	color: var(--color-blanco);
}
.tabla thead th{
	border-left: 1px solid var(--color-blanco);
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.tabla thead th:first-of-type{
	border-left: none;
}
.tabla tbody tr:nth-child(odd){
	background-color: var(--color-gris-5);
}
.tabla tbody tr th[scope="row"]{
	background-color: rgba( var(--color-negro-rgb), 0.05 );
	border-top: 1px solid var(--color-gris);
	text-align: left;
}
.tabla tbody td{
	border-left: 1px solid var(--color-gris-60);
	border-top: 1px solid var(--color-gris-60);
}
.tabla tbody tr:first-of-type td{
	border-top: none;
}
.tabla tfoot td{
	border-left: 1px solid var(--color-blanco);
}
.tabla thead th,
.tabla tbody tr th[scope="row"],
.tabla tbody td,
.tabla tfoot td{
	padding: 10px;
	vertical-align: top;
}
.tabla table .tabla-align-izq{
	text-align: left;
}
.tabla table .tabla-align-cen{
	text-align: center;
}
.tabla table .tabla-align-der{
	text-align: right;
}
.tabla tbody td span{
	display: block;
	min-height: 20px;
	padding: 4px 0;
}


.popup .popup-seccion .popup-seccion-main .tabla tbody td p a{
	display: inline-block;
}
html.no-touchevents .popup .popup-seccion .popup-seccion-main .tabla tbody td p a:hover{
	color: var(--color-marca);
	text-decoration: underline;
}
.popup .popup-seccion .popup-seccion-main .tabla tbody td p{
	font-size: 14px;
	margin-bottom: 6px;
}
.popup .popup-seccion .popup-seccion-main .tabla tbody td p:last-of-type{
	margin-bottom: 0;
}
.popup .popup-seccion .popup-seccion-main .tabla .tabla-fuente{
	padding-top: 6px;
}
.popup .popup-seccion .popup-seccion-main .tabla .tabla-fuente p{
	color: var(--color-gris);
	font-size: 12px;
	font-style: italic;
	margin: 0;
}










/* ------------------------------------------------------------------------- */
/* Responsive -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

@media only screen and (min-width: 450px){
	.popup-aviso .popup-contenido-texto figure{
		background-image: none !important;
		border-bottom: none;
		height: auto;
	}
	.popup-aviso .popup-contenido-texto figure img{
		display: block;
	}
}



@media only screen and (min-width: 1024px){
	section.home header .cabezal-info h2{
		font-size: 32px;
		margin-bottom: 8px;
	}
	section.home header .cabezal-info h1{
		font-size: 50px;
	}
	section.home header .cabezal-info p{
		font-size: 20px;
		font-weight: 600;
		line-height: 1.2;
	}
	section.home header .cabezal-info figure{
		padding-bottom: 30px;
	}

	section.home header{
		width: 55%;
	}
	section.home .navegacion{
		width: 45%;
	}


	.popup-aviso .popup-contenido-grilla .popup-contenido-grilla-item-1 figure{
		margin-top: 60px;
	}
	.popup-aviso .popup-contenido-texto h1{
		font-size: 42px;
		margin-bottom: 16px;
	}
	.popup-aviso .popup-contenido-cabecera .popup-logo img{
		width: 100% !important;
	}
	.popup-aviso .popup-seccion .popup-seccion-main .popup-contenido-cabecera h2{
		font-size: 24px !important;
	}
}




@media only screen and (min-width: 800px){
	main{
		background-color: var(--color-gris-osc);
	}

	#swup{
		/*height: 100%;*/
		padding: 0 20px;
	}

	footer,
	section{
		background-color: var(--color-blanco);
		border-radius: 10px;
		box-shadow: 0 0 20px rgba( var(--color-negro-rgb), 0.8 );
		box-sizing: border-box;
		margin-bottom: 20px;
		margin-top: 20px;
		max-width: 1024px;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	footer{
		margin-bottom: 80px;
		margin-top: 0;
	}
	footer .contenido .footer-menu ul{
		flex-wrap: nowrap;
	}
	footer .contenido .footer-menu ul li:last-of-type{
		border-left: 1px solid var(--color-gris-60);
		padding-left: 20px;
		width: auto;
		margin-top: 0;
	}

	section.rama{
		background-color: var(--color-blanco);
	}
	section.rama header .cabezal-info p{
		font-size: 18px;
	}


	section .navegacion nav a .nav-btn-txt{
		padding-bottom: 14px;
		padding-top: 14px;
	}
	section .navegacion nav a .nav-btn-txt h2{
		font-size: 20px;
	}
	section .navegacion nav a .nav-btn-ico:after{
		top: 15px;
	}


	section.home{
		background-color: var(--color-blanco);
	}
	section.home header{
		margin-top: 20px;
	}

	section.home .navegacion-home{
		border-radius: 10px;
		margin-top: 140px;
		padding: 30px;
	}
	section.home .navegacion-home nav a{
		margin-bottom: 30px;
	}
	section.home .navegacion-home nav a:last-of-type{
		margin-bottom: 0;
	}
	section.home .navegacion-home nav a h2{
		font-size: 26px;
	}
	section.home .navegacion-home nav a p{
		font-size: 16px;
	}
	section.home .navegacion-home nav a .nav-btn-ico:after{
		top: 10px;
	}
	section.home .navegacion-home .caja{
		margin: 0;
	}

	section{
		display: flex;
		justify-content: center;

		position: relative;
		min-height: 600px;
	}

	section:not(.home) header .cabezal-nav nav .logo img{
		height: auto;
		width: auto;
	}

	section header{
		width: 360px;
	}
	section .navegacion{
		width: calc(100% - 360px);
	}

	section:not(.home) header .cabezal-nav{
		position: absolute;
		width: calc(100% - 40px);
	}
	section:not(.home) header .cabezal-nav nav{
		flex-direction: row;
		grid-column-gap: 20px;

		height: 120px;
	}
	section:not(.home) header .cabezal-nav .caja{
		margin: 0;
	}
	section:not(.home) header .cabezal-nav .logo{
		order: 1;
		width: 100%;
	}
	section:not(.home) header .cabezal-nav .boton-nav-volver{
		order: 2;
		width: 40px;
	}
	section:not(.home) header .cabezal-nav .boton-nav-inicio{
		order: 3;
		width: 40px;
	}

	section:not(.home) header .cabezal-info{
		border-radius: 10px 0 0 10px;
		margin-top: 120px;
	}

	section .navegacion{
		background-color: var(--color-gris-10);
		border-radius: 0 10px 10px 10px;
		margin-bottom: 20px;
		margin-top: 120px;
	}

	section.rama header .cabezal-info{
		padding-bottom: 30px;
	}
	section.rama header .cabezal-info h1{
		font-size: 46px;
		margin-bottom: 10px;
	}

/*	section header .cabezal-info .ruta ul{
		display: flex;
		flex-direction: column-reverse;
	}
	section header .cabezal-info .ruta li:first-of-type span:after{
		bottom: auto;
		top: 0;
	}
	section header .cabezal-info .ruta li:last-of-type span:after{
		bottom: 0;
		top: auto;
	}*/

	section header .cabezal-info .ruta li{
		font-size: 20px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	section header .cabezal-info .ruta li:last-of-type{
		font-size: 28px;
		line-height: 1.2;
	}
	section header .cabezal-info .ruta li h1{
		line-height: 1.2;
	}

	section .navegacion-lista nav a{
		background-color: var(--color-blanco);
	}
	section .navegacion-lista nav a .nav-btn-ico{
		border-left-color: var(--color-gris-10);
	}


	.popup .popup-caja{
		margin: 0 40px;
	}
	.popup .popup-seccion{
		padding-bottom: 40px;
	}
	.popup .popup-seccion .popup-seccion-header{
		padding: 30px 0;
	}
	.popup .popup-seccion .popup-seccion-footer{
		padding-top: 40px;
	}
	.popup .popup-cabezal .popup-cabecera .popup-logo img{
		height: auto;
	}
	.popup .popup-seccion .popup-seccion-header h1{
		font-size: 32px;
	}
	.popup .popup-seccion .popup-seccion-header h2{
		font-size: 20px;
	}
	
	.popup .popup-seccion .popup-seccion-main{
		padding: 30px 0;
	}
	.popup .popup-seccion .popup-seccion-main h2{
		font-size: 28px;
	}
	.popup .popup-seccion .popup-seccion-main h3{
		font-size: 26px;
	}
	.popup .popup-seccion .popup-seccion-main h4{
		font-size: 24px;
	}
	.popup .popup-seccion .popup-seccion-main h5{
		font-size: 22px;
	}
	.popup .popup-seccion .popup-seccion-main h6{
		font-size: 20px;
		font-weight: 600;
	}
	.popup .popup-seccion .popup-seccion-main p,
	.popup .popup-seccion .popup-seccion-main ul{
		font-size: 18px;
	}

	.popup-aviso .popup-contenido-cabecera .popup-logo img{
		width: 160px;
	}
	.popup-aviso .popup-seccion .popup-seccion-main .popup-contenido-cabecera h2{
		font-size: 20px;
	}
	.popup-aviso .popup-contenido-cabecera{
		margin-bottom: 30px;
	}
	.popup-aviso .popup-seccion .popup-seccion-main p{
		font-size: 18px;
	}
	.popup-aviso .popup-seccion .popup-seccion-main .popup-aviso-boton button{
		font-size: 20px;
	}


	html.is-animating .transition-slide{
		transform: translateX(0);
	}
	html.is-animating.is-leaving .transition-slide{
		transform: translateX(0);
	}

	html.is-animating.swup-theme-reverse .transition-slide{
		transform: translateX(0);
	}
	html.is-animating.swup-theme-reverse.is-leaving .transition-slide{
		transform: translateX(0);
	}

	html.is-animating.to-route-home .transition-slide{
		transform: translateX(0);
	}
	html.is-animating.swup-theme-reverse.is-leaving.to-route-home .transition-slide{
		transform: translateX(0);
	}

	html.is-animating.to-route-back .transition-slide{
		transform: translateX(0);
	}
	html.is-animating.swup-theme-reverse.is-leaving.to-route-back .transition-slide{
		transform: translateX(0);
	}
}




@media only screen and (min-width: 661px) and (max-width: 799px) {
	section.home header .cabezal-info .contenido{
		display: flex;
		grid-column-gap: 20px;
	}
	section.home header .cabezal-info .cabezal-info-modulo{
		width: 50%;
	}
	section.home header .cabezal-info figure{
		padding-top: 0;
	}
}




@media only screen and (min-width: 660px){
	.popup-proyecto .popup-seccion .popup-contenido-grilla{
		display: flex;
		grid-column-gap: 40px;
	}
	.popup-proyecto .popup-seccion .popup-contenido-grilla .popup-contenido-grilla-item{
		width: 50%;
	}

	.popup-aviso .popup-contenido-cabecera{
		margin-bottom: 20px;		
	}
	.popup-aviso .popup-contenido-grilla{
		display: flex;
		grid-column-gap: 40px;
	}
	.popup-aviso .popup-contenido-grilla .popup-contenido-grilla-item{
		width: 50%;
	}
	.popup-aviso .popup-contenido-grilla .popup-contenido-grilla-item-1{
		display: block;
	}
	.popup-aviso .popup-contenido-texto figure{
		display: none;
	}
}




@media only screen and (max-width: 660px){
	.caja{
		margin: 0 20px;
	}
}



















/* ==========================================================================
	 Helper classes
	 ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
	display: none !important;
}
.visually-hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

@media print {
	*,
	*::before,
	*::after {
		background: #fff !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

