@font-face {
    font-family: "jakarta-regular";
    src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff') format('woff');
}

@font-face {
    font-family: "jakarta-bold";
    src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff') format('woff');
}

@font-face {
    font-family: "jakarta-extra-bold";
    src: url('../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: "jakarta-light";
    src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Light.woff') format('woff');
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
a{
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
  }
html {
    height: 100%;
    min-height: 100%;
}

body {
    background: #071525;
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'jakarta-regular', Arial, sans-serif;
    color: #FFF;
}

.menuOpen,
nav .menu .menuClose {
    display: none;
}

.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 10px 0;
}

.nav-menu .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 21, 37, 0.4);
    backdrop-filter: blur(5px);
    z-index: -1;
}

nav {
    position: relative;
    width: 100%;
}

nav .logo {
    float: left;
}

nav .menu {
    float: right;
    padding-left: 0px;
    list-style: none;
    padding-top: 3px;
    margin-bottom: 0;
}

nav .menu .orcamento {
    cursor: pointer;
    border: 2px solid #647FED;
    border-radius: 4px;
    opacity: 1;
    transition: background-color 0.5s ease;
}

nav .menu .orcamento:hover {
    background: #647FED;
    opacity: 1;
}

nav .menu .orcamento a:hover {
    opacity: 1;
}


nav .menu .orcamento.active {
    background: #647FED;
}

nav .menu .orcamento>a::after {
    height: 0px;
}

nav .menu .orcamento>.active::after {
    height: 0px;
}

nav .menu li {
    font-size: 12px;
    padding: 8px 25px;
    display: inline-block;
    font-family: 'jakarta-bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

nav .menu li a {
    color: #fff;
    transition: 300ms;
    border: 0px;
    text-decoration: none;
}

nav .menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}

nav .menu li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
}

/* nav .menu li a:hover::after {
    width: 100%;
    transition: width .3s;
} */

nav .menu li .active {
    color: #fff;
}

nav .menu li .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: width .3s;
}

.btn-primary {
    background: #647FED;
    border: 1px solid #647FED;
}

.btn-primary:hover {
    background: #495DAD;
    border: 1px solid #495DAD;
}

header {
    width: 100%;
    min-height: 100%;
    background: url('../images/header/background-header.jpg') top center no-repeat;
    background-size: cover;
}

header .text-header {
    margin-top: 336px;
}

header .text-header h1 {
    color: #FFF;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'jakarta-bold', Arial, sans-serif;
}

.btn-orcamento {
    background: #647FED;
    letter-spacing: 1px;
    font-weight: 300px;
    font-family: 'jakarta-bold', Arial, sans-serif;
    text-transform: uppercase;
}

header .text-header h3 {
    color: #FFF;
    opacity: 0.5;
    font-size: 16px;
    line-height: 35px;
    text-align: left;    
}

header .imgs-header {
    position: relative;
}

header .imgs-header .img1 {
    /* position: absolute;
    top: -120px;
    width: 55%;
    right: -10px; */
    position: absolute;
    top: 104px;
    width: 42%;
    right: 55px;
}

header .imgs-header .img2 {
    /* position: absolute;
    top: -5px;
    left: 140px;
    width: 48%;
    z-index: 1; */
    position: absolute;
    top: 51px;
    left: 161px;
    width: 40%;
    z-index: 1;
}

header .imgs-header .img3 {
    /* position: absolute;
    top: -183px;
    width: 55%; */
    position: absolute;
    top: 109px;
    width: 45%;
}
#quemsomos {
    background: rgb(28, 58, 100);
    background: -moz-radial-gradient(circle at top, rgba(28, 58, 100, 1) 0%, rgba(7, 21, 37, 1) 35%);
    background: -webkit-radial-gradient(circle at top, rgba(28, 58, 100, 1) 0%, rgba(7, 21, 37, 1) 35%);
    background: radial-gradient(circle at top, rgba(28, 58, 100, 1) 0%, rgba(7, 21, 37, 1) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3a64", endColorstr="#071525", GradientType=1);
    padding: 180px 0px;
}

#quemsomos h1 {
    color: #FFF;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'jakarta-bold', Arial, sans-serif;
}

#quemsomos h3 {
    color: #FFF;
    opacity: 0.5;
    font-size: 16px;
    line-height: 30px;
}

#cripto {
    padding: 60px 0px;
}

#cripto .list-inline-item img {
    transition: transform .3s;
}

#cripto .list-inline-item img:hover {
    transform: scale(1.2);
}

#cripto h1 {
    color: #FFF;
    font-size: 33px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'jakarta-bold', Arial, sans-serif;
}

#cripto h3 {
    color: #FFF;
    opacity: 0.5;
    font-size: 16px;
    line-height: 30px;
}

#cripto .tokens {
    height: 40px;
}

#cripto .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

#cripto p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
}

#competencias,
#duvidas {
    margin-top: 80px;
}

#competencias h1 ,
#duvidas h1 {
    color: #FFF;
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'jakarta-bold', Arial, sans-serif;
}

#competencias h3,
#duvidas h3 {
    color: #FFF;
    opacity: 0.5;
    font-size: 16px;
    line-height: 30px;
}

#competencias .accordion-item,
#duvidas .accordion-item {
    margin-bottom: 5px;
    background: #050E19;
    color: #FFF;
    border: none;
}

#competencias .accordion-button ,
#duvidas .accordion-button {
    background: #050E19;
    color: #FFF;
}

#competencias .accordion-button:not(.collapsed) ,
#duvidas .accordion-button:not(.collapsed) {
    background: #050E19;
}

#competencias .accordion-button:not(.collapsed)::after ,
#duvidas .accordion-button:not(.collapsed)::after {
    background-color: rgb(7, 21, 37);
}

#competencias .accordion-button:focus,
#duvidas .accordion-button:focus {
    border: none;
    box-shadow: none;
}

#competencias .accordion-button::after,
#duvidas .accordion-button::after {
    width: 2.25rem;
    height: 2.25rem;
    background-position: center;
    background-color: rgb(18, 25, 33);
    transition: all 0.35s;
    border-radius: 50%;
}

#competencias .accordion-button:after,
#duvidas .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}

#competencias .accordion-body p,
#duvidas .accordion-body p {
    font-size: 14px;
    line-height: 30px;
    opacity: 0.6;
}

#painel {
    margin-top: 80px;
    margin-bottom: 180px;
}

#painel h1 {
    color: #FFF;
    font-size: 25px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'jakarta-bold', Arial, sans-serif;
    margin-bottom: 40px;
}
#painel h3 {
    color: #FFF;
    opacity: 0.5;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
#painel .list-inline-item {
    opacity: 0.6;
}

#painel .list-inline-item:not(:last-child) {
    margin-right: 3rem;
}


#competencias,
#duvidas {
    background: rgb(28, 58, 100);
    background: -moz-radial-gradient(ellipse at center, rgba(28, 58, 100, 1) 0%, rgba(7, 21, 37, 1) 60%);
    background: -webkit-radial-gradient(ellipse at center, rgba(28, 58, 100, 1) 0%, rgba(7, 21, 37, 1) 60%);
    background: radial-gradient(ellipse at center, rgba(28, 58, 100, 1) 0%, rgba(7, 21, 37, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3a64", endColorstr="#071525", GradientType=1);
    padding: 80px 0px;
}

#competencias .text-content,
#duvidas .text-content {
    margin-top: 20px;
}

#competencias h3,
#duvidas h3 {
    font-size: 14px;
    line-height: 30px;
}

#competencias .mac,
#duvidas .mac{
    position: absolute;
    width: 600px;
}

#competencias .mac-content,
#duvidas .mac-content {
    position: absolute;
    width: 479px;
    height: 311px;
    top: 12px;
    left: 61px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#orcamento {
    margin-top: 100px;
    margin-bottom: 100px;
}

#orcamento h1 {
    color: #FFF;
    font-size: 25px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

#orcamento h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
}

#orcamento label {
    opacity: 0.8;
}

#orcamento .form-control,
#orcamento .form-select {
    border-radius: 0;
    border: 1px solid rgba(28, 58, 100, 0.6);
    background: rgba(28, 58, 100, 0.2);
    color: #FFF;
}

#orcamento .form-control:focus {
    box-shadow: none;
}

.default-handle {
    opacity: 1 !important;
}

.default-handle path {
    stroke: #071525 !important;
}

img-comparison-case {
    --divider-width: 2px;
    --divider-color: #c0c0c0;
    --default-handle-opacity: 0.3;
    border-top-right-radius: 9px;
    border-top-left-radius: 7px;
}

#case {
    position: relative;
    margin-top: 100px;
}

#case .carousel-content {
    position: relative;
    margin: 0 auto;
}

#case h1 {
    color: #FFF;
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'jakarta-bold', Arial, sans-serif;
    text-align: center;
    margin-bottom: 100px;
}

#case .phone {
    position: absolute;
    transform: translateX(-50%) !important;
    left: 50% !important;
    z-index: 22;
}

#case .phone img {
    max-width: 328px;
}

#case .owl-carousel .owl-stage {
    display: flex;
}

#case .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    max-width: 328px;
}

#case .owl-item>div>img {
    opacity: 0.2;
    transition: opacity 0.3s, visibility 0.3s;
}

#case .owl-item.active>div>img {
    opacity: 0.2;
    transition: opacity 0.3s, visibility 0.3s;
}

#case .owl-item.active>div>img {
    opacity: 0.2;
    transition: opacity 0.3s, visibility 0.3s;
}

#case .owl-item.active.center>div>img {
    opacity: 1 !important;
    transition: opacity 0.3s, visibility 0.3s;
}

#case .owl-item>div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
}

#case .owl-prev {
    position: absolute;
    left: 30%;
    top: 50%;
    background: #647FED;
    ;
    transition: color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out,
        opacity 0.2s ease-in-out;
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    font-size: 20px;
}

#case .owl-next {
    position: absolute;
    right: 30%;
    top: 50%;
    background: #647FED;
    ;
    transition: color 0.2s ease-in-out,
        background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out,
        opacity 0.2s ease-in-out;
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    font-size: 20px;
}

#case .owl-prev:hover,
#case .owl-next:hover {
    background: #495DAD;
}
.click {
    cursor: pointer;
}
footer {
    border-top:1px solid #0D2846;
    background: #050E19;
    margin-top: 80px;
    padding: 10px;
}
footer .links {
    font-size: 13px;
    text-transform: uppercase;
}
footer .copy {
    font-size: 12px;
}
footer span {
    opacity: 0.6;
}
footer a {
    color: #FFF;
    text-decoration: none;
}
footer a:hover {
    color: #647FED;
}

footer .social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

footer .social li {
    vertical-align: middle;
    background: #0D2846;
    border-radius: 50%;
    font-size: 14px;
    
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}
footer .social li:hover {
    
    background: #184375;
}

footer .social li a {
    display: block;
    font-size: 1.4em;
    margin: 0 5px;
    text-decoration: none;
    padding: 5px;
}
footer .social li a:hover {
    color: #FFF;
}

@media only screen and (max-width: 600px) {
    .menuOpen {
        position: absolute;
        display: block;
        color: #FFF;
        right: 0;
        z-index: 11;
    }

    nav .logo {
        text-align: center;
        float: inherit;
    }

    nav .menu {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 11111;
        background: rgba(7, 21, 37, 0.6);
        backdrop-filter: blur(5px);
        top: 0;
        right: -500px;
        padding-top: 100px;
    }

    nav .menu li {
        display: inherit;
        text-align: center;
        font-size: 20px;
        padding: 15px;
    }

    nav .menu .menuClose {
        position: absolute;
        top: 4px;
        right: -7px;
        display: block;
    }

    header .text-header {
        margin-top: 120px;
        text-align: center;
    }

    header .text-header h1 {
        font-size: 38px;
        line-height: 50px;
    }

    header .text-header h3 {
        text-align: center;
        width: 100%;
    }

    header .imgs-header {
        margin-top: 52px;
      }

    header .imgs-header .img1 {
        top: -34px;
        right: 0;
        width: 39%;
    }

    header .imgs-header .img2 {
        top: -49px;
        width: 42%;
        left: 104px;
      }

      header .imgs-header .img3 {
        top: -30px;
        left: 7px;
        width: 37%;
      }
      #cripto {
        padding-bottom: 0px;
      }
    #cripto h1 {
        font-size: 25px;
        line-height: 40px;
    }

    #cripto h3 {
        margin-top: 10px;
        font-size: 13px;
    }

    #cripto .icons img {
        height: 60px;
    }

    #cripto p {
        font-size: 13px;
    }


    #competencias .mac, #duvidas .mac {
        display: none;
    }

    #competencias h3, #duvidas h3 {
        font-size: 13px;
    }

    #competencias, #duvidas {
        margin-top: 0px !important;
        padding: 80px 0px;
        margin-bottom: 10px;
    }
    #painel {
        margin-top: 0px;
        margin-bottom: 100px;
    }
    #painel .list-inline-item:not(:last-child) {
        margin-right: 0rem;
    }
    .nossas {
        padding: 0px !important;
        margin: 0px !important;
    }
    #case {
        margin-top: 100px;
    }
}

.blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    height: 100vh;
    width: 50%;
}

.floating1 {
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating2 {
    animation-name: floating;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating3 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}