body {
    color: var(--bs-gray-dark);
}

.sc-gLLuof.dgfsdR {
    top: 50% !important;
}

.bg-gradient-1 {
    background-attachment: fixed;
}

main {
    width: 100%;
    /*
    min-height: 68vh;
    max-width: 1170px; */
    margin: 0 auto;
}

.dataAno {
    cursor: pointer;
}

.showing {
    display: block;
    transition: opacity(1) 2s;
}

.hide {
    display: none !important;
}

.dataEixo,
.dataHabilidade {
    width: 100%;
    /* 
    max-width: 300px; */
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #0003;
    border-radius: 25px;
    box-shadow: 0px 0px 8px #47268126, 0px 4px 16px #47268126;
    text-align: center;
    cursor: pointer;
    font-size: 1.12rem;
    background-color: #fff;
    transition: 200ms ease-out;
    /* 
    text-transform: capitalize; */
}

.dataEixo:hover,
.dataHabilidade:hover {
    box-shadow: 0px 0px 8px #47268126, 0px 4px 16px #47268126, 0px 8px 32px #47268126;
}

.dataEtapa {
    cursor: pointer;
}
.btn-anos-bg{
    min-width: 272px;
}

.text-shadow {
    text-shadow: 1px 1px #444;
}

#etapa3 h1 {
    margin-bottom: 30px;
}

/*
#etapa1, 
#etapa3,
#etapa4 {
    width: 100%;
    max-width: 400px; 
    max-width: 100%;
    flex: 0 1 400px;
}
 
.slide {
    min-height: 570px;
}
 
#slide1Btns {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 20%;
}
*/
.etapa1-container {
    padding: 80px 0px;
    min-height: 70.8vh;
}

.etapa2-container {
    padding: 112px 0px;
    min-height: 70.8vh;
}

.etapa3-container {
    padding: 112px 0px;
    min-height: 70.8vh;
}

.etapa4-container {
    padding: 48px 0px;
    min-height: 70.8vh;
}

.etapa2-titl,
.etapa3-selected,
.etapa4-selected,
.etapa5-selected {
    font-size: 48px;
}

.etapa3-h3,
.etapa4-h3 {
    font-size: 24px
}

#etapa4 {
    .data__habilidade {
        min-width: 212px;
    }
}

.etapa4-h2 {
    margin-bottom: unset;
}

.dialog-p {
    font-size: 48px;
}

.dialog-p-span {
    font-size: 96px;
}

#etapa5 .coladjuste {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
}

/* 
.coladjuste h2 {
    padding-left: 32px;
    padding-right: 32px;
} */

#selectedClass {
    /* 
    font-size: 1rem !important;
    text-shadow: -1px 1px 1px var(--bs-gray-dark), -0px 0px 24px var(--bs-primary); 
    margin-bottom: 8px !important;*/
    display: block;
    cursor: pointer;
}

#selectedHabilidade::before,
#selectedComponente::before {
    content: ' - ';
}

.filters-container {
    /* 
    margin-bottom: 24px; */
    border-radius: 24px;
    transition: all 200ms ease-out;

    .filters-summary-icon-open {
        display: block;
    }

    .filters-summary-icon-close {
        display: none;
    }

    /* esconder o marcador do details para todos para todos os navegadores */
    summary::-webkit-details-marker {
        display: none;
    }

    summary::marker {
        content: '';
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    summary {
        list-style: none;
    }
}

.filters-container[open] {
    /* 
    background-color: #fff; 
    padding-bottom: 24px;*/

    summary {
        color: var(--bs-gray-dark);
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        transition: color 200ms ease-out;
    }

    .filters-summary-text,
    .filters-summary-icon-open {
        display: none;
    }

    .filters-summary-icon-close {
        display: block;
    }
}

.filters-summary {
    color: #fff;
}

.container-todoslist {
    min-height: 50vh;
}

@media screen and (min-width: 768px) {}

.filtersSelect1 {
    width: 100%;
    height: fit-content;
    /* 
    margin: 48px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap row;
    gap: 10px;
}

.filtersSelect1 select {
    flex-basis: 22.6%;
    background-color: #fff;
    color: var(--bs-primary-2);
    /* 
    box-shadow: 0px 4px 8px #47268126, 0px 4px 16px #47268126/* , 0px 8px 32px #47268126 /; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select_arrow.svg) no-repeat center right #ffffff;
    background-position-x: 95%;
    background-size: 15px;
    border-radius: 20px;
    padding: 14px 10px 10px 10px;
    text-align: center;
    font-size: .9rem;
    cursor: pointer;
}

.filtersSelect1 select,
.filtersSelect1 option {
    text-align: center;
    text-align-last: center;
    /* iPhone */
}

.filters-container {
    /* 
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 24px;
    margin-top: 8px; 
    margin-bottom: 16px;*/
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

#etapa5 .container-todoslist {
    width: 100%;
    /* 
    background-color: #fff; */
    border-radius: 16px;
}

#etapa5 #todoslist {
    /* max-width: 1170px;
    padding: 24px 20px;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: row wrap;
    border: 0;
    gap: 16px;
    box-sizing: border-box;
}

#etapa5 select {
    background-color: #fff;
    border: solid 2px var(--bs-primary-2);
    line-height: 1.1;
}

.space-breadcrumb {
    /* 
    padding-left: 32px;
    padding-right: 32px; */
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    /* Para Firefox */
    -ms-overflow-style: none;
    /* Para Internet Explorer e Edge */
}

.space-breadcrumb::-webkit-scrollbar {
    display: none;
    /* Para Chrome, Safari e Opera */
}

#descricaoHabilidade {
    animation: fade-in 400ms ease-out both;
}

.space-post1 {
    display: none;
}

.space-post1[open] summary {
    margin-bottom: 1rem;
}

details[open] .summary-arrow {
    transform: rotate(180deg);
}

.mainlistred {
    position: relative;
    margin-bottom: 8px;
    padding: 0;
    box-shadow: 0px 2px 4px #0001, 0px 8px 24px #47268126;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    z-index: 0;
    flex-basis: 23.88%;

    animation-name: fade-in-bottom;
    animation-duration: 400ms;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

.mainlistred.active {
    z-index: 1;
    margin-top: -4px;
    margin-bottom: 12px;
    box-shadow: 0px 4px 8px #47268110, 0px 8px 24px #47268126;
}

@media (pointer: fine) {
    .mainlistred {
        box-shadow: 0px 2px 4px #0001, 0px 4px 16px #47268126;
    }

    .mainlistred:hover {
        box-shadow: 0px 8px 8px #47268110, 0px 16px 32px #47268126;
        margin-top: -4px;
        margin-bottom: 12px;
    }

    .mainlistred:active {
        margin-top: 2px;
        margin-bottom: 6px;
        box-shadow: 0px 4px 8px #47268110;
    }
}

@keyframes bg-loading {
    from {
        background-position: 100%;
    }

    to {
        background-position: 0%;
    }
}

.capared,
.capa-red-img {
    background: linear-gradient(90deg, #fcfcfd, #ececed, #fcfcfd, #ececed);
    background-size: 300%;
    animation: bg-loading 2s linear both infinite;
}

.capared {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.capa-red-pic {
    max-width: 768px;
    flex: 0 0 auto;
    max-width: 100%;
}

.capa-red-img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    min-width: 70%;
    max-width: 100%;
    height: auto;
    min-height: 16px;
    cursor: pointer;
    position: relative;
}

.capa-red-link:hover {
    filter: brightness(.6);
}

.capa-red-ico {
    opacity: 0;
    transition: 400ms;
    pointer-events: none;
    position: absolute;
    width: 2rem;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 200ms;
}

.capa-red-link {
    border: solid 1px #efefef;
    background-color: #fafafa;
}

.capa-red-link {
    border-radius: 24px;
    overflow: hidden;
    transition: 400ms;
}

#capa-red {
    height: fit-content;
    position: relative;
}

#capa-red:hover .capa-red-ico {
    display: block;
    opacity: .8;
    transition: 200ms;
}

.capared-img {
    animation-duration: 100ms;
}

.nomered {
    /* 
    text-transform: capitalize;
    margin-left: 10px; */
    font-size: 18px;
    text-align: left;
    padding: 8px 0px 8px 12px;
    min-height: 60px;
    line-height: 1.2;
}

@keyframes scale-top {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

.descricao {
    text-align: left;
    padding: 20px;
    font-size: .9rem;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    top: calc(100% - 8px);
    box-shadow: 0px 8px 8px #d7d6f1, 0px 24px 32px #d7d6f1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
}

.descricao p {
    line-height: 1.3;
}

.filtrou-hab {
    :is(.descricao

        /* , #descRED */
    ) p:first-child:not(:only-child) {
        display: none;
    }
}

.mainlistred.active .descricao {
    display: block;
    animation: scale-top 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    transform-origin: top center;
}

.mainlistred.active .descricao p {
    animation: fade-in 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000) both 100ms;
}

.setadescricao {
    width: 20px;
    /* 
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 180px; */
    padding: 12px;
    box-sizing: content-box;
    background-color: transparent;
    cursor: pointer;
    border-bottom-right-radius: 8px;
}

.mainlistred.active .setadescricao {
    animation: rotatearrow .5s;
    animation-fill-mode: both;
}

.postdetails {
    width: 100%;
    /* 
    max-width: 970px; */
    margin: 0 auto;
}

#descRED p {
    line-height: 1.5;
}

#qrcode {
    background-image: url(../images/bg-qr.svg);
    background-size: contain;
}

#qrcode img {
    max-width: 100%;
    width: 120px;
    height: 120px;
    border: solid 8px white;
    background-color: white;
}

.union2svg {
    width: 1rem;
}

#habListDescs {
    display: none;
    width: fit-content;
    max-width: 440px;
    color: var(--bs-primary-2);
}

#habilidadeslist:hover #habListDescs {
    display: block;
}

@keyframes rotatearrow {
    to {
        transform: rotate(180deg);
    }
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.5s ease-in-out both;
    animation: slide-bottom 0.5s ease-in-out both;
}

@keyframes slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(-200%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

hr {
    border: unset;
    background-color: var(--bs-primary-2);
    /* 
    background: linear-gradient(106deg, rgba(115, 67, 199, 1) 33%, rgba(233, 101, 25, 1) 66%, rgba(148, 193, 31, 1) 100%); */
    background-size: cover;
    opacity: 1
}

#IMG001 {
    width: 460px;
    max-width: 30vw;
}

.janela1 {
    /* background-image: url('../images/Janela1.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 188px; */
    width: fit-content;
    min-height: fit-content;
    position: relative;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid white;
    background: linear-gradient(0deg, #fffa, #ffffffa6), radial-gradient(circle at bottom right, #94C11F66, transparent);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

}

.g-win-controls {
    width: 6%;
    margin-left: auto;
}

@keyframes btn-label {

    0%,
    100% {
        width: 0px;
        color: transparent;
        opacity: 0
    }

    4% {
        opacity: 1;
    }

    8% {
        width: 144px;
        color: transparent
    }

    22%,
    94% {
        color: var(--bs-primary);
    }

    96% {
        color: transparent;
        width: 144px;
        opacity: 1;

    }
}

@-webkit-keyframes ab {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50%,
    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ab {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50%,
    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.loader {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 40px
}

.splash {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
    z-index: 999999;
    background-color: white
}

.ab_img {
    width: 33%;
    -webkit-animation: ab 1600ms both;
    animation: ab 1600ms both;
    background-color: white;
    box-shadow: 0 0 16px 32px white
}

#btnStart {
    min-width: 80px;
}

/* 
#etapa5 .container-todoslist {
    padding-top: 24px;
    padding-bottom: 24px;
}
 */
.mybreadcrumb {
    width: max-content;
    word-break: keep-all;
    line-break: strict;
    overflow-wrap: normal;
    white-space: nowrap;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    padding-bottom: 4px;
    margin-bottom: 16px;
    font-size: 14px !important;
    background: linear-gradient(-5deg, #fffc, #fffe);
    border: 1px solid #fffe;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: unset;
    box-shadow: 0px 4px 8px #47268126;
    -webkit-animation: scale-in 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: scale-in 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    text-wrap: nowrap;
    color: var(--bs-primary);
    cursor: pointer;
    transition: all 200ms ease-out;
    position: relative;
    top: 1px
}

/* 
.mybreadcrumb:hover {
    box-shadow: 0px 4px 8px #47268126, 0px 4px 16px #47268126;
    transform: scale(1.01) !important;
    top: 0px
}

.bc-disabled {
    cursor: default;
    color: var(--bs-gray);
    box-shadow: unset;
    /* 
    pointer-events: none; *
}

.bc-disabled:hover {
    box-shadow: unset;
    transform: unset !important;
}
 */
#etapa5 .bc-disabled {
    display: none;
}

.msg-404 a {
    padding: 0 .1em;
    text-decoration: underline;
}


.btn-hab-label {
    text-transform: uppercase;
}


button.on-off {
    border-style: solid;
    bottom: 0;
    cursor: pointer;
    font-size: x-large;
    padding: .2rem 2rem .2rem 1rem;
    right: -1%;
    z-index: 2
}

.copyright,
button.on-off {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    color: #fff;
    position: fixed;
    background-color: var(--bs-primary-2);
    display: none;
}
.copyright {
    bottom: 3rem;
    max-height: 80%;
    max-width: 20rem;
    overflow: auto;
    padding: 1rem;
    right: -160%;
    text-transform: none;
    transition: right 1s;
    z-index: 1
}

.copyright.open {
    right: 0
}

.state__1 {

    #etapa2,
    #etapa3,
    #etapa4,
    #etapa5,
    #etapa6 {
        display: none;
    }
}

.state__2 {

    #etapa1,
    #etapa3,
    #etapa4,
    #etapa5,
    #etapa6 {
        display: none;
    }
}

.state__3 {

    #etapa1,
    #etapa2,
    #etapa4,
    #etapa5,
    #etapa6 {
        display: none;
    }
}

.state__4 {

    #etapa1,
    #etapa2,
    #etapa3,
    #etapa5,
    #etapa6 {
        display: none;
    }
}

.state__5 {

    #etapa1,
    #etapa2,
    #etapa3,
    #etapa4,
    #etapa6 {
        display: none;
    }

    .space-breadcrumb,
    #selectedComponente {
        width: fit-content;
    }

    .etapa5-selected {
        font-size: 48px;
    }

    #btnVoltar {
        display: block;
        margin-left: auto;
    }

    #a4h5r1 .capared-img {
        position: relative;
        top: 62%;
    }
}

.state__6 {

    #etapa1,
    #etapa2,
    #etapa3,
    #etapa4,
    #etapa5,
    #etapa5 .filters-container,
    #etapa5 #todoslist {
        display: none;
    }

    #header1::-webkit-scrollbar {
        display: none;
        /* Para Chrome, Safari e Opera */
    }

    #selectedClass {
        width: max-content;
        word-break: keep-all;
        line-break: strict;
        overflow-wrap: normal;
        white-space: nowrap;
        padding-top: 4px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 8px;
        padding-bottom: 5px;
        font-size: 14px !important;
        color: var(--bs-gray);
        background: linear-gradient(-5deg, #fffc, #fffe);
        border: 1px solid #fffe;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: unset;
        box-shadow: 0px 4px 8px #47268126;
        -webkit-animation: scale-in 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
        animation: scale-in 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
        text-wrap: nowrap;
        color: var(--bs-primary);
        position: relative;
        top: 1px;
    }

    #selectedClass:hover {
        box-shadow: 0px 4px 8px #47268126, 0px 4px 16px #47268126;
        transform: scale(1.01) !important;
        top: 0px;
    }

    .coladjuste {
        padding-bottom: 16px;
    }

    .coladjuste.fixed-top {
        box-shadow: 0px 4px 8px #47268126, 0px 4px 16px #47268126, 0px 8px 32px #47268126;
    }

    .coladjuste h2 {
        padding-left: 16px;
        padding-right: 0;
    }

    .space-breadcrumb {
        padding-left: 8px;
        padding-right: 8px;
        /* 
        padding-bottom: 16px; */
        margin-bottom: 0 !important;
        overflow: visible;
    }

    .space-post1 {
        display: block;
        padding: 0 32px;
    }

    #nomeredheader {
        display: block;
        font-size: 64px;
    }

    .fixed-top #nomeredheader {
        padding-top: unset;
        font-size: 18px;
        text-transform: unset;
    }

    #nomeredheader span {
        font-size: inherit;
        font-weight: inherit;
    }

    #nomeredheader .text-capitalize {
        text-transform: capitalize !important
    }

    #descricaoHabilidade {
        display: none;
    }

    #etapa5 .container-todoslist {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #dialogShareRED {
        border: unset;
        max-width: 100vw;
        padding-bottom: 48px;
        gap: 24px;
        width: auto;
        border-radius: initial;
        box-shadow: unset;
        padding: initial;
        z-index: initial;
        position: relative;
        left: auto;
        bottom: auto;
        background-color: white;
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }

    /* 
    #btnVoltar::before {
        content: 'Voltar';
        box-shadow: 0px 4px 8px #47268126, 0px 4px 16px #47268126;
        font-size: 16px;
        position: absolute;
        left: 2px;
        padding-left: 48px;
        padding-top: 8px;
        padding-bottom: 10px;
        padding-right: 20px;
        border-radius: 24px;
        top: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff6;
        animation-name: btn-label;
        animation-duration: 6s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;
        animation-delay: 1s;
        animation-direction: normal;
        transform-origin: left;
        height: 48px;
        overflow-x: visible;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border: solid 1px #fff4;
    } 

    #btnVoltar {
        padding: 16px;
        position: absolute;
        left: -48px;
        top: -14px;
        z-index: 99;
        display: flex;
    }

    #btnVoltar svg {
        position: relative;
    }*/

    .copyright,
    button.on-off {
        display: block;
    }
}

#btnHome {
    opacity: .75;
    transition: 200ms ease-out;
}

#btnHome:hover {
    opacity: 1;
}

#btnVoltar {
    display: none;
}

#btnVoltar path {
    fill: var(--bs-primary-2);
    transition: 200ms ease-out;
}

#btnVoltar:hover path {
    fill: var(--bs-primary);
}

#btnBackRED,
#btnViewRED{
    min-width: 136px;
}