* {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
html {
    height: 110%;
    margin-bottom: 0.01em;
}

h2 {
    font-size: 1.2em;
    color: var(--c-prim);
    font-weight: var(--fw-bold);
    font-family: var(--base-ff);
}

#home {
    position: relative;
    overflow-y: auto;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1600;
}

header {
}

.menu-logo {
    width: 8rem;
    font-weight:800;
    max-width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-weight: 800;
}

.image-header{ 
}

.image-header img{
    width: 100%;
    object-fit: cover;
}

#header-carousel {
    width: 100%;
    height: 100%;
}

.navbar {
    position: relative;
    height: var(--h-navbar);
    color: var(--c-menu-opts);
    background: var(--c-prim);
    margin: 0 auto;
}

.inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 3;
}

.sw {
    width: calc(100% -(2* var(--swpad)));
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width);
}

.nav-list {
    display: flex;
    height: 100%;
    letter-spacing: var(--ls-big);
    font-size: .8em;
}

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

.high-cont {
    border-bottom: 3px solid var(--c-prim);
}

.highlights {
    --cgap: 1.6rem;
    --rgap: 1.6rem;
    --big-col-span: 5;
    --big-row-span: 2;
    --small-col-span: 4;
    font-size: .9em;
}

.highlights .big {
    border-radius: .8em;
    overflow: hidden;
    --ar: 414 / 245;
    grid-column-end: span var(--big-col-span);
    grid-row-end: span var(--big-row-span);
    position: relative;
}

.highlights .big .text {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    padding: 1em;
    border-radius: .8em;
    overflow: hidden;
}

.highlights .big .text .overlay {
    background-color: #ecece9;
    opacity: .75;
}

.highlights .tag {
    display: block;
    margin-bottom: 1em;
}

.highlights .big .text *:not(div) {
    position: relative;
}

.highlights .small {
    grid-column-end: span var(--small-col-span);
    display: flex;
    --w1: 35%;
    --w2: 65%;
}

.highlights .small>:first-child {
    width: var(--w1);
}

.highlights .big, .highlights .small img {
    border-radius: .8em;
    overflow: hidden;
}

.highlights .small>:last-child {
    width: var(--w2);
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#num-carousel {
    --cgap: 2rem;
    --btn-pos: calc((var(--cgap)* -1));
    --fs-text: .8em;
    margin: 0 calc(var(--cgap) / -2);
    text-align: center;
}

.numeralia h3 {
    font-size: 1.6em;
    font-style: italic;
    margin-bottom: .6em;
}

.numeralia .texts p {
    font-weight: var(--fw-xbold);
}

.numeralia .texts span {
    color: #1e3032;
    display: block;
    margin-top: 1em;
    font-style: italic;
    font-weight: var(--fw-bold);
}

#num-carousel {
    --cgap: 2rem;
    --btn-pos: calc((var(--cgap)* -1));
    --fs-text: .8em;
    margin: 0 calc(var(--cgap) / -2);
    text-align: center;
}

#num-carousel .slick-prev {
    left: var(--btn-pos);
}

#num-carousel .slick-list {
    padding: .8em calc(var(--cgap) / -2);
}

#num-carousel .slick-prev, #num-carousel .slick-next {
    width: 1rem;
    height: 1rem;
}

#num-carousel .item {
    padding: 0 calc(var(--cgap) / 2);
}

#num-carousel .item .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: .6em;
    border: 2px solid #7587fa;
    padding: .8rem;
}

#num-carousel .item .inner .title {
    font-size: var(--fs-text);
    color: var(--c-prim);
}

#num-carousel .item .inner>* {
    display: block;
    font-weight: var(--fw-bold);
}

#num-carousel .item .inner .num {
    font-size: 1.8em;
    font-family: var(--ff-sec);
    color: var(--c-prim);
    padding: .2em 0;
}

#num-carousel .item .inner>* {
    display: block;
    font-weight: var(--fw-bold);
}

#num-carousel .item .inner .text {
    margin-top: auto;
    font-size: var(--fs-text);
}

#num-carousel .item .inner>* {
    display: block;
    font-weight: var(--fw-bold);
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    color: #FFF;
    text-align: center;
}

.banner * {
    padding: 2em 1em;
    font-weight: 700;
    font-style: italic;
}

.inits {
    --cgap: 2em;
    --rgap: 4em;
    --ar: 370 / 220;
}

.inits-cont {
    --ar: 300 / 142
}

.inits-cont h3 {
    color: var(--base-c);
    font-family: var(--base-ff);
    font-size: 1em;
    text-align: center
}

.inits-cont>* {
    display: flex;
    flex-direction: column;
    position: relative
}

.inits-cont>*:hover .image {
    box-shadow: var(--btn-shadow)
}

.inits-cont .name {
    margin-top: auto;
    text-align: center
}

.inits-cont h3 {
    margin-top: 1em
}

.inits-cont .image {
    border: 2px solid var(--soft-green);
    border-radius: .8em;
    padding: .8em 1.6em
}

.popup {
    position: absolute;
    bottom: 80%;
    left: 80%;
    width: 90%;
    flex-direction: column;
    text-align: center;
    padding: 1em;
    box-shadow: .4rem .3rem .6rem rgba(0,0,0,0.7);
    z-index: 2;
    background: var(--soft-green);
    font-size: .8em;
    font-weight: var(--fw-med);
    border-radius: 1em;
    display: none;
    visibility: hidden
}

.inits-cont>*:hover .popup,.popup.show {
    display: initial;
    visibility: visible
}

.popup img {
    width: 30%
}

.inits-cont>:last-child .popup {
    left: auto;
    right: 80%
}

@media (max-width: 992px) {
    .popup {
        width:120%
    }

    .inits-cont>:nth-child(even) .popup {
        left: auto;
        right: 80%
    }
}


.inits-cont h3 {
    margin-top: 1em;
    color: var(--base-c);
    font-family: var(--base-ff);
    font-size: 1em;
    text-align: center;
}

.inits>:first-child img {
    border-radius: 1.2em;
}

.inits img {
    border-radius: 1em;
    overflow: hidden;
}

.inits .desc {
    padding: 1em 0;
    margin-top: auto;
}

.inits>:first-child {
    --ar: 780 / 360;
    grid-column: auto / span 2;
}

.inits>:first-child p {
    
}

.inits p {
    --lines: 7;
    display: -webkit-box;
    line-clamp: var(--lines);
    box-orient: vertical;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lines);
}

.inits a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inits img {
    border-radius: 1em;
    overflow: hidden;
}
[data-sel] {
    --w1: 70%;
    --w2: 30%;
    width: 100%;
    height: 100%;
    min-height: 4em;
    display: flex;
    align-items: stretch;
    text-align: left;
    border: 2px solid var(--c-sec);
    border-radius: .6em;
    font-family: var(--ff-sec);
    font-weight: var(--fw-xbold);
    font-size: 1.4em;
    line-height: .8em;
    box-shadow: var(--btn-shadow)
}

[data-sel].active {
    background: var(--c-sec)
}

[data-sel]>:first-child {
    width: var(--w1);
    padding: 1em 1em 1em .8em;
    display: flex;
    align-items: center
}

[data-sel]>:last-child {
    width: var(--w2)
}

[data-sel] h2 {
    color: var(--c-prim);
    font-size: 1.6rem;
    line-height: 1em
}

[data-sel] .image {
    position: relative
}

[data-sel] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 160%;
    max-height: 140%
}

[data-opt]:not(.active),[data-sub-opt]:not(.active) {
    display: none;
    visibility: hidden
}

[data-type-sel] {
    border-radius: 1rem;
    border: 2px solid var(--c-green-initiative);
    padding: .8rem
}

[data-type-sel].active {
    background: var(--c-green-soft)
}

[data-type-opt] {
    display: none;
    visibility: hidden;
    --iw: 70%
}

[data-type-opt].active {
    display: block;
    visibility: visible
}

[data-type-opt] img {
    display: block;
    margin: 0 auto;
    width: var(--w)
}

.results {
    --cgap: 1.6em;
    --rgap: 1.6em;
}

.results>:nth-child(6n+1), .results>:nth-child(6n+3), .results>:nth-child(6n+4) {
    grid-row-end: span 3;
    --ar: 372 / 436;
}

.results>:nth-child(6n+2), .results>:nth-child(6n+5), .results>:nth-child(6n+6) {
    grid-row-end: span 2;
    --ar: 372 / 218;
}

.results a {
    display: block;
}

.results img {
    border-radius: .6em;
    overflow: hidden;
}

#results h3 {
    color: var(--c-blue);
    font-size: 1.4em;
}

.results h3 {
    margin: .8em 0 .2em 0;
    font-style: italic;
}

.results p {
    font-size: .85em;
}

article {
    max-width: 860px;
    margin: 0 auto;
}

header{
    --ar: 1600 / 580;
    position: relative;
}

.header-descubre {
    margin: 2rem 0 var(--secpad) 0;
}

.article-params {
}

h1 {
    color: var(--c-green-title);
    font-size: 2em;
}

.article-cover {
    --ar: 1098 / 309;
    width: 100%;
    border-radius: .4em;
    overflow: hidden;
}

.share-cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--c-prim);
}

.article-cover+.share-cont .share-links {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.share-links {
    margin: 0 1em 0 .5em;
    padding: .4em 1em;
    background: var(--c-lg);
    border-radius: .4em;
    display: flex;
}

.share-links>*:not(last-child) {
    margin-left: .4em;
}

.share-links img {
    width: 1.4em;
}

.content {
    font-family: var(--ff-sec);
    margin-top: 1em;
}

.content p {
    white-space: pre-wrap;
}

.share-cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--c-prim);
}

.article-cover+.share-cont .share-links {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.content p {
    white-space: pre-wrap;
}

.header-iniciativa {
    --ar: 1600 / 415;
}

.tag {
    display: block;
    margin-bottom: .8rem;
}

#iniciativa h1 {
    font-size: 2em;
    color: var(--c-green-title);
    margin-bottom: 1.2rem;
}

#iniciativa h2 {
    margin-bottom: 1.2rem;
}

.intro p {
    white-space: pre-wrap;
}

.help {
    background: #f2f2f0;
}

.help p {
    margin-bottom: 1.6rem;
}

.video-carousel h2, .video-carousel h3 {
    text-align: center;
    margin-bottom: 0;
}

#videos-carousel .slick-prev, #videos-carousel .slick-next {
    width: 14px;
    height: 14px;
}

.steps>*>* {
    border-radius: .6em;
    border: 2px solid #3E8E6C;
    padding: 2rem;
    padding-bottom: .5em;
    text-align: center;
    height: 100%;
}

.steps .image {
    width: 40%;
}

.steps h3 {
    text-align: center;
}

.slick-prev:before{
    background: url(/assets/site/img/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: '' !important;
    width: 16px;
    height: 16px;
    display: block;
    transform: rotate(180deg);
}

.slick-next:before{
    background: url(/assets/site/img/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: '' !important;
    width: 16px;
    height: 16px;
    display: block;
}

[data-sel] {
    --w1: 70%;
    --w2: 30%;
    width: 100%;
    height: 100%;
    min-height: 4em;
    display: flex;
    align-items: stretch;
    text-align: left;
    border: 2px solid var(--c-sec);
    border-radius: .6em;
    font-family: var(--ff-sec);
    font-weight: var(--fw-xbold);
    font-size: 1.4em;
    line-height: .8em;
    box-shadow: var(--btn-shadow)
}

[data-sel].active {
    background: var(--c-sec)
}

[data-sel]>:first-child {
    width: var(--w1);
    padding: 1em 1em 1em .8em;
    display: flex;
    align-items: center
}

[data-sel]>:last-child {
    width: var(--w2)
}

[data-sel] h2 {
    color: var(--c-prim);
    font-size: 1.6rem;
    line-height: 1em
}

[data-sel] .image {
    position: relative
}

[data-sel] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 160%;
    max-height: 140%
}

[data-opt]:not(.active),[data-sub-opt]:not(.active) {
    display: none;
    visibility: hidden
}

@media (max-width: 992px) {
    .selector {
        overflow-x:scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: 100vw;
        padding-left: var(--swpad);
        margin: 0
    }

    .selector::-webkit-scrollbar {
        display: none;
        width: 0
    }

    .selector .gflex {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .selector .gflex.g3>* {
        min-width: 45vw
    }
}

@media (max-width: 768px) {
    .selector .gflex.g3>* {
        min-width:50vw
    }
}

@media (max-width: 576px) {
    .selector .gflex.g3>* {
        min-width:60vw
    }
}

@media (max-width: 480px) {
    .selector .gflex.g3>* {
        min-width:75vw
    }
}

#webinars .line {
    text-decoration: underline;
    color: var(--c-prim);
    text-align: center;
    font-size: 1.4rem;
    font-family: var(--ff-sec);
    font-weight: 800;
    text-underline-offset: .25em;
    text-decoration-thickness: 2.5px;
    margin-bottom: var(--secpad)
}

#webinars .iframe-wrapper {
    border-radius: 12px;
    overflow: hidden
}

#webinars h3 {
    font-size: 1.6rem
}

#webinars .lessons {
    display: flex;
    font-style: italic;
    font-weight: 700
}

.pipe {
    padding: 0 .5rem
}

#webinars .btn {
    width: 100%;
    padding: .4rem 1rem;
    margin-top: 1rem
}

#webinars .pagination {
    margin-top: var(--secpad)
}

.video-carousel {
    background: var(--soft-green)
}

.types h2 {
    margin-bottom: 2rem
}

.types h2,.types h3 {
    text-align: center
}

.types p {
    font-size: .8rem;
    margin-top: .6em
}

.selectors {
    --w: 25%;
    width: calc(100vw - (2 * var(--swpad)));
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.selectors::-webkit-scrollbar {
    display: none;
    width: 0
}

.selectors>* {
    min-width: var(--w);
    max-width: var(--w)
}

.selectors>:not(:first-child) {
    padding-left: .4rem
}

.selectors>:not(:last-child) {
    padding-right: .4rem
}

.selectors button {
    height: 100%
}

[data-type-sel] {
    border-radius: 1rem;
    border: 2px solid var(--c-green-initiative);
    padding: .8rem
}

[data-type-sel].active {
    background: var(--c-green-soft)
}

[data-type-opt] {
    display: none;
    visibility: hidden;
    --iw: 70%
}

[data-type-opt].active {
    display: block;
    visibility: visible
}

[data-type-opt] img {
    display: block;
    margin: 0 auto;
    width: var(--w)
}

@media (max-width: 1200px) {
    [data-type-opt] {
        --iw:85%
    }
}

@media (max-width: 992px) {
    .selectors {
        justify-content:start;
        --w: 25vw;
        width: 100vw;
        padding-left: var(--swpad);
        overflow-x: scroll;
        scroll-padding-left: 4000px
    }

    .selectors>:last-child {
        margin-right: var(--swpad)
    }

    [data-type-opt] {
        --iw: 100%
    }
}

@media (max-width: 768px) {
    .selectors {
        --w:36vw
    }
}

@media (max-width: 576px) {
    .selectors {
        --w:50vw
    }
}

@media (max-width: 480px) {
    .selectors {
        --w:60vw
    }
}

.video-carousel h2,.video-carousel h3 {
    text-align: center;
    margin-bottom: 0
}

.video-carousel .item {
    padding: 0 1rem
}

#videos-carousel iframe {
    width: 100%
}

#videos-carousel .slick-prev,#videos-carousel .slick-next {
    width: 14px;
    height: 14px
}

#coll {
    background: var(--c-cream)
}

#coll .inner {
    --w1: 40%;
    --w2: 60%
}

#coll .image {
    padding-right: 2rem;
    align-items: flex-start;
    --w: 70%
}

#coll .image img {
    width: var(--w)
}

#coll .location {
    padding: 1.6rem;
    margin: 1rem 0;
    background: #FFF;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.2)
}

#coll .location a {
    font-size: .9rem
}

#coll .titles {
    margin-bottom: 2rem
}

#coll .titles h2 {
    color: var(--c-prim);
    font-size: 2rem;
    margin-bottom: .4rem
}

#coll .titles h2,#coll .titles p {
    text-align: center;
    font-style: italic
}

#coll .titles p {
    color: var(--c-sec)
}

#coll h3 {
    margin-bottom: .6rem
}

[name="state"] {
    text-align: center
}

[data-state] {
    display: none;
    visibility: hidden
}

[data-state].show {
    display: block;
    visibility: visible
}

#collector-carousel {
    margin-top: 2rem
}

#collector-carousel .item {
    padding: 0 1rem
}

#collector-carousel .item img {
    display: block;
    margin: 0 auto
}

#collector-carousel .slick-prev,#collector-carousel .slick-next {
    width: 14px;
    height: 14px
}

@media (max-width: 1200px) {
    #coll .inner {
        --w1:30%;
        --w2: 70%;
        --w3: 0%
    }

    #coll .image {
        --w: 100%
    }
}

@media (max-width: 768px) {
    #coll .inner {
        --w1:100%;
        --w2: 100%
    }

    #coll .image {
        --w: 40%;
        padding: 0 0 var(--secpad) 0
    }
}

@media (max-width: 576px) {
    #coll .image {
        --w:60%
    }

    #collector-carousel .slick-prev {
        left: -12px
    }

    #collector-carousel .slick-next {
        right: -12px
    }
}

.no-margin{
    margin: 0px;
}
#sidenav {
    z-index: 1400;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    color: #FFF;
    height: 0;
    transition: height .3s;
    visibility: hidden
}

#sidenav.open {
    height: 100%
}

#sidenav.visible {
    visibility: visible
}

#sidenav * {
    font-family: var(--ff-prim)
}

#sidenav-toggler .close,#sidenav-toggler.open img {
    --c: #fff;
    display: none;
    visibility: hidden
}

#sidenav-toggler.open .close,#sidenav-toggler img {
    display: block;
    visibility: visible
}

#sidenav>* {
    height: 100%;
    padding-top: var(--h-menu);
    background: var(--c-prim);
    display: flex;
    flex-direction: column
}

#sidenav .content {
    padding: 1.6rem 0;
    flex-grow: 1
}

#sidenav .list * {
    font-weight: 600
}

#sidenav .list li>*:not(.submenu) {
    padding: 1rem 0;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center
}

#sidenav .list .nav-item {
    width: 100%
}

#sidenav .arrow {
    --s: .4em;
    --c: #FFF;
    width: 0;
    height: 0;
    border-left: var(--s) solid transparent;
    border-right: var(--s) solid transparent;
    border-top: calc((var(--s) * 2) * .866) solid var(--c);
    margin-left: auto
}

#sidenav .submenu {
    display: none;
    visibility: hidden
}

#sidenav .submenu.show {
    display: block;
    visibility: visible
}

.signing-form {
    width: 520px;
    height: 212px;
    display: flex;
}

.button-show {
    display: block !important;
    visibility: visible !important;
}