/*!
Theme Name: sni
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sni
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sni is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.
 */


/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

#primary-menu .navbar a:visited {
	color: #ddd;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.card-style {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	padding: 1.5em;
	margin-top: 2em;
}

.card-style h3 {
	font-size: 1.25em;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

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

.card-style li {
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.card-style .dashicons {
	color: #0073aa;
	font-size: 18px;
}

a {
	text-decoration: none;
}

#myTable {
	font-size: .9rem;
}

/* Estilos para los iconos de categoría */
.icono-categoria {
    color: #333; /* Ejemplo de color morado, cámbialo a tu gusto */
    margin-bottom: 15px; /* Ajusta este margen si mb-3 no es suficiente o quieres más control */
    /* Asegúrate de que el icono se centre si no lo hace automáticamente */
    display: block; /* Asegura que tome su propio espacio */
    margin-left: auto; /* Centrar si el padre es d-flex justify-content-center */
    margin-right: auto; /* Centrar si el padre es d-flex justify-content-center */
}

/* Puedes hacer que los enlaces se vean mejor con un hover */
.post-bloque:hover {
    transform: translateY(-5px); /* Pequeña animación al pasar el ratón */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); /* Sombra al pasar el ratón */
}

.end-10 {
	right: 10px;
}

#scroll-to-top.show {
    display: block;
}

#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
    padding: 10px 15px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    background: #333;
    color: #fff;
}

.site-branding {
	text-align: center;
}

#primary-menu .nav-link {
	font-size: .8rem;
	font-weight: 400;
	text-align: center;
	color:#ddd;
}

a .card-style {
	color:#333;
	font-size: .9rem;
}

.card {
border: 1px solid #ddd;
}

.bg-image-science .card {
	border: 1px solid #eee;

}


/* OpciÃ³n 1: Borde derecho en todos excepto el Ãºltimo */
#primary-menu.navbar-nav .nav-item {
  border-right: 1px solid #444; /* Puedes ajustar el color y el grosor */
}

#primary-menu.navbar-nav .nav-item:last-child, #secondary-menu.navbar-nav .nav-item:last-child {
  border-right: none; /* Elimina el borde del Ãºltimo elemento */
}

/* Esto es para asegurar que los enlaces tengan espacio para el borde */
#primary-menu.navbar-nav .nav-item .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

#secondary-menu.navbar-nav .nav-item {
	border-right: 1px solid #fff; /* Puedes ajustar el color y el grosor */
}

div[id*='ajaxsearchlite'].asl_m {
    
	height: 4.9rem;
	border-radius: var(--bs-border-radius-pill) !important;

}

div.asl_w
 {
    box-shadow: 0 0 0 0 #e4e4e4 !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox
 {
    height: 5rem !important;
}
div.asl_m .probox .proinput {
    margin: 1.5rem 0 0 10px !important}

div.asl_m .probox .proinput form {
	margin-top: 1rem !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	font-size: 1.2rem !important;
}

div.asl_m .probox .promagnifier {
	padding: 1.2rem !important;
}

div.asl_w .probox .promagnifier {
	background-color: #000 !important;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff !important;
}

div.asl_w .probox .promagnifier {
    width: 61px !important;
    height: 41px !important; 
box-shadow: none !important;
}

div.asl_m .probox .promagnifier .innericon svg {
	width: 35px !important;
}

div.asl_w .probox .proclose {
	width: 70px !important;
    height: 70px !important;
}

div.asl_m .probox .proclose svg {
	width: 30px !important;
    height: 30px !important;
}


.custom-logo {
	width: 109px;
	height: 48px;
}

.front-page {
font-weight: 700;
}

.descripcion-investigadores {
	font-size: 1.3rem;
}

.aconocimiento::before {
	content: "Conoce";
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	color:grey;
	margin-top: 2.5rem;	
}

.page p {
	font-size: 1.2rem;
}

.wp-block-list {
	margin-bottom: 2.5rem;
}

.wp-block-list li {
	font-size: 1.2rem;
	margin-bottom: 1.2rem;
}

.breadcrumbs {
	left: 1rem;
	font-size: .8rem;
	position:absolute;
}

/* Aumenta el tamaño del icono de cierre */
/* Optional CSS to style the custom button */
.btn-custom-close {
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 1; /* Adjust line-height to vertically center the icon */
    font-size: 3rem; /* Set the size of the icon */
    color: #fff; /* Set the color */
    opacity: 0.8; /* Match Bootstrap's default opacity */
    transition: opacity 0.15s ease-in-out;

}

.btn-custom-close:hover {
    opacity: 0.75;
}

.table-transparent {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-striped-color: inherit;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.07);
    --bs-table-border-color: rgba(0, 0, 0, 0.1);
    color: #ddd;
    font-size: 1rem;
}

.main-search {
background-color: #e5e5f7;
opacity: 0.8;
background-image: radial-gradient(circle at center center, #F8F9FA, #e5e5f7), repeating-radial-gradient(circle at center center, #F8F9FA, #F8F9FA, 10px, transparent 20px, transparent 10px);
background-blend-mode: multiply;
}

#third-menu .nav-link {
	font-size: 0.95rem;
	color: #ddd;
}

#third-menu.navbar-nav {
    --bs-nav-link-padding-y: 0.2rem !important;
}

/*
 * Contenedor del menú
 * ------------------------------------------------
 * Usa el ID 'third-menu' para apuntar específicamente a este menú.
 */
#third-menu {
    display: flex;         /* Habilita Flexbox en el contenedor */
    flex-wrap: wrap;       /* Permite que los elementos salten de línea */
    flex-direction: row;   /* Asegura que los elementos se dispongan en fila */

    /* Espacio entre los elementos (moderno y fácil) */
    gap: 0px;

    /* Asegura que ocupe todo el ancho disponible */
    width: 100%;

    /* Opcional: elimina márgenes/paddings que puedan romper el layout */
    margin: 0;
    padding: 0;
}

/*
 * Elementos del menú (los LI)
 * ------------------------------------------------
 * Se apunta a los LI dentro de nuestro menú
 */
#third-menu .nav-item {
    /*
     * Asigna un ancho del 50% para que dos elementos quepan por fila.
     * Se usa calc() para restar el espacio del gap.
     */
    flex-basis: calc(50% - 5px);

    /* Evita que los elementos se encojan en pantallas estrechas */
    flex-shrink: 0;

    /* Alinear el texto si es necesario */
    text-align: left;
}

/* Opcional: Para mejorar la apariencia de los enlaces */
#third-menu .nav-link {
    /* Puedes ajustar el padding y el color si es necesario */
    padding: .2rem 0.25rem;
}


.bg-image-science {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1006%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(248%2c 249%2c 250%2c 1)'%3e%3c/rect%3e%3cpath d='M-84.22 504.74L-84.22 504.74' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-84.22 504.74L83.86 517.75' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-84.22 504.74L-77.71 703.63' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-84.22 504.74L48.45 347.97' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-84.22 504.74L107.17 694.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-84.22 504.74L219.03 522.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-77.71 703.63L-77.71 703.63' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-77.71 703.63L107.17 694.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-77.71 703.63L83.86 517.75' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M48.45 347.97L48.45 347.97' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M48.45 347.97L83.86 517.75' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M48.45 347.97L254.2 388.84' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.86 517.75L83.86 517.75' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M83.86 517.75L219.03 522.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.17 694.41L107.17 694.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.17 694.41L226.1 681.63' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.17 694.41L83.86 517.75' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M254.2 388.84L254.2 388.84' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M254.2 388.84L219.03 522.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M254.2 388.84L399.15 339.04' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M219.03 522.94L219.03 522.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M219.03 522.94L226.1 681.63' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M219.03 522.94L405.85 541.2' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.1 681.63L226.1 681.63' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.1 681.63L356.96 672.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.1 681.63L83.86 517.75' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.15 339.04L399.15 339.04' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.15 339.04L518.79 392.38' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.15 339.04L405.85 541.2' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.85 541.2L405.85 541.2' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.85 541.2L504.25 513.32' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.85 541.2L356.96 672.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.85 541.2L492.01 683.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.85 541.2L518.79 392.38' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M356.96 672.94L356.96 672.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M356.96 672.94L492.01 683.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M356.96 672.94L219.03 522.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M356.96 672.94L504.25 513.32' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M356.96 672.94L107.17 694.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M518.79 392.38L518.79 392.38' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M518.79 392.38L504.25 513.32' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M518.79 392.38L684.54 392.98' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M518.79 392.38L652.14 239.4' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M518.79 392.38L702.86 488.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.25 513.32L504.25 513.32' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.25 513.32L492.01 683.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.25 513.32L702.86 488.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.25 513.32L399.15 339.04' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.25 513.32L684.54 392.98' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M492.01 683.41L492.01 683.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M492.01 683.41L649.48 694.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M652.14 239.4L652.14 239.4' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M652.14 239.4L793.28 212.93' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M652.14 239.4L684.54 392.98' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.54 392.98L684.54 392.98' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.54 392.98L702.86 488.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.54 392.98L834.5 344.92' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702.86 488.65L702.86 488.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702.86 488.65L798.5 524.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.48 694.65L649.48 694.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.48 694.65L787.97 669.84' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.48 694.65L702.86 488.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.48 694.65L798.5 524.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M793.28 212.93L793.28 212.93' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M793.28 212.93L834.5 344.92' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M793.28 212.93L944.34 73.47' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M793.28 212.93L995.85 249.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.5 344.92L834.5 344.92' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.5 344.92L1002.64 388.42' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.5 344.92L798.5 524.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.5 344.92L995.85 249.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.5 344.92L702.86 488.65' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M798.5 524.23L798.5 524.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M798.5 524.23L787.97 669.84' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M798.5 524.23L684.54 392.98' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M787.97 669.84L787.97 669.84' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M787.97 669.84L954.52 651.47' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.94 -69.94L1010.94 -69.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.94 -69.94L1105.57 -82.87' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.34 73.47L944.34 73.47' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.34 73.47L1010.94 -69.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.34 73.47L995.85 249.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.34 73.47L1113.22 193.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.85 249.23L995.85 249.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.85 249.23L1113.22 193.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.85 249.23L1002.64 388.42' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.85 249.23L1136.75 404.52' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1002.64 388.42L1002.64 388.42' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1002.64 388.42L1136.75 404.52' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1002.64 388.42L1143.65 528.25' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1002.64 388.42L1113.22 193.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.52 651.47L954.52 651.47' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.52 651.47L798.5 524.23' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.52 651.47L1157.38 681.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.52 651.47L1143.65 528.25' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.52 651.47L1002.64 388.42' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.57 -82.87L1105.57 -82.87' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.57 -82.87L1149.75 43.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1105.57 -82.87L1238.25 -105.66' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1149.75 43.9L1149.75 43.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1149.75 43.9L1285.31 92.02' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1149.75 43.9L1113.22 193.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1113.22 193.41L1113.22 193.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1113.22 193.41L1243.87 340' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1113.22 193.41L1285.31 92.02' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1136.75 404.52L1136.75 404.52' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1136.75 404.52L1143.65 528.25' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1136.75 404.52L1243.87 340' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1136.75 404.52L1308.17 488.68' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1136.75 404.52L1113.22 193.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.65 528.25L1143.65 528.25' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.65 528.25L1157.38 681.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.65 528.25L1258.45 638.46' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.65 528.25L1308.17 488.68' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.65 528.25L1243.87 340' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1157.38 681.9L1157.38 681.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1157.38 681.9L1258.45 638.46' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1157.38 681.9L1308.17 488.68' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1157.38 681.9L1136.75 404.52' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1157.38 681.9L1442.32 695.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.25 -105.66L1238.25 -105.66' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.25 -105.66L1391.57 -85.04' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.25 -105.66L1149.75 43.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.25 -105.66L1285.31 92.02' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.25 -105.66L1010.94 -69.94' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.25 -105.66L1410.08 64.6' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.31 92.02L1285.31 92.02' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.31 92.02L1410.08 64.6' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.87 340L1243.87 340' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.87 340L1308.17 488.68' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.87 340L1391.78 224.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.87 340L1452.75 381.5' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1308.17 488.68L1308.17 488.68' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1308.17 488.68L1440.94 561.13' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1308.17 488.68L1258.45 638.46' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1258.45 638.46L1258.45 638.46' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.57 -85.04L1391.57 -85.04' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.57 -85.04L1410.08 64.6' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.08 64.6L1410.08 64.6' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.08 64.6L1391.78 224.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.08 64.6L1568.37 200.05' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.08 64.6L1584.67 -55.27' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.78 224.41L1391.78 224.41' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.78 224.41L1452.75 381.5' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.78 224.41L1285.31 92.02' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.78 224.41L1568.37 200.05' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.75 381.5L1452.75 381.5' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.75 381.5L1572.97 376.07' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.75 381.5L1308.17 488.68' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.94 561.13L1440.94 561.13' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.94 561.13L1442.32 695.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.94 561.13L1594.89 648.57' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.94 561.13L1608.88 502.96' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.94 561.13L1452.75 381.5' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.32 695.9L1442.32 695.9' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.32 695.9L1594.89 648.57' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.32 695.9L1258.45 638.46' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.32 695.9L1308.17 488.68' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.32 695.9L1608.88 502.96' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.67 -55.27L1584.67 -55.27' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.67 -55.27L1391.57 -85.04' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1568.37 200.05L1568.37 200.05' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1568.37 200.05L1572.97 376.07' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1568.37 200.05L1452.75 381.5' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.97 376.07L1572.97 376.07' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.97 376.07L1608.88 502.96' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1608.88 502.96L1608.88 502.96' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1608.88 502.96L1594.89 648.57' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.89 648.57L1594.89 648.57' stroke='rgba(238%2c 238%2c 238%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-84.22' cy='504.74' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-77.71' cy='703.63' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='48.45' cy='347.97' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='83.86' cy='517.75' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='107.17' cy='694.41' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='254.2' cy='388.84' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='219.03' cy='522.94' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='226.1' cy='681.63' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='399.15' cy='339.04' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='405.85' cy='541.2' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='356.96' cy='672.94' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='518.79' cy='392.38' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='504.25' cy='513.32' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='492.01' cy='683.41' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='652.14' cy='239.4' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='684.54' cy='392.98' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='702.86' cy='488.65' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='649.48' cy='694.65' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='793.28' cy='212.93' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='834.5' cy='344.92' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='798.5' cy='524.23' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='787.97' cy='669.84' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1010.94' cy='-69.94' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='944.34' cy='73.47' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='995.85' cy='249.23' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1002.64' cy='388.42' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='954.52' cy='651.47' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1105.57' cy='-82.87' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1149.75' cy='43.9' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1113.22' cy='193.41' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1136.75' cy='404.52' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1143.65' cy='528.25' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1157.38' cy='681.9' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1238.25' cy='-105.66' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1285.31' cy='92.02' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1243.87' cy='340' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1308.17' cy='488.68' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1258.45' cy='638.46' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1391.57' cy='-85.04' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1410.08' cy='64.6' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1391.78' cy='224.41' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1452.75' cy='381.5' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1440.94' cy='561.13' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1442.32' cy='695.9' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1584.67' cy='-55.27' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1568.37' cy='200.05' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1572.97' cy='376.07' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1608.88' cy='502.96' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1594.89' cy='648.57' fill='rgba(238%2c 238%2c 238%2c 1)'%3e%3c/circle%3e%3cpath d='M526.17 668.07L526.17 668.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.17 668.07L670.85 707.37' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.17 668.07L561.05 496.97' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.17 668.07L342.1 689.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.17 668.07L706.3 489.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.17 668.07L249.23 690.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.17 668.07L802.14 525.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1011.51 380.77L1011.51 380.77' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1011.51 380.77L1124.53 374.96' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1011.51 380.77L964.84 490.2' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1011.51 380.77L852.62 367.28' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.53 374.96L1124.53 374.96' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.53 374.96L1156.82 520.89' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.53 374.96L1094.26 221.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.53 374.96L1292.22 347.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.53 374.96L1267.59 244.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.1 257.95L1424.1 257.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.1 257.95L1540.69 189.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.1 257.95L1267.59 244.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.1 257.95L1292.22 347.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.1 257.95L1604.11 350.22' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.1 257.95L1605.65 93.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1591.59 700.07L1591.59 700.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1591.59 700.07L1571.09 561.5' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1591.59 700.07L1391.97 655.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1591.59 700.07L1430.34 532.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-53.09 516.94L-53.09 516.94' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-53.09 516.94L47.39 503.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-53.09 516.94L-81.51 685.62' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-81.51 685.62L-81.51 685.62' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-81.51 685.62L107.51 674.05' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-81.51 685.62L47.39 503.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-81.51 685.62L249.23 690.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-81.51 685.62L240.23 542.35' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-81.51 685.62L342.1 689.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M47.39 503.7L47.39 503.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M47.39 503.7L107.51 674.05' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M47.39 503.7L240.23 542.35' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M47.39 503.7L249.23 690.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.51 674.05L107.51 674.05' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.51 674.05L249.23 690.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.51 674.05L240.23 542.35' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.23 542.35L240.23 542.35' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.23 542.35L249.23 690.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.23 542.35L342.1 689.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.23 542.35L-53.09 516.94' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.23 542.35L526.17 668.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M249.23 690.75L249.23 690.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M249.23 690.75L342.1 689.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M342.1 689.6L342.1 689.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M342.1 689.6L107.51 674.05' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.05 496.97L561.05 496.97' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.05 496.97L706.3 489.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.05 496.97L676.36 377.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.05 496.97L670.85 707.37' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.05 496.97L802.14 525.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.05 496.97L342.1 689.6' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M676.36 377.19L676.36 377.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M676.36 377.19L706.3 489.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M676.36 377.19L852.62 367.28' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M676.36 377.19L802.14 525.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M706.3 489.84L706.3 489.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M706.3 489.84L802.14 525.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M706.3 489.84L852.62 367.28' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.85 707.37L670.85 707.37' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.85 707.37L860.39 672.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M852.62 367.28L852.62 367.28' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M852.62 367.28L802.14 525.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M852.62 367.28L964.84 490.2' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M852.62 367.28L1124.53 374.96' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.14 525.66L802.14 525.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.14 525.66L860.39 672.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.14 525.66L964.84 490.2' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.39 672.43L860.39 672.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.39 672.43L1010.92 668.16' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.39 672.43L964.84 490.2' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.39 672.43L706.3 489.84' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.39 672.43L1111.47 662.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M964.84 490.2L964.84 490.2' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M964.84 490.2L1010.92 668.16' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.92 668.16L1010.92 668.16' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.92 668.16L1111.47 662.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.14 109.41L1128.14 109.41' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.14 109.41L1094.26 221.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.14 109.41L1248.55 44.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.14 109.41L1267.59 244.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.14 109.41L1255.98 -44.57' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.26 221.64L1094.26 221.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.26 221.64L1267.59 244.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.26 221.64L1011.51 380.77' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.26 221.64L1292.22 347.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1156.82 520.89L1156.82 520.89' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1156.82 520.89L1111.47 662.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1111.47 662.19L1111.47 662.19' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1111.47 662.19L1277.53 676.58' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1111.47 662.19L964.84 490.2' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1111.47 662.19L1391.97 655.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.98 -44.57L1255.98 -44.57' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.98 -44.57L1248.55 44.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.98 -44.57L1430.84 -42.94' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.98 -44.57L1267.59 244.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.98 -44.57L1544.83 -79.52' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.55 44.51L1248.55 44.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1267.59 244.39L1267.59 244.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1267.59 244.39L1292.22 347.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1292.22 347.32L1292.22 347.32' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.53 676.58L1277.53 676.58' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.53 676.58L1391.97 655.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.53 676.58L1156.82 520.89' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.84 -42.94L1430.84 -42.94' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.84 -42.94L1544.83 -79.52' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.34 532.51L1430.34 532.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.34 532.51L1391.97 655.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.34 532.51L1571.09 561.5' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.97 655.66L1391.97 655.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.97 655.66L1571.09 561.5' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.97 655.66L1156.82 520.89' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1544.83 -79.52L1544.83 -79.52' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1605.65 93.46L1605.65 93.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1605.65 93.46L1540.69 189.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1605.65 93.46L1544.83 -79.52' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1605.65 93.46L1430.84 -42.94' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1540.69 189.87L1540.69 189.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1540.69 189.87L1604.11 350.22' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1540.69 189.87L1430.84 -42.94' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1604.11 350.22L1604.11 350.22' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1604.11 350.22L1571.09 561.5' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1604.11 350.22L1430.34 532.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1604.11 350.22L1605.65 93.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1571.09 561.5L1571.09 561.5' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='526.17' cy='668.07' fill='url(%26quot%3b%23SvgjsRadialGradient1007%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1011.51' cy='380.77' fill='url(%26quot%3b%23SvgjsRadialGradient1007%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1124.53' cy='374.96' fill='url(%26quot%3b%23SvgjsRadialGradient1007%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1424.1' cy='257.95' fill='url(%26quot%3b%23SvgjsRadialGradient1007%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1591.59' cy='700.07' fill='url(%26quot%3b%23SvgjsRadialGradient1007%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-53.09' cy='516.94' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='-81.51' cy='685.62' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='47.39' cy='503.7' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='107.51' cy='674.05' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='240.23' cy='542.35' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='249.23' cy='690.75' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='342.1' cy='689.6' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='561.05' cy='496.97' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='676.36' cy='377.19' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='706.3' cy='489.84' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='670.85' cy='707.37' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='852.62' cy='367.28' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='802.14' cy='525.66' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='860.39' cy='672.43' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='964.84' cy='490.2' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1010.92' cy='668.16' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1128.14' cy='109.41' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1094.26' cy='221.64' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1156.82' cy='520.89' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1111.47' cy='662.19' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1255.98' cy='-44.57' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1248.55' cy='44.51' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1267.59' cy='244.39' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1292.22' cy='347.32' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1277.53' cy='676.58' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1430.84' cy='-42.94' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1430.34' cy='532.51' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1391.97' cy='655.66' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1544.83' cy='-79.52' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1605.65' cy='93.46' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1540.69' cy='189.87' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1604.11' cy='350.22' fill='%23f7f7f7'%3e%3c/circle%3e%3ccircle r='5' cx='1571.09' cy='561.5' fill='%23f7f7f7'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1006'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1007'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='rgba(238%2c 238%2c 238%2c 1)' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(238%2c 238%2c 238%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}

.niveles {
	font-weight: 700;
	font-size: .9rem;
	text-transform: uppercase;
}
.numeros-total {
	font-weight: 400;
	font-size: .8rem;
}





@media (min-width: 1400px) {
  /* Estilos para dispositivos de 1400px de ancho o más */
.home p.fs-6 {
	font-size: 1.2rem !important; /* Aumenta el tamaño de fuente */
  }
  .front-page {
	font-size: 3rem;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Estilos especÃ­ficos para tablets en Bootstrap 5 */
  

	.breadcrumbs {
	position: inherit;
}
}


@media (min-width:  992px) and (max-width: 1199.98px) {
  /* Estilos especÃ­ficos para dispositivos Grandes (lg) en Bootstrap 5 */

#primary-menu .nav-link {
	font-size: .6rem;
}

.breadcrumbs {
	font-size: .75rem;
}

/* Selecciona el segundo span directamente dentro de .mi-contenedor-de-spans */
.breadcrumbs span:nth-child(2) {
    /* Si quieres aplicar estilos al span exterior */
    /* Por ejemplo, un borde o un color de fondo para distinguirlo */
    /* border: 1px solid red; */
    /* background-color: #f0f0f0; */
}

/* Y ahora, para truncar el texto dentro del SEGUNDO span */
.breadcrumbs span:nth-child(2) span[property="name"], .breadcrumbs span:nth-child(3) span[property="name"] {
    white-space: nowrap;          /* Evita que el texto se envuelva */
    overflow: hidden;             /* Oculta lo que se desborde */
    text-overflow: ellipsis;      /* Muestra puntos suspensivos */
    max-width: 170px;             /* Define un ancho máximo para el texto truncado (ajusta este valor) */
    display: inline-block;        /* Es necesario para que max-width y overflow funcionen en un span */
    vertical-align: top;
}


}

@media (max-width: 991.98px) {

    /* Contenedor del menú: fuerza una disposición de fila y permite el salto de línea */
    .navbar-nav {
        flex-direction: row; /* Fuerza la disposición horizontal de los elementos */
        flex-wrap: wrap;     /* Permite que los elementos salten de línea */
        width: 100%;         /* Asegura que el contenedor ocupe todo el ancho */
        margin: 0;           /* Resetea los márgenes que Bootstrap pueda aplicar */
        padding: 0;          /* Resetea el padding */
    }

    /* Elementos individuales del menú (los LI) */
    .navbar-nav .menu-item {
        /*
         * Da a cada elemento un ancho del 50% para que dos quepan en una fila.
         * Se usa calc() para dejar un pequeño espacio entre ellos.
         */
        flex-basis: calc(33.333% - 10px);
        width: calc(33.333% - 10px);

        /* Resetea los estilos de Bootstrap para un look más limpio */
        margin: 5px;
        text-align: center;
		border-right: 0px solid #F2E6EF;
    }

    /* Enlaces dentro del menú (el A) */
    .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem; /* Ajusta el padding para que el texto sea visible */
    }



}



@media (max-width: 575.98px) {

#primary-menu.navbar-nav .nav-item
 {
    border-right: 0px solid #444;
}
	
#primary-menu {
	margin-top: 3rem;
}

#primary-menu .navbar-nav
   {
        flex-direction: row; /* Cambia la dirección a fila */
        flex-wrap: wrap; /* Permite que los elementos se envuelvan a la siguiente línea */
        justify-content: space-around; /* Opcional: para distribuir los elementos horizontalmente */
    }
    

	#primary-menu .navbar-nav li {
        flex: 1 1 calc(50% - 20px); /* Para que haya dos elementos por fila, restando el margen */
        margin: 10px; /* Margen para los elementos en modo fila */
        box-sizing: border-box; /* Asegura que el padding y el border no aumenten el tamaño total */
    }

.breadcrumbs {
	position: inherit;
}

.wp-block-list {
	margin-left: 0;
}



div[id*='ajaxsearchlite'].asl_m {
	height: 3rem;
}

div.asl_m .probox .promagnifier
 {
    padding: 0.2rem !important;
}

div.asl_m .probox .proinput
 {
    margin: 0.5rem 0 0 10px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input
 {
    font-size: .8rem !important;
}

div.asl_m .probox .promagnifier .innericon svg
 {
    width: 25px !important;
}

div.asl_w .probox .promagnifier
 {
    height: 42px !important;
}

 .navbar-nav .menu-item {
        /*
         * Da a cada elemento un ancho del 50% para que dos quepan en una fila.
         * Se usa calc() para dejar un pequeño espacio entre ellos.
         */
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
    }

}
