/* var(--e-global-color-primary)
var(--e-global-color-secondary)
var(--e-global-color-text)
var(--e-global-color-accent) */

/* Hide the Category by slug */
a[href*="category-name-to-hide/"] {
    display: none !important;
}

.navNode {
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    padding: 0;
    gap: 0px 0px;
}

.maxWidth800 {
    max-width: 800px !important;
}

#hn {
	transition: all .3s;
	width: 100% !important;
}

#hn.scrolled {
	padding: 10px 0;
}

#hn .node1 {
	max-width: 200px;
	width: 40%;
}

#hn .node1 img {
	width: 100%;
}

#s0 {}

#s1 {}

#s2 {}

#s3 {}

#s4 {}

#s5 {}

#s6 {}

#s7 .node1 {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	margin-top: -5vw;
}

#s7 .node1 img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 40vw;
}

#s7 .node2 {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

#s7 .node2 img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 25vw;
	margin-top: 10vw;
}

#s8 {}

#s9 {}

#s10 .node1 {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

#s10 .node1 img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 40vw;
}

#fn {}

.loopNode2 p {
/*     display: flex;
    flex-direction: row-reverse;
    gap: 5px; */
}


/* call to action hover */
.comment-form .form-submit input[type="submit"] {
	background-color: var(--e-global-color-8aa40d4);
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    fill: var(--e-global-color-0fd6ad9);
    color: var(--e-global-color-0fd6ad9);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-0fd6ad9);
    border-radius: 2px 2px 2px 2px;
}

.comment-form .form-submit input[type="submit"]:hover {
   	background-color: var(--e-global-color-0fd6ad9);
    color: var(--e-global-color-8aa40d4);
}

/* extras */
.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form label[for="comment"],
.comment-metadata time::after,
.comment-metadata .comment-edit-link {
    display: none !important;
}

/* data e editar */
.comment-metadata time {
    pointer-events: none !important;
    color: var(--e-global-color-text) !important;
}

/* data e editar */
#comments .comment .comment-body,
#comments .pingback .comment-body {
    padding-inline-start: 0;
    padding-inline-end: 0;
}