@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* @import url('/Layout/Template/bibliotecas/; */

body {
    font-family: 'Open Sans', sans-serif !important;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #EE7D00 !important;
    /* cursor: none; */
}

.copyright {
    color: var(--text-menu) !important;
}


i {
    color: var(--color2);
}

.background-gradient {
    background: linear-gradient(90deg, #2682ae, #bddcbb, #f4a7bf);
    background-size: 400% 400%;
    animation: gradient 25s ease infinite;
}

.background-gradient-capa {

    background-image: url("../img/teste.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.background-img {
    background-image: url("../img/background_home.png");
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20%;
    background-size: contain;
}

@media (min-width: 768px) {
    .background-img {
        background-image: url('../img/background_home.png');
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 3em;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;


    }

    .background-gradient-capa {
        background-image: url("../img/teste.jpg");
        background-repeat: no-repeat;
        /* background-size: 100%; */
        position: absolute;

    }
}

@media (min-width: 992px) {
    .background-img {
        background-image: url('../img/background_home.png');
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 3em;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;


    }

    .background-gradient-capa {
        background-image: url("../img/teste.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .background-img {
        background-image: url('../img/background_home.png');
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 3em;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .background-gradient-capa {
        background-image: url("../img/teste.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
    }
}

.nav-height {
    height: 56px;
}

.dropdown-menu-dark,
ul>li {
    color: var(--text3) !important;
}

.bg-dark {
    background-color: var(--bg-secundary) !important;
    color: var(--text1);
}

.menu,
.dropdown-item {
    color: var(--text-menu) !important;
}

.card {
    border: solid 2px var(--color1) !important;
}

.card-header {
    border-bottom: solid 2px var(--color1) !important;
}

.card-body,
.accordion-header {
    border-radius: 5px;
}

.accordion-button::after {
    color: var(--color1);
    font-size: var(--bs-body-font-size)
}

/*==============================================================================================================
BOXES
================================================================================================================*/
.box h3 {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 2%;
}


.box2 {
    border: 4px solid var(--box);
    border-radius: 5px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    /* height: 100%; */
}


.box2 h3 {

    padding: 15px 30px;
    color: var(--text1);
    background: var(--color2);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;

}

.box2 p {
    text-align: left;
    margin: 2%;
}

.box p {
    text-align: left;
    margin: 2%;
}

.box li {
    text-align: left;
    margin: 30px;
}

.box {
    position: relative;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    /* height: 100%; */
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
    border: 4px solid var(--box);
    padding: 2%;

}

.box-left {
    position: relative;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    /* height: 100%; */
    text-align: left;
    transition: 0.3s;
    border-left: 4px solid var(--box);
    padding: 2%;

}

.box.importante {
    position: relative;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    /* height: 100%; */
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
    border: 4px solid var(--importante);
    padding: 1%;

}

.vermelho-importante {
    color: var(--importante);
    font-size: 400% !important;
}

.box.saibamais {
    position: relative;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    /* height: 100%; */
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
    border: 4px solid var(--saibamais);
    padding: 1%;

}

.verde-saibamais {
    color: var(--saibamais);
    font-size: 400% !important;
}

.box.dica {
    position: relative;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    /* height: 100%; */
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
    border: 4px solid var(--dica);
    padding: 1%;

}

.laranja-dica {
    color: var(--dica);
    font-size: 400% !important;
}

.box.vcsabia {
    position: relative;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    /* height: 100%; */
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
    border: 4px solid var(--vcsabia);
    padding: 1%;

}

.roxo-vcsabia {
    color: var(--vcsabia);
    font-size: 400% !important;
}

.box.pdf {
    position: relative;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    /* height: 100%; */
    text-align: left;
    transition: 0.3s;
    border-radius: 5px;
    border: 4px solid var(--pdf);
    padding: 1%;

}

.cinza-pdf {
    color: var(--pdf);
    font-size: 400% !important;
}

/*==============================================================================================================
TIMELINE
================================================================================================================*/
.button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;

}

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
    height: auto;

}

.timeline ol {
    font-size: 0;
    width: 100vw;
    height: auto;
    padding: 400px 0;
    transition: all 1s;
    /* margin-top: 10% !important; */
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: var(--bg-secundary);
}

.timeline ol li:last-child {
    width: 400px;

}

.timeline ol li:not(:first-child) {
    margin-left: 14px;

}

.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--color1);
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    min-width: none;
    min-height: none;
    width: 320px;
    height: auto !important;
    padding: 15px;
    font-size: var(--bs-body-font-size);
    white-space: normal;
    color: var(--text4);
    border: solid 2px var(--color3)
}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;

    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    left: -0.7%;
    border-width: 8px 8px 0 0;
    border-color: var(--color3) transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 30px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    left: -0.7%;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent var(--color3);
}

.timeline time {
    display: block;
    font-size: var(--bs-titulo3-font-size);
    font-weight: bold;
    margin-bottom: 8px;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: .5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {

    .timeline ol,
    .timeline ol li {
        width: auto;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline ol li:first-child {
        margin-top: 25px;
    }

    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .timeline ol li div {
        position: static;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid (var(--bg-primary));
        height: 25px;
    }

    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }
}


/*==============================================================================================================
EXERCICIO
================================================================================================================*/

.list-group {
    max-width: 460px;
    margin: 4rem auto;
}

.form-check-input:checked+.form-checked-content {
    opacity: .5;
}

.form-check-input-placeholder {
    border-style: dashed;
}

[contenteditable]:focus {
    outline: 0;
}

.list-group-checkable .list-group-item {
    cursor: pointer;
}

.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.list-group-item-check:hover+.list-group-item {
    background-color: var(--text1);
}

.list-group-item-check:checked+.list-group-item {
    color: var(--text1);
    background-color: var(--color2) !important;
    /*certo*/
}

.list-group-item-check[disabled]+.list-group-item,
.list-group-item-check:disabled+.list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.list-group-radio .list-group-item {
    cursor: pointer;
    border-radius: .5rem;
}

.list-group-radio .form-check-input {
    z-index: 2;
    margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
    background-color: var(--text1);
}

.list-group-radio .form-check-input:checked+.list-group-item {
    background-color: var(--bg-secundary);
    border-color: var(--bg-secundary);
    box-shadow: 0 0 0 2px var(--bg-secundary);
}

.list-group-radio .form-check-input[disabled]+.list-group-item,
.list-group-radio .form-check-input:disabled+.list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
}


.bg-sucess {
    background-color: var(--saibamais) !important;
}

/*==============================================================================================================
CARDS 
================================================================================================================*/


@keyframes blur {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(2, 2);
    }
}

.card-cover {
    position: relative;
    grid-area: card;
    align-self: center;
    justify-self: center;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 16px 60px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: all var(--speed) ease;
    transition: all var(--speed) ease;
}

.card-cover:hover {
    box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.card__save {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: all var(--speed) ease;
    transition: all var(--speed) ease;
}

.card__save:focus {
    outline: 0;
    background-color: rgba(255, 255, 255, 0);
}

.card-cover:hover .card__save {
    opacity: 0.6;
}

.card__save i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all var(--speed) ease;
    transition: all var(--speed) ease;
}

.card__save:hover i {
    color: rgba(255, 255, 255, 0.8);
}

.card__save:active,
.card__save.active {
    opacity: 1 !important;
}

.card__save:active i,
.card__save.active i {
    color: white;
}

.card__image {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
}

.card__image img {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: all var(--speed) ease;
    transition: all var(--speed) ease;
    animation-name: zoom;
    animation-duration: 30s;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.card-cover:hover .card__image img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
}

.card__header {
    display: grid;
    width: 100%;
    height: 200px;
}

.card__body {
    display: grid;
    padding: 0 20px;
}

.card__name {
    align-self: center;
    justify-self: center;
    margin-bottom: 8px;
    letter-spacing: 0.1rem;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-linear-gradient(white, #a1a1a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all var(--speed) ease;
    transition: all var(--speed) ease;
}

.card-cover:hover .card__name {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card__job {
    align-self: center;
    justify-self: center;
    display: inline-block;
    text-align: center;
    -webkit-transition: all var(--speed) ease;
    transition: all var(--speed) ease;
}

.card__bio {
    position: relative;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    display: block;
    margin: 22px 0 16px 0;
    color: rgba(255, 255, 255, 0.65);
    opacity: 0;
    -webkit-transition: all var(--speed) ease;
    transition: all var(--speed) ease;
}

.card-cover:hover .card__bio {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* MODIFIERS */
.card-cover[data-effect="blur"]:hover .card__image img {
    -webkit-filter: blur(5px);
    filter: blur(20px);
}

.card-cover[data-effect="blur"] .card__image img {
    animation-name: blur;
}


/*==============================================================================================================
ACESSIBILIDADE
================================================================================================================*/


.vlibras_z {
    position: absolute;
    display: none;
}

.vlibras_z.visible {
    display: block;
}

/*Cards*/

.heading__title {
    font-weight: 600;
}

.heading__credits {
    margin: 10px 0px;
    color: #888888;
    font-size: 25px;
    transition: all 0.5s;
}

.heading__link {
    text-decoration: none;
}

.heading__credits .heading__link {
    color: inherit;
}

.uk-card li {
    color: var(--text1) !important;
}

/*==============================================================
Back to top
==============================================================*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 0;
    background: var(--bg-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: var(--text2);
    line-height: 0;
}

.back-to-top:hover {
    background: var(--bg-secundary);
    color: var(--text1);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 640px) {
    .back-to-top {
        display: none !important;
    }
}


.modal-content {
    background-color: var(--bg-primary) !important;
    color: var(--text1) !important;
}

.dropdown-menu-dark,
ul li {
    color: var(--text1) !important;
}

/*===============================================================================================
Personalização link
=================================================================================================*/

.link {
    color: var(--link) !important;
}

.blockquote-footer {
    margin-top: 0rem !important;
}

.section-level1 {
    color: var(--text1);
    padding-left: 10px;
    border-left: 3px solid var(--color1);
    margin: 10px 0 20px;


}

.section-level2 {
    color: var(--text1);
    padding-left: 10px;
    margin: 10px 0 20px;

    border-left: 2px solid var(--color1);

}


.section-level3 {
    color: var(--text1);
    padding-left: 10px;
    margin: 10px 0 20px;

    border-left: 3px dotted var(--color1);


}


/*============================================================
POPOVER
==============================================================*/
.popover-header {
    color: var(--bg-primary) !important;
    background-color: var(--color1) !important;
}

.custom-popover {
    --bs-popover-max-width: 200px !important;
    --bs-popover-border-color: var(--color1) !important;
    --bs-popover-header-bg: var(--color2) !important;
    --bs-popover-header-color: var(--bg-primary) !important;
    --bs-popover-body-padding-x: 1rem !important;
    --bs-popover-body-padding-y: .5rem !important;
}

/*=====================================================
SPOT
=======================================================*/
.pulse {
    animation: pulse2 2s infinite;
}

#highlight-img {
    position: relative;
}

.highlight-spot {
    width: 4em;
    height: 4em;
    background: rgba(255, 255, 255, 0.139);
    border: 2px solid var(--color3);
    cursor: pointer;
    position: absolute;
    color: var(--color2);
    text-decoration: none;
    z-index: 2;
}

.highlight-dark a {
    box-shadow: 0 0 0 var(--shadow);
    animation: pulse2 2s infinite;
    text-decoration: none;
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--shadow);
        -moz-box-shadow: 0 0 0 0 var(--shadow);
        box-shadow: 0 0 0 0 var(--shadow);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.highlight-dark a:hover {
    animation: none;
}

.highlight-dark {
    color: transparent;
    padding-top: 1px;
    padding-right: 1px;
    position: relative;
}

/*====================================================================
TIMELINE 
======================================================================*/
#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    text-transform: uppercase;
    background: var(--color2);
    padding: 15px 23px;
    color: var(--text1);
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 2xpx;
}

#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: var(--color2);
    z-index: -1;
}

#conference-timeline .conference-timeline-content {
    padding-top: 67px;
    padding-bottom: 67px;
}

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}

.timeline-article .timeline-author {
    display: block;
    /* font-weight: 400;
    font-size: 14px; */
    line-height: 24px;
    color: var(--text1);
    text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: auto;
    border: 1px solid var(--color2);
    background-color: var(--bg-primary);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
    padding: 27px 25px;
}

.timeline-article p {
    margin: 0 0 0 0px;
    padding: 0;
    /* font-weight: 400; */
    color: var(--text1);
    /* font-size: 14px; */
    line-height: 24px;
    position: relative;
}

.timeline-article .content-left-container {
    float: left;
}

.timeline-article .content-right-container {
    float: right;
}



.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: var(--bg-primary);
    border-radius: 100%;
    background: var(--color2);
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
    display: block;
    text-align: center;
}

.timeline-article .meta-date .date {
    font-size: 30px;
    line-height: 40px;
}

.timeline-article .meta-date .month {
    line-height: 10px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }

    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }

    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 110px;
        min-height: 53px;
    }

    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }

    .timeline-article .content-left,
    .timeline-article .content-right {
        padding: 10px 25px;
        min-height: 65px;
    }

    .timeline-article .content-right:before {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }

    .timeline-article p span.article-number {
        display: none;
    }

}

/*=============================================================================
PERSONALIZAÇÃO DO SCROLL EM TODOS OS NAVEGADORES....
================================================================================*/
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--color1);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: var(--bg-terciary);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--color1);
    border-radius: 3px;

}

/*======
teste
=====*/
input:checked+label .switch-darkmode .circle {
    transform: translateX(30px);
    background-color: #b3b3b3;
}

input:checked+label .switch-darkmode {
    background-color: var(--bg-primary);
    color: #fff;
}

.switch-darkmode {
    width: 60px;
    height: 30px;
    position: relative;
    border-radius: 30px;
    background-color: var(--bg-terciary);
    transition: 200ms;
    cursor: pointer;
}


.switch-darkmode .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 20px;
    font-size: 15px;
}

.switch-darkmode .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffc222;
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: 200ms cubic-bezier(0.88, 1.99, 0, 0.25);
}

/*======================================================================
Lista ordenada personalizada
========================================================================*/
ul ol,
li .icons-list {
    list-style: none;
    padding-left: 8px !important;
}

.inverter {
    transform: scaleX(-1);
}

/*===========================================
// CURSOR
=============================================*/
.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 2px solid var(--color1);
    transition: transform 0.3s ease;
    transform-origin: center center;
    pointer-events: none;
    z-index: 1000;
}

.grow,
.grow-small {
    transform: scale(4);
    background: rgba(255, 255, 255, 0.617);
    /* mix-blend-mode: overlay; */
    border: none;
    border: 2px solid var(--color1);
    box-shadow: 2px rgba(1, 41, 112, 0.08);
}

.grow-small {
    transform: scale(3);

}