@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
#resultado textarea {
    resize: vertical;
    width: 100%;
    height: 200px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#resultado iframe {
    border: none;
}


.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.list.list-borders li {
    border-bottom: 1px solid #eaeaea;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px;
}
.list.list-icons li {
    position: relative;
    padding-left: 25px;
}
html .text-color-primary, html .text-primary {
    color: #0088CC !important;
}
.text-2 {
    font-size: .9em !important;
}
.text-5 {
    font-size: 1.50em !important;
}
.font-weight-regular, .font-weight-normal {
    font-weight: 400 !important;
}
html .text-color-dark, html .text-dark {
    color: #212529 !important;
}
.page-header .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}
#softwareSol{
   width: 85%;
}
    .page-header .breadcrumb > li {
        display: inline-block;
        font-size: 0.8em;
        text-transform: uppercase;
        text-shadow: none;
    }
        .page-header .breadcrumb > li + li:before {
            color: inherit;
            opacity: 0.5;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: "\f105";
            padding: 0 7px 0 5px;
        }
.form-control.error {
    border: 1px solid red !important;
}

body {
    font-family: 'Inter', sans-serif;
    color: #444444;
}

.texto-destaque {
    font-size: 22px;
    text-align: justify;
}

.btn-search {
    display: flex;
    border-radius: 4px;
    border: .0625rem solid rgba(254,141,0,0.3);
    height: 3.5rem;
    color: #161616;
    background-color: #fff;
    font-weight: 600;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    align-items: center;
    transition: background-color .5s ease;
    cursor: pointer;
}

.btn-search2 {
    display: flex;
    border-radius: 4px;
    border: .0625rem solid rgba(254,141,0,0.3);
    height: 3.5rem;
    color: #161616;
    background-color: #fff;
    font-weight: 600;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    align-items: center;
    transition: background-color .5s ease;
    cursor: pointer;
}

h2.title {
    color: #161616;
}

p.subtitle {
    margin-bottom: 0;
    color: #898989;
    font-weight: 600;
    letter-spacing: .1875rem;
    font-size: 1rem;
}

.hidden-projects .boxCase:nth-child(n+7) {
    display: none;
}

.btn-search.ativo {
    border: .0625rem solid rgba(254,141,0,1);
    background-color: rgba(254,141,0,0.1);
}

    .btn-search.ativo .contador {
        color: #000;
    }

    .btn-search.ativo .tipo {
        color: #fe8d00;
    }

.btn-search:focus {
    outline: none !important;
}

.btn-search:hover {
    border: .0625rem solid rgba(254,141,0,1);
}

.btn-search.azul {
    border: .0625rem solid rgba(0,14,230,0.6);
    cursor: default;
}

    .btn-search.azul:hover {
        border: .0625rem solid rgba(0,14,230,0.6);
    }

.btn-search .tipo {
    font-weight: 600;
    color: #000;
}

.btn-search .contador {
    color: #898989;
}


/*---------------------------*/

.btn-search2.ativo {
    border: .0625rem solid rgba(254,141,0,1);
    background-color: rgba(254,141,0,0.1);
}

    .btn-search2.ativo .contador {
        color: #000;
    }

    .btn-search2.ativo .tipo {
        color: #fe8d00;
    }

.btn-search2:focus {
    outline: none !important;
}

.btn-search2:hover {
    border: .0625rem solid rgba(254,141,0,1);
}

.btn-search2.azul {
    border: .0625rem solid rgba(0,14,230,0.6);
    cursor: default;
}

    .btn-search2.azul:hover {
        border: .0625rem solid rgba(0,14,230,0.6);
    }

.btn-search2 .tipo {
    font-weight: 600;
    color: #000;
}

.btn-search2 .contador {
    color: #898989;
}

#timeline-content {
    margin-top: 50px;
    text-align: center;
}
/* Timeline */
.timeline {
    border-left: 2px solid #fe8d00;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background: rgba(255, 255, 255, 0.03);
    color: #000;
    letter-spacing: 0.5px;
    margin-left: 15px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
}

    .timeline h1 {
        letter-spacing: 1.5px;
        font-weight: 100;
        font-size: 1.4em;
    }

    .timeline h2,
    .timeline h3 {
        font-size: 1.25rem;
        line-height: 1.6;
        font-weight: 600;
    }

    .timeline p b {
        color: #3a3939;
    }

    .timeline p {
        color: #161616;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
    }

    .timeline .event {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        padding-bottom: 25px;
        position: relative;
    }

        .timeline .event:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

        .timeline .event:before,
        .timeline .event:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline .event:after {
            box-shadow: 0 0 0 2px #fe8d00;
            left: -56.85px;
            background: #ffffff;
            border-radius: 50%;
            height: 11px;
            width: 11px;
            content: "";
            top: 5px;
        }


#bg-lateral {
    position: relative;
    overflow: hidden;
}

#services {
    position: relative;
}

.chamada-contato {
    background-image: url(../../assets/img/FALA_QHD.svg);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

    .chamada-contato .title {
        color: #fe8d00;
    }

#services::before {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0.5;
    background-image: url(../img/FALA_QHD.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#lateral {
    position: absolute;
    left: 0;
    top: 150px;
}

a:hover {
    text-decoration: none;
}

.headerpadrao {
    padding: 15px 70px;
}

.espacopadrao {
    padding: 30px 70px;
}

.header-spc {
    padding: 60px 100px;
    margin: 0 100px;
}

.ptb-20 {
    padding: 20px 0;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

#values h3 {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
}

#sobre-desc h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.20833;
    font-weight: 300;
}

#sobre-desc p {
    margin-top: 1.5rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
}

.scroll {
    box-sizing: border-box;
    position: relative;
    width: 2.0625rem;
    height: 2.75rem;
    margin-right: 1.0625rem;
    border: .09375rem solid #fff;
    border-radius: 1.5rem;
}

    .scroll::after {
        content: "";
        position: absolute;
        top: .5rem;
        left: 50%;
        width: .125rem;
        height: .5625rem;
        margin-left: -.03125rem;
        background-color: #fff;
        border-radius: .125rem;
        will-change: opacity,transform;
        animation: mouseScroll 1.8s ease-in-out infinite;
    }

.clients img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

    .clients img:hover {
        transform: scale(1.15);
    }

#scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    border-color: #000;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%,0);
}

    #scroll::after {
        background-color: #000 !important;
    }

/*--------------------------------------------------------------
# Box de Mostra
--------------------------------------------------------------*/
.mostra-item i {
    font-size: 30px;
}

.mostra-item p {
    color: #000;
}

.mostra-item {
    border-right: 1px solid #e0dede;
    padding: 30px;
    margin: 20px 20px 0 0;
}

    .mostra-item .vota {
        font-size: 22px;
        color: #5846f9;
        display: flex;
        flex-direction: column;
    }

    .mostra-item .soft {
        font-size: 22px;
        color: #fe8d00;
        display: flex;
        flex-direction: column;
    }

    .mostra-item .out {
        font-size: 22px;
        color: #7eb43e;
        display: flex;
        flex-direction: column;
    }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 990;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #fe8d00;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #e47f03;
            color: #fff;
        }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #fe8d00;
        border-top-color: #e7e4fe;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.blackHeader {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 61%, rgba(168,168,168,1) 84%, rgba(0,0,0,1) 100%);
}
#header:not(.blackHeader) {
    transition: all 0.5s;
    z-index: 997;
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.81) 22%, rgba(255, 255, 255, 0.65) 39%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 81%);
}

    #header.header-scrolled, #header.header-inner-pages {
        background: #fe8d00;
        /*  padding: 12px 0;*/
    }


    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            position: relative;
            max-height: 50px;
            /*bottom: 14px;*/
        }



.custom-carousel-control {
    width: 5%; /* Ajuste a largura das setas conforme necessário */
}

.carousel-control-prev.custom-carousel-control {
    left: -5%; /* Posiciona a seta da esquerda fora do contêiner dos projetos */
}

.carousel-control-next.custom-carousel-control {
    right: -5%; /* Posiciona a seta da direita fora do contêiner dos projetos */
}

.carousel-control-prev-icon {
    background-image: url('../img/keyboard-left.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Substituir com seu próprio SVG para a seta direita */
.carousel-control-next-icon {
    background-image: url('../img/keyboard-right.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 0 10px 24px;
    }

.header-scrolled .nav-menu a:hover, .header-scrolled .nav-menu .active > a, .header-scrolled .nav-menu li:hover > a {
    color: #fff;
}

.header-scrolled .nav-menu a {
    color: #fff;
}

.header-scrolled .get-started-btn {
    color: #fff;
    border: 2px solid #fff;
}

    .header-scrolled .get-started-btn:hover {
        color: #fe8d00;
        background-color: #fff;
        border: 2px solid #fff;
    }

.nav-menu a {
    display: block;
    position: relative;
    color: #000;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fe8d00;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.header-scrolled .nav-menu > ul > li > a:before {
    background-color: #fff;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #000;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 22px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #2c4964;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #0080ff;
    }

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }



/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    color: #fff !important;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    background-color: #fe8d00;
    display: inline-block;
}

    .get-started-btn:hover {
        border: 1px solid #fe8d00;
        background-color: transparent;
        color: #fe8d00 !important;
    }

.side .get-started-btn:hover {
    border: 1px solid #fff;
    color: #fff !important;
}



/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 24px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #000;
    }

.branco i {
    color: #fff !important;
}
.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 20px 0;
    height: fit-content;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #2c4964;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #5846f9;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover !important;
    position: relative;
    padding: 100px 0 150px 0;
}

    .hero.home {
        background: linear-gradient(to top, #f7f7f7 10%, #ffffff63 25%, #f7f7f780 60%, #f7f7f766 75%, #f7f7f7 100%), url("../img/bgHome6.jpg") center center no-repeat;
    }

    .hero.sobre {
        background-image: url("../img/softwarehousesobre.png");
    }

    .hero.contato .back {
        animation: orbit-counter-clock-wise 360s infinite alternate;
        background-image: url(../img/back.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

    .hero.contato .left {
        animation: orbit-clock-wise 140s infinite alternate;
        background-image: url(../img/back.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

.mt-100 {
    margin-top: 100px;
}

.hero.contato {
    background-color: #313131;
    justify-content: center;
    align-content: center;
}

.contato h1 {
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 500 !important;
}

.contato p {
    color: #cfdde8;
}

#form {
    padding: 40px 60px 60px 60px;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 6px;
}

    #form button {
        background: #0080ff;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 5px;
    }

.box-icon {
    background-color: rgba(255,255,255,0.2);
    width: fit-content;
    padding: 10px 20px;
    margin: 0 auto 15px auto;
    color: #fff;
    font-size: 18px;
}

.box-info {
    color: #fff;
}

.etapa {
    position: relative;
    display: flex;
    padding: 20px;
    align-items: center;
    border-radius: .5rem;
    border: .0625rem solid rgba(254,141,0,0.3);
}

    .etapa p {
        margin: 0;
    }

    .etapa h2 {
        font-size: 1.5rem;
        color: #161616;
        margin: 0;
    }

    .etapa span {
        font-size: 85px;
        height: 46px;
        font-weight: 800;
        line-height: 46px;
        padding: 0;
        margin: 0;
        color: #ffe1bc;
        margin-right: 30px;
    }

    .etapa:hover span {
        color: #fe8d00;
    }

    .etapa:hover {
        border: .0625rem solid rgba(254,141,0,1);
        color: #ff8c00;
        transition: all ease-in-out .2s;
    }

    .etapa.r {
        justify-content: flex-start;
        text-align: right !important;
        flex-direction: row-reverse;
    }

        .etapa.r span {
            margin-right: 0;
            margin-left: 30px;
        }

#form button:hover {
    background: #036ed8;
}

#form h2 {
    padding-bottom: 20px;
}

.item-desc p {
    width: 90%;
}

.item-desc h2 {
    font-size: 2rem;
}

.highlight {
    background-color: rgb(245, 245, 245); /* Exemplo de destaque */
    transition: background-color 0.3s ease;
}

section {
    transition: background-color 1s ease; /* Garantir que a transição ocorra ao remover a classe também */
}

.botaoVerTodos {
    margin: 25px;
}

    .botaoVerTodos a, .showMoreBtn {
        width: 250px;
    }


.tag-projeto {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #f39c12;
    color: white;
    padding: 3px 8px !important;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

#info {
    background-color: #fe8d00;
    padding: 60px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
}

.side {
    background: none !important;
}

    .side .nav-menu a {
        color: #fff !important;
    }

#linkVideo {
    color: #FFF;
    border-bottom: 1px solid #fe8d00;
    padding-bottom: 3px;
}

.header-scrolled.side {
    background: #fe8d00 !important;
}

.side .drop-down ul a {
    color: #1d1d1d !important;
}

#scroll.side {
    color: #fff !important;
}

.side .nav-menu a:hover, .side .nav-menu .active > a, .side .nav-menu li:hover > a {
    color: #fff !important;
}

.side .drop-down ul a:hover {
    color: #257afa !important;
}

.hero .container, .hero .container-fluid {
    /*margin-top: auto;*/
}

.hero h1 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #000;
}

.Typewriter__cursor {
    color: #fe8d00 !important;
}

.hero h1 strong {
    color: #fe8d00;
    background-color: #fff;
    padding: 0 20px;
}

.hero h2 {
    color: #000;
    margin: 10px 0 0 0;
    font-size: 20px;
}

.particles-js-canvas-el {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box-exp {
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    position: relative;
    background-color: white;
}



.containerCases {
    display: flex;
}

.boxCase {
    padding-bottom: 15px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.boxCaseVoto {
    padding-bottom: 15px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.img-small {
    width: 30px;
    height: 32px;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #000;
    background-color: #fff;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    #hero .btn-get-started::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #5846f9 33%,#5846f9 33%,#fe8d00 34%,#fe8d00 66%,#7eb43e 68%,#7eb43e 100%);
    }


    #hero .btn-get-started:hover {
        background: #fff;
        color: #5846f9;
    }

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}




@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.tamanhoPadrao {
    width: 80%;
    margin: 0 auto;
}

.label-float {
    position: relative;
    padding-top: 13px;
}

    .label-float input, .label-float textarea {
        border: none;
        width: 100%;
        border-bottom: 1px solid #e4e4e4 !important;
        outline: none;
        min-width: 250px;
        padding: .625rem 0;
        font-size: 18px;
        transition: all .3s linear;
    }

        .label-float input:focus, .label-float textarea:focus {
            border-bottom: 1px solid #000ee6 !important;
        }

        .label-float input::placeholder, .label-float textarea::placeholder {
            color: transparent;
        }

    .label-float label {
        pointer-events: none;
        position: absolute;
        top: calc(50% - 8px);
        left: 0;
        transition: all .1s linear;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        background-color: white;
        padding: 5px;
        box-sizing: border-box;
    }

    .label-float input:focus + label,
    .label-float input:not(:placeholder-shown) + label,
    .label-float textarea:focus + label,
    .label-float textarea:not(:placeholder-shown) + label {
        font-size: 16px;
        top: -10px;
        color: #000ee6 !important;
    }


.box-contato {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    transition: ease-in-out all .2s;
    z-index: 999;
}

    .box-contato.v {
        left: 0
    }

    .box-contato .box-endereco {
        margin-top: 60px;
        position: absolute;
        bottom: 20px;
        display: flex;
    }

        .box-contato .box-endereco p {
            margin-right: 20px;
        }

        .box-contato .box-endereco.l {
            left: 70px;
        }

    .box-contato #box-total {
        display: flex;
        height: 100%;
        width: 100%;
    }

    .box-contato #box-left {
        flex: 0 0 50%;
        background: #fff;
        height: 100%;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .box-contato #box-rigth {
        flex: 0 0 50%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #f0fafe;
    }

        .box-contato #box-rigth #content {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }

    .box-contato form h2 {
        color: #161616;
    }

    .box-contato .box_icon {
        display: flex;
        align-items: center;
    }

        .box-contato .box_icon div {
            margin-left: 15px;
        }

        .box-contato .box_icon h2 {
            font-size: 1.125rem;
            color: #161616 !important;
            font-weight: 700;
        }

#enviaContato {
    min-width: 180px;
}

.box-contato #close {
    position: absolute;
    right: 60px;
    z-index: 1;
    top: 60px;
    font-size: 30px;
    cursor: pointer;
    font-weight: 500;
    border: 3px solid #898989;
    padding: 0 12px;
    color: #898989;
    border-radius: 50%;
}

    .box-contato #close:hover {
        color: #000ee6 !important;
        border: 3px solid #000ee6;
    }

.box-exp {
    border-radius: .5rem;
    height: 22rem;
    cursor: pointer;
    border: .0625rem solid rgba(254,141,0,0.3);
    /*    overflow: hidden;*/
    text-overflow: ellipsis;
}

    .box-exp:hover {
        border: 4px solid rgba(254,141,0,1);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

.box-expVotoOnline {
    border-radius: .5rem;
    height: 450px;
    cursor: pointer;
    border: .0625rem solid #0080ff;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .box-expVotoOnline:hover {
        border: .12rem solid rgba(254,141,0,1)
    }

.box-expVotoCipa {
    border-radius: .5rem;
    height: 450px;
    cursor: pointer;
    border: .0625rem solid #7eb43e;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .box-expVotoCipa:hover {
        border: .12rem solid rgba(254,141,0,1)
    }

.box-sol {
    height: 420px;
    border-radius: 10px;
}
    .box-sol.voto h4 {
        color: rgb(76,83,159);
    }
    .box-sol.cipa h4 {
        color: rgb(0,158,116);
    }
    .box-sol.ass h4 {
        color: rgb(247,190,36);
    }

.box-sol:hover {
    cursor:pointer !important;
    border: 4px solid rgba(254,141,0,1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
    .box-sol.voto:hover {
        background-color: #564dee;
    }

        .box-sol.voto:hover h4, .box-sol.voto:hover p, .box-sol.cipa:hover h4, .box-sol.cipa:hover p, .box-sol.ass:hover h4, .box-sol.ass:hover p {
            color: #fff;
        }
        .box-sol.cipa:hover {
        background-color: rgb(0,158,116);
    }
    .box-sol.ass:hover {
        background-color: rgb(247,190,36);
    }

    .box-sol img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.box-expVoto {
    border-radius: .5rem;
    height: 450px;
    cursor: pointer;
    border: .0625rem solid rgba(254,141,0,0.3);
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-exp:hover {
    border: .12rem solid rgba(254,141,0,1)
}

.box-exp img {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.box-exp div {
    text-align: left;
    padding: 1.5rem;
}

.box-exp .exp-sub {
    color: #fe8d00;
    font-weight: 600;
}

.box-exp .exp-title {
    letter-spacing: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.16666;
    color: #212529;
}

.box-exp p {
    color: #898989;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box {
    padding: 1.5rem;
    border-radius: .5rem;
    cursor: pointer;
    display: block;
    border: .0625rem solid transparent;
}

.box-simple {
    padding: 0.5rem 1.5rem;
    border-radius: .5rem;
    cursor: pointer;
    border: .0625rem solid rgb(230 230 230);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box-simple h6 {
        font-weight: 700;
        font-size: 21px;
        color: #4a4848;
        margin-bottom: 0;
    }

.box.dev:hover {
    border: .0625rem solid #fe8d00;
}

.box.out:hover {
    border: .0625rem solid #7eb43e;
}

.box.vot:hover {
    border: .0625rem solid #5846f9;
}

.box h6 {
    font-weight: 700;
    font-size: 24px;
}

.box .dev {
    color: #fe8d00;
}

.box .out {
    color: #7eb43e;
}

.box .vot {
    color: #5846f9;
}

.box p {
    font-size: 16px;
    color: #000;
}

#valor-h {
    height: fit-content;
}

.tec-title h6 {
    font-size: 1.125rem;
    font-weight: 700;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.mt-120 {
    margin-top: 120px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.btn {
    align-content: center;
    height: 2.875rem;
    max-height: 2.875rem;
    padding: 0 1.5rem;
    text-align: center;
    text-decoration: none;
    border-radius: 1.625rem;
    cursor: pointer;
    transition: all .3s ease-out;
    border: none;
    font-weight: 600;
}

.btn-primary {
    background: #fe8d00 !important;
}

    .btn-primary:hover {
        background-color: #e07801 !important;
        border: none;
    }

.section-bg, .clients {
    background-color: #efefef;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title .title {
        font-size: 2.5rem;
        line-height: 1.3;
        letter-spacing: -.0125rem;
        color: #161616;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }


    .section-title .subtitle {
        margin-bottom: 0;
        color: #898989;
        font-weight: 600;
        letter-spacing: .1875rem;
        font-size: 1rem;
    }

/*--------------------------------------------------------------
# Votacao
--------------------------------------------------------------*/

.votacao {
    padding: 60px 0;
}

    .votacao .content h3 {
        font-weight: 600;
        font-size: 32px;
        color: #000;
    }

    .votacao .content ul {
        list-style: none;
        padding: 0;
    }

        .votacao .content ul li {
            padding-bottom: 10px;
        }

        .votacao .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #5846f9;
        }

    .votacao .content p:last-child {
        margin-bottom: 0;
    }

    .votacao .content .read-more {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 15px 10px 28px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: #5846f9;
        position: relative;
    }

/*--------------------------------------------------------------
# Software
--------------------------------------------------------------*/

.software {
    padding: 60px 0;
}

    .software .content h3 {
        font-weight: 600;
        font-size: 32px;
        color: #000;
    }

    .software .content ul {
        list-style: none;
        padding: 0;
    }

        .software .content ul li {
            padding-bottom: 10px;
        }

        .software .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #fe8d00;
        }

    .software .content p:last-child {
        margin-bottom: 0;
    }

    .software .content .read-more {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 15px 10px 28px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: #fe8d00;
        position: relative;
    }


/*--------------------------------------------------------------
# Outftware
--------------------------------------------------------------*/

.outsourcing {
    padding: 60px 0;
}

    .outsourcing .content h3 {
        font-weight: 600;
        font-size: 32px;
        color: #000;
    }

    .outsourcing .content ul {
        list-style: none;
        padding: 0;
    }

        .outsourcing .content ul li {
            padding-bottom: 10px;
        }

        .outsourcing .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #7eb43e;
        }

    .outsourcing .content p:last-child {
        margin-bottom: 0;
    }

    .outsourcing .content .read-more {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 15px 10px 28px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: #7eb43e;
        position: relative;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about {
    padding: 120px 0;
}

    .about .content h3 {
        font-weight: 600;
        font-size: 32px;
        color: #2c4964;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-bottom: 10px;
        }

        .about .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #5846f9;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

    .about .content .read-more {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 50px 10px 28px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
        position: relative;
    }

        .about .content .read-more:hover {
            background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
        }

        .about .content .read-more i {
            font-size: 22px;
            position: absolute;
            right: 20px;
            top: 12px;
        }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat;
    padding: 80px 0 60px 0;
}

    .counts .counters span {
        font-size: 48px;
        display: block;
        color: #fff;
        font-weight: 600;
    }

    .counts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    position: relative;
    padding-bottom: 50px;
}

    .services .icon-box {
        text-align: center;
        padding: 70px 20px 80px 20px;
        transition: all ease-in-out 0.3s;
        background: #fff;
    }

    .services .read-more {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 15px 10px 28px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: #fe8d00;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translate(-50%,0);
    }

    .services .icon-box .icon {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
        position: relative;
    }

        .services .icon-box .icon i {
            font-size: 36px;
            transition: 0.5s;
            position: relative;
        }

        .services .icon-box .icon svg {
            position: absolute;
            top: 0;
            left: 0;
        }

            .services .icon-box .icon svg path {
                transition: 0.5s;
                fill: #f5f5f5;
            }

    .services .icon-box h4 {
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 22px;
    }

        .services .icon-box h4 a {
            color: #2c4964;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    }

    .services .iconbox-blue i {
        color: #47aeff;
    }

    .services .iconbox-blue:hover .icon i {
        color: #fff;
    }

    .services .iconbox-blue:hover .icon path {
        fill: #47aeff;
    }

    .services .iconbox-orange i {
        color: #ffa76e;
    }

    .services .iconbox-orange:hover .icon i {
        color: #fff;
    }

    .services .iconbox-orange:hover .icon path {
        fill: #ffa76e;
    }

    .services .iconbox-pink i {
        color: #e80368;
    }

    .services .iconbox-pink:hover .icon i {
        color: #fff;
    }

    .services .iconbox-pink:hover .icon path {
        fill: #e80368;
    }

    .services .iconbox-yellow i {
        color: #ffbb2c;
    }

    .services .iconbox-yellow:hover .icon i {
        color: #fff;
    }

    .services .iconbox-yellow:hover .icon path {
        fill: #ffbb2c;
    }

    .services .iconbox-red i {
        color: #ff5828;
    }

    .services .iconbox-red:hover .icon i {
        color: #fff;
    }

    .services .iconbox-red:hover .icon path {
        fill: #ff5828;
    }

    .services .iconbox-teal i {
        color: #11dbcf;
    }

    .services .iconbox-teal:hover .icon i {
        color: #fff;
    }

    .services .iconbox-teal:hover .icon path {
        fill: #11dbcf;
    }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content {
    position: relative;
    margin-bottom: 50px;
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .read-more {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 15px 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #7eb43e;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translate(-50%,0);
}


.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #7eb43e;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #2c4964;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #b1a9fc;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: #fff;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
        box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    }

.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .testimonials .owl-dot.active {
        background-color: #5846f9 !important;
    }



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            background: #4ea4f9;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgb(255 152 0 / 0.8);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        bottom: 10%;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: rgba(255, 255, 255, 0.6);
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
        top: calc(50% - 48px);
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: calc(50% - 50px);
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #2c4964;
    background: #f8f8f8;
}

.icone-processo {
    max-width: 50% !important;
    height: auto;
}

ul.custom-list {
    list-style: none; /* Remove as bolinhas padrão */
    padding-left: 0;
}

    ul.custom-list li {
        position: relative;
        padding-left: 30px; /* Espaço para o ícone */
        margin-bottom: 20px; /* Espaço entre os itens */
    }

        ul.custom-list li::before {
            content: "\f00c"; /* Unicode do ícone desejado (exemplo: checkmark) */
            font-family: "Font Awesome 5 Free"; /* Fonte do Font Awesome */
            font-weight: 900; /* Peso da fonte */
            position: absolute;
            left: 0;
            top: 0;
            color: orange; /* Cor do ícone */
            font-size: 20px; /* Tamanho do ícone */
        }

.custom-arrow {
    flex: 0 0 3%; /* Aproximadamente metade do tamanho de col-md-1 */
    max-width: 3%;
    text-align: center;
}

.pricing h4 {
    font-size: 36px;
    color: #5846f9;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #5846f9;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
    }

.pricing .featured h3 {
    color: #fff;
    background: #5846f9;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #5846f9;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    background: linear-gradient(45deg, rgb(33 33 33/ 90%) 0%, rgb(33 33 33 / 90%) 100%), url(../img/hero-bg.jpg) center center no-repeat;
}

    .faq .section-title h2, .faq .section-title p {
        color: #fff;
    }

        .faq .section-title h2::after {
            background: rgba(255, 255, 255, 0.6);
        }

    .faq .faq-list {
        padding: 0 100px;
    }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .faq-list li + li {
            margin-top: 15px;
        }

        .faq .faq-list li {
            padding: 30px;
            background: #fff;
            border-radius: 5px;
            position: relative;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding: 0 30px;
            outline: none;
        }

        .faq .faq-list .icon-help {
            font-size: 24px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #8577fb;
        }

        .faq .faq-list .icon-show, .faq .faq-list .icon-close {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list a.collapsed {
            color: #2c4964;
        }

            .faq .faq-list a.collapsed:hover {
                color: #5846f9;
            }

            .faq .faq-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .faq-list a.collapsed .icon-close {
                display: none;
            }


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

    .contact .info-box i {
        font-size: 32px;
        color: #0080ff;
        border-radius: 50%;
        padding: 8px;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #2c4964;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
    height: calc(100% - 10px);
}

.validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

    .error-message br + br {
        margin-top: 25px;
    }

.sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

/*#div_captcha {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    transition: opacity 0.5s ease;
}

    #div_captcha.hidden {
        opacity: 0;
        visibility: hidden;
    }*/

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

    .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
        border-color: #5846f9;
    }

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.loading, .sent-message, .error-message {
    display: none;
}


#submitBtn {
    background: #0080ff;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
    height: 3rem;
}

    #submitBtn:hover {
        background: #036ed8;
    }

    #submitBtn:disabled {
        background: #cccccc;
        color: #666666;
        cursor: not-allowed;
    }



@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*.breadcrumb {
    justify-content: center;
}

    .breadcrumb li {
        margin-right: 5px;
    }*/

.breadcrumbs {
    padding: 15px 0;
    background: #f2f6f9;
    min-height: 40px;
    margin-top: 68px;
    z-index: 1000;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        font-size: 14px;
        margin: 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #3c6387;
                content: "/";
            }


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding: 30px 0 60px 0;
}

    .portfolio-details .portfolio-details-container {
        position: relative;
    }

    .portfolio-details .portfolio-details-carousel {
        position: relative;
        z-index: 1;
    }

        .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
            margin-top: 5px;
            text-align: left;
        }

        .portfolio-details .portfolio-details-carousel .owl-dot {
            display: inline-block;
            margin: 0 10px 0 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd !important;
        }

            .portfolio-details .portfolio-details-carousel .owl-dot.active {
                background-color: #5846f9 !important;
            }

    .portfolio-details .portfolio-info {
        padding: 30px;
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 50px;
    }

        .portfolio-details .portfolio-description h2 {
            width: 50%;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0 0 0 0;
        }



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background-color: #2f2f2f;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        position: relative;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 28px;
                margin: 0 0 30px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 500;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #fff;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: rgba(255, 255, 255, 0.8);
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: underline;
                        color: #fff;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 5px;
            text-align: left;
            border: 1px solid white;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: -1px;
                right: -2px;
                bottom: -1px;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: rgba(123, 39, 216, 0.8);
                color: #fff;
                transition: 0.3s;
                border-radius: 0 5px 5px 0;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #5846f9;
                }

    #footer .copyright-wrap {
        border-top: 1px solid #fff;
    }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #fff;
        }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
            text-decoration: none;
        }

.justified-text {
    text-align: justify;
}


@keyframes orbit-clock-wise {
    0% {
        opacity: .4;
        -webkit-transform: rotate(0deg)
    }

    2% {
        opacity: .8
    }

    4% {
        opacity: .2
    }

    5% {
        opacity: .8
    }

    100% {
        opacity: .4;
        -webkit-transform: rotate(360deg)
    }
}

@keyframes orbit-counter-clock-wise {
    from {
        -webkit-transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes mouseScroll {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    25% {
        opacity: 1
    }

    75% {
        transform: translate3d(0, .5625rem, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, .75rem, 0)
    }
}
