/*!
Theme Name: nexos 2022
Theme URI: https://www.nexos.com.mx
Author: Jorge Landa
Author URI: https://jorgelanda.info
Description: Tema para Nexos
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: nexos
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.

nexos 2022 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.
 */
@media screen and (min-width: 90em) {
    .grid-container {
        max-width: 85rem;
    }
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	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;
	transition: 0.3s;
}

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

/**
 * 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;
}
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

:root {
    --primary-color: #2ba6cb;
    --secondary-color: #1779ba;
    --font-color: #404040;
    --bg-color: #fff;
    --heading-color: #404040;
	--notanto-color:#606060;
	--notanto-bg-color: #f9f9f9;
	--color_fill: #202020;
	--gris-color: #dddddd;
}

[data-theme="dark"] {
    --primary-color: #63d0f1;
    --secondary-color: #6db7e9;
    --font-color: #e1e1e1;
    --bg-color: #232323;
    --heading-color: #e1e1e1;
	--notanto-color:#eee;
	--notanto-bg-color: #333;
	--color_fill: #fff;
	--gris-color: #444;
}
:root[data-theme="theme-light"] {
    --primary-color: #2ba6cb;
    --secondary-color: #1779ba;
    --font-color: #404040;
    --bg-color: #fff;
    --heading-color: #404040;
	--notanto-color:#606060;
	--notanto-bg-color: #f9f9f9;
	--color_fill: #202020;
	--gris-color: #dddddd;
}

:root[data-theme="theme-dark"] {
    --primary-color: #63d0f1;
    --secondary-color: #6db7e9;
    --font-color: #e1e1e1;
    --bg-color: #232323;
    --heading-color: #e1e1e1;
	--notanto-color:#eee;
	--notanto-bg-color: #333;
	--color_fill: #fff;
	--gris-color: #444;
}
:root[data-theme="theme-medium"] {
    --primary-color: #c79733;
    --secondary-color: #b08326;
    --font-color: #4a3320;
    --bg-color: #f7f1e4;
    --heading-color: #4a3320;
	--notanto-color:#4a3320;
	--notanto-bg-color: #ded8ca;
	--color_fill: #4a3320;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--font-color);
	font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif;
	font-size: 1rem;
	line-height: 1.5;
	font-display: swap;
}
#Capa_1 {
	fill: black;
	 fill: var(--font-color);
}
.logo-top path {
	fill: black;
	fill: var(--font-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: vista-sans, sans-serif;
	font-display: swap;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-style: normal;
}

pre {
	background-color: var(--bg-color);
	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-color: var(--bg-color);
	text-decoration: none;
}

big {
	font-size: 125%;
	line-height: initial;
}

/* Elements
--------------------------------------------- */
body {
	background-color: var(--bg-color);
}

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: var(--primary-color);
}

a:visited {
	color: var(--primary-color);
}

a:hover,
a:focus,
a:active {
	color: var(--secondary-color);
}

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 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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%;
}
.widget-title {font-size: 1.8em;}

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

.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: var(--bg-color);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--font-color);
	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;
}


/*--------------------------------------------------------------
# Hamburguesía
--------------------------------------------------------------*/




.scrollhide-nav {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 10;
}

.scrollhide-nav.hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.scrollhide-nav.no-hide {
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}


.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}
body .top-bar {
  background-color: var(--bg-color);
}

body .top-bar .menu-text {
  color: var(--font-color);
}

body .top-bar .menu {
  background-color: var(--bg-color);
}

body .top-bar .menu a {
  color: var(--font-color);
}


.topbar-center-logo {
  background-color: var(--bg-color);
}

.topbar-center-logo .menu {
  background-color: var(--bg-color);
}

.topbar-center-logo .menu a {
  color: var(--font-color);
}

.topbar-center-logo .top-bar-center {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 39.9375em) {
  .topbar-center-logo .top-bar-center {
    display: none;
  }
}

.topbar-center-logo-mobile {
  background-color: var(--bg-color);
}

.topbar-center-logo-mobile .menu-icon {
  vertical-align: text-top;
}
.menu-icon, .menu-icon:hover {
	border-color: var(--font-color);
	background-color: var(--bg-color);
}
.menu-icon::after {
    /* the block itself, the first line */
    background: var(--font-color);
    /* middle and bottom */
    box-shadow: 0 7px 0 var(--font-color), 0 14px 0 var(--font-color);
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 var(--font-color), 0 14px 0 var(--font-color);
}
.top-bar .menu a {
	font-family: vista-sans, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7em;
	font-display: swap;
}
.top-bar .menu a:hover {color: var(--font-color); transition: all 0.5s ease;}
.ico-menu {height:20px; margin-top:-5px; transition: all 0.5s ease;}
.ico-menu:hover {filter: invert(57%) sepia(47%) saturate(583%) hue-rotate(147deg) brightness(89%) contrast(107%); }
.scrollhide-nav {box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px; -webkit-box-shadow:rgb(0 0 0 / 10%) 0px 2px 4px;}
#menu-local {
	white-space:nowrap;
    overflow-x:scroll;
}
#menu-local li {
    display:inline-block;
    text-align:center;
    padding: 0.2em 1em;;
}
#menu-local ul {
	display: block;
}
#menu-local li {
    font-family: Arial, 'sans-serif';
    font-weight: normal;
    font-size: 0.65em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    color: var(--font-color);
}
#menu-local {
	background: var(--notanto-bg-color);
}
 #menu-local .menu a:visited, #menu-local .menu a {
	padding: 0.2em;
	color: var(--font-color);
}
#menu-local .menu a:hover,  #menu-local .menu a:active {
	color: #2ba6cb;
}
#menu-principal li:first-child > a {
    font-weight: bold;
}
.title-bar .menu-item-home a {
	font-weight: bold;
}
.menu-item-home {
	border-right: 1px solid #ccc;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--font-color);
}
.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2ba6cb;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.addthis_inline_share_toolbox {
	text-align: center;
}
/* activia para secciones
@media screen and (min-width: 39.9375em) {
.activia:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -26px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 15px solid #f9f9f9;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
}
} */
/* activia para blogs */
@media screen and (min-width: 39.9375em) {
.activia:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -26px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 15px solid #var(--notanto-bg-color);
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
}
	
}
@media screen and (max-width: 39.9375em) {
.lista-footer, .titulo-footer, .lista-footer {text-align: center; list-style: none; margin-left: 0;}
}
	.menu-icon::after{
     transition: all 0.3s ease;
  }
     .menu-icon::before{
     transition: all 0.3s ease;
  }
.menu-icon.active{
  transition: all 0.3s ease;
}
 .menu-icon.active::after{
    transition: all 0.3s ease;
    background: var(--font-color);
    box-shadow: none;
    transform: rotate(45deg);
    top: 12px;
}
    .menu-icon.active::hover{
      opacity: 0.9;
    }

   .menu-icon.active::before{
     transition: all 0.3s ease;
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--font-color);
    box-shadow: none;
    transform: rotate(-44deg);
    content: "";
}
    .menu-icon.active:hover{
      opacity: 0.9;
    }

/*--------------------------------------------------------------
# Nexonitas
--------------------------------------------------------------*/

.migas {text-align: center; font-family: Arial, 'sans-serif'; font-weight: bold; font-size: 0.65em; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 0; margin-top: 2.2em; color: var(--font-color);}
.migas a, .migas a:visited {color: var(--font-color);} 
.migas a:hover, .migas a:active {color: var(--font-color);} 
.el-autor {font-family: vista-sans, sans-serif; font-weight: 400; font-style: normal; font-size: 1.5em; text-align: center; margin-bottom: 0.4em;font-display: swap;}
.el-autor a {color: var(--font-color);}
.la-fecha {text-align: center; font-family: Arial, 'sans-serif'; font-size: 0.8em; letter-spacing: 0.1em; color: var(--font-color); margin-bottom: 0.3em;}
.la-fecha::first-letter {
    text-transform: uppercase;
}
.la-categoria {font-family: Arial, 'sans-serif'; font-size: 0.7em; letter-spacing: 0.3em; margin-bottom: -0.6em; text-transform: uppercase; font-weight: bold;}
.la-categoria a {color: var(--font-color);}
.title-singular {
	text-align: center;
	font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
	font-size: 3.5em;
	margin: 0.2em 0px 0.2em;
	font-display: swap;
}
.title-archive {
	text-align: left;
	font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
	font-size: 2.4em;
	margin: 0.2em 0px 0.2em;
	font-display: swap;
}
.entry-content {font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif; font-weight: 400; font-style: normal;font-display: swap;}
.entry-content p {font-size:1.2em; line-height: 1.8;}
.nav-subtitle {
	font-family: vista-sans, sans-serif; font-weight: 700; font-size: 0.6em; text-transform: uppercase; letter-spacing: 0.3em;font-display: swap;
}
.nav-title {
	font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif;font-size: 1.4em; font-display: swap;
}
.nav-links a, .nav-title a, .nav-title a:visited {color: var(--font-color);} 
.nav-links a:hover, .nav-title a:hover, .nav-title a:active {color: var(--font-color);} 
.nav-links {border-top:1px solid var(--gris-color); padding: 0.8em 0;}
.nav-previous {border-right:1px solid var(--gris-color);}
#theme_readout {font-size: 1.4em;line-height: 0.7em;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border-color: var(--gris-color) !important;}
.wp-pagenavi a, .wp-pagenavi span {border-color: var(--gris-color) !important}
.wp-pagenavi > .pages, .wp-pagenavi {display: block; text-align: center;}
.site-footer {
	background: #111;
	color: #aaa;
}
.site-footer a {color: #eee;}
.site-info {
	padding: 2em 0;
}
.hr-footer {
	height: 1px;
	background-color: #444;
}
.titulo-footer {
	font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif;
    font-size: 1.1em;
	font-display: swap;
}
.lista-footer {
	font-family: vista-sans, sans-serif; 
	font-size: 0.8em;
	font-display: swap;
}
.hrinvisible {color:#FFF;background-color: var(--bg-color);}
.tag-links {font-family: Arial, 'sans-serif'; font-weight: bold; font-size: 0.8em; text-transform: uppercase; letter-spacing: 0.2em; padding: 0.2em; }
.tag-links a, .cat-links a:visited {background:#fcfcfc; color:#666;}
.tag-links a:active {color: #2ba6cb;} 
.cat-links {
	font-family: vista-sans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7em;
	font-display: swap;
}
.legales-footer {text-align: center;font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif; font-size: 0.7em; margin:1.6em;font-display: swap;}
.legales-footer a {text-decoration:underline;}
.tag-links { 
padding: 5px 8px;
border-radius: 12px;
text-transform: lowercase;
background-color: var(--bg-color);
color:#fff;
}
.tag-links > a { 
color: var(--font-color);
font-size:small;
font-weight:bold;
padding: 5px 8px;
border-radius: 12px;
background-color: var(--bg-color);
}
.preheader {height:160px;}
.preheader img {
	height: 140px;
}
.extracto {
	font-size: 0.9em;
	text-align: left;
}
.title-archive {text-align: left;}
.archive {text-align: left;}
.extracto > .entry-footer {display: none;}
.hrgris {background: var(--gris-color);}
@media screen and (max-width: 39.9375em) {
.preheader {height:120px;}
.preheader img {height: 80px;}
	.homecat-title {font-size: 1.8em;}
	.title-archive {font-size: 1.8em; text-align: center;}
	.el-autor {font-size: 1.em;}
	.la-categoria {text-align: center; margin-top: 0.6em;}
	.archive {text-align: center;}
.title-singular {font-size: 2em;}
	.entry-content p {font-size: 1em;}
	/*.entry-content p {text-align: center;}
	.cosomenu {
		overflow:scroll; display:flex; flex-direction: column; max-height: 100vh; display: flex; flex-direction: column;
	}*/
}
.homecat-title {text-align: center;font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif; font-size: 3em; margin:0.4em;font-display: swap;}
.homecat-title a, .homecat-title a:hover, .homecat-title a:visited, .homecat-title a:active {color: var(--font-color);}
.jp-relatedposts-post-a, #jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time, #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif;
    font-size: 1.4em;
	font-display: swap;
}
.jp-relatedposts-post-context {
	font-family: vista-sans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7em;
	font-display: swap;
}
.jp-relatedposts-post-date {
    font-family: Arial, 'sans-serif';
    font-size: 0.7em;
    letter-spacing: 0.1em;
    color: var(--font-color);
    margin-bottom: 0.3em;
}

.sticky, .sticky .medium-4, .sticky .medium-8 {
    display: block;
    width: 100% !important;
    padding: 1em 1.5em;
    background: var(--notanto-bg-color);
}
.caja-boletin {
	color: var(--font-color) !important;
    background: var(--notanto-bg-color) !important;
}
.caja-boletin h4 {
	color: var(--font-color) !important;
}
.featured {
    background: var(--notanto-bg-color);
}
.sticky .entry-title, .sticky .archive, .sticky .lafecha, .sticky p {
	text-align: center;
}
.sticky .post-thumbnail {
	height: 600px; /*can be anything*/
}
.sticky .post-thumbnail img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.rss_content {font-size: 0.000001px;}
.rss_content a { 
	font-family: vista-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	pointer-events: none;
	font-size: 16px;
	color: var(--font-color);
	font-display: swap;
}
.rss_content p {
    font-family: Arial, 'sans-serif';
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--font-color);
}
.rss_item .title {
	font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
    font-size: 1.3em;
	font-weight: normal !important;
	font-display: swap;
}
.rss_image {height: 60px; width: 60px;}
/*.rss_item {
	display:flex;
}
.rss_content{order:3; flex-flow: row;}
.rss_image{order:2; }*/
.site-subtitle {
	font-family: vista-sans, sans-serif;
	text-align: center;
	border-top:2px solid #222;
	font-display: swap;
}
.entry-content main article {margin:2em 2em 1em 2em;}
.wp-block-latest-posts.wp-block-latest-posts__list {margin:0;}
.widget h2 {font-size:1.8rem;}

.logo-nexos {font-family:arial;font-weight:bold;letter-spacing: -0.17em;}
.hoy {text-align:center; border-top: 2px solid var(--font-color); border-bottom: 2px  solid var(--font-color); padding: 0.3em 0; font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif; margin-bottom: -0.5em; font-size: 2em; font-display: swap;}
#secondary {margin-top:3.2em;}

.destacado-categoria {
    font-family: Arial, 'sans-serif';
    font-size: 0.7em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
	text-align: left;
	margin: 1em 0 0 0;
}
.destacado-categoria a {color: var(--font-color);}
.destacado-titulo {
	text-align: left;
    font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
    font-size: 1.3em;
    margin: 0.2em 0px 0.2em;
	line-height: 1.4em;
	font-display: swap;
}
.destacado-autor {
	font-family: vista-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0.4em;
}
.destacado-thumbnail-div {
	  width: 100%;
  height: 170px;
  display: inline-block;
	}
.destacado-thumbnail img {
	  object-fit: cover;
  height: 100%;
  width: 100%;
}
.destacado-thumbnail-div-lg {
	  width: 100%;
  height: 423px;
  display: inline-block;
	}
.destacado-thumbnail-lg img {
	  object-fit: cover;
  height: 100%;
  width: 100%;
}
.destacado-thumbnail {
	text-align: center;
}
.destacado-categoria-lg a {
	margin-top: 03em;
}
/* Tercios */

.destacado-categoria-3 {
    font-family: vista-sans, sans-serif;
    font-size: 1em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	font-display: swap;
}
.destacado-categoria-3 a {color: var(--font-color);}
.destacado-titulo-3 {
	text-align: center;
    font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
    font-size: 1.6em;
    margin: 0.2em 0px 0.2em;
	line-height: 1.3em;
	font-display: swap;
}
.destacado-autor-3 {
	font-family: vista-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0.4em;
	font-display: swap;
}
.destacado-thumbnail-div-3 {
	  width: 100%;
  height: 300px;
  display: inline-block;
	}
.destacado-thumbnail-3 img {
	  object-fit: cover;
  height: 100%;
  width: 100%;
}
.confuente {font-family: vista-sans, sans-serif; font-size: 1.6em; padding: 0.6em; letter-spacing: 0.15em;font-display: swap;}
.caja-sombra {
	box-shadow: 0px 0px 5px 1px #999;
}

.destacado-categoria-4 {
	font-family: Arial, 'sans-serif';
    font-size: 0.6em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.destacado-autor-4 {
	font-family: vista-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 5em;
	font-display: swap;
}
.destacado-titulo-4 {
	text-align: center;
    font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
    font-size: 1.4em;
    margin: 0.2em 0px 0.2em;
    line-height: 1em;
	font-display: swap;
}


/* Listado */

.listado-categoria {
    font-family: Arial, 'sans-serif';
    font-size: 0.7em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
.listado-categoria a {color: var(--font-color);}
.listado-titulo {
	text-align: left;
    font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
    font-size: 1.8em;
    margin: 0.2em 0px 0.2em;
	line-height: 1.3em;
	font-display: swap;
}
.listado-autor {
	font-family: vista-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0.4em;
	font-display: swap;
}
.listado-abstract {
	font-family: ten-oldstyle,"Times New Roman","Times","Garamond","Serif",serif;
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
.destacado-categoria-lg {
    font-family: Arial, 'sans-serif';
    font-size: 0.7em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
	text-align: left;
	margin: 1em 0 0 0;
}
.destacado-categoria-lg a {color: var(--font-color);}
.destacado-titulo-lg {
	text-align: left;
    font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
    font-size: 2em;
    margin: 0 0 0.3em 0;
	line-height: 1.2em;
	font-display: swap;
}
.destacado-autor-lg {
	font-family: vista-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    margin-bottom: 0.4em;
	text-align: left;
	font-display: swap;
}
.destacado-thumbnail-lg img {

}
.destacado-thumbnail-lg {
	text-align: left;
}
@media screen and (max-width: 39.9375em) {
	.destacado-thumbnail-div-lg, .destacado-thumbnail-div {height: 300px; /*height:177px;*/}
	.destacado-titulo-lg, .destacado-titulo {font-size: 1.5em;}
	.destacado-autor-lg, .destacado-autor {margin-bottom: 1em;}
	.destacado-categoria-3, .listado-categoria {font-size: 0.7em; text-align: left; margin: 1em 0 0 0;}
	.destacado-titulo-3 {font-size: 1.em; text-align: left;margin: 0 0 0.3em 0;}
	.destacado-autor-3 {margin-bottom: 1em;font-size: 1em; text-align: left;}
}
.rss_header h2, .rss_description {
	font-family: "freight-display-pro","Times New Roman","Times","Garamond", serif;
	font-size: 1.1em;
	text-align: center;
	display: block;
	color: var(--font-color);
	font-display: swap;
}
.rss_header h2 a {
    pointer-events: none;
	color: var(--font-color);
	font-size: 1.1em;
}
.rss_header {border-bottom: 1px solid var(--gris-color);}
.comment-form-cookies-consent label {color: var(--notanto-color);}
p::-moz-selection { /* Code for Firefox */
  color: var(--font-color);
  background: #fff2a8;
}
p::selection {
  color: var(--font-color);
  background: #fff2a8;
}
#submit {
	background: var(--bg-color);
}
#progress-bar {
      position: fixed;
      top: 0;
      left: 0;
      width: 0;
      height: 4px;
      z-index: 99;
      background-color: #2ba6cb;
      transition: width 1s;
    }

/* SHARER */

@keyframes selectionSharerPopover-animation {
  0%{
  transform:matrix(0.97,0,0,1,0,12);
  filter:alpha(opacity=0);
  opacity:0
  }
  20%{
  transform:matrix(0.99,0,0,1,0,2);
  filter:alpha(opacity=70);
  opacity:.7
  }
  40%{
  transform:matrix(1,0,0,1,0,-1);
  filter:alpha(opacity=100);
  opacity:1
  }
  70%{
  transform:matrix(1,0,0,1,0,0);
  filter:alpha(opacity=100);
  opacity:1
  }
  100%{
  transform:matrix(1,0,0,1,0,0);
  filter:alpha(opacity=100);
  opacity:1
  }
}

#selectionSharerPopover {
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1010;
}

#selectionSharerPopover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #262625;
  box-shadow: 0 0 2px #262625;
}

#selectionSharerPopover.anim {
  transition: top .075s ease-out;
  animation: selectionSharerPopover-animation 180ms forwards linear;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

#selectionSharerPopover-inner {
  position:relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #262625 #1c1c1b #121211;
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.7),inset 0 0 1px rgba(255,255,255,0.07),inset 0 0 2px rgba(255,255,255,0.15);
  background-image: linear-gradient(to bottom,rgba(49,49,47,0.97),#262625);
  background-repeat: repeat-x;
}

#selectionSharerPopover .selectionSharerPopover-clip {
  position: absolute;
  bottom: -11px;
  display: block;
  left: 50%;
  clip: rect(12px 24px 24px 0);
  margin-left: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  background-color: #454543;
  border: 2px solid #121211;
  box-sizing:content-box;
}


.selectionSharer ul {
  padding: 0;
  display: inline;
	margin: 0;
}

.selectionSharer ul li {
  float: left;
  list-style: none;
  background: none;
  margin: 0;
}

.selectionSharer a.action {
  display:block;
  text-indent: -200px;
  margin: 5px 7px;
  width:20px;
  height: 20px;
  border: none;
}

.selectionSharer a:hover {
  color: #ccc;
}
.selectionSharer a.tweet {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="171" height="139"><g transform="translate(-282.32053,-396.30734)"><path style="fill:white" d="m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z" /></g></svg>') no-repeat;
  background-size: 18px;
  background-position: 2px 4px;
}

.selectionSharer a.facebook {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 33 33" width="25" height="25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path style="fill:white" d="M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z"></path></g></svg>') no-repeat;
  background-size: 18px;
  background-position: 0px 2px;
}

.selectionSharer a.email {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="94" height="64"><g transform="translate(-10, -10)" fill="transparent"><rect x="0" y="0" width="114" height="114"></rect><path d="M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z" stroke="white" stroke-width="5"></path></g></svg>') no-repeat;
  background-size: 20px;
  background-position: 0px 4px;
}


#selectionSharerPopunder.fixed {
  transition: bottom 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  left: 0;
  bottom:-50px;
}

.selectionSharer {
  transition: -webkit-transform 0.6s ease-in-out;
}

.selectionSharer.moveDown {
  -webkit-transform: translate3d(0,60px,0);
}

#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  transition: height 0.5s ease-in-out;
  background: #ccc;
  border: none;
  box-shadow: inset 0px 10px 5px -10px rgba(0,0,0,0.5), inset 0px -10px 5px -10px rgba(0,0,0,0.5);
  border-radius: 0;
  overflow: hidden;
}

#selectionSharerPopunder.show {
  height: 50px;
}

.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  transition: height 0.5s ease-in-out;
}

.selectionSharerPlaceholder.show {
  height: 50px !important;
}

#selectionSharerPopunder-inner ul {
  overflow: hidden;
  float:right;
  margin: 0px;
}

#selectionSharerPopunder-inner ul li {
  padding: 5px;
  overflow: hidden;
}

#selectionSharerPopunder-inner label {
  color: white;
  font-weight: 300;
  line-height: 50px;
  margin: 0px 20px 0px 10px;
}

#selectionSharerPopunder-inner a {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

#selectionSharerPopunder-inner a.tweet {
  background-position: 0px 2px;
}




.logo-top svg path {fill: var(--font-color) !important;}

/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: center;  
    margin-left: 10px;
    font-size: 1rem;
}
.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
	height: 32px;
	margin: 0;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



@media print {

#masthead, .migas, nav, footer, .entry-footer, .navigation, .entry-meta, #comments, .theme-switch-wrapper {
display: none;
}

img {
max-width: 100%;
}


body {
font: 12pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
}
	.entry-title, .el-autor, .la-fecha {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	article p {
		text-align: justify;
	}
h1, .entry-title {
font-size: 24pt;
}

h2, .el-autor {
font-size: 14pt;
margin-top: 15px;
}
	.la-fecha {
		font-size: 10pt;
margin-top: 5px;
	}

aside h2 {
font-size: 18pt;
}

header:before {
display: block;
content: "Este artículo es parte del archivo de nexos";
text-align: center;
margin-bottom: 10px;
border: 1px solid #bbb;
padding: 3px 5px;
font-style: normal;
}

	iframe, #secondary {
		display: none;
	}
	.large-8 {width: 100% !important;}
}


/** NO FUOC MENU **/
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.no-js li {
	width: 100%;
}

.feedzy-rss ul {
	list-style: none;
	margin: 0;
}
.feedzy-rss ul li {
	padding: 5px 0 5px !important;
	border-bottom: 1px solid var(--gris-color);
	text-align: center;
}



/** EL MENU AMP **/
.menuamp {
  background-color: var(--bg-color);
	background-color: aqua;
  height: 4rem;
}
.menuamp ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menuamp > ol {
  max-width: 100%;
  padding: 0 2rem;
  display: flex;
}
.menuamp > ol > .menuamp-item {
  flex: 1;
  padding: 0.75rem 0;
}
.menuamp-item {
  position: relative;
  line-height: 2.5rem;
  text-align: center;
}
.menuamp-item a {
	color: var(--font-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-family: vista-sans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7em;
    font-display: swap;
}
.sub-menuamp .menuamp-item {
  padding: 0.75rem 0;
  background-color: var(--notanto-bg-color);
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
	line-height: 1rem;
}
.sub-menuamp .menuamp-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.sub-menuamp .menuamp-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.sub-menuamp .menuamp-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.menuamp-item li a:hover {
	background-color: var(--notanto-bg-color);
}
.sub-menuamp .menuamp-item a {
  padding: 0 0.75rem;
	text-align: left;
}
@media screen and (max-width: 800px) {
  .sub-menuamp .menuamp-item {
    background: #C06C84;
  }
}

@media screen and (max-width: 800px) {
	.entry-content main article {margin:1.5em 1em 0 1em;}
	.menuamp-logo {display: none;}
  .menuamp {
    position: relative;
  }
  .menuamp:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 30px;
    height: 4px;
    background: #000;
    box-shadow: 0 10px #000, 0 -10px #000;
  }
  .menuamp > ol {
    display: none;
    background-color: var(--notanto-bg-color);
    flex-direction: column;
    justify-content: center;
    /*height: 100vh;*/
    animation: fade 0.2s ease-out;
  }
  .menuamp > ol > .menuamp-item {
    flex: 0;
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
  }
  .menuamp > ol > .menuamp-item:nth-child(1) {
    animation-delay: 0s;
  }
  .menuamp > ol > .menuamp-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .menuamp > ol > .menuamp-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .menuamp > ol > .menuamp-item:nth-child(4) {
    animation-delay: 0.3s;
  }
  .menuamp > ol > .menuamp-item:nth-child(5) {
    animation-delay: 0.4s;
  }
  .menuamp > ol > .menuamp-item + .menuamp-item {
    margin-top: 0.75rem;
  }
  .menuamp > ol > .menuamp-item:after {
    left: auto;
    right: 1rem;
    bottom: calc(50% - 2px);
  }
  .menuamp > ol > .menuamp-item:hover {
    z-index: 1;
  }
  .menuamp:hover > ol {
    display: flex;
  }
  .menuamp:hover:after {
    box-shadow: none;
  }
}

.sub-menuamp {
  position: absolute;
  width: auto;
  top: 100%;
  left: 15px;
  display: none;
  z-index: 1;
}
.menuamp-item:hover > .sub-menuamp {
  display: block;
}

@media screen and (max-width: 800px) {
  .sub-menuamp {
    width: 100vw;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.listado-thumbnail {text-align: center;}
.nexos-typo {
	font-family: arial;
    font-weight: bold;
    letter-spacing: -0.17em;
    margin-right: 0.2em;
    font-size: 125%;
    line-height: initial;
}
.banner-leaderboard {min-height: 94px; text-align: center; margin: 1em 0 2em; padding-bottom: 0;}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	background:red !important;
	background-color:#2ba6cb !important;
	color:white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:#2795b6 !important;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	background: #2795b6 !important;
	background-color:#2795b6 !important;
	color:white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:#2795b6 !important;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	background: #2ba6cb !important;
	color:white !important;
	text-shadow: transparent !important;
	border-color:#2795b6 !important;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	background: #2795b6 !important;
	box-shadow: none;
	text-shadow: transparent !important;
	color:white !important;
	border-color:#2795b6 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg, .product_meta, .woocommerce-Tabs-panel h2, .woocommerce-tabs ul, .woocommerce-product-gallery__trigger { display: none !important;}
.woocommerce div.product div.images {pointer-events: none !important}
.woocommerce-MyAccount-content p:nth-child(3), .my-membership-detail-user-membership-actions, .woocommerce-info::before {display: none !important;}
.woocommerce-info {border-top: none !important; padding: 0.5em !important; background-color: var(--bg-color); !important;}
.featured-top-2 {border-top: 1px solid #eee; border-bottom: 1px solid #eee; border-left: 0; border-right: 0; padding: 1em 0; margin-bottom: 1em;}
.featured-top {border: none;}
.separador-horizontal {border: none;}
.separador-escritorio {border-bottom: 1px solid var(--gris-color);}
.wp-block-latest-posts li {clear: both;  font-size: 1.2em; margin-left: 0.6em;}
.wp-block-latest-posts__featured-image {margin-right: 1em !important;}
.wp-block-latest-posts, .wp-block-latest-comments {list-style: none; margin-left: 0.6em;}
.wp-block-latest-comments__comment {margin-bottom: 0.6em;}
.separador-delgado {border-top: 1px var(--gris-color) solid; margin: 2em 0;}
@media screen and (min-width: 800px) {
	.wp-pagenavi > .pages, .wp-pagenavi {display: initial; text-align: center;}
	.separador-horizontal {border-bottom: 1px solid var(--gris-color); margin-bottom:1.4em; margin-top: 1em;}
	.separador-escritorio {height: 4em; border: none;}
	.featured-top {border-left: 1px solid var(--gris-color); border-right: 1px solid var(--gris-color);border-top: 0; border-bottom: 0;}
	.featured-top-2 {border: none; padding: 0; border-left: 1px solid var(--gris-color); border-right: 1px solid var(--gris-color);border-top: 0; border-bottom: 0;}
.banner-leaderboard {min-height: 94px; text-align: center; margin: 0 auto 4em auto; max-width: 728px;}
.sombrita {
	box-shadow: 0 0 20px 6px #fff;
	-webkit-box-shadow: 0 0 20px 6px #fff;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
}
.sombrita:hover {
	box-shadow: 0 0 20px 6px #cecece;
	-webkit-box-shadow: 0 0 20px 6px #cecece;
	opacity: 1;
}
}