/* FONTES =========================================== */
@font-face {
    font-family: 'aktifo-a-light';
    src: url('/Brandcenter/fonts/Aktifo/eot/aktifo-a-light-webfont.eot');
    src: url('/Brandcenter/fonts/Aktifo/eot/aktifo-a-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Brandcenter/fonts/Aktifo/woff/aktifo-a-light-webfont.woff') format('woff'), url('/Brandcenter/fonts/Aktifo/woff/aktifo-a-light-webfont.woff2') format('woff2'), url('/Brandcenter/fonts/Aktifo/ttf/aktifo-a-light-webfont.ttf') format('truetype'), url('/Brandcenter/fonts/Aktifo/svg/aktifo-a-light-webfont.svg#webfont') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'aktifo-a-book';
    src: url('/Brandcenter/fonts/Aktifo/eot/aktifo-a-book-webfont.eot');
    src: url('/Brandcenter/fonts/Aktifo/eot/aktifo-a-book-webfont.eot?#iefix') format('embedded-opentype'), url('/Brandcenter/fonts/Aktifo/woff/aktifo-a-book-webfont.woff') format('woff'), url('/Brandcenter/fonts/Aktifo/woff/aktifo-a-book-webfont.woff2') format('woff2'), url('/Brandcenter/fonts/Aktifo/ttf/aktifo-a-book-webfont.ttf') format('truetype'), url('/Brandcenter/fonts/Aktifo/svg/aktifo-a-book-webfont.svg#webfont') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'aktifo-a-black';
    src: url('/Brandcenter/fonts/Aktifo/eot/aktifo-a-black-webfont.eot');
    src: url('/Brandcenter/fonts/Aktifo/eot/aktifo-a-black-webfont.eot?#iefix') format('embedded-opentype'), url('/Brandcenter/fonts/Aktifo/woff/aktifo-a-black-webfont.woff') format('woff'), url('/Brandcenter/fonts/Aktifo/woff/aktifo-a-black-webfont.woff2') format('woff2'), url('/Brandcenter/fonts/Aktifo/ttf/aktifo-a-black-webfont.ttf') format('truetype'), url('/Brandcenter/fonts/Aktifo/svg/aktifo-a-black-webfont.svg#webfont') format('svg');
    font-display: swap;
}

* {
    font-family: 'aktifo-a-book', sans-serif;
    color: #3E2E4B;
}

.fw-light {
    font-family: 'aktifo-a-light', sans-serif;
}

.fw-bolder,
strong {
    font-family: 'aktifo-a-black', sans-serif;
}

/* CORES =========================================== */
.fill-dark {
    fill: #813efa;
    transition: all 0.2s;
}

.fill-light {
    fill: #ededed;
    transition: all 0.2s;
}

.text-white {
    color: #fff !important;
}

.bg-purple {
    background: #813efa;
}

/* FLEX =========================================== */
.d-flex {
    display: flex;
    flex-wrap: wrap;
    min-height: inherit;
    width: 100%;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.w-100 {
    width: 100% !important;
}

.h-auto {
    height: auto;
}

/* CHANGE DISPLAY =========================================== */
.d-mobile {
    display: block;
}

.d-desktop {
    display: none;
}

@media (min-width: 1030px) {
    .d-mobile {
        display: none;
    }

    .d-desktop {
        display: block;
    }
}

/* BORDAS =========================================== */
.brand-box {
    display: flex;
    flex-wrap: nowrap;
    min-height: inherit;
    width: 100%;
    align-items: center;
    justify-content: center;
}

    .brand-box img {
        transition: all 0.2s !important;
    }

    .brand-box.brand-hover-left:hover img {
        margin-right: 20px !important;
        transition: all 0.2s !important;
    }

    .brand-box.brand-hover-right:hover img {
        margin-left: 20px !important;
        transition: all 0.2s !important;
    }

[class^="brand-border"] {
    background: #813DF9;
    position: absolute;
    min-width: 1px;
    min-height: 1px;
}

    [class^="brand-border"].brand-border-dark {
        background: #707070;
    }

.brand-border-left {
    left: 0;
    top: 20px;
    bottom: 20px;
}

.brand-border-right {
    right: 0;
    top: 20px;
    bottom: 20px;
}

.brand-border-bottom {
    left: 20px;
    bottom: 0px;
    right: 20px;
}

.brand-border-top {
    left: 20px;
    top: 0px;
    right: 20px;
}

[class*="brand-tooltop"]:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg);
}

.brand-tooltop-top-right:after {
    top: 2.5em;
    left: -19px;
    border-width: 15px 20px 15px 0;
    border-color: transparent rgba(62, 46, 75, 0.85) transparent transparent;
}

.brand-tooltop-top-left:after {
    top: 2.5em;
    right: -19px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent rgba(62, 46, 75, 0.85);
}

.brand-tooltop-bottom-right:after {
    bottom: 2.5em;
    left: -19px;
    border-width: 15px 20px 15px 0;
    border-color: transparent rgba(62, 46, 75, 0.85) transparent transparent;
}

.brand-tooltop-bottom-left:after {
    bottom: 2.5em;
    right: -19px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent rgba(62, 46, 75, 0.85);
}

/* MENU =========================================== */
#menu-page-title {
    transition: all 0.5s !important;
}

.rev-burger {
    border: 0;
    border-radius: 0;
}

    .rev-burger span {
        display: block;
        width: 24px;
        height: 4px;
        transition: .7s;
        pointer-events: none;
        transform-style: flat !important;
        border-radius: 4px 0px 4px 0px;
    }

        .rev-burger span:nth-child(2) {
            margin: 4px 0;
        }

#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
    transform: translateY(8px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
    transform: translateY(-8px) rotate(-135deg);
}

.menu-link {
    color: #673982 !important;
    transition: all 0.2s !important;
}

    .menu-link:hover {
        color: #fff !important;
    }

.menu-link-small {
    color: #D7C7FA !important;
    transition: all 0.2s !important;
}
    .menu-link-small:hover {
        color: #813df9 !important;
    }

/* MENU DARK =========================================== */
.menu-dark .menu-logo-light {
    opacity: 0 !important;
}

.menu-logo-dark {
    transition: all 0.2s !important;
}

.menu-dark .menu-text {
    color: #707070;
    transition: all 0.2s !important;
}

.menu-dark .rev-burger span {
    background: #707070;
    transition: all 0.2s !important;
}

/* MENU LIGHT =========================================== */
.menu-light .menu-logo-dark {
    opacity: 0 !important;
}

.menu-logo-light {
    transition: all 0.2s !important;
}

.menu-light .menu-text {
    color: #D7C7FA;
    transition: all 0.2s !important;
}

.menu-light .rev-burger span {
    background: #D7C7FA;
    transition: all 0.2s !important;
}


/* SUB MENU =========================================== */
[class*="submenu-"] {
    transition: all 0.2s !important;
}

    [class*="submenu-"].active {
        background: #813DF9 !important;
        color: #fff !important;
        transition: all 0.2s !important;
    }

/* DOTS / BULLETS =========================================== */
.hephaistos .tp-bullet {
    width: 8px;
    height: 8px;
    position: absolute;
    background: #999;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgb(130 130 130 / 30%);
}

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
    background: #ffffff;
    border-color: #813df9;
}

.tp-bullets {
    display: none;
}

/* LOCKSCREEN =========================================== */
.slider-home {
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: all .1s !important;
    position: relative;
    /*filter: brightness(100);*/
    /*border-top: 4px dashed #813df9;*/
    background: repeating-linear-gradient(90deg, #707070, #707070 5px, rgba(255,255,255,0) 5px, rgba(255,255,255,0) 10px );
}

    .slider-home:hover {
        opacity: 1;
        transition: all .2s !important;
    }

    .slider-home::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        width: 32px;
        height: 32px;
        border: 0;
        background: url('/Brandcenter/images/circle-arrow-right-solid.svg');
        background-size: 32px 32px;
        cursor: pointer;
    }

    .slider-home::-moz-range-thumb {
        width: 32px;
        height: 32px;
        border: 0;
        background: url('/Brandcenter/images/circle-arrow-right-solid.svg');
        background-size: 32px 32px;
        cursor: pointer;
    }

.range-slider-top-text {
    position: absolute;
    margin: 0;
    left: 40px;
    bottom: 5px;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 1em;
    color: #707070;
}

.range-slider-bottom-text {
    position: absolute;
    margin: 0;
    left: 40px;
    bottom: -13px;
    font-size: 16px !important;
    line-height: 1em;
    color: #707070;
}

/* A MARCA ALMEE =========================================== */

.opacity-hover .opacity-hover-element {
    opacity: 0 !important;
    transition: all 0.2s !important;
}

.opacity-hover:hover .opacity-hover-element {
    opacity: 1 !important;
    transition: all 0.4s !important;
}

.opacity-hover-element p,
.opacity-hover-element p * {
    font-size: 15px;
    line-height: 15px;
}

#cursor-marca-almee-element {
    transition: all 0.6s !important;
}

.cursor-animate {
    position: relative;
    -webkit-animation: diagonal 4s infinite ease;
    -moz-animation: diagonal 4s infinite ease;
    -o-animation: diagonal 4s infinite ease;
    animation: diagonal 4s infinite ease;
}

@-webkit-keyframes diagonal {
    0% {
        transform: translatex(-240px) translatey(-100px)
    }

    50% {
        transform: translatex(20px) translatey(20px);
    }

    100% {
        transform: translatex(-240px) translatey(-100px)
    }
}

@-moz-keyframes diagonal {
    0% {
        transform: translatex(-240px) translatey(-100px)
    }

    50% {
        transform: translatex(20px) translatey(20px);
    }

    100% {
        transform: translatex(-240px) translatey(-100px)
    }
}

@-o-keyframes diagonal {
    0% {
        transform: translatex(-240px) translatey(-100px)
    }

    50% {
        transform: translatex(20px) translatey(20px);
    }

    100% {
        transform: translatex(-240px) translatey(-100px)
    }
}

@keyframes diagonal {
    0% {
        transform: translatex(-240px) translatey(-100px)
    }

    50% {
        transform: translatex(20px) translatey(20px);
    }

    100% {
        transform: translatex(-240px) translatey(-100px)
    }
}

/* TOOLTIP =========================================== */

.tooltip {
    transform: translate(-50%, -130%);
    display: none;
    position: absolute;
    color: #3E2E4B;
    background-color: #FFFFFF;
    border: none;
    padding: 15px 10px;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 200px;
    top: 0;
    left: 50%;
    line-height: 1.4em;
    -webkit-box-shadow: 0px 8px 25px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 8px 25px 4px rgba(0,0,0,0.25);
}

    .tooltip:after {
        content: "";
        display: block;
        position: absolute;
        border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 15px 15px 0;
        bottom: -13px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
    }

.tooltip-color {
    display: block;
    width: 100%;
    height: 3px;
    padding-bottom: 3px;
    margin-bottom: 7px;
}

/* TIPOGRAFIA =========================================== */
.border-bottom-tipografia {
    border-bottom: 1px dashed rgba(112, 112, 112, .43) !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
}

.hover-scale {
    transform: scale(1);
    transform-origin: left center !important;
    transition: all 0.2s !important;
}

    .hover-scale:hover {
        transform: scale(1.2) !important;
        transform-origin: left center !important;
        transition: all 0.2s !important;
    }

.btn-tipografia-download {
    color: #813DF9;
    border: 1px solid #813DF9 !important;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.2s !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
    text-align: left !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: none;
}

    .btn-tipografia-download:hover {
        color: #fff;
        background: #813DF9;
        padding-left: 15% !important;
        transition: all 0.2s !important;
    }

    .btn-tipografia-download:after {
        content: '';
        background: url(/Brandcenter/images/Icons/arrow-to-bottom.svg);
        background-size: auto 80%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: -100%;
        bottom: 100%;
        width: calc(15% + 10px);
        transition: all 0.2s;
    }

    .btn-tipografia-download:hover:after {
        top: 0;
        bottom: 0;
        transition: all 0.2s;
    }

.bt1 {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #813efa !important;
    color: #FFF !important;
    padding: 5px 20px !important;
    text-transform: uppercase;
}

    .bt1:hover {
        background: #FFF !important;
        color: #813efa !important;
    }

.btn-rounded
{
    border-radius: 2em !important;
}
 .btn{
background-color: #813efa;
border-width: 1px;
border-style: solid;
border-color: #813efa;
color: #fff;
cursor:pointer;
}

.d-none{
    display:none!important;
}

.btn-cookies {
    color: #813DF9;
    border: 1px solid #813DF9 !important;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
    text-align: left !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: none;
    font-size:13px!important
}

    .btn-cookies:hover {
        color: #fff;
        background: #813DF9;
        transition: all 0.2s !important;
    }


