@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;700;900&family=BIZ+UDPMincho&display=swap');

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #FF533D;
}

::selection {
    color: #fff;
    background: #FF533D;
}

a:focus-visible {
    outline: 1px solid;
}

body {
    background-color: #fff;
    color: #5f6465;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    --bs-accordion-active-color: #000000;
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #61646B;
}

ul {
    padding: 0;
    margin: 0
}

.wrapper {
    overflow-x: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    /* padding-left: 15px;
    padding-right: 15px; */
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", serif;
}

h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

a:focus {
    box-shadow: none!important;
}

.section-title {
    color: #182022;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
}

.section-subtitle {
    font-size: 1em;
    line-height: 1.6em;
    color: #5f6465;
    margin-bottom: 0;
    font-weight: 300;
}

.btn-add-cur {
    display: flex;
    justify-content: center;
}

.link-blog{
    text-decoration: none;
    font-size: 15px;
}

.data-blog{
    font-size: 15px;
}

.titulo-blogs{
    display: flex;
    justify-content: center
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.ml-auto {
    margin-left: auto;
}

.btn {
    padding: 0 1.5rem;
    font-size: 1.25em;
    min-height: 55px;
    line-height: 100%;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    border: none;
    position: relative;
    transition: .5s all;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn.btn-lg {
    font-size: 1.6em;
    min-height: 102px;
    max-width: 350px
}

.btn:hover {
    transform: translateY(-8px)
}

.btn:focus {
    background-color: #FF533D;
    box-shadow: none;
    border: none;
    color: #fff
}

.btn-sm {
    min-height: 50px;
    max-width: 140px;
    padding: .25em 1em;
    font-size: 1em;
}

.btn-primary {
    background-color: #FF533D;
}

.btn-primary-outline,
.btn-primary-outline:hover {
    border: 2px solid #FF533D;
    color: #182022;
}

.btn-primary:hover {
    background-color: #F58532;
    border: none;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: #FF533D
}

.btn-secondary:hover {
    background-color: #FF533D
}

.btn-secondary-outline,
.btn-secondary-outline:hover {
    border: 2px solid #FF533D;
    color: #FF533D;
}

.btn-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.btn-pills {
    border-radius: 20px!important;
    padding: 0px 15px!important;
    min-height: 32px!important;
}

.etapa input, .etapa select, .etapa textarea:not(#anotacoes) {
    border-radius: 8px;
    caret-color: #FF533D;
    background-color: rgb(239, 242, 249);
    outline: none;
    color: rgb(30, 37, 50);
}

.etapa input:focus, .etapa select:focus, .etapa textarea:not(#anotacoes):focus {
    background-color: rgb(239, 242, 249);
}

.etapa textarea#anotacoes {
    border-radius: 19px;
    border: 1px solid #808080;
    /* text-indent: 15px; */
    padding: 15px;
}
.etapa .accordion-item {
    color: #5f6465;
}
.etapa .habilidade_campo_2 {
    border: none;
}
.etapa .idioma_campo_2 {
    border: none;
}

.etapa .fa-trash-can, .etapa .list-accordion {
    cursor: pointer;
}

.etapa .habilidade_campo_2:checked {
    background: #FF533B;
    border: none;
}
.etapa .idioma_campo_2:checked {
    background: #FF533B;
    border: none;
}

.loading-cur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    font-size: 7rem;
    background: #FF533B;
    color: white;
}

.etapa .form-floating>label {
    text-indent: 15px;
}

.etapa .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}

.etapa .list-accordion-header {
    padding: 20px;
}

.etapa .lista-padraoz > div:not(&:first-child){
    margin-top: 25px;
}

.a-laranja-sub {
    color: #FF533B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

.a-laranja {
    color: #FF533B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: none;
}

.a-laranja:hover {
    text-decoration-line: underline;
}

.toScroll li {
    flex-grow: 1;
}

.toScroll span {
    display: block;
    width: 100%;
    height: 6px;
    margin: 0px 1px;
    transition: width .5s ease-in-out;
}

.toScroll span.ok {
    background-color: #FF533D;
}
.toScroll span.nok {
    background-color: #EAEBED;
}
.toScroll span.nokr {
    background-color: #EAEBED;
    width: 100%;
    position: relative;
    top: -3px;
}

.toScroll a {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 700;
    color: #EAEBED;
}

a {
    cursor: pointer;
    text-decoration: underline;
}

.toScroll a.active {
    color: #FF533D;
}

.list-educacao .accordion {
    margin-bottom: 20px;
}

.list-curso .accordion {
    margin-bottom: 20px;
}

.list-idioma .accordion {
    margin-bottom: 20px;
}

.list-premio .accordion {
    margin-bottom: 20px;
}

.list-voluntariado .accordion {
    margin-bottom: 20px;
}

.template-selo {
    margin-bottom: 20px;
}

.accordion-header > div:has(> .list-accordion:not(.collapsed)) {
    border-bottom: none;
    box-shadow: none;
}

.list-accordion .collapsed {
    border-color: #808080;
    border-radius: 19px!important;
}

.del-educacao {
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.borda-laranja {
    border-radius: 19px;
    border: 1px solid #FF533B;
    padding: 30px;
}

.etapa-oito .perso-color {
    border-radius: 8px;
    width: 161px;
    height: 64px;
    flex-shrink: 0;
    border: 1px solid #a1a1a1;
}

.etapa-complementos .item {
    border-radius: 9px;
    border: 2px solid #808080;
    padding: 28px 32px 28px 28px;
    text-align: center;
    height: 360px;
    max-width: 320px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.etapa-complementos .item .ilus {
    max-width: 305px;
    max-height: 270px;
}

.etapa-complementos .item h4 {
    color: #1e1e1e;
    font-size: 1.25rem;
}

@media(max-width: 991px){
    .etapa-complementos .item {
        padding: 14px 16px 14px 14px;
        height: 330px;
        width: 230px;
    }
}

@media(max-width: 768px){
    .etapa-complementos .item {
        margin-top: 1rem !important;
        margin-left: auto;
        margin-right: auto;
        padding: 28px 32px 28px 28px;
        height: 360px;
        width: 320px;
    }

    .etapa-complementos .d-flex {
        display: inline !important;
    }

    .etapa-complementos .item .ilus img {
        max-width: 265px;
        max-height: 250px;
    }
    
    .etapa-complementos .item h4 {
        color: #1e1e1e;
        font-size: 1.25rem;
    }
}

.popover-ajuda {
    --bs-popover-bg: #FF533B;
    --bs-popover-body-color: #ffffff;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s ease-in-out;
    z-index: 999;
    padding: 25px 0;
}

.header-3 {
    padding: 25px 15px;
}


header.header-sm {
    background-color: #fff;
    min-height: 82px;
    padding: 27px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header.header-smt {
    background-color: #3F4652!important;
    min-height: 82px;
    padding: 27px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header.nav-up {
    transform: translateY(-150px)
}

header .nav-menu {
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-menu-button {
    height: 24px;
    width: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.nav-menu-button .line {
    display: block;
    height: 2px;
    width: 100%;
    background: #5f6465
}

.nav-menu-button .line1 {
    transform-origin: 0 0;
    transition: transform .4s ease-in-out
}

.nav-menu-button .line2 {
    transition: transform .2s ease-in-out
}

.nav-menu-button .line3 {
    transform-origin: 0 100%;
    transition: transform .4s ease-in-out
}

.mobile-menu-open .nav-menu-button {
    background-color: #eff3f4;
}

.mobile-menu-open .nav-menu-button .line1 {
    transform: rotate(45deg);
    transform-origin: 2px 7px;
}

.mobile-menu-open .nav-menu-button .line2 {
    transform: scaleY(0)
}

.mobile-menu-open .nav-menu-button .line3 {
    transform: rotate(-45deg);
    transform-origin: 2px -4px;
}

.bg-white {
    background-color: #fff
}

.nav-menu .dropdown-toggle::after {
    transition: 0.5s all;
    content: "" !important;
    position: static !important;
}

.nav-menu .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.nav-menu .dropdown-item {
    font-size: 3.5vw;
    text-align: center;
}

.nav-menu .dropdown-item:focus,
.nav-menu .dropdown-item:hover {
    background-color: transparent;
    color: #FF533D;
}

.nav-menu .dropdown-item.active {
    color: #FF533D;
    background-color: transparent;
}

.icon-nav {
    margin-right: 16px;
}

.icon-nav img {
    max-width: 22px;
    height: auto;
}


.nav-menu .dropdown-menu.show {
    position: relative !important;
    margin-top: 12px !important;
    transform: none !important;
    background-color: #eff3f4;
    width: 100%;
}


.nav-menu-wrapper {
    display: none;
    position: relative;
}

.texto-nav {
    font-size: 12px;
    font-weight: 400;
    color: #61646B;
}

.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-open .logo {
    display: none;
}

.mobile-menu-open .nav {
    justify-content: flex-end;
}

.mobile-menu-open .nav-menu-wrapper {
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: #eff3f4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5% 15%;
    overflow-y: scroll;
}

.mobile-menu-open .nav-img {
    position: absolute;
    top: 127px;
    right: -70px;
}

.mobile-menu-open .nav-img img {
    /* height: 70vh; */
}

.mobile-menu-open .nav-links {
    list-style: none;
}

.mobile-menu-open .nav-links li {}

.mobile-menu-open .nav-links li a {
    font-family: "DM Sans", serif;
    padding: 20px 25px;
    padding-top: 30px;
    font-size: 4.15vw;
    border-bottom: 1px solid #c5c5c5;
}

.mobile-menu-open .nav-links li a:hover {
    border-bottom: 1px solid #FF533D;

}

.mobile-menu-open .nav-links li:last-child a {
    border-bottom: 0
}

.mobile-menu-open .nav-links li a:focus {
    border-bottom: 1px solid #FF533D;

}

.mobile-menu-open .nav-links li:last-child {
    border: none;
}


/* Banner Section  */
.banner-carousel-wrapper {
    margin-left: 60%;
}

.banner-section {
    background-color: #EFF2F9;
    height: 100%;
    padding-top: 175px;
    padding-bottom: 70px;
    position: relative;
}

.banner-section h1 {
    font-size: 3em;
    color: #182022;
    line-height: 80px;
    margin-bottom: 35px;
    font-weight: 700;
}

.banner-section p {
    margin: 0;
    font-size: 1.25em;
    margin-bottom: 40px;
}

.banner-content {
    padding-left: calc((99.5vw - 1170px) / 2);
    width: 55%;
    position: absolute;
    left: 0;
}

.banner-carousel {
    position: relative;
}

.pad-top {
    margin-top: 230px;
}

.banner-carousel div img {
    border-radius: 29px 29px 90px 29px;

}

.banner-carousel .owl-nav {
    position: absolute;
    top: 150px;
    right: 35px;
}


.banner-carousel.owl-carousel .owl-nav .owl-prev {
    display: none;
}


.owl-carousel .owl-nav .owl-next:before {
    content: "Próximo";
    position: absolute;
    display: block;
    top: -20px;
    color: #000;
    font-size: .8em;
    font-weight: 700
}

.banner-section .owl-nav {
    margin-top: 50px;
}

.banner-carousel div:nth-child(even) img {
    border-radius: 33px 33px 33px 145px;

}


.join-now {
    background-color: #FF533D;
    border: 1px solid #FF533D;
    padding: 12px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px
}

.join-now:hover {
    transform: scale(0.98);
    background-color: #FF533D;
    border: 1px solid #FF533D
}

.connect-wallet {
    background-color: transparent;
    border: 1px solid #FF533D;
    padding: 12px 22px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    color: #fff
}

.connect-wallet:hover {
    transform: scale(0.98);
    background-color: transparent;
    border: 1px solid #FF533D;
}

.adding-creators {
    display: flex;
    justify-content: flex-start;
    margin-top: 65px;
    align-items: center;
    z-index: 1;
}

.adding-creators ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 15px
}

.figure li+li {
    margin-left: -21px
}

.figure li img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.adding-creators-aside h6 {
    color: #5f6465;
    padding: 0;
    margin: 0;
    font-size: .8em;
    text-align: left;
    line-height: 1.4
}

.adding-creators-aside h6 strong {
    color: #FF533D
}

.adding-creators-aside h6 strong span {
    color: #191f2e;
}

/* Investor section starts */
.investors-partners {
    padding-top: 100px;
    padding-bottom: 180px;
    position: relative;
}

.investors-grid.owl-carousel {
    margin-top: 90px;
    position: relative;
}

.investors-grid.owl-carousel.prev-items-available:before {
    content: "";
    background: url('../../assets/img/brand-carousel-overlay.png') no-repeat;
    width: 215px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleX(-1);
    z-index: 10;
}

.investors-grid.owl-carousel.next-items-available:after {
    content: "";
    background: url('../../assets/img/brand-carousel-overlay.png') no-repeat;
    width: 215px;
    height: 200px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.investors-grid.owl-carousel .owl-nav {
    position: absolute;
    top: 200px;
}

.investors-grid.owl-carousel .owl-nav .owl-next {
    margin-left: 40px;
}


.investors-grid.owl-carousel .owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.investors-grid.owl-carousel .owl-nav .owl-prev:hover {
    transform: translateX(-6px)
}


.investors-grid.owl-carousel .owl-nav .owl-prev.disabled,
.investors-grid.owl-carousel .owl-nav .owl-next.disabled {
    transform: translate(0, 0);
}


.investors-grid.owl-carousel .owl-nav .owl-next:before {
    content: "Próximo";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.investors-grid.owl-carousel .grid-item {
    width: 235px;
    border: 1px solid #eff3f4;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    border-radius: 20px;
}

.investors-grid.owl-carousel .grid-item:hover {
    border: 1px solid #ccd5d7;
}

/* Investor section ends */
/* why digistick section starts */
.why-digistic {
    padding-top: 100px;
    padding-bottom: 50px;
}

.why-digistic p {
    margin-bottom: 40px;
}

.why-digistic .feature-content {
    list-style: none;

}

.why-digistic .feature-content i {
    padding-right: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 0.7em;
}

.why-digistic .feature-content li {
    margin-bottom: 30px;
    font-size: 1.25em;
    font-weight: 300;
    position: relative;
    color: #5f6465;
    padding-left: 31px;
}

.why-digistic .feature-img {
    position: relative;
}

.why-digistic .feature-img .vector-imgs {
    display: flex;
    justify-content: space-around;
}

.why-digistic .feature-img .vector-imgs img {
    height: 100%;
}

.why-digistic .feature-img .vector-imgs img.line-1 {
    margin-top: -70px;
}

.why-digistic .feature-img .vector-imgs img.line-3 {
    margin-top: -120px;
}

.why-digistic .feature-img .main-img {
    margin-top: 65px;
    top: 130px;
    position: absolute;
    z-index: 2;
    left: 37%;
    width: 85%;
    transform: translateX(-50%);
}

#home_index .banner-section {
    padding-top: 200px;
}

#curriculo_index .capa-blog {
    padding-top: 200px;
}

.main-content {
    /* padding-top: 85px; */
}

.why-digistic .why-list {
    list-style: none;
}

.why-digistic .why-list .why-card {
    margin-bottom: 70px;
}

.why-digistic .why-list h3 {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'DM Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #5f6465;
}

.why-digistic .why-list h6 {
    font-size: 1em;
    font-family: 'DM Sans', sans-serif;
    color: #5f6465;
    font-weight: 300;
}



/* why digistick section ends */

/* join community section starts */
#join-community {
    padding-top: 100px;
    padding-bottom: 100px;
}

#join-community-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.join-community {
    background-color: #eff3f4;
    padding: 80px 60px;
    border-radius: 38px;
    position: relative;
}

.join-community-cont {
    padding-right: 100px;

}

.join-community-cont h2 {}

.join-community-cont p {}

.join-community-cont .adding-creators {
    margin-top: 40px;
}

.join-community-buttons {
    padding-left: 270px;
    margin-top: 60px;

}

.join-community-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}


/* join community section ends */

/* roadmap section starts */

.roadmap {
    padding-top: 90px;
    padding-bottom: 70px;
}

.roadmap-list {
    padding-top: 40px;
}

.roadmap-list>li {
    display: flex;
    border-bottom: 1px solid #ccd5d7;
    padding: 40px 0px;
    position: relative;
}

.roadmap-list>li:hover {
    border-bottom: 1px solid #FF533D;
}

.roadmap-number {
    font-size: 1.25em;
    font-weight: bold;
    color: #5f6465;
    line-height: 60px;
    min-width: 100px;
}

.roadmap-content {

    color: #5f6465;
}

.roadmap-content h3 {
    font-size: 1.25em;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 60px;
}

.roadmap-content ul {
    list-style: none;
}

.roadmap-content ul li {
    margin-bottom: 8px;
    font-size: 1em;
    font-weight: 300;
    position: relative;
    padding-left: 12px;
}


.roadmap-content ul li::before {
    content: "";
    background: url('../../assets/img/roadmap-arrow.png') no-repeat;
    height: 5px;
    width: 3px;
    position: absolute;
    top: 12px;
    left: 0
}

.roadmap-list>li .roadmap-images {
    opacity: 0;
    position: absolute;
    right: 120px;
    justify-content: left;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    top: 90px;
    visibility: hidden;
}

.roadmap-list>li .roadmap-images img:first-child {
    border-radius: 12% 12% 12% 36%;
    width: 55%;
}

.roadmap-list>li .roadmap-images img+img {
    border-radius: 22px 22px 45px 22px;
    margin-top: -60px;
    width: calc(45% - 30px);
}

.roadmap-list>li:hover .roadmap-images {
    opacity: 1;
    visibility: visible;
}

.roadmap-list>li .roadmap-images:hover {
    filter: grayscale(0);
}

/* roadmap section ends */

/* auction section starts */

.auction-section {
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
}

.auction-section h2 {
    color: #fff;
}

.auction-section p {
    color: #fff;
    font-size: 16px;
}

.roadmap .btn-container {
    flex-direction: row;
    padding-top: 70px;
    justify-content: flex-start;
    padding-left: 40px;
}

.auction-title {
    margin: 0 auto;
    position: absolute;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.auction-section .auction-cards {
    margin-left: calc(50vw - 185px);
    width: calc(50vw + 185px);
    display: block;
}

.auction-section .auction-carousel .owl-nav {
    position: absolute;
    top: 530px;
    left: -420px;
}

.auction-section .curriculos-carousel .owl-nav {
    position: absolute;
    top: 530px;
    left: -420px;
}

.auction-section .owl-nav .owl-next {
    margin-left: 40px;
}

.auction-section .owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.auction-section .owl-nav .owl-prev:hover {
    transform: translateX(-6px)
}

.auction-section .owl-nav .owl-prev.disabled,
.auction-section .owl-nav .owl-next.disabled {
    transform: translate(0, 0);

}

.auction-section .owl-nav .owl-next:before {
    content: "Próximo";
    position: absolute;
    display: block;
    top: -20px;
    color: #fff;
    font-size: .8em;
    font-weight: 700
}

.auction-carousel .owl-item .card-likes-badge>i {
    margin-right: 5px
}

.auction-carousel .owl-item .card-likes-badge {
    background-color: #fff;
    padding: .25em .5em;
    border-radius: 20px;
    line-height: 24px;
    color: #f66;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 2;
    transform: translateX(-200px);
    transition: .5s all
}

.curriculos-carousel .owl-item .card-likes-badge>i {
    margin-right: 5px
}

.curriculos-carousel .owl-item .card-likes-badge {
    background-color: #fff;
    padding: .25em .5em;
    border-radius: 20px;
    line-height: 24px;
    color: #f66;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 2;
    transform: translateX(-200px);
    transition: .5s all
}

.banner-carousel .owl-item .card-likes-badge>i {
    margin-right: 5px
}

.banner-carousel .owl-item .card-likes-badge {
    background-color: #fff;
    padding: .25em .5em;
    border-radius: 20px;
    line-height: 24px;
    color: #f66;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 2;
    transform: translateX(-200px);
    transition: .5s all
}

.auction-item:hover .card-likes-badge {
    transform: translateX(0)
}

.auction-item .auction-card-body {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.auction-item .auction-card-body img {
    max-height: 550px;
}

.auction-item:hover .auction-card-body img {
    filter: grayscale(0)
}

.auction-item .card-timer {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: .8em;
    transform: translateX(200px);
    transition: .5s all
}

.auction-item .place-bid {
    transform: translateX(200px);
    transition: .5s all;
    border-radius: 100%;
    padding: 2px 13px;
}

.auction-item .place-bid-modelo {
    transform: translateX(10px);
    transition: .5s all;
    border-radius: 100%;
    padding: 2px 13px;
}

.auction-carousel-modelos .owl-stage {
    padding-bottom: 20px;
}

.auction-item:hover .place-bid {
    transform: translateX(0)
}

.auction-item:hover .place-bid-modelo {
    transform: translateX(0)
}

.auction-item:hover .card-timer {
    transform: translateX(0)
}

.auction-card-caption a {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.auction-item .auction-card-footer {
    display: flex;
    justify-content: space-between;
    padding: 24px 10px 0;
    transform: translateY(100%);
    transition: .5s all;
}

.auction-item:hover .auction-card-footer {
    transform: translateY(0%)
}

.auction-card-footer-left {
    padding-right: 20px;
    border-right: 1px solid #d5d5d5;
    width: 85%;
}

.auction-card-footer-left .auction-card-title {
    font-size: 1.25em;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.auction-card-footer-left .auction-card-author-amount {
    display: flex;
    align-items: center
}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img {
    display: inline-block;
    margin-right: 10px;
}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img img {
    display: inline-block;
    width: auto;
    border-radius: 50%;
    border: 2px solid #fff;

}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img img+img {
    margin-left: -20px;
}

.auction-card-footer-left .auction-card-artist-name {
    font-size: .9em;
    font-weight: 300;
}

.auction-card-footer-left .auction-card-artist-name a {
    color: #FF533D;
}

.auction-card-footer-left .auction-card-artist-name a:hover {
    color: #5f6465;
}

.auction-card-footer-left .auction-card-amount {
    font-size: .8em;
    font-weight: bold;
    margin-left: auto
}

.auction-card-footer-right {
    padding-left: 20px;
    align-self: end;
    width: 15%;
}

.auction-card-footer-right .auction-card-stock-count {
    font-size: .8em;
    font-weight: 700;
    color: #5f6465
}

.auction-card-footer-right .auction-card-stock-count span {
    font-size: 1em;
    display: block;
}

/* auction section ends */



/*creator section starts*/
.awesome-creators {
    padding-top: 100px;
}

.awesome-creators .btn-container {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 120px;
}

.creators-top {
    margin-bottom: 90px;
}

.creators-grid {
    padding-left: calc((100vw - 1170px) / 2);
}

.creator-img-wrapper img {
    border-radius: 30px;
    filter: grayscale(100%);
}

.creator-img-wrapper:hover img {
    filter: grayscale(0);
}

.creator-name {
    text-align: center;
    font-size: 1.25em;
    margin-top: 30px;
    color: #5f6465;
    margin-bottom: 5px;
}

.creator-eth {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #5f6465;
}

.recursos {
    padding: 100px 0px;
}

.creators-grid .owl-nav {
    margin-top: 80px;
    position: relative;
}

.owl-nav .owl-next {
    margin-left: 40px;
    transition: 0.2s all;
    transform: translateX(0)
}

.owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.owl-nav .owl-prev {
    transition: 0.2s all;
    transform: translateX(0);
}

.owl-prev:hover {
    transform: translateX(-6px)
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.25;
    cursor: default;
}

.creators-grid .owl-nav .owl-next:before {
    content: "Próximo";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

/*creator section ends*/


/*team section starts*/
.team-section {
    margin-top: 150px;
}

.team-member-list {
    list-style: none;
    margin-top: 60px;
}

.team-member-list li {
    padding-top: 35px;
}

.team-member {
    border-bottom: 1px solid #ccd5d7;
    padding-bottom: 45px;
    font-family: 'DM Sans', sans-serif;
    display: grid;
    grid-template-columns: 3fr 5fr 3fr 1fr;
    gap: 30px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.team-member.open {
    max-height: 100%;
}

.team-member h5 {
    font-size: 1.25em;
    text-align: right;
    color: #5f6465;
    font-family: 'DM Sans', sans-serif;
}

.team-member .team-member-content {
    color: #5f6465;
    font-family: 'DM Sans', sans-serif;
}

.team-member .team-member-content h6 {
    font-size: 1em;
    font-family: 'DM Sans', sans-serif;
    line-height: 35px;
}

.team-member .team-member-content p {
    margin-bottom: 20px;
    font-size: 0.75em;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-content p {
    -webkit-line-clamp: none;
    display: block;
}

.team-member .team-member-img {
    transform: translateY(-25%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-img {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.team-member .team-member-social {
    display: none;
}

.team-member.open .team-member-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.team-member.open .team-member-social a {
    color: #5f6465;
    font-size: 1.1em;
}

.team-member.open .team-member-social a:hover {
    color: #FF533D;
}

.team-accordian-icon {
    position: absolute;
    right: 25px;
    top: 0;
    border: none;
    width: 15px;
    height: 15px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.team-member.open .team-accordian-icon:before {
    display: none;
}

.team-member .team-accordian-icon:before {
    content: '';
    cursor: pointer;
    background-color: #5f6465;
    height: 15px;
    display: block;
    width: 1px;
    /* position: absolute; */
}

.team-member .team-accordian-icon:after {
    content: '';
    background-color: #5f6465;
    height: 1px;
    display: block;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    /* ptransform: translateY(-50%);*/
}


.team-accordian-icon:hover:before,
.team-accordian-icon:hover:after {
    background-color: #FF533D;
}


/*team section ends*/


/*faq section starts*/

.faq-section {
    padding-top: 180px;
    padding-bottom: 90px;
}

.faq-section .section-title,
.faq-section .section-subtitle {
    text-align: center;
}

.faq-section .faq-tab-links .owl-item {
    text-align: center;
}

.faq-section .faq-tab-links .owl-item li {
    display: inline-block;

}

.faq-tab-links {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    list-style: none;
}

.faq-tab-links li {
    font-size: 1.25em;
    color: #ccd5d7;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.faq-tab-links li.active {
    border-bottom: 1px solid #FF533D;
    color: #5f6465;
}

.faq-tab-content {
    padding-top: 95px;
}

.faq-tab-content>div {
    display: none;
}

.faq-list {
    list-style: none;
    padding-right: 50px;
}

.faq-list>li+li {
    margin-top: 40px;
}

.faq-list .faq-question {
    color: #5f6465;
    font-size: 1em;
}

.faq-list .faq-answer {
    font-weight: 300;
    font-size: 0.75em;
    color: #5f6465;
}

/*faq section ends*/

/*email update section starts*/
.email-upadte {
    text-align: center;
    padding-top: 90px;
}

.input-container {
    padding-top: 90px;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-bottom: 150px;
    border-bottom: 1px solid #ccd5d7;
}

.input-container input {
    max-width: 570px;
    width: 100%;
    min-height: 75px;
    border: 1px solid #ccd5d7;
    border-radius: 40px;
    color: #5f6465;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-size: 1em;
    padding: 12px 36px;
}

/*email update section ends*/



/*footer section starts*/

footer {
    background-color: #3F4652;
}

.footer-cont {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}

.footer-links ul {
    list-style: none
}

.footer-links h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links li a {
    color: #8C8C8C;
    text-decoration: none;
    font-size: 0.75em;
    font-weight: 300;
}

.footer-links li a:hover {
    color: #FF533D;
}


.footer-bottom .brand-logo {
    margin-bottom: 24px
}

.footer-bottom .footer-info {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #8C8C8C;
}

.footer-info a {
    font-weight: 700;
    color: #AEBDE5;
    text-decoration: none;
}

.copyright-para {
    font-size: 0.75em;
    font-weight: 300;
    color: #8C8C8C;
}

.footer-bottom .footer-social {
    margin-top: 30px
}

.footer-bottom .footer-social a {
    color: #FF533D;
    margin-right: 14px;
    font-size: 20px;
}

.footer-bottom .footer-social a:hover {
    color: #fff;
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.page-banner {
    margin-top: 200px;
    background-color: #eff3f4;
    padding-top: 110px;
    padding-bottom: 80px;
    text-align: center;

}

.page-banner .page-heading {
    font-size: 40px;
    padding-bottom: 10px;
    font-family: "DM Sans", serif;
    font-weight: 700;
    color: #182022
}

.page-banner .sub-heading {
    font-size: 20px;
}

/*footer section ends*/


.desktop-hide {
    display: none;
}

/*ABOUT HTML*/

.about-nft {
    /* position: relative; */
    margin-top: 150px;
}

.btn.more {
    max-width: 110px;
    font-size: 20px;
    min-height: 50px;
    margin-top: 50px;
}

.about-nft .banner-carousel-wrapper {
    margin-left: 58%;
    width: 32%;
}

.about-why {
    display: flex;
    margin-bottom: 200px;

}

.about-why .why-card {
    margin-right: 70px;
}

.about-why .why-card h3 {
     font-size: 1.5em;
    color: #5f6465;

}

.about-why .why-card h6 {
     font-size: 1em;
    color: #5f6465;
    margin-bottom: 20px;

}

.about-why .why-card p {
    font-size: 15px;
    color: #5f6465;
    margin-right: 80px;

}

.about-features {
    padding-left: 200px;
    margin-top: 265px;

}

.about-features .feature-content {
    margin-bottom: 60px;
}

.about-features button {
    margin-left: 30px;
}

.about-team-section {
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    text-align: center
}

.about-team-section .team-member-list {
    padding: 0;
    margin: 0;
    position: relative;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 3%;
    justify-content: center;
    align-content: center;
    list-style: none;
    margin-top: 80px
}



.about-team.team-member-list:before {
    display: none;
}

.about-team-member {
    text-align: center
}

.about-team .about-team-member {
    max-width: 320px;
}

.about-team-member .team-member-social a:hover {
    color: #fff
}

.about-team-member .team-member-img {
    background-color: #eff3f4;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;

}

.about-team-member img {
    height: 400px;
    transition: 0.5s ease-in-out;
    filter: grayscale(100%);
    margin-top: 30px;
}

.about-team-member img:hover {
    filter: grayscale(0%);

}

.about-team-member .team-member-footer {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    min-width: 140px
}

.about-team-member .team-member-footer h5 {
    font-size: 1.4em;
    color: #5f6465;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'DM Sans', 'Sans-sarif';
    font-weight: 500;
}

.about-team-member .team-member-footer span {
    font-size: 1.1em;
    color: #5f6465;
    font-weight: 300;
}

.about-team-member .team-member-social {
    font-size: .8em;
    margin-top: 10px;
    display: flex;
    gap: 15px;
    justify-content: center
}

.about-team-member .team-member-social a {
    color: #5f6465;
}

.about-team-member .team-member-social a:hover {
    color: #FF533D;
}

.about-faq-section {
    padding-top: 100px;
    position: relative;
    padding-bottom: 150px
}

.about-faq-section p {
    margin-top: 50px
}

.about-faq-section .faq-images {
    height: 100%;
    align-items: center;
    position: relative;
    max-height: 800px;
    top: 260px
}

.about-faq-section .faq-cont .faq-accordian {
    margin-top: 120px;
    list-style: none
}

.faq-div,
.faq-accordian {
    margin-left: 15px;
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item {
    border-top: 1px solid #ccd5d7;
    padding-top: 40px;
    padding-bottom: 50px
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title {
    font-size: 1.2em;
    color: #5f6465;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    letter-spacing: .5px
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title:after {
    content: '\2b';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 5px;
    color: #182022;
    font-weight: 900;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title.open:after {
    content: '\f068'
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-content {
    font-size: .8em;
    color: #8a8d8e;
    padding-top: 20px;
    display: none;
    padding-right: 70px;
}

/*blog section*/
.blog-section {
    margin-top: 180px;
}

.blog-section .blogs {
    /* margin-top: 40px; */
}

.blogs .blog-img img {
    border-radius: 35px;
    width: 100%;
}




.blog-info img {
    max-width: 16px;
}

.blog-details {
    margin-top: 40px;
    display: flex;
    font-size: 0.8em;
    font-family: 'DM Sans', sans-serif;
    color: #5f6465;
    gap: 14px
}

.blog-details a {
    color: #5f6465;
    text-decoration: none;
}

.blog-details a:hover {
    color: #FF533D;
}

.blog-details .blog-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-heading {
    margin: 40px 0px;

}

.blog-heading a {
    font-size: 2.4em;
    line-height: 55px;
    text-decoration: none;
    font-family: "DM Sans", serif;

}

.blog-heading a:hover {
    color: #FF533D
}

.blog-content>span {
    position: relative;
    padding-left: 30px;
    display: block;
}

.blog-content>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    height: 100%;
    width: 2px;
    background-color: #FF533D;
}

.blog-content {
    border-bottom: 2px solid #ccd5d7;
    padding-bottom: 40px;
    padding-right: 70px;
    margin-bottom: 40px;

}

.blog-content button a {
    text-decoration: none;
    color: #fff
}

.blog-comments {
    border-bottom: 2px solid #ccd5d7;

}

.blog-comments h4 {
    margin-bottom: 45px;

}

.blog-headings h4 {
    font-size: 1.5em;
    font-family: 'DM Sans', 'Sans-sarif';
    font-weight: 600;
}

.blog-comment-img img {
    border-radius: 20px;
}

.comment-para {
    padding-left: 30px;
    color: #7c7e83;
    font-size: 1.0em;
}

.commentor-name {
    font-weight: 700;
    color: #5f6465;
    font-size: 1.2em;
    font-family: 'DM Sans', sans-serif
}

.comment-footer {
    font-size: 0.8em;
    display: flex;
    gap: 15px
}

.nftpost-date {
    font-size: 0.7em;
    color: #7c7e83;

}



.post-list {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.post-list .post-img img {
    border-radius: 8px;
}

.post-title {
    font-weight: 700;
    font-size: 0.7em;
    font-family: 'DM Sans', sans-serif
}

.post-title a {
    color: #5f6465;
    text-decoration: none;
}

.post-title:hover a {
    color: #FF533D;
}

.comment-footer a {
    color: #FF533D;
    text-decoration: none;
}

.user-comment {
    margin-bottom: 50px;
    display: flex;
}

.post-comments {
    padding-bottom: 150px;
}

.post-comments h4 {
    padding: 65px 0;
}

.post-comments .input-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 45px;
    padding-top: 0;
    border: none;
}

.post-comments .input-container input {
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 20px;

}

.post-comments .input-container label {
    font-size: 1.2em;
}

.post-comments .input-container textarea {
    font-size: 1em;
    padding: 12px 20px;

}


.blogs-right {
    /* margin-top: 40px; */
}

.right-sec {
    background-color: #eff3f4;
    padding: 40px 30px;
    margin-bottom: 48px;
    border-radius: 35px;
}

.categories-section {
    padding: 48px 35px;
}

.search-section {
    position: relative;
}

.search-section .input-container {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.search-section .input-container input {
    border-radius: 10px;

}

.search-section .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
}

.post-section .blog-headings {
    margin-bottom: 40px;

}

.categories-section .blog-headings {
    padding-bottom: 35px;
}

.categories-section ul {
    list-style: none;
    font-size: 1em;
    font-weight: 700;

}

.categories-section ul li+li {
    margin-top: 25px;
}

.categories-section .categories-list a {
    color: #5f6465;
    text-decoration: none;
}

.categories-section .categories-list.active a {
    color: #FF533D
}

.categories-section .categories-list:hover a {
    color: #FF533D
}

.tag-section .blog-headings {
    margin-bottom: 30px;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.blog-tags a {
    background-color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 25px;
    color: #5f6465;
    padding: 10px 25px;
    text-decoration: none;
}

.blog-tags a:hover {
    background-color: #FF533D;
    color: #fff;
}

.blog-tags a.active {
    background-color: #FF533D;
    color: #fff;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.blog-pagination button {
    color: #5f6465;
    text-decoration: none;
    background-color: transparent;
    max-width: 50px;
    border: 1px solid #ccd5d7;
    min-height: 45px;
    font-size: 0.8em;
    padding: 0;
    font-weight: 600;

}

.blog-pagination button:hover,
.blog-pagination button:active {
    background-color: #FF533D;
    transform: translateY(0px);
    color: #fff;
    border: none;
}

.blog-pagination .page-link.active {
    background-color: #FF533D;
    border: none;
    color: #fff;
}

.blog-pages {
    padding-bottom: 100px;
}


/* Contact Us  */
.contact-section {
    padding: 160px 0;
}

.contact-section h2 {
    font-size: 2.5em;
    color: #182022;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: "DM Sans", serif;

}

.contact-section p {
    font-size: 1em;
    font-weight: 500;
    color: #7c7e83;
    margin-bottom: 80px;
}

.contact-info-list {
    margin-top: 55px;
}

.contact-section .input-container {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    border-bottom: none;

}

.contact-section .input-container label {
    font-size: 1.5em;
}

.contact-section .input-container input,
.contact-section .input-container textarea {
    min-height: 72px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #7c7e83;
    color: #7c7e83;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 24px;
    box-shadow: none;
}

.contact-section .input-container input:focus,
.contact-section .input-container textarea:focus {
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #7c7e83;
    border-color: #FF533D;
}

.contact-section .form-container .btn {
    margin-top: 100px;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 78px;
}

.contact-info-item img {
    margin-bottom: 15px;
}

.contact-info-item span {
    font-size: 1em;
    font-weight: 500;
    color: #7c7e83;
}

.contact-info-item a {
    font-size: 1.5em;
    text-decoration: none;
    color: #5f6465;
}

.contact-info-item p {
    font-size: 1.5em;
    text-decoration: none;
    color: #5f6465;
}

.contact-info-item:hover a {
    color: #FF533D;
}


/* Privacy Policy  */

.privacy-section {
    padding: 160px 0px 100px 0px;
}


.privacy-section .col-sm-12 {

    margin-bottom: 40px;


}

.privacy-section h3 {
    font-size: 3.2em;
    margin-bottom: 30px;
}

.privacy-section p {
    font-size: 1em;
    line-height: 1.6em;
    color: #7c7e83;


}

.privacy-section ol {
    list-style-position: outside;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 500;
    color: #7c7e83;
    padding-left: 20px;


}

.privacy-section li {
    margin-bottom: 20px;


}


.privacy-section .section-title {
    line-height: 1em;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: .5px;

}


/* Modal MD 770 */
/* Modal SM 570 */
.modal-sm .modal-dialog {
    max-width: 570px;
}

.modal-md .modal-dialog {
    max-width: 770px;
}

.modal-content {
    border-radius: 40px;
}

.modal-header {
    padding: 70px 70px 60px;
    border: 0;
    position: relative;
}

.modal-header .modal-title {
    color: #182022;
    font-size: 3em;
    font-weight: 500;
    font-family: "DM Sans", serif;
}


.modal-header .btn-close {
    color: #000;
    opacity: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 40px;
}

.modal-body {
    padding: 0 70px 70px;
}

.wallet-box {
    border: 1px solid #7c7e83;
    border-radius: 20px;
    padding: 40px 40px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 100%;
}

.wallet-box:hover {
    border: 1px solid #FF533D;
    cursor: pointer;

}


.wallet-box h5 {
    font-size: 1.2em;
    color: #182022;
    margin: 0;
    margin-top: 8px;
}

.wallet-box p {
    font-size: 0.8em;
    color: #5f6465;
    text-align: center;
}




.modal .input-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 10px;
    border-bottom: none;
    margin-bottom: 40px;
}

.modal .input-container label {
    color: #5f6465;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5em;
}

.modal .input-container input {
    color: #5f6465;
    box-shadow: none;
    border-radius: 8px;
}

.modal .input-container input:focus {
    border-color: #FF533D;
}

.modal .input-container label a {
    color: #FF533D;
    font-size: 0.8em;
    text-decoration: none;
}

.modal .form-container .btn {
    margin-top: 70px;
    max-width: 80%;
    margin: 70px auto 0;
}

.modal .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal .form-check .form-check-input {
    width: 21px;
    height: 21px;
    border: 1px solid #7c7e83;
    border-radius: 4px;
}

.modal .form-check .form-check-label {
    color: #5f6465;
    font-size: 0.8em;
}

.form-check-input:focus {
    box-shadow: none;
}

.another-way {
    color: #7c7e83;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.modal .form-container .btn:focus,
.modal .form-container .btn:active {
    box-shadow: none;
    color: #fff;
    background-color: #FF533D;
}


.another-way>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 24px;
    margin-top: 16px;
}

.another-way>div a {
    color: #5f6465
}

.another-way>div a:hover {
    color: #FF533D;
}

.modal .form-container>p {
    color: #7c7e83;
    text-align: center;
}

.modal .form-container>p a {
    color: #FF533D;
    text-decoration: none;
}



/*Header Css StaRT*/
.site-navbar {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
  }
  .brand-logo, 
  .default-logo, 
  .responsive-logo {
      max-width: 170px;
      transition: all 0.4s;
      position: relative;
  }
  @media (min-width: 576px) {
    .site-navbar {
      padding-top: 0px;
    }
  }
  
  @media (min-width: 992px) {
    .site-navbar {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
  }
  
  .site-navbar .menu-block-wrapper {
    flex-grow: 1;
    align-items: center;
  }
  
  
  @media (min-width: 992px) {
    .site-navbar .menu-block-wrapper {
      display: flex !important;
      flex-basis: auto;
    }
    
  }
  
  .site-header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
  
  @media (min-width: 992px) {
    .site-header--sticky:not(.mobile-sticky-enable) {
      /*position: fixed !important;*/
      transition: .4s;
    }
    .site-header--sticky:not(.mobile-sticky-enable).scrolling {
      transform: translateY(-100%);
      transition: .4s;
    }
    .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
      transform: translateY(0%);
      box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
      z-index: 1000;
    }
  }
  
  .site-header--sticky.mobile-sticky-enable {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    transition: .4s;
  }
  
  .site-header--sticky.mobile-sticky-enable.scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }
  
  .site-header--sticky.mobile-sticky-enable.reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 9999;
  }
  
  .site-header--menu-center .container {
    position: relative;
  }
  
  .site-header--menu-center .menu-block-wrapper {
    position: static;
  }
  
  @media (min-width: 992px) {
    .site-header--menu-center .menu-block {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media (min-width: 992px) {
    .site-header--menu-left .container-fluid .sub-menu.megamenu {
      left: 0%;
      transform: translateX(0%) translateY(10px);
    }
  }
  
  @media (min-width: 992px) {
    .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
      transform: translateX(0%) translateY(-10px);
      left: 0%;
      margin-left: 20px;
    }
  }
  
  .site-header--menu-left .menu-block .site-menu-main {
    justify-content: flex-start;
    padding-left: 15px;
  }
  
  @media (min-width: 1200px) {
    .site-header--menu-left .menu-block {
      width: 100%;
    }
  }
  
  .site-header--menu-right .menu-block-wrapper {
    position: static;
  }
  
  .site-header--menu-right .menu-block {
    margin-left: auto;
  }
  
  @media (min-width: 992px) {
    .site-header > .container-fluid .sub-menu.megamenu {
      left: 50%;
      transform: translateX(-50%) translateY(10px);
    }
  }
  
  @media (min-width: 992px) {
    .site-header > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
      transform: translateX(-50%) translateY(-10px);
      left: 50%;
    }
  }
  
  @media (min-width: 768px) {
    .container-fluid .site-navbar {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (min-width: 992px) {
    .header-3 .container-fluid .site-navbar {
        max-width: none;
    }
  .container-fluid .site-navbar {
    padding-left: 76px;
    padding-right: 76px;
      max-width: 1320px;
      margin: 0 auto;
  }
  }
  
  @media (min-width: 480px) {
    .header-btns {
      margin-right: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .header-btns {
      margin-right: 0;
    }
  }
  
  .top-contact-menu-wraper .header-btn {
    order: 3;
  }
  
  .top-contact-menu-wraper .mobile-menu-trigger {
    order: 4;
  }
  
  @media (min-width: 992px) {
    .top-contact-menu-wraper .nav-link-item {
      color: #fff !important;
    }
    .top-contact-menu-wraper .site-menu-main .nav-link-item {
      padding-top: 19px !important;
      padding-bottom: 19px !important;
    }
    .top-contact-menu-wraper .navbar {
      flex-wrap: wrap;
      padding: 30px 0px 0px 0px;
    }
    .top-contact-menu-wraper .brand-logo {
      min-width: 50%;
      order: 1;
      padding-bottom: 30px;
    }
    .top-contact-menu-wraper .header-btn {
      order: 4;
    }
    .top-contact-menu-wraper .menu-block-wrapper {
      min-width: calc(100% - 256px);
      order: 3;
      background: #1D263A;
      border-radius: 0px 0px 0px 5px;
    }
    .top-contact-menu-wraper .top-contact-block {
      order: 2;
      min-width: 50%;
      display: flex !important;
      justify-content: flex-end;
      padding-bottom: 8px;
    }
    .top-contact-menu-wraper .menu-block {
      margin-left: initial;
    }
  }
  
  .top-contact-block ul {
    display: flex;
    align-items: center;
  }
  
  .top-contact-block ul li {
    display: inline-flex;
    align-items: center;
  }
  
  .top-contact-block span {
    height: 30px;
    width: 1px;
    background: rgba(29, 36, 58, 0.12);
    margin: 0px 35px;
  }
  
  .top-contact-block img {
    margin-right: 12px;
  }
  
  .top-contact-block a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #1D263A;
  }
  
  @media (min-width: 992px) {
    .row-lg {
      display: flex;
    }
  }
  
  @-webkit-keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  
  @-webkit-keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  
  .site-menu-main {
    margin-bottom: 0;
    padding-left: 0;
  }
  
  @media (min-width: 992px) {
    .site-menu-main {
      display: flex;
      margin-bottom: 0;
      padding-left: 0;
    }
  }
  
  .site-menu-main li {
    list-style: none;
  }
  
  .site-menu-main ul {
    list-style: none;
    margin-left: 0;
  }
  
  .site-menu-main a {
    text-decoration: none;
  }
  
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  @media (min-width: 992px) {
    .navbar {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  
  .site-menu-main .nav-item {
    display: inherit;
  }
  
  .site-menu-main .nav-link-item {
    color: #000;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    position: relative;
  }
  
  @media (min-width: 992px) {
    .site-menu-main .nav-link-item {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }
  
  .dark-mode-texts .nav-link-item {
    color: #fff;
  }
  
  .site-menu-main .sub-menu {
      z-index: 500;
      background-color: #fff;
      box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
      position: absolute;
      left: 0;
      top: 61px;
      margin: 0;
      padding: 12px 0;
      transition: .4s;
      z-index: 4;
      transform: translatey(20px);
      opacity: 0;
      visibility: hidden;
      min-width: 200px;
      border-radius: 6px;
  }
  .site-menu-main .sub-menu:before {
      content: '';
      width: 15px;
      height: 15px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 22px;
      transform: rotate(
  45deg
  ) translatey(-11px);
      z-index: 8;
  }
  .sub-menu.megamenu:before{
    content: none;
  }
  .site-menu-main .sub-menu.shape-none:before{
    content: none;
  }
  
  /*@media (min-width: 992px) {
    .site-menu-main .sub-menu {
      min-width: 235px;
      max-width: 235px;
    }
  }*/
  
  @media (min-width: 992px) {
    .site-menu-main .sub-menu .sub-menu {
      top: 0 !important;
      left: 100%;
    }
  }
  
  .site-menu-main .sub-menu--item {
      font-size: 15px;
      font-weight: 600;
  }
  
  @media (max-width: 992px) {
    .site-menu-main .sub-menu--item {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
  }
  
  @media (min-width: 992px) {
    .site-menu-main .sub-menu--item {
      color: #000;
    }
  }
  
  .site-menu-main .sub-menu--item > a {
    color: inherit;
    padding: 6px 20px;
    font-weight: 700;
    color: #000;
  }
  
  @media (min-width: 992px) {
    .site-menu-main .sub-menu--item > a {
      transition: .4s;
    }
  }
  
  .site-menu-main .sub-menu--item:hover > a {
    color: #FFC947;
  }
  
  @media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
      background-color: #fff;
    }
  }
  
  .site-menu-main .sub-menu.megamenu .dropdown-image-block {
    max-height: 336px;
  }
  
  @media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
      border: 0;
    }
  }
  
  @media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
      padding: 30px;
      min-width: 925px;
      left: 50%;
      transform: translateX(-50%) translateY(10px);
      will-change: transform;
      top: 100%;
      box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
      border: 1px solid #e7e9ed;
      border-radius: 8px;
      visibility: hidden;
      z-index: -99;
      opacity: 0;
      pointer-events: none;
    }
    /* .site-menu-main .sub-menu.megamenu.megadropdown-center {
      transform: translateX(-50%) translateY(-10px);
    } */
    /* .site-menu-main .sub-menu.megamenu.megadropdown-right {
      right: 0%;
      transform: translateX(0%) translateY(10px);
    } */
    /* .site-menu-main .sub-menu.megamenu.megadropdown-left {
      left: 0%;
      transform: translateX(0%) translateY(10px);
    } */
  }
  
  @media (min-width: 1200px) {
    .site-menu-main .sub-menu.megamenu {
      min-width: 1200px;
    }
  }
  
  .site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }
  
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
    color: #000;
  }
  
  @media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
      color: var(--color-headings);
      border-top: 1px solid var(--border-color-3);
      padding-left: 20px;
      padding-bottom: 13px;
      padding-top: 13px;
    }
  }
  
  @media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
      padding-left: 0px;
      padding-right: 10px;
    }
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
      color: #FF533D !important;
    }
  }
  
  @media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu [class*="col-"] {
      padding-left: 0;
      padding-right: 0;
    }
    .site-menu-main .sub-menu.megamenu [class*="row-"] {
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  @media (min-width: 992px) {
    li.nav-item-has-children:not(.has-megamenu) {
      position: relative;
    }
  }
  
  @media (min-width: 992px) {
    li.nav-item-has-children:hover > .sub-menu {
      margin-top: 5px;
      visibility: visible;
      opacity: 1;
      z-index: 99;
      pointer-events: visible;
      border-radius: 6px;
      transform: translateY(0);
    }
  }
  
  .site-menu-main > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
  }
  
  .site-menu-main > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .mobile-menu-head,
  .mobile-menu-trigger {
    display: none;
  }
  
  .nav-link.nav-etapa {
    font-size: 24px;
  }

  /*responsive*/
  @media (max-width: 991px) {
    .toScroll {
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    ul.nav {
        width: max-content;
    }

    .etapa #frame-perso {
        height: 1865.39px;
        min-width: 1100px;
        transform: scale(0.3);
        position: absolute;
        top: 120px;
        left: -345px;
    }

    .etapa .div-buttons-conclusao {
        flex-direction: column!important;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .etapa .div-buttons-conclusao button {
        flex-direction: column!important;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .etapa .div-buttons-conclusao button:nth-child(2) {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .etapa .form-floating {
        margin-right: 0px!important;
    }

    .icon-edicao {
        flex-direction: column!important;
    }

    .container-processo {
        margin-bottom: 50px;
    }

    .comandos-footer {
        flex-direction: column!important;
        align-items: end!important;
    }

    .comandos-footer .a-laranja {
        margin-bottom: 20px;
        align-self: start!important;
    }

    .site-header .mobile-menu-trigger {
      display: flex;
      height: 30px;
      width: 30px;
      margin-left: 15px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }
    .site-header .mobile-menu-trigger span {
      display: block;
      height: 2px;
      background-color: #13111A;
      width: 24px;
      position: relative;
    }
    .reveal-header .mobile-menu-trigger span {
      background-color: #13111A !important;
    }
    .site-header .mobile-menu-trigger span:before,
    .site-header .mobile-menu-trigger span:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #13111A;
    }
    .reveal-header .mobile-menu-trigger span:before,
    .reveal-header .mobile-menu-trigger span:after {
      background-color: #13111A !important;
    }
    .dark-mode-texts .mobile-menu-trigger span {
      background-color: #13111A;
    }
    .dark-mode-texts .mobile-menu-trigger span:before,
    .dark-mode-texts .mobile-menu-trigger span:after {
      background-color: #13111A;
    }
    .site-header .mobile-menu-trigger span:before {
      top: -8px;
    }
    .site-header .mobile-menu-trigger span:after {
      top: 8px;
    }
    .site-header .item-right {
      align-items: center;
    }
    .site-header .menu-block {
      position: fixed;
      width: 320px;
      background-color: #ffffff;
      left: 0;
      top: 0;
      height: 100%;
      overflow: hidden;
      transform: translate(-100%);
      transition: all 0.5s ease;
      z-index: 1099;
    }
    .site-header .menu-block.active {
      transform: translate(0%);
    }
    .site-menu-main > li {
      line-height: 1;
      margin: 0;
      display: block;
    }
    .site-menu-main > li > a {
      line-height: 50px;
      height: 50px;
      padding: 0 50px 0 15px;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .site-menu-main > li > a i {
      position: absolute;
      height: 50px;
      width: 50px;
      top: 0;
      right: 0;
      text-align: center;
      line-height: 50px;
      transform: rotate(-90deg);
    }
    .site-header .menu-block .mobile-menu-head {
      display: flex;
      height: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 501;
      position: -webkit-sticky;
      position: sticky;
      background-color: #ffffff;
      top: 0;
    }
    .site-header .menu-block .mobile-menu-head .go-back {
      height: 50px;
      width: 50px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color: #000000;
      font-size: 16px;
      display: none;
    }
    .site-header .menu-block .mobile-menu-head.active .go-back {
      display: block;
    }
    .site-header .menu-block .mobile-menu-head .current-menu-title {
      font-size: 15px;
      font-weight: 500;
      color: #000000;
      visibility: hidden;
      text-transform: capitalize;
    }
    .site-header .menu-block .mobile-menu-head.active .current-menu-title {
      visibility: visible;
    }
    .site-header .menu-block .mobile-menu-head .mobile-menu-close {
      height: 50px;
      width: 50px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color: #000000;
      font-size: 25px;
    }
    .site-header .menu-block .site-menu-main {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
    }
    .site-menu-main > li .sub-menu.mega-menu,
    .site-menu-main > li .sub-menu {
      visibility: visible;
      opacity: 1;
      position: absolute;
      box-shadow: none;
      margin: 0;
      padding: 15px 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px;
      max-width: none;
      min-width: auto;
      display: none;
      transform: translateX(0%);
      overflow-y: auto;
      overflow-x: hidden;
    }
    .site-menu-main > li .sub-menu.active {
      display: block;
    }
    .site-menu-main > li .sub-menu > ul > li > a,
    .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
      display: block;
    }
    .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
      margin-bottom: 15px;
    }
    .menu-overlay {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1098;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease;
    }
    .menu-overlay.active {
      visibility: visible;
      opacity: 1;
    }
  }
  
  /*Custom Css for menu*/
  @media (min-width: 992px) {
    .has-megamenu ul {
      margin-left: auto;
    }
    .site-menu-main a {
      display: flex;
      align-items: center;
    }
    .site-menu-main i {
      margin-left: 15px;
      font-size: 15px;
    }
  }
  
  @media (min-width: 1200px) {
    /* .site-header--menu-center .navbar {
      padding-top: 20px;
      padding-bottom: 20px;
    } */
    .site-header--menu-center .menu-block-wrapper {
      position: absolute !important;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  
  .nav-item-has-children a {
      display: flex;
      justify-content: space-between;
      text-transform: capitalize;
  }
  
  .reveal-header {
    background: #0D152E !important;
  }
  
  .reveal-header .nav-link-item {
    color: #fff !important;
  }
  
  .reveal-header .btn {
    color: #fff !important;
  }
  
  .reveal-header .btn:hover {
    color: #fff !important;
  }
  
  .reveal-header .dark-version-logo {
    display: block !important;
  }
  
  .reveal-header .light-version-logo {
    display: none !important;
  }
  
  @media (min-width: 992px) {
    .reveal-header li.nav-item-has-children:hover > .sub-menu {
      top: 100%;
    }
    .reveal-header li.nav-item-has-children:hover > .megamenu {
      top: 112%;
    }
  }
  
  .menu-block.active .nav-link-item {
      color: #000!important;
  }
  
  @media (min-width: 480px) {
    .d-xs-inline-flex {
      display: inline-flex !important;
    }
  }
  
  ul.site-menu-main .nav-item i {
    transition: all 0.4s ease-in-out;
  }
  
  ul.site-menu-main .nav-item:hover i {
    transform: rotate(-180deg);
  }
  
  li.sub-menu--item.nav-item-has-children:hover i {
    transform: rotate(-180deg) !important;
  }
  
  li.sub-menu--item.nav-item-has-children i {
    transform: rotate(-90deg) !important;
    transition: all 0.4s ease-in-out;
  }
  
  .single-dropdown-block h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
  }
  
  @media (min-width: 992px) {
    .single-dropdown-block h3 {
      display: block;
    }
  }
  
  .landing-2-menu .navbar {
    border-bottom: 1px solid rgba(29, 36, 58, 0.12);
  }
  
  .btn {
    position: relative;
    z-index: 5;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 28px;
    letter-spacing: -0.53px;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
  }
  
  
  .log-in-btn{
      width: 160px;
      height: 50px;
      background: #FD4C5C;
      border-radius: 3px;
      display: inline-block;
      text-align: center;
      padding: 10px;
      color: #fff;
      font-weight: 600;
      transition: all 0.4s;
      margin-left: 30px;
      position: relative;
      overflow: hidden;
      z-index: 0;
  }
  .log-in-btn:after {
      content: "";
      background: #0F1A54;
      position: absolute;
      transition: all 0.3s ease-in;
      z-index: -1;
      height: 100%;
      left: -35%;
      top: 0;
      transform: skew( 
  30deg
   );
      transition-duration: 0.4s;
      transform-origin: top left;
      width: 0;
  }
  
  a.log-in-btn:hover:after {
      height: 100%;
      width: 135%;
  }
  
  .log-in-btn.red-btn{
    color: #fff;
    background-color: #FD4C5C;
  }
  
  .log-in-btn.yellow-btn{
    color: #0F1A54;
    background-color: #FBC21D;
  }
  .log-in-btn.yellow-btn:hover{
    background-color: #fff;
  }
  
  .section-title .st-one {
    font-size: 24px;
    padding: 17px 35px;
    z-index: 1;
    margin-bottom: 25px;
}

.section-title .sub-title {
    position: relative;
    font-weight: 700;
    color: #FF533D;
}

.section-title .st-one:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: url(../../assets/img/border-1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    background-position: bottom;
    top: auto;
    bottom: 0;
    height: 100%;
}

.bg-gray-800 {
    background-color: #FF533D!important;
    padding: 60px 0px 80px;
}

.bg-gray-800 h5 {
    font-weight: 600;
}
      
.icon-edit {
    height: 24px;
    width: 24px!important;
}

.entrar-nav {
    border-left: #888c94 1px solid;
}

.comofazer {
    padding: 100px 0px;
}

.comofazer .fugu--accordion-one .accordion-item {
    background-color: #EFF2F9;
}

.comofazer .fugu--accordion-one .accordion-button {
    font-size: 22px;
}

.btn-play {
    background-color: #FF533D!important;
    color: #fff;
    border-radius: 100%;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    transition: 0.5s;
}

.btn-play:hover {
    background-color: #F58532!important;
}

.fa-play {
    padding: 26px 22px;
}

#glassAnimalsVideo {
    width: 100%;
    height: auto;
    min-height: 370px;
}

.perguntas {
    background-color: #EFF2F9;
    padding: 100px 0px;
}

.fugu--accordion-one .accordion-item {
    border: none;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0px 22px;
    border-radius: 12px;
}

.perguntas h2 {
    font-size: 48px;
    line-height: 60px;
}

.fugu--accordion-one .accordion-body {
    font-size: 16px;
    color: #61646B;
    padding: 0 0px 25px 0;
}

.fugu--accordion-one .accordion-button {
    padding: 25px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    background-color: transparent;
}

.fugu--accordion-one .accordion-button:after {
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../../assets/img/accordion1.svg);
}

.fugu--accordion-one .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../../assets/img/accordion1.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.fugu--accordion-one .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}

.fugu--accordion-one .accordion-button:not(.collapsed)::after {
    background-image: url(../../assets/img/accordion1.svg);
    transform: rotate(-180deg);
}

.fugu--accordion-one .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../../assets/img/accordion1.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faqlink {
    font-size: 14px;
    font-weight: 400;
    padding-left: 22px;
}

.faqlink a {
    color: #FF533D;
    text-decoration: none;
    font-weight: 500;
}

.impacto {
    padding: 30px 0px 100px 0px;
}

.impacto .texto {
    font-size: 16px;
    color: #61646B;
}

.depoimento {
    padding: 100px 0px;
    background-color: #3F4652;
    color: #fff;
}

.depoimento h2 {
    color: #fff;
}

.depoimento h4 {
    margin-top: 80px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

.depoimento-funcao {
    color: #FF533D!important;
    font-size: 18px;
    font-weight: 400;
}

.depoimento .shape-img:after {
    position: absolute;
    content: '';
    top: 0;
    right: 100;
    width: 293px;
    height: 371px;
    border: 2px solid #fff;
    border-radius: 110px;
}

.testimonial-content, .testimonial-content p {
    color: #fff;
    /* height: 445px; */
}
.testimonial-content, .testimonial-content .row {
    padding-top: 100px;
}
@media (max-width: 576px) {
    .testimonial-content, .testimonial-content .row {
        padding-top: 10px;
    }
  }


.testimonial-area-v1 .testimonial-item .testimonial-content i{
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
}
.testimonial-area-v1 .testimonial-item .testimonial-content h3{
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px;
}
.testimonial-area-v1 .testimonial-item .testimonial-content .author-title p,
.testimonial-area-v1 .testimonial-item .testimonial-content .author-title h4{
    color: #fff;
}
.testimonial-slider-one .slick-dots {
    position: absolute;
    right: -20%;
    bottom: 40%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
}
.testimonial-slider-one .slick-dots li {
    margin-left: 20px;
}
.testimonial-slider-one .slick-dots li button{
    background-color: #fff;
}
.testimonial-slider-one .slick-dots li button:after{
    border-color: #fff;
}

.slick-dots li button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--blue-dark);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slick-dots li button {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgba(89, 86, 232, 0.3);
    z-index: 1;
    font-size: 0px;
    cursor: pointer;
}

.slick-dots li {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

button {
    border: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots{
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    line-height: 1;
}
.slick-dots li{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.slick-dots li button{
    font-size: 0px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #FF533D;
}

button:focus-visible {
    outline: none!important;
}

.depoimento .slick-dots * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chamada {
    padding: 70px 0px;
    background-color: #EFF2F9;
}

.icon-blog {
    width: 34px;
    height: 34px;
    /* margin-right: 10px; */
    background-color: #3F4652;
    border-radius: 100%;
}


.row .row-blog{
    text-align: right;
}


.row .row-blog .col-5.cat{
    text-align: left !important;
}
.blog-home {
    padding: 100px 0px;
}

.blog-categoria {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
}

.blogheader-card {
    align-items: center;
}

.blog-autor {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.blogcard-titulo {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    height: 64px;
}

.blogcard-image {
    height: 250px;
    background-color: #3F4652;
    border-radius: 12px;
    margin-top: 10px;
}

.blogcard-texto {
    color: #61646B;
    font-size: 16px;
    font-weight: 400;
    height: 100px;
}

.blogcard-data {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.fa-calendar {
    color: #FF533D!important;
}

.blogheader-card a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.capa-blog {
    padding: 120px 0 63px;
    position: relative;
    align-items: center;
}

.capa-blog h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.capa-blog h6 {
    color: #fff;
}

.capa-blog .section-subtitle {
    font-size: 26px;
    color: #fff;
}

.conteudo-capa {
    text-decoration: none;
}

.fugu-shape9 {
    position: absolute;
    right: 4%;
    bottom: 14%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.fugu-shape8 {
    position: absolute;
    top: 32%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0);
    }
}

.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog {
    padding: 100px 0px;
}

.sticky-top {
    top: 130px;
    z-index: 0;
}

.inputs{
    position: relative;
}

.form-control {
    text-indent: 15px;
    border: none;
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
}

.form-control::placeholder {
    position: relative;
    left: 10px;
    color: #61646B;
}

.form-control:focus {
    color: #61646B;
    background-color: #fff;
    border-color: #eee;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #FF533D;
}

.inputs i{
    position: absolute;
    top: 14px;
    left: 4px;
    color: #61646B;
}

.autoralinhamento {
    margin-left: auto;
    align-items: center;
}

.chamada-blog {
    background-color: #3F4652;
    border-radius: 12px;
}

.chamadablog-texto {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 24px 0px;
}

.shape-blog1 {
    position: absolute;
    right: 4%;
	-webkit-animation: vibrate-2 100s linear infinite both;
	        animation: vibrate-2 100s linear infinite both;
}

.shape-blog2 {
    position: absolute;
    right: 4%;
	-webkit-animation: vibrate-2 4s linear infinite both;
	        animation: vibrate-2 4s linear infinite both;
}

.shape-blog3 {
    position: absolute;
    right: 4%;
	-webkit-animation: vibrate-2 5s linear infinite both;
	        animation: vibrate-2 5s linear infinite both;
}

 @-webkit-keyframes vibrate-2 {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    20% {
      -webkit-transform: translate(2px, -2px);
              transform: translate(2px, -2px);
    }
    40% {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px);
    }
    60% {
      -webkit-transform: translate(-2px, 2px);
              transform: translate(-2px, 2px);
    }
    80% {
      -webkit-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px);
    }
    100% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }
  @keyframes vibrate-2 {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    20% {
      -webkit-transform: translate(2px, -2px);
              transform: translate(2px, -2px);
    }
    40% {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px);
    }
    60% {
      -webkit-transform: translate(-2px, 2px);
              transform: translate(-2px, 2px);
    }
    80% {
      -webkit-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px);
    }
    100% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }

  .chamada-animacao .shape-blog1{
    padding: 200px 0px;
    width: 100%;
  }

  .chamada-image {
    padding: 24px 24px 0px;
  }

  .chamadablog-titulo {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 24px 0px;
  }
  
  .blogpost {
    border-bottom: 1px solid #eee!important;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .chamadablog-botao {
    padding: 0px;
    text-align: center;
    background-color: #FF533D;
    margin-top: 30px;
    padding: 15px;
    border-radius: 0px 0px 12px 12px;
  }

  .chamadablog-botao a {
    color: #fff;
    text-decoration: none;
  }

  .blogheader-card a {
    transition: 0.5s;
  }

  .blogheader-card a:hover {
    color: #FF533D;
  }

  .breadcrumb li, .breadcrumb a {
    color: #fff;
    text-decoration: none;
  }

  .breadcrumb-item.active {
    color: #fff;
    font-weight: 700;
  }

  #comecar {
    padding: 200px 0px;
  }

  .titulo-login {
    font-size: 47px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 100px;
    color: #000;
    text-align: center;
  }

  .login-center {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .login-btn {
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 30px;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background-color: #F3F3F3;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s;
  }

  .login-btn:hover {
    background-color: #dbdbdb;
  }

  .login-btn img {
    max-width: 24px;
    margin-right: 10px;
  }

  .botoes-login {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .login-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -12px;
  }

  .politica-login {
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
  }

  .politica-login a {
    color: #FF533D;
  }

  #login-email {
    padding: 200px 0px;
  }

  .labelestilo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: rgb(130, 139, 162);
    margin-bottom: 6px;
}

.emailinput {
    position: relative;
}

.inputemailestilo {
    border-radius: 3px;
    padding: 12px 16px;
    width: 100%;
    display: block;
    caret-color: #FF533D;
    background-color: rgb(239, 242, 249);
    outline: none;
    border: 0px;
    color: rgb(30, 37, 50);
    transition: color 0.1s ease 0s;
}

.dfEMLV {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: #FF533D;
    border-radius: 0px 0px 2px 2px;
    pointer-events: none;
    opacity: 0;
    transform: scaleX(0.5);
}

.dfEMLV {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: #FF533D;
    border-radius: 0px 0px 2px 2px;
    pointer-events: none;
    opacity: 0;
    transform: scaleX(0.5);
}

.botoeslogin-email {
    margin-top: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.botao-back {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    appearance: none;
    outline: none;
    white-space: nowrap;
    text-align: center;
    padding: 13px 24px;
    border-radius: 4px;
    transition: background-color 0.1s ease 0s, color 0.1s ease 0s, box-shadow 0.1s ease 0s;
    cursor: pointer;
    border-width: 0px;
    user-select: none;
    pointer-events: auto;
    background: rgba(26, 145, 240, 0);
    box-shadow: rgb(217 222 235) 0px 0px 0px 1px inset;
    color: rgb(30, 37, 50);
    text-decoration: none;
}

.botao-back:hover {
    box-shadow: #FF533D 0px 0px 0px 1px inset;
    color: #FF533D;
}

.botao-continuar {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    appearance: none;
    outline: none;
    white-space: nowrap;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #FF533D;
    padding: 13px 24px;
    border-radius: 4px;
    transition: background-color 0.1s ease 0s, color 0.1s ease 0s, box-shadow 0.1s ease 0s;
    cursor: pointer;
    border-width: 0px;
    user-select: none;
    pointer-events: auto;
    text-decoration: none;
}

.botao-continuar:hover {
    background-color: #F58532;
}

.padding-emaillogin {
    padding: 0px 200px;
}

#cadastro-email {
    padding: 70px 0px;
}

#sobre {
    padding: 200px 0px 50px 0px;
  }

  .collection-nft {
    padding-top: 230px;
  }
  
  .collection-nft h2 {
    padding-bottom: 100px;
  }
  
  .collection-list {
    margin-top: 30px;
    white-space: nowrap;
    animation: moveRighttoLeft 40s ease-in-out infinite;
    position: relative;
    display: inline-flex;
    gap: 30px;
  }
  
  .collection-list .card {
    padding: 26px 16px;
    display: block;
    width: 350px;
    white-space:normal;
  }
  
  .collection-list .card p {
    margin-top: 25px;
    font-size: 17px;
    font-weight: 400;
    color: #61646B;
  }
  

  .collection-nft .container-fluid {
    padding: 0;
  }

  @keyframes moveRighttoLeft {
    0% {
      transform: translateX(0%);
    }
  
    50% {
      transform: translateX(-36%);
    }
  
    100% {
      transform: translateX(0%);
    }
  }

  .icon-parceiros {
    max-width: 64px;
  }

  .nome-collection {
    font-size: 18px;
    font-weight: 700;
    color: #464444;
  }

  .funcao-collection {
    font-size: 14px;
    font-weight: 400;
    color: #464444;
  }

  .footer-collection {
    align-items: center;
  }

  .nomes-collection {
    margin-left: 10px;
  }

  #contato {
    padding: 110px 0px;
  }

  /*^^^^^^^^^^^^^^^^^^^^^ Contact Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact-section-one .bg-wrapper {
    padding: 85px 0 80px;
    background: #FBF3F3;
    position: relative;
    z-index: 5;
  }
  .contact-meta-one p {padding: 36px 35px 45px 0;}
  .contact-meta-one .help-text {color: rgba(0, 0, 0, 0.5); padding-bottom: 12px;}
  .contact-meta-one .help-text span {font-family: 'gorditamedium'; color: var(--red-one);}
  .contact-meta-one .call-button {
    font-size: 26px;
    color: var(--heading);
    transition: all 0.3s ease;
  }
  .contact-meta-one .call-button:hover {color: var(--red-one); text-decoration: underline;}
  .form-style-one {
    background: #EFF2F9;
    border-radius: 15px;
    padding: 65px 55px 80px;
    position: relative;
    z-index: 1;
  }
  .contact-section-four .form-style-one {
    border-top: 1px solid #E0E0E0;
    border-radius: 0;
    padding: 115px 0 0;
    margin: 80px 0 0;
  }
  .contact-section-four .form-style-one.border0 {border: none;}
  .shape-one {
    right: -103px;
    bottom: -84px;
    animation: jumpThree 5s infinite linear;
  }
  .form-style-one label {font-size: 14px; color: rgba(0, 0, 0, 0.5); margin-bottom: 5px;}
  .form-style-one .input-group-meta input,
  .form-style-one .input-group-meta textarea {
    display: block;
    width: 100% !important;
    max-width: 100%;
    border: 2px solid var(--heading);
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
  }
  .form-style-one .input-group-meta input {height: 60px;}
  .form-style-one .input-group-meta textarea {min-height: 140px; padding: 15px 20px;}
  .contact-section-four .form-style-one .input-group-meta textarea {min-height: 200px;}
  .form-style-one .selectize-input {
    display: block !important;
    font-size: 16px;
    line-height: 56px; 
    height: 60px; 
    color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 0 0 0 20px;
    border: 2px solid var(--heading);
    box-shadow: none;
  }
  .form-style-one .selectize-input .item {
    line-height: 56px; 
    color: var(--heading);
    display: block;
  }
  .form-style-one .selectize-dropdown {
    border: none; 
    box-shadow: 0 13px 35px -12px rgb(35 35 35 / 10%); 
    margin: 0;
  }
  .form-style-one .selectize-dropdown .option {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 35px;
  }
  .form-style-one .selectize-dropdown .option:hover,
  .form-style-one .selectize-dropdown .active {color: #fff; background: var(--red-one);}
  .form-style-one .agreement-checkbox label {
    position: relative;
    font-size: 15px;
    color: var(--heading);
    cursor: pointer;
    letter-spacing: -0.5px;
    padding-left: 22px;
    line-height: 18px;
    transition: all 0.1s ease-in-out;
  }
  .form-style-one .agreement-checkbox label a {
    color: #000;
    text-decoration: underline;
  }
  .form-style-one .agreement-checkbox input[type="checkbox"] {display: none;}
  .form-style-one .agreement-checkbox label:before {
    content: '';
    width: 13px;
    height: 13px;
    line-height: 9px;
    border-radius: 2px;
    border: 2px solid rgba(0,0,0,0.3);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left:0;
    top:3px;
    transition: all 0.1s ease-in-out;
  }
  .form-style-one .agreement-checkbox input[type="checkbox"]:checked + label:before {
    content: "\f272";
    font-family: bootstrap-icons !important;
    background: #000;
    color: #fff;
    border-color:  #000;
  }
  #contact-form .input-group-meta {position: relative;}
  #contact-form .form-group .help-block {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-size: 12px;
    line-height: 22px;
  }
  #contact-form .form-group .help-block ul {margin-bottom: 0;}
  .address-block-one .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
  }
  .address-block-one .title {
    font-size: 24px;
    padding: 20px 0 14px;
    margin-bottom: 0;
  }
  .address-block-one p {
    font-size: 19px;
    line-height: 1.65em;
    color: #878787;
    margin-bottom: 0;
  }
  .address-block-one p .call {font-size: 22px; color: var(--red-one);}
  .address-block-one p .call:hover {text-decoration: underline;}
  .address-block-one p .webaddress {color: var(#000); text-decoration: underline;}

  .form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea {
    display: block;
    width: 100% !important;
    max-width: 100%;
    border: 2px solid var(#000);
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
}

.shape-one {
    right: -103px;
    bottom: -84px;
    animation: jumpThree 5s infinite linear;
}

.shape-two {
    left: -203px;
    bottom: -154px;
    animation: jumpThree 5s infinite linear;
}

.shapes {
    position: absolute;
    z-index: 5;
}

@-webkit-keyframes jumpThree {
    0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    40%  {-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
    100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  }
  @keyframes jumpThree {
    0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    40%  {-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
    100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  }

  .form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea {
    display: block;
    width: 100% !important;
    max-width: 100%;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
}

.form-style-one .input-group-meta textarea {
    min-height: 140px;
    padding: 15px 20px;
}

#etapa-um, #etapa-curso, #etapa-idioma, #etapa-premio, #etapa-voluntariado, #etapa-informacoes, #etapa-selo, #etapa-ensino, #etapa-cinco, #etapa-seis, #etapa-sete, #etapa-oito, #etapa-complementos {
    padding: 175px 0px 100px;
}

#etapa-dois {
    padding: 200px 0px 100px;
}

#etapa-tres {
    padding: 200px 0px 100px;
}

#etapa-quatro {
    padding: 200px 0px 100px;
}

#etapa-editor {
    padding: 130px 0px 100px;
}

#etapa-tres .owl-nav {
    margin-top: 40px;
}

@media (min-width: 992px) {
    #etapa-um, #etapa-curso, #etapa-idioma, #etapa-premio, #etapa-voluntariado, #etapa-selo, #etapa-ensino, #etapa-cinco, #etapa-seis, #etapa-sete, #etapa-oito, #etapa-complementos {
        padding: 200px 40px 100px;
    }
    
    #etapa-dois {
        padding: 200px 40px 100px;
    }
    
    #etapa-tres {
        padding: 200px 40px 100px;
    }
    
    #etapa-quatro {
        padding: 200px 40px 100px;
    }
    
    #etapa-editor {
        padding: 130px 40px 100px;
    }
    
    #etapa-tres .owl-nav {
        margin-top: 40px;
    }
}

.half-white {
    width: 50%;
    height: 100%;
    background-color: white;
    float: left;
}

.form-montar {
    flex: 0 0 calc(50% - 20px);
    margin-right: 40px;
}

.form-flex {
    display: flex;
}

.nome-modelo {
    font-size: 15px;
    font-weight: 500;
    color: #5D5B5B;
}

.espec-modelo {
    font-size: 12px;
    font-weight: 700;
    color: #61646B;
}

.botao-criacao {
    border: 1px solid #666161;
    margin: 10px;
    border-radius: 8px;
    padding: 16px 66px;
    transition: 0.5s;
    text-decoration: none;
    font-size: 14px;
}

.image-etapa {
    margin-top: -75px;
}

.image-selo {
    cursor: pointer;
    width: 200px;
}

.selo-salvo{
    display: block;
    border-radius: 50%;
    border: 6px solid #FF533D;
    box-sizing: border-box;
}

.botao-criacao:hover {
    border: solid 1px #EFF2F9;
    background-color: #EFF2F9;
}

.progress {
--bs-progress-height: 0.3rem;
}

.progress-bar {
    background-color: #FF533D;
}

.progress-top {
    transition: .7s ease-in-out;
    padding-top: 56px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #828ba2;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    z-index: 10;
}

.progress-pracima {
    padding-top: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.progress-down {
    padding-top: 95px;
}

.porcentagem-bar {
    margin-right: 4px;
    color: #FF533D;
    font-weight: 700;
}

.btn-question {
    width: 26px;
    height: 20px;
    color: #339d5d;
    cursor: pointer;
    transition: 0.2s;
    background-color: transparent;
    font-size: 20px;
}

.btn-question:hover {
    color: #FF533D;
}

#curriculo_edicao_curriculo {
    /* padding: 0px 48px; */
    background-color: #1e2532;
}

.edicao-info {
    overflow: hidden; 
    min-height: 100vh;
}

#etapa-quatro .curriculo {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    max-height: 650px;
}

#etapa-quatro .inputemailestilo {
    background-color: #fff;
}

.add-habilidade {
    font-weight: 400;
    font-size: 14px;
    color: #61646B;
    text-decoration: none;
}

.tox .tox-menubar {
    display: none!important;
}

.voltar-editor a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    transition: 0.2s;
    border-radius: 16px;
    padding: 6px 14px;
}

.voltar-editor a:hover {
    background-color: rgb(48, 56, 72);
}

.header-4 {
    background-color: #3F4652;
}

.header-4 .btn-close, .header-5 .btn-close{
    background: none;
    color: #fff;
    width: auto;
    height: auto;
    padding-left: 165px;
}

.settings-menu .btn-close {
    background: none;
    color: #fff;
    width: auto;
    height: auto;
    position: absolute;
    right: 0px;
    margin-top: -7px;
    margin-right: 14px;
}

.shape-color {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-tap-highlight-color: transparent;
    color: rgb(255, 255, 255);
}

.shape-red {
    background-color: #FF533D;
    cursor: pointer;
}

.shape-blue {
    background-color: #4093db;
    cursor: pointer;

}

.shape-green {
    background-color: #78ee88;
    cursor: pointer;

}

.shape-yellow {
    background-color: #fdff7d;
    cursor: pointer;
    
}

.shape-escolher {
    background: conic-gradient(from 135deg at 50% 50%, rgb(228, 58, 58) 0deg, rgb(224, 202, 83) 45deg, rgb(103, 199, 69) 95deg, rgb(66, 218, 163) 145deg, rgb(49, 187, 231) 190deg, rgb(56, 81, 214) 230deg, rgb(143, 0, 255) 280deg, rgb(231, 54, 160) 320deg, rgb(201, 73, 73) 360deg);
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.shape-escolher::before {
    content: "";
    inset: 7px;
    background-color: #3F4652;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

#etapa-editor .curriculo {
    padding: 10px 0px;
}

.modelos-editor {
    display: flex!important;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: calc(100vh - 130px);
    overflow: auto;
}

.info-editor {
    display: flex!important;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: calc(100vh);
    overflow: auto;
    background-color: #fff;
}

.curriculo-modelo {
    width: calc(50% - 12px);
    margin-bottom: 24px;
    cursor: pointer;
}

.header-5 {
    background-color: #3F4652;
}

.settings-menu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #3F4652;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px 20px 24px;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    border-bottom-style: solid;
    border-bottom-color: #3F4652;
    border-bottom-width: env(safe-area-inset-bottom);
    opacity: 1;
    transform: translateY(1000px);
    z-index: 10;
    display: none;
}

.settings-menu-aberta {
    transform: translateY(0%);
    display: block;
}

.settings-menu-fechada {
    transform: translateY(0%);
    display: none;
}

.settings-menu-titulo {
    font-size: 14px;
    font-weight: 700;
}

.modelos-nomes-carousel .modelo-nome {
    font-size: 14px;
    font-weight: 400;
}

.modelos-editor::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.modelos-editor::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.modelos-editor::-webkit-scrollbar-thumb
{
	background-color: #FF533D;
}

.info-editor h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.container-processo {
    margin-top: 50px;
}

.icon-edicao {
    margin-bottom: 30px;
}

.icon-edicao .curriculo-icon {
    flex: 0 0 60px;
    width: 160px;
    height: 160px;
    border-radius: 3px;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: rgb(239, 242, 249);
    border-radius: 50%;
    cursor: pointer;
}

.icon-edicao .editicon-btn {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    color: #FF533D;
    transition: color 0.1s ease 0s;
    padding: 4px 0px;
    text-decoration: none;
}

.icon-edicao .perfil h2, .icon-edicao .perfil p {
    margin-bottom: 0px;
}

.icon-edicao .perfil h2 {
    font-size: 28px;
    line-height: 36px;
}

.icon-edicao .perfil p {
    color: rgba(30, 30, 30, 0.5);
    font-size: 25px;
    line-height: 33px;
}

.icon-edicao .apagar-foto {
    margin-left: 20px
}

.info-editor span {
    font-size: 16px;
    color: #61646B;
}

.info-editor::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.info-editor::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.info-editor::-webkit-scrollbar-thumb
{
	background-color: #FF533D;
}

.tox-notifications-container {
    display: none;
}

.px-0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

#edição-info .progress-top {
    padding-top: 15px;
}

#edição-info .form-control {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0px;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 0px;
}

.icon-edicao {
    margin-top: 20px;
}

.btn-block {
    display: block;
    width: 100%;
}

#modelos {
    padding: 80px 0px;
}

.filtrosmodelos {
    border-bottom: 1px solid #eee;
}

.filtrostabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filtrostabs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-right: 64px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    color: #9e9e9e;
    -webkit-transition: color .15s;
    transition: color .15s;
    text-decoration: none;
    font-size: 16px;
}

.filtrostabs .filtro-selecionado {
    color: #000;
}

.filtro-selecionado img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    filter: saturate(100%)!important;
}

.filtrostabs img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    filter: saturate(0%);
}

.curriculo-listagem {
    border: 1px solid #eee;
    border-radius: 12px;
}

.titulo-modelo {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    transition: 0.5s;
}

#modelos .col-4 {
    margin: 15px 0px;
}

.curriculo:hover .titulo-modelo {
    color: #FF533D;
}

#contato a{
    text-decoration: none;
    font-size: 16px;
    color: #61646B;
}

#contato i {
    color: #FF533D!important;
}

.btn-branco, .btn-branco::selection, .btn-branco:focus {
    background-color: #ffffff;
    color: #FF533D;
    padding: 10px 40px;
    margin-right: 10px;
}