/* 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 .node1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
}

#hn .node1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
} */

#hn .node2 {
    max-width: 200px;
    width: 30%;
}

#hn .sub-arrow {
    font-size: 10px;
    padding: 5px;

}

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

#s0 iframe {
    height: 100vh;
}

#s1 .node2 .elementor-shortcode {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

#s1 .node2 .elementor-shortcode::after {
    content: "";
    width: calc(33.33% - 20px);
}

#s1 .categoryNode1 {
    width: calc(33.33% - 20px);
}

#s1 .categoryNode2 {
    padding: 62.5% 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    position: relative;
}

#s1 .categoryNode2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid var(--e-global-color-87a010a);
    opacity: .3;
    transition: all .4s;
    pointer-events: none;
}

#s1 .categoryNode2:hover::after {
    border: 30px solid var(--e-global-color-87a010a);
}

#s1 .categoryNode3 {
    padding: 15px 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
}

#s2 .node1 img {
    max-height: 600px;
    width: initial;
}

#s3 {}

/* #s4 .node1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
}

#s4 .node1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
} */

#s5 {}

#s6 .node1 img {}

#s6 .node2 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw - 15px);
    height: 100%;
    z-index: -10;
    object-fit: cover;
    object-position: center center;
    display: block;
}

#s6 .node2 img {
    width: 100%;
    height: 100%;
}

#s7 {}

#s8 {}

#s9 .loopItemNode1 img {
	object-fit: cover;
	height: 250px;
	width: 100%;
}

#fn {}

.loopItemNode1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid var(--e-global-color-87a010a);
    opacity: .3;
    transition: all .4s;
    pointer-events: none;
}

.loopItemNode1:hover::after {
    border: 30px solid var(--e-global-color-87a010a);
}

/* Container */
.relatedNode1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

/* Imagem featured */
.relatedNode2 {
    width: 100%;
    display: block;
    padding: 70% 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.relatedNode2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 15px solid var(--e-global-color-87a010a);
    opacity: .3;
    transition: all .4s;
    pointer-events: none;
}

.relatedNode2:hover::after {
    border: 30px solid var(--e-global-color-87a010a);
}

/* Subcontainer */
.relatedNode3 {
    padding: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Título como link */
.relatedNode5 {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4em;
    color: var(--e-global-color-04871bd);
    transition: all .4s;
}

.relatedNode5:hover {
    color: var(--e-global-color-9bdc626);
}