﻿
/*{
    box-sizing: border-box;
}*/


html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Ubuntu", sans-serif !important;
    height: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-weight: 900;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

/* Defyning Colors */

:root {
    --light-purple: #9f33dd;
    --dark-purple: #025c02;
    --lighter-purple: #D0A4FF;
    --dark-orange: #FF6E3C;
    --light-orange: #fd9542;
    --lighter-orange: #FFD4C5;
    --grey: #666;
    --light-grey: #BDBDBD;
    --white: #fff;
    --light-green: #2ad041;
    --lighter-green: #BDECC4;
    --dark-green: #ffffff;
    /* New COlors */
    --new-green: #2bd401;
    --new-dark-purple: #025c02;
    /* Colors Cloud */
    --main-blue-cloud: #0074FF;
    --dark-blue-cloud: #004798;
    --light-blue-cloud: #ffffff;
    /* Gradients Lite */
    --light-purple-lite: #9F33DD;
    --line-gradient-purple: linear-gradient(var(--light-purple), var(--dark-purple));
    --line-gradient-purple-inverse: linear-gradient(var(--dark-purple), var(--light-purple) 75%);
    /* Gradients by products */
    --loja-gradient: linear-gradient(45deg, #3463AA, #0074FF);
    --bank-gradient: linear-gradient(45deg, #004798, #00C853);
    --mobi-gradient: linear-gradient(45deg, #4D84F7, #0074FF);
    --lite-gradient: linear-gradient(45deg, #5813BA, #FF6E3C);
    --talk-gradient: linear-gradient(45deg, #2CC3FF, #004798);
    --cloud-gradient: linear-gradient(45deg, #0074FF, #ffffff 150%);
    --orange-1: #FF6E3C;
    --orange-2: #FFCBBA;
    --purple-1: #025c02;
    --purple-2: #025c02;
    --purple-3: #9F33DD;
    --green-1: #00C853;
    --green-2: #2BD142;
    --grey: #666666;
    --white: #fff;
}

/* 
    ----- Styles that are being used for the hole content -----
*/

.clear {
    clear: both;
}

.btn-download-gratis {
    padding: 15px 30px 15px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 21px;
    font-weight: 300;
    color: var(--white) !important;
    transition: all 0.1s ease-in;
    background-color: var(--light-green);
}

    .btn-download-gratis:hover {
        background-color: var(--dark-orange);
        color: var(--white);
        text-decoration: none;
    }

.white-cta {
    padding: 15px 30px 15px 30px;
    display: inline-block;
    border-radius: 30px;
    background: var(--white);
    font-size: 18px;
    font-weight: 900;
    color: var(--light-green);
    transition: background-color 0.2s ease-in;
}

    .white-cta:hover {
        background: var(--dark-orange);
        color: var(--white);
        text-decoration: none;
    }

.btn-middle {
    text-align: center;
}

.content-container-padding {
    padding-top: 60px;
}

.divider {
    height: 5px;
    background-image: var(--line-gradient-purple);
}

.title-full-width h3 {
    color: var(--light-orange);
    font-size: 24px;
}

.title-full-width h2 {
    color: var(--dark-purple);
    font-size: 35px;
}

.start {
    text-align: start !important;
}

.center {
    text-align: center !important;
}

.end {
    text-align: end !important;
}

.margin-auto {
    margin: auto !important;
}

.underline {
    text-decoration: underline;
}

/* CTA Pessoas na Fila */

.cta-downloads {
    background-image: var(--line-gradient-purple);
    margin: auto;
}

.cta-background {
    background: url(../img/Ecosystem/people-line.png) no-repeat center center;
    background-size: 100% auto;
    transition: background 0.1s ease-in;
}

.cta-downloads:hover .cta-background {
    background: url(../img/Ecosystem/happy-people.png) no-repeat center center;
    background-size: 100% auto;
}

.box-cta {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    margin: 50px 0px 50px 0px;
    background: var(--light-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    margin-left: -165px;
}

    .box-cta p {
        font-size: 28px;
        font-weight: 900;
        margin-top: 20px;
    }

    .box-cta div h3 {
        font-size: 44px;
    }

    .box-cta .download-in {
        font-size: 44px;
        color: var(--dark-purple);
    }

.cta-content-inner {
    margin: 50px 0px 50px 0px;
    height: 300px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

    .cta-content-inner div {
        margin-left: 50px;
    }


    .cta-content-inner p {
        font-size: 28px;
        font-weight: 900;
        line-height: 35px;
        color: var(--white);
    }

        .cta-content-inner p span {
            color: var(--light-orange);
        }


@media screen and (max-width: 990px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    /* AQUI*/
}

@media screen and (max-width: 1023px) {

    .cta-downloads {
        padding: 0px 0px 50px 0px;
    }

    .cta-background {
        display: none;
    }

    .box-cta {
        position: relative;
        float: none;
        width: auto;
        height: auto;
        margin: auto;
        display: block;
        color: var(--white);
        margin: 15px;
        padding: 50px 0px 50px 0px;
    }

    .cta-content-inner {
        margin: 15px;
        padding: 0px;
        height: auto;
        float: none;
        display: block;
        justify-content: normal;
        align-items: normal;
        text-align: center;
    }

        .cta-content-inner p {
            margin-top: 50px;
            font-size: 21px;
            line-height: 24px;
        }

        .cta-content-inner div {
            margin-left: 0px;
        }
}

/* Cleaning Styles */

p, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
}

/* Clear spaces */

.space-of-5 {
    height: 5px;
    width: 100%;
}

.space-of-10 {
    height: 10px;
    width: 100%;
}

.space-of-20 {
    height: 20px;
    width: 100%;
}

.space-of-30 {
    height: 30px;
    width: 100%;
}

.space-of-40 {
    height: 40px;
    width: 100%;
}

.space-of-50 {
    height: 50px;
    width: 100%;
}

.space-of-80 {
    height: 80px;
    width: 100%;
}

.space-of-100 {
    height: 100px;
    width: 100%;
}

.space-of-150 {
    height: 150px;
    width: 100%;
}

/* Mobile Spacing */
@media (max-width: 1024px) {
    .space-of-100 {
        height: 50px;
    }

    .space-of-150 {
        height: 100px;
    }
}

/*Padding*/

.padding-10 {
    padding: 10px !important;
}

.padding-20-0 {
    padding: 20px 0px !important;
}

.padding-0-20 {
    padding: 0px 20px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-right-145 {
    padding-right: 145px !important;
}

/* Font Styles */
.size-14 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.size-18 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.size-19 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 300;
}

.size-21 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
}

.size-24 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
}

.size-28 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
}

.size-33 {
    font-size: 33px;
    line-height: 35px;
    font-weight: 300;
}

.size-35 {
    font-size: 35px;
    line-height: 44px;
    font-weight: 300;
}

.size-36 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
}

.size-45 {
    font-size: 45px;
    line-height: 44px;
    font-weight: 300;
}

.size-48 {
    font-size: 48px;
    line-height: 44px;
    font-weight: 300;
}

.size-60 {
    font-size: 60px;
    line-height: 44px;
    font-weight: 300;
}

b {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.background-gradient-purple {
    background-color: var(--line-gradient-purple) !important;
}

.background-light-purple {
    background-color: var(--light-purple);
}

.background-light-blue {
    background-color: #28D8DE !important;
}

.background-dark-yellow {
    background-color: #EFB900;
}

.background-light-grey {
    background-color: #f5f5f5 !important;
}

.background-grey {
    background-color: #f5f5f5;
}

.background-white {
    background-color: #fff !important;
}

.lite-icon-selected {
    background-color: var(--dark-purple-lite);
}

.container-20-0 {
    padding: 20px 0px;
}

.color-dark-purple {
    color: var(--dark-purple);
}

.color-dark-yellow {
    color: #EFB900;
}

.color-light-purple {
    color: var(--light-purple);
}

.color-dark-orange {
    color: var(--dark-orange);
}

.color-light-orange {
    color: var(--light-orange);
}

.color-lighter-orange {
    color: var(--lighter-orange);
}

.color-white {
    color: var(--white);
}

.color-grey {
    color: var(--grey);
}



/* Colors cloud */

.color-dark-blue {
    color: var(--dark-blue-cloud);
}

.color-main-blue {
    color: var(--main-blue-cloud);
}

.italic-styled {
    font-style: italic;
}


/* Atalhos do Grid*/

/*Grid em linhas*/
.divided-row-on-1-5 {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 10px;
    grid-template-rows: 1fr 5fr;
}

.divided-row-on-1-3 {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 30px;
    grid-template-rows: 1fr 3fr;
}

.divided-row-on-2 {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 20px;
    grid-template-rows: repeat(2, 1fr);
}

.divided-row-on-3 {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 80px;
    grid-template-rows: repeat(3, 1fr);
}

.divided-row-on-5 {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
}

.divided-row-on-6 {
    display: grid;
    grid-row-gap: 200px;
    grid-template-rows: repeat(6, 1fr);
}

.divided-row {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 30px;
}


/*grid em colunas*/

.divided-on-4 {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.divided-column {
    display: grid !important;
    grid-auto-flow: column;
    grid-column-gap: 30px;
}

.divided-on-2-3 {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: 2fr 3fr;
}

.divided-on-3-2 {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: 3fr 2fr;
}

.divided-on-4-2 {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: 4fr 2fr;
}

.divided-on-2-4 {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: 2fr 4fr;
}

.divided-on-2 {
    display: grid !important;
    grid-auto-flow: column;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.divided-on-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.divided-on-3-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.divided-on-4-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.divided-on-5-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}

.divided-on-6-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-row-gap: 200px;
    grid-template-columns: repeat(6, 1fr);
}

.divided-on-7-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(7, 1fr);
}

.divided-on-8-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(8, 1fr);
}

@media(max-width: 1224px) {

    .divided-on-4-2 {
        display: grid;
        grid-auto-flow: initial;
        grid-column-gap: 80px;
        grid-template-columns: 1fr;
    }

    .divided-on-2-4 {
        display: grid;
        grid-auto-flow: initial;
        grid-column-gap: 80px;
        grid-template-columns: 1fr;
    }

    .divided-on-2 {
        display: grid;
        grid-auto-flow: initial;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
    }

    .divided-on-3-list, .divided-on-4-list, .divided-on-5-list, .divided-on-6-list, .divided-on-4 {
        grid-auto-flow: initial !important;
        grid-gap: 10px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .divided-on-8-list {
        display: grid;
        grid-auto-flow: initial;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 1024px) {
    .divided-on-2-3 {
        display: grid;
        grid-auto-flow: initial;
        grid-template-columns: 1fr;
    }

    .divided-row-on-5 {
        grid-row-gap: 25px !important;
    }

    .divided-on-3-2 {
        display: grid;
        grid-auto-flow: initial;
        grid-template-columns: 1fr;
    }
}

@media(max-width: 900px) {
    .divided-on-3-list, .divided-on-4-list, .divided-on-5-list, divided-on-6-list {
        grid-template-columns: 1fr !important;
    }
}

@media(max-width: 600px) {
    .divided-on-4 {
        grid-template-columns: 1fr !important;
        grid-row-gap: 30px !important;
    }

    .divided-column {
        grid-auto-flow: initial;
        grid-template-columns: 1fr !important;
        grid-row-gap: 20px !important;
    }
}

/* CSS Grid - Patterns */

.full-width-image {
    width: 100%;
}



.cta-home-bottom {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    justify-content: start;
    align-content: center;
}

.center-aligned {
    display: grid;
    justify-content: center;
    align-content: center;
}

.vertical-align-center {
    display: grid;
    align-content: center;
}

.bottom-align {
    display: grid;
    align-content: end;
}

.padding-none {
    padding: 0px;
}

.padding-right-100 {
    padding-right: 100px;
}

.padding-right-200 {
    padding-right: 200px;
}

.padding-right-125 {
    padding-right: 125px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-100 {
    padding-left: 100px;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* Mobile CSS GRID */

@media (max-width: 1024px) {
    .padding-right-100 {
        padding-right: 10px;
    }

    .padding-left-100 {
        padding-left: 0px;
    }

    .padding-left-50 {
        padding-left: 4vw;
    }

    .padding-right-50 {
        padding-right: 10px;
    }
}

/* Navbar */

.navbar {
    box-shadow: 0 0.2px 0.9px rgba(0, 0, 0, 0.5);
    background: var(--purple-2) !important;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
}

  /*  .navbar-nav .nav-link:hover {
        color: var(--light-purple);
    }
*/

#navbarSupportedContent {
    font-size: 16px;
}

.dropdown-item {
    color: var(--dark-purple);
}

    .dropdown-item:hover {
        color: var(--light-purple);
    }

.nav-download-gratis {
    border-radius: 25px;
    background: var(--light-green);
    margin-left: 10px;
}

    .nav-download-gratis a {
        color: var(--white) !important;
        font-weight: 900;
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-download-gratis:hover {
        color: var(--white);
        background: var(--dark-green);
    }

.nav-notice {
    background: var(--light-orange);
    height: 40px !important;
    width: 100%;
    height: auto;
    margin-top: 65px;
    display: grid;
    align-content: center;
}

    .nav-notice p {
        color: var(--white);
        text-align: center;
        font-size: 16px;
    }

        .nav-notice p span {
            font-weight: 900;
        }

        .nav-notice p .number-notice {
            text-decoration: underline;
        }

        .nav-notice p a {
            font-weight: 700;
            color: var(--dark-purple) !important;
        }

.btn-menu {
    display: none;
    color: #666;
}

.overlay-content .nav-download-gratis {
    width: 60%;
    margin: auto;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 1);
    margin-top: 70px;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
}

.overlay-content-top {
    margin-top: 50px !important;
}

.overlay a {
    padding: 8px;
    font-size: 36px;
    color: #666;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #3463aa;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media only screen and (max-width: 1024px) {

    .overlay a {
        font-size: 21px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    }

    .btn-menu {
        display: block;
    }
}

/* Footer */

.vertical-align-center {
    display: grid;
    align-content: center;
}

.cta-footer-ecosystem {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple), var(--dark-orange) 200%);
    background-position: right top, center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-cta-footer {
    display: grid;
    grid-row-gap: 10px;
    justify-content: end;
}

    .info-cta-footer li {
        text-align: right;
    }

        .info-cta-footer li p {
            color: var(--white);
            width: auto;
        }

.footer-ecosystem {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--white), var(--dark-purple) 500%);
    background-position: right top, center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-media-links {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 20px;
    margin-top: 5px;
    justify-content: start;
}

    .footer-media-links a {
        display: inline-block;
    }

        .footer-media-links a svg {
            height: 20px;
            width: auto;
        }

.column-links-footer h3 {
    color: var(--dark-orange);
    font-size: 16px;
    font-weight: 700;
}

.column-links-footer ul {
    display: grid;
    margin-top: 30px;
    grid-row-gap: 5px;
}

    .column-links-footer ul li a {
        font-size: 16px;
        color: var(--dark-purple);
    }

        .column-links-footer ul li a:hover {
            color: var(--dark-orange);
        }

/* Banner Top - BeeHive */
.banner-top {
    background-image: url(../img/Ecosystem/background-sige-lite-top.png), var(--line-gradient-purple);
    background-position: right center;
    background-repeat: no-repeat;
}

.content-banner-top h1 {
    color: var(--white);
    font-size: 55px;
}

.content-banner-top h2 {
    color: var(--white);
    font-size: 24px;
    font-weight: 300;
    padding-right: 170px;
}

    .content-banner-top h2 span {
        color: var(--light-orange);
        font-weight: 900;
    }

.icons-under-btn {
    font-size: 14px;
    color: var(--white);
    line-height: 20px;
    vertical-align: middle;
}

    .icons-under-btn svg {
        height: 10px;
        fill: var(--light-green);
    }

    .icons-under-btn span svg {
        padding-left: 20px;
    }

/* Honey Comb - Ecossistema de gestão SIGE Lite */

.honeycomb {
    margin-top: -550px;
}

    .honeycomb .row div {
        padding: 0px;
    }

.hex1 {
    width: 505px;
    height: 505px;
    background-image: linear-gradient(#f5f5f5, #f9f9f9);
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    margin-left: -65px;
    transition: background-image 1.5s;
}

    .hex1:hover {
        background-image: linear-gradient(#f9f9f9, #f1f1f1);
    }

.honeycomb .row {
    margin-top: -277px;
}

.content-hex-first {
    width: 70%;
    margin: auto;
    text-align: center;
}

    .content-hex-first h3 {
        padding-top: 125px;
        font-size: 45px;
        color: var(--dark-purple);
    }

        .content-hex-first h3 span {
            color: var(--dark-orange);
        }

    .content-hex-first p {
        font-size: 18px;
        color: var(--dark-purple);
    }

        .content-hex-first p span {
            font-weight: 900;
        }

.content-hex-apps {
    width: 50%;
    float: right;
}

    .content-hex-apps h4 {
        padding-top: 125px;
        color: var(--dark-purple);
        font-size: 28px;
    }

    .content-hex-apps p {
        color: var(--grey);
        font-size: 14px;
        padding-right: 65px;
    }

        .content-hex-apps p span {
            font-weight: 900;
        }

.see-more-a {
    color: var(--light-green);
    font-weight: 900;
    font-size: 18px;
}

    .see-more-a svg {
        fill: var(--light-green);
        height: 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: relative;
        left: 0;
    }

    .see-more-a:hover {
        color: var(--light-green);
    }

        .see-more-a:hover svg {
            left: 10px;
            padding-left: -10px;
        }

/* Images of the app's */

.hex-loja-virtual {
    width: 100%;
    height: 100%;
    background: url(../img/Ecosystem/sige-loja.png) no-repeat -205px;
}

.hex-app-de-vendas {
    width: 100%;
    height: 100%;
    background: url(../img/Ecosystem/telaSigeMobi.png) no-repeat center left 30px;
    background-size: auto 75%;
}

.hex-banco-digital {
    width: 100%;
    height: 100%;
    background: url(../img/Ecosystem/img-sige-bank.png) no-repeat center left -270px;
    background-size: auto 60%;
}

/* Backoffice */

.cta-backoffice-conected {
    background-image: var(--line-gradient-purple);
}

    .cta-backoffice-conected:hover {
        background-image: var(--line-gradient-purple);
    }

    .cta-backoffice-conected div {
        width: 70%;
        margin: auto;
        text-align: center;
    }

    .cta-backoffice-conected h3 {
        padding-top: 140px;
        font-size: 35px;
        color: var(--white);
    }

        .cta-backoffice-conected h3 span {
            color: var(--light-orange);
        }

.backoffice-items {
    margin-top: -150px;
    background-image: linear-gradient(#fff, #f1f1f1)
}

.content-back {
    width: 50%;
}

    .content-back h4 {
        color: var(--dark-purple);
        font-size: 28px;
    }

        .content-back h4 span {
            color: var(--light-orange);
            font-size: 28px;
        }

    .content-back p {
        color: var(--grey);
        font-size: 18px;
    }

        .content-back p span {
            font-weight: 900;
        }

.right-back {
    width: 50%;
    text-align: right;
    float: right;
}

.img-content-back img {
    width: 100%;
}

/* Responsividade */

@media screen and (max-width: 1205px) {

    .honeycomb {
        margin-top: -450px;
        position: relative;
    }

    .hex1 {
        width: 375px;
        height: 375px;
        margin-left: -25px;
    }

        .hex1 div {
        }

    .honeycomb .row {
        margin-top: -185px;
    }

    .content-hex-first h3 {
        padding-top: 75px;
    }

    .content-hex-apps {
        width: 60%;
        float: right;
    }

        .content-hex-apps h4 {
            padding-top: 60px;
        }

    .hex-loja-virtual {
        background: url(../img/Ecosystem/sige-loja.png) no-repeat -300px;
    }

    .hex-app-de-vendas {
        background: url(../img/Ecosystem/telaSigeMobi.png) no-repeat center left -20px;
        background-size: auto 75%;
    }

    .hex-banco-digital {
        background: url(../img/Ecosystem/img-sige-bank.png) no-repeat center left -270px;
        background-size: auto 65%;
    }

    .cta-backoffice-conected div {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .cta-backoffice-conected h3 {
        padding-top: 90px;
        font-size: 28px;
        color: var(--white);
    }
}


@media screen and (max-width: 1023px) {

    .honeycomb {
        margin-top: 0px;
        position: initial;
    }

    .hex1 {
        width: 100%;
        -webkit-clip-path: none;
        clip-path: none;
        height: auto !important;
        margin-left: 0px;
        border: 1px solid transparent;
    }

    .honeycomb .row {
        margin-top: 0px;
    }

    .spacing-bank {
        margin-top: 0px;
    }

    .content-hex-first h3 {
        padding-top: 50px;
        font-size: 35px;
    }

    .content-hex-first p {
        padding-bottom: 50px;
    }

    .content-hex-apps {
        width: 60%;
        float: none;
        margin-left: 50%;
        height: auto;
        margin-bottom: 50px;
    }

        .content-hex-apps h4 {
            padding-top: 50px;
        }

    .hex-loja-virtual {
        background: url(../img/Ecosystem/sige-loja.png) no-repeat -315px;
    }

    .hex-app-de-vendas {
        background: url(../img/Ecosystem/telaSigeMobi.png) no-repeat center left 15px;
        background-size: auto 75%;
    }

    .hex-banco-digital {
        background: url(../img/Ecosystem/img-sige-bank.png) no-repeat center left -70vw;
        background-size: auto 70%;
    }

    .cta-backoffice-conected div {
        width: 80%;
        margin: auto;
        text-align: center;
        padding: 50px;
    }

    .cta-backoffice-conected h3 {
        padding-top: 80px;
        font-size: 28px;
        color: var(--white);
    }

    .cta-backoffice-conected .btn-download-gratis {
        margin-bottom: 80px;
    }

    .backoffice-items {
        margin-top: 50px;
    }

    .content-back {
        width: 100%;
        text-align: center;
    }

    .right-back {
        width: 100%;
        text-align: center;
        float: right;
        margin-top: 50px;
    }

    .content-banner-top {
        text-align: center;
    }

        .content-banner-top h1 {
            font-size: 44px;
        }

        .content-banner-top h2 {
            font-size: 24px;
            padding-right: 0px;
        }

    .nav-notice p {
        font-size: 14px;
    }

    .info-cta-footer {
        justify-content: center;
        margin-top: 20px;
    }

        .info-cta-footer li {
            text-align: center;
            width: 100%;
        }

    .left-part-cta-footer {
        text-align: center !important;
    }
}


/* Features */

.features div h4 {
    font-size: 21px;
    color: var(--dark-purple);
    font-weight: 900;
}

.features div p {
    font-size: 16px;
    color: var(--grey);
}

    .features div p span {
        font-weight: 900;
    }

@media screen and (max-width: 1023px) {
    .features .col-12 {
        margin-top: 50px;
    }
}

/* Section Ramos de Atuação */


.inside-fields {
    width: 100%;
    border-radius: 10px;
    background: #1b1b1b;
    text-align: center;
    transition: transform .2s;
}

    .inside-fields a {
        width: 100%;
        height: 100%;
        padding: 50px 0px 50px 0px;
        display: inline-block;
    }

    .inside-fields:hover {
        transform: scale(1.1);
    }

    .inside-fields svg {
        height: 80px;
        width: auto;
        fill: var(--light-orange);
    }

.infields-purple {
    background: var(--dark-purple);
    color: var(--white);
}

    .infields-purple a:hover {
        color: var(--white);
    }

.infields-grey {
    background: #f1f1f1;
    color: var(--dark-purple);
}

    .infields-grey a:hover {
        color: var(--dark-purple);
    }

@media screen and (max-width: 1023px) {
    .fields .col-12 {
        margin-top: 15px;
    }
}

/* Perguntas Frequentes */

.question {
    font-weight: 900;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid var(--dark-purple);
    color: var(--dark-purple);
    position: relative;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.answers {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    padding: 0px 15px;
    margin: 0px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

    .answers p span {
        font-weight: 900;
    }

.questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 15px;
}

.plus {
    color: var(--dark-purple);
    position: absolute;
    margin-left: 10px;
    margin-top: 7px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.questions {
    display: none;
}

/* SIGE Lite na mídia */

.medias {
    background-image: var(--line-gradient-purple);
    padding: 50px 0px 50px 0px;
}

    .medias p {
        text-align: center;
        color: var(--white);
        font-size: 21px;
        font-weight: 900;
    }

        .medias p a {
            padding-left: 50px;
        }

@media (max-width: 1024px) {

    .medias p a {
        padding-left: 0px;
        display: block;
        margin: 20px;
    }
}


/* 
    
    Estilos para as seções dos softwares

*/

.grey-p {
    color: var(--grey);
}

.white-p {
    color: var(--white);
}

.left-p {
    padding-right: 20px;
}


/* 
    
    Section SIGE Cloud

*/

.background-cloud {
    background-image: linear-gradient(#0b5ab9, #0074ff);
}

.img-lined {
    height: auto;
    width: auto;
    position: relative;
    padding-bottom: 27px;
}

    .img-lined img {
        position: absolute;
        height: auto;
        width: 100%;
        z-index: 1000;
        margin-left: -20px;
        margin-top: 20px;
    }

.lined-white {
    height: 357px;
    border: 2px solid var(--white);
    border-radius: 10px;
    z-index: 0;
}

.backoffice-item .content-item img {
    height: 40px;
}

.backoffice-item .content-item p {
    font-size: 16px;
}

    .backoffice-item .content-item p span {
        font-weight: 900;
    }


/*
    
    Section Mobi

*/

.background-mobi {
    background: url("../img/Ecosystem/mobi-background.png") no-repeat right top;
    background-size: 580px;
}

.colors-on-white .title-inside-feature li h3 {
    color: #3463aa;
}

.colors-on-white .inside-features p {
    color: #666;
}


/* Estilos Itens SIGE Mobi */

.features-backoffice-out {
    height: 100%;
}

.title-inside-feature {
    display: inline-block;
}

    .title-inside-feature li {
        float: left;
    }

        .title-inside-feature li svg {
            height: 40px;
            width: auto;
            padding-right: 10px;
            fill: #67dcff;
        }

        .title-inside-feature li h3 {
            font-size: 14px;
            vertical-align: middle;
            padding-top: 4px;
        }

.inside-features p {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

    .inside-features p span {
        font-weight: 900;
    }


/* Section Lite */

.background-lite {
    background-image: linear-gradient(#9f33dd, #5813ba);
}

.img-pdv-lite {
}

    .img-pdv-lite img {
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 1001;
    }

.downloads-pdv {
    margin-top: 195px;
    z-index: 1;
}

.pdv-inner {
    padding: 0px;
    position: relative;
    height: auto;
    width: auto;
}

.downloads-200 {
    font-weight: 900;
    color: #b699c5;
    font-size: 28px;
    text-align: left;
    line-height: 35px;
    margin-top: 30px;
    background: url("../img/Ecosystem/line-download.svg") no-repeat right center;
    background-size: 30px;
}

    .downloads-200 span {
        color: #fff;
        font-size: 35px;
    }

.pdv-text {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 1000;
    margin-left: -15px;
    margin-top: -15px;
    background: #fff;
    border-radius: 10px;
    height: 160px;
    padding: 30px;
}

    .pdv-text p {
        color: var(--dark-purple);
        font-size: 16px;
    }

        .pdv-text p span {
            font-weight: 900;
        }

.lined-white-pdv {
    height: 160px;
    border: 2px solid #fff;
    border-radius: 10px;
    z-index: 0;
}


/* Section Loja */

.slider-ramos {
    background: url("../img/Ecosystem/sige-loja-para-lojas-de-moveis.png") no-repeat center center;
    background-size: 90%;
    width: 100%;
    height: 430px;
}

    .slider-ramos h3 {
        font-size: 35px;
        font-weight: 900;
        color: #3463aa;
        padding: 0px;
        line-height: 35px;
        padding-left: 90px;
    }

        .slider-ramos h3 span {
            font-size: 24px;
            font-weight: 400;
            color: #73c2fd;
        }

.features-loja {
    height: auto;
    border: 2px solid #3463aa;
    border-radius: 10px;
    padding: 30px;
}

    .features-loja .grey-p {
        text-align: center;
        font-size: 18px;
        padding-top: 50px;
    }

        .features-loja .grey-p span {
            font-weight: 900;
        }


.features-loja-list li {
    float: left;
    padding: 10px;
    width: 33%;
}

    .features-loja-list li a {
        height: 100%;
        width: 100%;
        display: block;
    }

        .features-loja-list li a:hover {
            text-decoration: none;
        }

            .features-loja-list li a:hover div svg {
                fill: #3463aa;
            }

        .features-loja-list li a div {
            width: 100%;
            text-align: center;
        }

            .features-loja-list li a div svg {
                height: 40px;
                width: auto;
                margin: auto;
                fill: #73c2fd;
            }

        .features-loja-list li a h4 {
            text-align: center;
            padding-top: 10px;
            font-weight: 900;
            color: var(--grey);
            font-size: 12px;
        }

/* Section Bank */

.background-bank {
    background-image: linear-gradient(#363bc7, #5a61da);
}


.features-bank {
    height: auto;
    border: 2px solid var(--white);
    border-radius: 10px;
    padding: 30px;
}

    .features-bank .white-p {
        text-align: center;
        font-size: 21px;
        padding-top: 90px;
        font-weight: 300;
    }

        .features-bank .white-p span {
            font-weight: 900;
        }

.features-bank-list li {
    float: left;
    padding: 10px;
    width: 33%;
    height: 130px;
}

    .features-bank-list li a {
        height: 100%;
        width: 100%;
        display: block;
    }

        .features-bank-list li a:hover {
            text-decoration: none;
        }

            .features-bank-list li a:hover div svg {
                fill: #d5d43b;
            }

        .features-bank-list li a div {
            width: 100%;
            text-align: center;
        }

            .features-bank-list li a div svg {
                height: 40px;
                width: auto;
                margin: auto;
                fill: #c7c236;
            }

        .features-bank-list li a h4 {
            text-align: center;
            padding-top: 10px;
            font-weight: 900;
            color: var(--white);
            font-size: 14px;
            line-height: 18px;
        }

/* Responsividade Sections Sites */


@media (max-width: 1024px) {

    .softwares-item {
        display: none;
    }

    .softwares-menu {
        display: none;
    }

    .space-of-150 {
        height: 50px;
    }

    .backoffice-banner {
        padding-bottom: 150px;
        padding-top: 100px;
    }

    .header-cta-backoffice h1 {
        font-family: Black;
        color: #fff;
        font-size: 35px;
    }

    .img-lined {
        width: 100%;
        position: initial;
        padding-bottom: 0px;
        margin-top: 50px;
    }

        .img-lined img {
            position: initial;
            height: auto;
            width: 100%;
            margin-left: 0px;
            margin-top: 0px;
        }

    .lined-white {
        display: none;
    }

    .title-in {
        margin: 50px 0px 50px 0px;
    }

    .features-backoffice-out {
        margin-top: 50px;
    }

    .spacing-features .row {
        margin-bottom: 0px;
    }

    .background-mobi {
        background: none;
        background-size: 580px;
    }

    .pdv-text {
        position: initial;
        width: auto;
        height: auto;
        padding: 30px;
        margin: 0px;
        margin: 0px 15px 0px 15px;
    }

    .lined-white-pdv {
        display: none;
    }

    .downloads-200 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        background: none;
    }

    .img-pdv-lite img {
        width: 180%;
        margin-left: -75%;
    }

    .slider-ramos {
        display: none;
    }

        .slider-ramos h3 {
            padding-left: 0px;
        }

    .features-loja .grey-p {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .features-loja-list li {
        width: 50%;
    }

    .features-bank .white-p {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .features-bank-list li {
        width: 50%;
    }

    .btn-criar-loja-large {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .hide-on-mobile {
        display: none;
    }
}

/* 
    
    Página de Download 

*/

.header-download-page {
    background: var(--dark-purple);
    padding: 50px 0px;
    background-size: cover;
}

.brand {
    height: 65px;
    width: 100%;
    text-align: center;
    background: #fff;
}

    .brand a {
        display: inline-block;
        line-height: 65px;
        vertical-align: middle;
    }

        .brand a img {
            height: 40px;
        }

.header-download-page .left-content {
    padding-right: 50px;
    padding-left: 50px;
}

    .header-download-page .left-content h1 {
        font-size: 28px;
        color: #fff;
        font-weight: 400;
        line-height: 35px;
    }

        .header-download-page .left-content h1 span {
            font-weight: 900;
            color: #BDECC4;
        }

    .header-download-page .left-content ul li {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
    }

        .header-download-page .left-content ul li span {
            font-weight: 900;
        }

        .header-download-page .left-content ul li svg {
            margin-right: 10px;
        }

.qtd-download-p {
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 21px;
}

    .qtd-download-p span {
        font-weight: 900;
    }


.form-download {
    background: #fff;
    border: 3px solid #00C853;
    box-shadow: 0px 0px 10px 2px rgba(0, 200, 83, 0.4);
    margin: 0px 75px;
    border-radius: 10px;
    padding: 50px;
    height: 485px;
    display: grid !important;
    align-content: center !important;
}

    .form-download h3 {
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        color: #9F33DD;
        padding-bottom: 20px;
    }

        .form-download h3 span {
            font-weight: 900;
        }

    .form-download p {
        font-size: 16px;
        color: #666;
        text-align: center;
    }

        .form-download p span {
            font-weight: 900;
        }

.form-inside .premium-form {
    width: 100%;
}

.form-inside input[type=text], input[type=email], input[type=number] {
    height: 60px;
    border: 2px solid #bdbdbd;
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    border-radius: 5px;
    color: #666;
}

    .form-inside input[type=text]:focus {
        border: 2px solid #5813BA;
        outline: none;
    }

.form-inside input[type=submit] {
    height: 60px;
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    border-radius: 30px;
    border: 0px;
    background: #00C853;
    color: #fff;
    -webkit-transition: background .10s ease-in-out;
    -moz-transition: background .10s ease-in-out;
    -ms-transition: background .10s ease-in-out;
    -o-transition: background .10s ease-in-out;
    transition: background .1s ease-in-out;
}

    .form-inside input[type=submit]:hover {
        cursor: pointer;
        background: #FF6E3C;
    }

.security-notice li {
    float: left;
}

.notice-icon {
    width: 10%;
}

.notice-text {
    width: 90%;
    font-size: 11px;
    padding-left: 5px;
    color: #666;
}

    .notice-text span {
        font-weight: 900;
    }

.nossos-parceiros p {
    text-align: center;
    font-size: 16px;
    color: #666;
}

    .nossos-parceiros p span {
        font-weight: 900;
    }

    .nossos-parceiros p img {
        padding-left: 50px;
        opacity: 0.5;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

        .nossos-parceiros p img:hover {
            opacity: 1;
        }


/* Ecossistema de Gestão e Vendas */

.ecossistema-section {
    background: url(../img/Ecosystem/integracoes-ecossistema-escrita.svg) no-repeat center left 10vw, url(../img/Ecosystem/integracoes-ecossistema.png) no-repeat right 16vw top 115px;
}

.title-ecosystem-download {
    font-size: 28px;
    font-weight: 900;
    color: #5813BA;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
}

    .title-ecosystem-download span {
        color: #FF6E3C;
    }

.sub-title-ecosystem-download {
    font-size: 21px;
    font-weight: 400;
    color: #5813BA;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
}

    .sub-title-ecosystem-download span {
        font-weight: 900;
    }

.celula-apps {
    background-size: 100% auto;
    padding-bottom: 0px;
    padding-top: 50px;
    transition: transform .2s; /* Animation */
}

.celula-bank {
    background-image: url(../img/Ecosystem/back-hex-on-blue.png), linear-gradient(45deg, #00C853, #004798);
}

.celula-loja {
    background-image: url(../img/Ecosystem/back-hex-on-blue.png), linear-gradient(45deg, #3463AA, #004798);
}

.celula-lite {
    background-image: url(../img/Ecosystem/back-hex-on-blue.png), linear-gradient(45deg, #FF6E3C, #5813BA);
}

.celula-mobi {
    background-image: url(../img/Ecosystem/back-hex-on-blue.png), linear-gradient(45deg, #2CC3FF, #0074FF);
}

.celula-talk {
    background-image: url(../img/Ecosystem/back-hex-on-blue.png), linear-gradient(45deg, #004798, #2CC3FF 200%);
}

.celula-apps h4 {
    color: var(--white);
    text-align: center;
    font-size: 16px;
}

.celula-apps ul {
    height: 120px;
}

    .celula-apps ul li {
        color: var(--white);
        font-size: 14px;
        text-align: left;
        margin-bottom: 5px;
        padding-left: 20px;
    }

        .celula-apps ul li span {
            font-weight: 900;
        }

        .celula-apps ul li svg {
            height: auto;
            width: 10px
        }

.logo-app-table {
    text-align: center !important;
}

    .logo-app-table img {
        height: 30px;
        width: auto;
    }

.image-app-table {
    height: 135px;
    bottom: 0px;
}

.img-app-bank {
    background: url(../img/Ecosystem/img-bank-table.png) no-repeat center bottom;
    background-size: 100% auto;
}

.img-app-loja {
    background: url(../img/Ecosystem/img-loja-table.png) no-repeat center bottom;
    background-size: 100% auto;
}

.img-app-lite {
    background: url(../img/Ecosystem/img-lite-table.png) no-repeat center bottom;
    background-size: 100% auto;
}

.img-app-talk {
    background: url(../img/Ecosystem/img-talk-table.png) no-repeat center top;
    background-size: 100% auto;
}

.img-app-mobi {
    background: url(../img/Ecosystem/img-mobi-table.png) no-repeat center bottom;
    background-size: 100% auto;
}


.image-app-table img {
    width: 100%;
    bottom: 0px;
}

/* Lista de funcionalidades */

.lista-funcionalidades {
    background: #FFD4C5 url(../img/Ecosystem/back-hex-on-blue.png) no-repeat center bottom;
    background-size: 100% auto;
}

.features-download-page {
}

    .features-download-page .col-12 {
        padding: 10px;
    }

    .features-download-page .feature-white-bg {
        border-radius: 10px;
        padding: 20px;
        background: #fff;
    }

        .features-download-page .feature-white-bg:hover {
            box-shadow: 0px 0px 5px 2px rgba(255,110,60,0.3);
        }

/* Section versão premium */

.plano-starter-download {
    background: #5813BA url(../img/Ecosystem/back-hex-on-blue.png) no-repeat center bottom;
    background-size: cover;
}

.title-plano-starter-download h3 {
    color: var(--light-orange);
    font-size: 21px;
}

.title-plano-starter-download h2 {
    color: #fff;
    font-size: 28px;
}

.orange-span-download {
    color: #FFD4C5;
    font-weight: 900;
}

.plano-starter-download ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

    .plano-starter-download ul li span {
        font-weight: 900;
    }

    .plano-starter-download ul li svg {
        margin-right: 10px;
    }

.content-right-starter {
    height: 374px;
    background: url(../img/Ecosystem/plano-starter-download.svg) no-repeat left top;
}

    .content-right-starter p {
        text-align: right;
        width: 30%;
        float: right;
        font-size: 21px;
        color: #fff;
        padding-top: 60px;
    }

        .content-right-starter p span {
            font-weight: 900;
            color: #FFD4C5;
        }

.plano-starter-download .white-p {
    padding-right: 100px;
}

.tutorial-linux-notice {
    font-size: 14px;
    color: #FF6E3C;
    margin-top: 30px;
    display: none;
}

    .tutorial-linux-notice a {
        color: #FF6E3C;
        font-weight: 900;
    }

.hide-on-desktop {
    display: none;
}

.desktop-form {
    display: block;
}

.mobile-form {
    display: none;
}

.form-resposta {
    display: none;
    position: relative;
}

    .form-resposta div {
        padding: 50px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .form-resposta div h3 {
            margin-bottom: 30px;
        }




@media screen and (max-width: 1450px) {
    .header-download-page {
        padding-top: 50px;
    }

    .ecossistema-section {
        background: url(../img/Ecosystem/integracoes-ecossistema-escrita.svg) no-repeat left 2.5vw bottom 100px, url(../img/Ecosystem/integracoes-ecossistema.png) no-repeat right 5.5vw bottom 50px;
        background-size: 10vw auto;
    }

        .ecossistema-section .container {
            max-width: 70vw;
        }
}

@media screen and (max-width: 1025px) {

    .desktop-form {
        display: block;
    }

    .mobile-form {
        display: block;
    }

    .hide-on-desktop {
        display: block;
    }

    .header-download-page {
        padding: 0px;
    }

    .ecossistema-section {
        background: none;
        background-size: 10vw auto;
    }

        .ecossistema-section .container {
            max-width: 70vw;
        }


    .header-download-page .container {
        background: none;
    }

    .header-download-page .left-content {
        padding: 0px 20px;
    }

        .header-download-page .left-content h1 {
            text-align: center;
            font-size: 21px;
            margin-top: 30px;
        }

        .header-download-page .left-content ul {
            display: none;
        }

            .header-download-page .left-content ul li {
                font-size: 16px;
            }

    .qtd-download-p {
        margin-top: 30px;
        font-size: 16px;
    }

    .form-download {
        margin: 0px 0px;
        padding: 50px 20px;
    }

    .nossos-parceiros p img {
        padding: 15px;
    }

    .ecossistema-section .container {
        max-width: 100%;
    }

    .image-app-table {
        height: 205px;
    }

    .celula-apps ul {
        height: auto;
    }

        .celula-apps ul li {
            font-size: 16px;
            text-align: center;
            margin-bottom: 10px;
            padding-left: 0px;
        }

    .features-download-page .col-12 {
        padding: 20px;
        text-align: center;
        margin-top: -15px;
    }

    .features-download-page .feature-white-bg {
        border-radius: 10px;
        padding: 20px;
        background: #fff;
    }

        .features-download-page .feature-white-bg:hover {
            box-shadow: 0px 0px 5px 2px rgba(255,110,60,0.3);
        }

    .content-right-starter {
        display: none;
    }
}


/* 

    Página de Planos

*/

/* 

    Página de Planos

*/

.header-plans-lite {
    background: var(--lighter-orange) url(../img/Ecosystem/back-hex-on-purple.png) no-repeat center top;
    background-size: cover;
}

.top-plan-starter {
    background: var(--dark-orange);
    border-radius: 10px 10px 0px 0px;
    height: 50px;
    width: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
}

    .top-plan-starter p {
        color: var(--white);
        line-height: 30px;
        vertical-align: middle;
    }

        .top-plan-starter p svg {
            margin-bottom: -5px;
            margin-right: 5px;
        }

.bottom-plan-starter {
    background-color: var(--dark-purple);
    background-image: url(../img/Ecosystem/plano-starter-topo.svg), url(../img/Ecosystem/plano-starter-fundo.png);
    background-position: left bottom, left top;
    background-size: 50% auto, cover;
    background-repeat: no-repeat;
    min-height: 250px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr 1fr;
}

.bottom-plan-starter-left {
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.bottom-plan-starter-right {
    padding: 30px 30px 30px 0px;
    display: grid;
    align-content: end;
}

    .bottom-plan-starter-right a {
        width: 100%;
        text-align: center;
    }


/* Coloring the differences */

.starter-plan .price-top-plan span {
    color: var(--white);
}

.cloud-plan {
    background: var(--white);
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    height: 100%;
}

    .cloud-plan h3 {
        color: #0074FF;
    }

    .cloud-plan .cloud-logo {
        height: 30px;
        width: auto;
    }

.btn-cloud {
    height: 60px;
    width: 100%;
    border-radius: 5px;
    background: #004798;
    display: grid;
    align-content: center;
    text-align: center;
}

    .btn-cloud:hover {
        background: #0074FF;
    }

    .btn-cloud p {
        font-size: 12px;
        color: #2CC3FF;
        font-weight: 700;
        line-height: 18px;
    }

        .btn-cloud p span {
            font-size: 16px;
            color: var(--white);
        }

/* Estilos da Tabela */

.table-lite-opt div {
    padding: 15px 0px;
}

.table-lite-opt .col-12 {
    display: grid;
    align-content: center;
}

.lite-features-table {
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

.description-col h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-purple);
    padding-left: 20px;
}

.description-col ul {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 5px;
    margin-left: 20px;
    margin-top: 10px;
}

    .description-col ul li {
        font-size: 14px;
        padding-left: 20px;
        background: url(../img/Ecosystem/icon-item-table.svg) no-repeat left top 4px;
        vertical-align: middle;
        color: var(--dark-purple);
    }

.description-col-integrations {
    background-image: url(../img/Ecosystem/back-hex-on-purple.png), linear-gradient(var(--dark-purple), var(--dark-orange) 200%);
    background-size: cover;
}

    .description-col-integrations h3 {
        color: var(--white);
        font-size: 21px;
        font-weight: 300;
        line-height: 28px;
        padding-right: 30px;
        margin-top: 20px;
    }

        .description-col-integrations h3 span {
            color: var(--white);
            font-size: 21px;
            font-weight: 900;
        }

    .description-col-integrations ul {
        margin-bottom: 20px;
    }

        .description-col-integrations ul li {
            color: var(--white);
        }

.starter-col {
    display: grid;
    align-content: center;
    justify-content: center;
}

    .starter-col img {
        height: 16px;
        width: 16px;
    }

.see-more-a-plans {
    font-size: 12px;
    color: var(--light-green);
    padding-left: 20px;
    font-weight: 900;
}

    .see-more-a-plans:hover {
        text-decoration: underline !important;
        color: var(--light-green);
    }


.light-green-color {
    color: var(--light-green);
}

.light-grey-color {
    color: var(--light-grey);
}

.line-grey-table {
    background: #F9F9F9;
}

.cloud-features div {
    border-radius: 0px 0px 10px 10px;
    background: #F1F1F1;
}

.cloud-features-list {
    display: grid;
    grid-auto-flow: row;
    margin-bottom: 30px;
    padding-top: 30px;
    grid-row-gap: 20px;
}

    .cloud-features-list li {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        padding-left: 20px;
    }

.cloud-features ul li h3 {
    font-size: 16px;
    font-weight: 700;
    color: #004798;
}

.more-info-description {
    font-size: 14px;
    color: var(--dark-purple);
    padding-left: 20px;
    margin-top: 10px;
}

.padding-20 {
    padding: 20px;
    padding-top: 0px;
}

.divider-table {
    background: var(--light-orange);
    height: 50px;
    width: 100%;
    display: grid;
    align-content: center;
}

    .divider-table p {
        font-size: 16px;
        font-weight: 700;
        color: var(--white);
    }

.notice-integrations-download {
    max-width: 450px;
    width: auto;
    border: 1px solid var(--light-orange);
    border-radius: 10px 0px 10px 0px;
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
}

    .notice-integrations-download .icon-on-notice {
        background: var(--light-orange);
        padding: 20px;
        border-radius: 8px 0px 0px 0px;
    }

    .notice-integrations-download .text-on-notice {
        display: grid;
        align-content: center;
        justify-content: center;
        padding-left: 20px;
    }

        .notice-integrations-download .text-on-notice p {
            color: var(--lighter-orange);
            font-size: 16px;
            text-align: left;
        }

.integrations-section-download {
    background-image: url(../img/Ecosystem/back-hex-on-purple.png), linear-gradient(45deg, var(--white), var(--dark-purple) 200%);
}


    .integrations-section-download h2 {
        font-size: 35px;
        font-weight: 300;
        color: var(--dark-purple);
        line-height: 44px;
        padding-right: 50px;
    }

        .integrations-section-download h2 b {
            font-size: 35px;
            font-weight: 900;
        }

    .integrations-section-download p {
        font-size: 21px;
        line-height: 28px;
        font-weight: 300;
        padding-right: 50px;
        color: var(--grey);
    }

    .integrations-section-download img {
        width: 100%;
    }

.align-on-middle {
    display: grid;
    align-content: center;
}

.cta-left-fixed-wrap {
    position: fixed;
    max-width: 255px;
    top: 80px;
    display: none;
}

.cta-left-fixed {
    background-color: var(--dark-purple);
    background-image: url(../img/Ecosystem/plano-starter-topo.svg), url(../img/Ecosystem/plano-starter-fundo.png);
    background-position: left bottom, left top;
    background-size: 100% auto, cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 20px;
}

    .cta-left-fixed a {
        width: 100%;
        font-size: 16px;
        padding: 15px 0px;
        text-align: center;
    }


.additional-features {
    background: var(--dark-purple);
}

.price-additional-feature {
    color: var(--light-orange);
    font-size: 16px;
    font-weight: 700;
}

    .price-additional-feature span {
        font-size: 28px;
    }

/* Página de integrações */

.banner-top-integracoes {
    background-image: url(../img/Ecosystem/central-de-integracoes/integracoes-sige-clod.png), linear-gradient(var(--dark-purple), var(--light-purple));
    background-position: right 10vw center, center center;
    background-size: auto 80%, auto;
    background-repeat: no-repeat;
}

.integration-steps {
    background: var(--lighter-orange);
}

.steps-integration {
    grid-column-gap: 20px;
    background: url(../img/Ecosystem/central-de-integracoes/line-integrations-step.svg) no-repeat center top 40px;
}

    .steps-integration li span {
        display: block;
        width: 80px;
        height: 80px;
        background: var(--white);
        border: 2px solid var(--dark-purple);
        margin: auto;
        border-radius: 50%;
        display: grid;
        justify-content: center;
        align-content: center;
    }

.cta-integrations {
    padding: 20px;
    background: var(--dark-orange);
}

    .cta-integrations a {
        width: 100%;
        text-align: center;
        background: var(--white);
        color: var(--light-green);
    }

.full-cta-integrations {
    background-color: var(--dark-purple);
    background-image: url(../img/Ecosystem/central-de-integracoes/circulo-background-cta-integracoes.svg), url(../img/Ecosystem/central-de-integracoes/venda-online-com-o-sige-lite.png);
    background-repeat: no-repeat;
    background-size: 50% auto, 55% auto;
    background-position: left center, right center;
}

.btn-see-all-integrations {
    padding: 15px 30px;
    border-radius: 10px;
    background: var(--lighter-orange);
    color: var(--dark-purple);
    font-weight: 700;
    display: inline-block;
}

.wrap-integrations {
    background-image: url(../img/Ecosystem/central-de-integracoes/vem-vender-online.svg), url(../img/Ecosystem/central-de-integracoes/voce-ainda-nao-vende-online.svg);
    background-position: top 250px left 5vw, bottom 250px right 5vw;
    background-size: 10vw auto;
    background-repeat: no-repeat;
}

.list-of-integrations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

    .list-of-integrations li .brand-space {
        width: 100%;
        border: 1px solid var(--dark-purple);
        border-radius: 5px;
        height: 150px;
        display: grid;
        justify-content: center;
        align-content: center;
    }

        .list-of-integrations li .brand-space .tamanho-marketplace {
            width: 150px;
            height: 100px;
        }

    .list-of-integrations li h4 {
        font-size: 18px;
        margin-top: 20px;
        color: var(--dark-purple);
    }

    .list-of-integrations li p {
        font-size: 16px;
        margin-top: 10px;
        color: var(--grey);
    }

/* Responsividade */

@media (max-width: 1400px) {

    .banner-top-integracoes {
        background-image: url(../img/Ecosystem/central-de-integracoes/integracoes-sige-clod.png), linear-gradient(var(--dark-purple), var(--light-purple));
        background-position: right 2vw center, center center;
        background-size: auto 80%, auto;
        background-repeat: no-repeat;
    }

    .full-cta-integrations {
        background-color: var(--dark-purple);
        background-image: url(../img/Ecosystem/central-de-integracoes/circulo-background-cta-integracoes.svg), url(../img/Ecosystem/central-de-integracoes/venda-online-com-o-sige-lite.png);
        background-repeat: no-repeat;
        background-size: auto 100%, auto 100%;
        background-position: right 50vw center, right center;
    }


    .wrap-integrations {
        background: none;
    }
}

@media (max-width: 1024px) {

    .banner-top-integracoes {
        background-image: url(../img/Ecosystem/central-de-integracoes/integracoes-sige-clod.png), linear-gradient(var(--dark-purple), var(--light-purple));
        background-position: center bottom 50px, center center;
        background-size: 120% auto, auto;
        background-repeat: no-repeat;
        padding-bottom: 220px;
    }

    .full-cta-integrations {
        background: var(--dark-purple);
    }

    .list-of-integrations {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }

    .full-cta-text-integrations {
        display: block;
        text-align: center;
    }

    .steps-integration {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        background: none;
    }
}

/* Página sobre a SIGE Loja - Loja Virtual */

.top-online-shop-landing img {
    width: 100%;
}

.top-online-shop-landing-controle-de-estoque, .top-online-shop-landing-conheca-erp-gratuito, .top-online-shop-landing-programa-de-venda-gratis, .top-online-shop-landing-conheca-controle-de-os, .top-online-shop-landing-sales-program, .top-online-shop-landing-controle-de-caixa-gratis, .top-online-shop-landing-cadastro-e-controle-de-clientes, .top-online-shop-landing-planilha-para-controle-de-estoque, .top-online-shop-landing-financeiro, .top-online-shop-landing-planilha-de-vendas-gratis, .top-online-shop-landing-planilha-de-caixa, .top-online-shop-landing-planilhas-empresariais, .top-online-shop-landing-planilha-de-vendas-gratis, .top-online-shop-landing-planilha-de-caixa, .top-online-shop-landing-planilha-para-cadastro-de-clientes, .top-online-shop-landing-planilha-para-cadastro-de-clientes {
    margin-top: -65px;
}

.top-page, .top-online-shop-landing, .top-online-shop-landing-store, .top-online-shop-landing-emissor-gratuito, .top-online-shop-landing-sige-print, .top-online-shop-landing-emissor-mdfe-gratuito, .top-online-shop-landing-financeiro-empresarial, .top-online-shop-landing-cadastro-e-controle-de-clientes, .top-online-shop-landing-controle-de-caixa-gratis, .top-online-shop-landing-gerenciamento-empresas, .top-online-shop-landing-controle-de-estoque, .top-online-shop-landing-conheca-erp-gratuito, .top-online-shop-landing-programa-de-venda-gratis, .top-online-shop-landing-conheca-controle-de-os, .top-online-shop-landing-sales-program, .top-online-shop-landing-planilha-para-controle-de-estoque, .top-online-shop-landing-financeiro, .top-online-shop-landing-emissor-nf-gratuito, .top-online-shop-landing-planilha-de-vendas-gratis, .top-online-shop-landing-planilha-de-caixa, .top-online-shop-landing-planilha-para-cadastro-de-clientes, .top-online-shop-landing-planilha-para-cadastro-de-clientes {
    position: relative;
    z-index: 2;
    padding: 50px 0px 100px 0px;
}

    .top-page::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: 0;
        opacity: 1;
        background-image: url(../img/Ecosystem/dashboard-passo-a-passo.png), linear-gradient(var(--dark-purple), var(--light-orange) 200%);
        background-size: cover;
        background-position: right top, center center;
        border-bottom-left-radius: 50px;
    }


    .top-online-shop-landing::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-programa-de-caixa.png);
        background-position: right top; /*Alinha a imagem à direita da tela*/
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-store::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-position: right top;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-store.png);
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-emissor-gratuito::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-position: right top;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/background-programas-vendas.png);
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-sige-print::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-position: right top;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-sige-print.png);
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-emissor-mdfe-gratuito::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-emissor-mdfe-gratuito.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-financeiro-empresarial::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-financeiro-empresarial.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }


    .top-online-shop-landing-cadastro-e-controle-de-clientes::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-cadastro-e-controle-de-clientes.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-controle-de-caixa-gratis::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-controle-de-caixa-gratis.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-gerenciamento-empresas::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-conheca-gerenciamento-empresas.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-controle-de-estoque::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-controle-de-estoque.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-conheca-erp-gratuito::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-conehca-erp-gratuito.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-programa-de-venda-gratis::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-conheca-programa-de-vendas-gratis.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-conheca-controle-de-os::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-controle-de-os.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-sales-program::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-sales-program.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-planilha-para-controle-de-estoque::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-planilha-para-controle-de-estoque.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }


    .top-online-shop-landing-financeiro::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/background-conheca-financeiro.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }


    .top-online-shop-landing-emissor-nf-gratuito::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/background-emissor-nf-gratuito.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

    .top-online-shop-landing-planilha-de-vendas-gratis::before, .top-online-shop-landing-planilha-de-caixa::before, .top-online-shop-landing-planilha-para-cadastro-de-clientes::before, .top-online-shop-landing-planilhas-empresariais::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-size: cover;
        background-image: url(../img/Ecosystem/landings-ecossistema/background-planilha-vendas-gratis.png);
        background-position: right top;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }


.nav-page-online-shop {
    margin-top: -50px;
    background: #f5f5f5;
}

.list-nav-page-online-shop li {
    background: var(--white);
    border-radius: 10px;
    text-align: center;
}

    .list-nav-page-online-shop li:hover {
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    }

    .list-nav-page-online-shop li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

        .list-nav-page-online-shop li a div svg {
            height: 40px;
            width: auto;
        }

@media(max-width: 1024px) {
    .list-nav-page-online-shop li a p {
        text-align: center !important;
    }
}

.nav-list-svg-bigger li a div svg {
    height: 60px;
}

.list-nav-page-online-shop li a h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: var(--dark-purple);
}

.divided-on-5-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}

.divided-on-6-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}

.small-business-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.content-small-business-sec {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple), var(--light-purple) 200%);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    justify-content: end;
}

    .content-small-business-sec div {
        right: 0px;
        max-width: 555px;
        padding-right: 100px;
    }

.image-small-business-sec {
    background: url(../img/Ecosystem/landings-ecossistema/loja-virtual-para-pequenos-negocios.jpg) no-repeat center center;
    background-size: cover;
}

.manage-your-delivery {
    background: url(../img/Ecosystem/landings-ecossistema/gerencie-suas-entregas-com-o-sige-lite.svg) no-repeat center bottom;
}

.manage-your-delivery-content-list {
    padding: 0px 50px 50px 50px;
    background: var(--white);
    border-radius: 20px;
    margin-bottom: 50px;
    padding-top: 50px;
}

.list-of-features-delivery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

    .list-of-features-delivery li .icon-and-title {
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        grid-column-gap: 20px;
        align-content: center;
    }

        .list-of-features-delivery li .icon-and-title p {
            color: var(--dark-purple);
            line-height: 18px;
            font-size: 16px;
        }

.text-written-cheaper {
    text-align: right;
    padding-right: 100px;
}

.h2-under-note {
    text-align: center;
    padding-bottom: 50px;
    background: url(../img/Ecosystem/landings-ecossistema/erp-barato.svg) no-repeat right 265px bottom 20px;
}

.list-of-features-custom-store {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
}

    .list-of-features-custom-store li h3 {
        padding-top: 10px;
    }

.section-payment-platforms {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--light-green), var(--dark-green) 200%);
    background-size: cover;
    background-repeat: no-repeat;
}

.background-purple-gradient {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple), var(--light-purple) 200%);
    background-repeat: no-repeat;
    background-size: cover;
}

.left-icon-feature {
    display: grid;
    grid-template-columns: 1fr 3fr;
    background: var(--lighter-orange);
    border-radius: 50px 0px 50px 0px;
}

.right-icon-feature {
    display: grid;
    grid-template-columns: 3fr 1fr;
    background: var(--lighter-orange);
    border-radius: 0px 50px 0px 50px;
}

.icon-feature-list {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple), var(--dark-orange) 200%);
    background-repeat: no-repeat;
    display: grid;
    justify-content: center;
    align-content: center;
    padding: 80px 0px;
}

.left-icon-feature .icon-feature-list {
    border-radius: 50px 0px 50px 0px;
}

.right-icon-feature .icon-feature-list {
    border-radius: 0px 50px 0px 50px;
}

.content-feature-list {
    padding: 0px 50px;
    display: grid;
    align-content: center;
}

.max-100-width {
    max-width: 100%;
}

@media (max-width: 1400px) {
    .image-loja-on-top {
        max-width: 110%;
    }
}

@media screen and (max-width: 1024px) {
    .top-online-shop-landing {
        padding: 50px 0px 100px 0px;
    }

        .top-page::before, .top-online-shop-landing::before, .top-online-shop-landing-store::before, .top-online-shop-landing-emissor-gratuito::before, .top-online-shop-landing-sige-print::before, .top-online-shop-landing-emissor-mdfe-gratuito::before, .top-online-shop-landing-cadastro-e-controle-de-clientes::before, .top-online-shop-landing-controle-de-estoque::before, .top-online-shop-landing-financeiro-empresarial::before, .top-online-shop-landing-gerenciamento-empresas::before, .top-online-shop-landing-programa-de-venda-gratis::before, .top-online-shop-landing-programa-de-venda-gratis::before, .top-online-shop-landing-conheca-controle-de-os::before, .top-online-shop-landing-sales-program::before, .top-online-shop-landing-planilha-de-vendas-gratis::before, .top-online-shop-landing-planilha-de-caixa::before, .top-online-shop-landing-planilha-para-cadastro-de-clientes::before, .top-online-shop-landing-planilhas-empresariais::before {
            display: none !important;
            margin-top: 430px;
            width: 80vw;
            height: 360px;
            border-top-left-radius: 50px;
        }


    .small-business-section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .content-small-business-sec div {
        max-width: none;
        padding: 5vw;
    }

    .image-small-business-sec {
        height: 250px;
    }

    .list-of-features-delivery {
        grid-template-columns: 1fr;
    }


    .manage-your-delivery {
        background: url(../img/Ecosystem/landings-ecossistema/gerencie-suas-entregas-com-o-sige-lite.svg) no-repeat left 31% bottom;
    }


    .manage-your-delivery-content-list {
        padding: 20px;
        background: none;
        margin-bottom: 500px;
    }

    .h2-under-note {
        padding-bottom: 0px;
        background: none;
    }

    .list-of-features-custom-store {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }

        .list-of-features-custom-store li h3 {
            padding-top: 10px;
        }

    .left-icon-feature {
        grid-template-columns: 1fr;
    }

    .right-icon-feature {
        grid-template-columns: 1fr;
    }

    .content-feature-list {
        padding: 30px 20px;
    }

    .icon-feature-list {
        grid-row: 1;
    }
}

/* Página SIGE Bank */

.info-under-cta li {
    color: #999;
    font-size: 14px;
    font-style: italic;
    padding-left: 19px;
    background: url(../img/Ecosystem/check-table-icon.svg) no-repeat left center;
    background-size: 14px auto;
}

.price-table-bank {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple), var(--light-purple) 200%);
    background-size: cover;
    background-repeat: no-repeat;
}

.price-table-inner {
    background: var(--white);
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 10px solid var(--dark-orange);
}

.title-price-table {
    background: var(--dark-orange);
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    border-radius: 20px 20px 0px 0px;
}

    .title-price-table h3 {
        font-size: 21px;
        color: var(--white);
    }

.list-inside-price-table li {
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
}

    .list-inside-price-table li .text-item {
        padding-left: 30px;
        color: var(--dark-purple);
        font-size: 18px;
        line-height: 21px;
    }

        .list-inside-price-table li .text-item a {
            padding-left: 10px;
            color: var(--light-green);
            font-size: 14px;
            font-weight: 700;
        }

    .list-inside-price-table li .svg-item {
        text-align: right !important;
        padding-right: 30px;
    }

.orange-line-table {
    background-color: #FBE9E6;
}

/* Section - Links de pagamento */

.links-de-pagamento-section {
    background: url(../img/Ecosystem/landings-ecossistema/links-de-pagamento-background.jpg) no-repeat center right;
    background-size: auto 100%;
}

.steps-payment-links {
    border: 1px solid var(--dark-purple);
    border-radius: 20px 0px 20px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
    grid-column-gap: 20px;
}

    .steps-payment-links li {
        text-align: center;
    }

        .steps-payment-links li span {
            height: 50px;
            width: 50px;
            display: inline-block;
            line-height: 50px;
            vertical-align: middle;
            border-radius: 50%;
            border: 1px solid var(--dark-orange);
            font-size: 28px;
            font-weight: 700;
            color: var(--dark-purple);
            text-align: center;
        }

        .steps-payment-links li h3 {
            font-weight: 300;
            font-size: 18px;
            color: var(--dark-purple);
            text-align: center;
            padding-top: 10px;
        }

.online-shop-system-section {
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple) 80%, var(--light-purple) 20%);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Emissão de boletos - section */

.emissao-de-boletos-section {
    background: url(../img/Ecosystem/landings-ecossistema/emissao-de-boletos-background.jpg) no-repeat center right;
    background-size: auto 100%;
}

.pricelist-boletos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

    .pricelist-boletos li div p {
        font-size: 16px;
        font-weight: 300;
        color: var(--dark-orange);
    }

    .pricelist-boletos li div h3 {
        font-size: 35px;
        font-weight: 700;
        color: var(--light-green);
        margin-top: -5px;
    }

        .pricelist-boletos li div h3 span {
            font-size: 21px;
        }

    .pricelist-boletos li ul {
        display: grid;
        grid-row-gap: 10px;
    }

        .pricelist-boletos li ul li {
            color: var(--grey);
            font-size: 16px;
        }

            .pricelist-boletos li ul li svg {
                padding-top: -5px;
                margin-right: 5px;
            }

.light-orange-bg {
    background: var(--lighter-orange);
}

.circle-showing-feature {
    text-align: center;
}

@media (max-width: 1400px) {

    .links-de-pagamento-section {
        background-position: center right -150px;
    }

    .emissao-de-boletos-section {
        background-position: center right -150px;
    }

    .circle-showing-feature {
        text-align: left;
    }
}

@media (max-width: 1024px) {

    .top-online-shop-landing::before {
        display: none;
    }

    .list-inside-price-table li .text-item {
        padding-left: 20px;
    }

    .list-inside-price-table li .svg-item {
        display: grid;
        align-content: center;
        justify-content: end;
    }

    .links-de-pagamento-section {
        background: url(../img/Ecosystem/landings-ecossistema/links-de-pagamento-background.jpg) no-repeat bottom right;
        background-size: 75% auto;
        padding-bottom: 200px;
    }

    .emissao-de-boletos-section {
        background: url(../img/Ecosystem/landings-ecossistema/emissao-de-boletos-background.jpg) no-repeat bottom right;
        background-size: 75% auto;
        padding-bottom: 200px;
    }

    .steps-payment-links {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }

    .circle-showing-feature {
        text-align: left;
    }

        .circle-showing-feature img {
            width: 50%;
        }

    .online-shop-system-section {
        background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple), var(--light-purple) 200%);
    }

    .pricelist-boletos {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
}

/* Página inicial nova focada em vendas online */

.sell-online-essential {
    padding: 100px 0px;
    background-image: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png), linear-gradient(var(--dark-purple), var(--dark-orange) 150%);
    height: auto;
    margin-bottom: 85px;
}

.img-sell-online-essential {
    position: absolute;
    margin-left: -110px !important;
}

.cta-inner-pages {
    color: var(--lighter-orange);
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    transition: all 0.1s ease-in-out;
}

    .cta-inner-pages span {
        transition: all 0.1s ease-in-out;
    }

    .cta-inner-pages:hover span {
        padding-left: 5px;
    }

.segments-lite {
    background-image: linear-gradient(to bottom, transparent 60px, var(--new-green) 60px);
    height: auto;
}

    .segments-lite ul {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 10px;
    }

        .segments-lite ul li a {
            display: inline-block;
            background: var(--white);
            border-radius: 5px;
            width: 100%;
            text-align: center;
            height: 120px;
            display: grid;
            align-content: center;
            transition: all 0.1s ease-in-out;
        }

            .segments-lite ul li a h4 {
                font-size: 16px;
                color: var(--dark-purple);
            }

            .segments-lite ul li a:hover {
                transform: translateY(-5px);
                box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
            }

.h3-on-segments {
    height: 100px;
    display: grid;
    align-content: center;
    justify-content: center;
}

    .h3-on-segments h3 {
        color: var(--new-dark-purple);
        font-size: 21px;
        font-weight: 300;
        letter-spacing: 4px;
    }



@media(max-width: 1024px) {
    .segments-lite ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
}

@media(max-width: 600px) {
    .segments-lite ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

.list-of-emissions {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    justify-content: start;
}

    .list-of-emissions li {
        border: 1px solid var(--dark-purple);
        padding: 10px 20px;
        border-radius: 10px 0px 10px 0px;
        color: var(--dark-orange);
        font-weight: 700;
    }

.ecosystem-section-header-top {
    background: #94FFF0;
}

.title-ecosystem-section {
    height: 100px;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.link-premium-header {
    color: var(--dark-orange) !important;
}

.wrap-cta-ecosystem {
    background: var(--new-green);
    display: block;
    transition: all 0.5s ease;
}

    .wrap-cta-ecosystem:hover {
        background: var(--white);
    }


.title-ecosystem-section #lottie {
    width: 200px;
    margin-left: -5px;
}

.title-ecosystem-section div .cta-kit-2022 {
    font-size: 18px;
    color: var(--dark-purple);
    text-align: right;
    display: inline-block;
    font-weight: 400;
}

.ecosystem-items-header {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 40px;
}

    .ecosystem-items-header div {
        display: grid;
        align-content: center;
    }

        .ecosystem-items-header div h3 {
            padding-right: 50px;
            font-weight: 400;
            font-size: 35px;
            color: var(--dark-purple);
        }

    .ecosystem-items-header .gradient-loja {
        border-top-left-radius: 20px;
    }

    .ecosystem-items-header .gradient-talk {
        border-top-right-radius: 20px;
    }

    .ecosystem-items-header .ecosystem-item {
        padding: 30px 15px 0px 15px;
        display: grid;
        transition: all 0.2s ease-in-out;
    }

        .ecosystem-items-header .ecosystem-item div .logo-apps {
            height: 25px;
            margin-bottom: 5px;
        }

        .ecosystem-items-header .ecosystem-item div h3 {
            text-align: center;
            color: var(--white);
            font-weight: 300;
            font-size: 16px;
            width: 100%;
            border: 1px solid transparent;
        }

        .ecosystem-items-header .ecosystem-item ul {
            display: grid;
            grid-row-gap: 5px;
            margin-top: 30px;
        }

            .ecosystem-items-header .ecosystem-item ul li {
                color: var(--white);
                font-weight: 300;
                font-size: 16px;
                padding-left: 17px;
                background: url(../img/Ecosystem/check-table-icon-plans.svg) no-repeat center left;
                background-size: auto 12px;
            }

        .ecosystem-items-header .ecosystem-item .image-apps {
            margin-top: 30px;
            display: grid;
            align-content: end;
        }

            .ecosystem-items-header .ecosystem-item .image-apps img {
                width: 100%;
                height: auto;
            }

/* Coloring */

.gradient-loja {
    background-image: var(--loja-gradient);
}

.gradient-bank {
    background-image: var(--bank-gradient);
}

.gradient-mobi {
    background-image: var(--mobi-gradient);
    border-top-right-radius: 20px;
}

.gradient-lite {
    background-image: var(--lite-gradient);
}

.gradient-talk {
    background-image: var(--talk-gradient);
}

.center-align {
    display: grid;
    align-content: center;
}





.justify-end {
    display: grid;
    justify-content: end;
}

.go-cloud {
    background: url(../img/Ecosystem/landings-ecossistema/back-multiply-20-squares.png) no-repeat center top;
    position: relative;
    z-index: 5;
}

    .go-cloud::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 270px;
        z-index: 0;
        opacity: 1;
        background-image: linear-gradient(var(--main-blue-cloud), var(--light-blue-cloud));
    }





.scale-image {
    width: 100%;
    margin: 50px 0px;
}


.cta-scale-cloud {
    display: block;
    margin-top: 85px;
}

    .cta-scale-cloud ul {
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
    }

        .cta-scale-cloud ul .left-cta-scale {
            height: 70px;
            background-color: var(--white);
            border-radius: 5px 0px 0px 5px;
            text-align: center;
            padding: 0px 30px;
        }

            .cta-scale-cloud ul .left-cta-scale p {
                font-size: 14px;
                color: var(--dark-blue-cloud);
            }

            .cta-scale-cloud ul .left-cta-scale h3 {
                color: var(--light-green);
                font-size: 18px;
            }

        .cta-scale-cloud ul .right-cta-scale {
            height: 70px;
            width: 70px;
            background-color: var(--dark-blue-cloud);
            border-radius: 0px 5px 5px 0px;
            display: grid;
            align-content: center;
            justify-content: center;
        }

    .cta-scale-cloud:hover .right-cta-scale {
        background-color: var(--light-green);
    }

.top-main-page {
    position: relative;
    z-index: 2;
    padding: 50px 0px 100px 0px;
}

    .top-main-page::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 35vw;
        height: 100%;
        z-index: 0;
        opacity: 1;
        background-image: url(../img/Ecosystem/landings-ecossistema/sige-lite-ideal-para-gestao-de-comercios.jpg), linear-gradient(var(--dark-purple), var(--light-orange) 200%);
        background-size: cover;
        background-position: right top, center center;
        border-bottom-left-radius: 50px;
    }

.price-on-home {
    position: relative;
    margin-left: -70px;
    margin-bottom: 30px;
}


@media (max-width: 1400px) {
    .image-dashboard-top img {
        margin-left: -100px;
        width: 110%;
    }
}


/*-- Passo a passo --*/

.div-title-step-by-step {
    border-bottom: 3px solid #fff;
}

    .div-title-step-by-step .title-step-by-step {
        text-align: center;
        padding-bottom: 80px;
        color: var(--light-purple);
    }

.div-step-by-step .number-step {
    text-align: center;
    margin-top: -30px;
    margin-left: 110px;
}

    .div-step-by-step .number-step div {
        position: absolute;
        border: 3px solid #fff;
        border-radius: 50%;
        color: var(--dark-purple);
        font-weight: bolder;
        width: 50px;
        height: 50px;
        font-size: 35px;
        margin: auto;
    }

        .div-step-by-step .number-step div p {
            margin-top: -3px;
        }

@media(max-width: 1200px) {
    .step-by-step .div-step-by-step .divided-on-4-list {
        display: grid;
        grid-auto-flow: initial;
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
    }

    .div-title-step-by-step {
        border: none;
    }

    .div-step-by-step .number-step {
        margin-left: 0px;
        margin-top: 0px;
    }

        .div-step-by-step .number-step div {
            position: inherit;
            margin-left: auto;
            margin-right: auto;
        }
}



/*Header - Fluxo de caixa*/
.menu-header-caixa div ul li a {
    display: grid;
    align-items: center;
}

    .menu-header-caixa div ul li a p {
        text-align: start;
    }

.menu-header-caixa ul li {
    background-color: #EFB900;
}


/*container-text-image: contener que contém um texto e uma imagem*/
.container-text-image {
    background-color: #f5f5f5;
}

    .container-text-image .divided-on-2 {
        display: grid;
        align-items: center;
        grid-column-gap: 60px !important;
    }

        .container-text-image .divided-on-2 div {
            display: grid;
            justify-content: end;
        }

        .container-text-image .divided-on-2 img {
            width: 450px;
        }

@media(max-width: 1024px) {
    .container-text-image .divided-on-2 div {
        margin: auto !important;
    }
}

@media(max-width: 770px) {
    .container-text-image .divided-on-2 img {
        margin: auto !important;
        width: 100%;
        height: 100%;
    }
}

/*-- Container com vídeo --*/

.video-resource-products .iframe {
    border-radius: 15px;
    border: 1px solid #707070;
    height: 315px;
}

.video-resource-products-2 .iframe {
    border-radius: 15px;
    border: 1px solid #707070;
    height: 315px;
}

.video-resource-products {
    position: relative;
    z-index: 2;
}

    .video-resource-products::before {
        content: '';
        display: block;
        position: absolute;
        margin-top: -50px;
        width: 100%;
        height: 500px;
        margin-left: 235px;
        z-index: -1;
        opacity: 1;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-video.svg);
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

.video-resource-products-2 {
    position: relative;
    z-index: 2;
}

    .video-resource-products-2::before {
        content: '';
        display: block;
        position: absolute;
        margin-top: -50px;
        width: 100%;
        height: 500px;
        margin-left: -65px;
        z-index: -1;
        opacity: 1;
        background-image: url(../img/Ecosystem/landings-ecossistema/backend-video-2.svg);
        background-repeat: no-repeat;
        border-bottom-left-radius: 50px;
    }

@media(max-width: 1024px) {


    .video-resource .text-resource-products, .video-resource .title-resource-products {
        text-align: start;
    }

    .video-resource-products {
        text-align: center !important;
    }

    .video-resource-products-2 {
        text-align: center !important;
        margin: inherit !important;
    }

    .video-resource-products::before {
        display: none;
    }

    .video-resource-products-2::before {
        display: none;
    }

    video-resource-products-2 {
    }
}

@media(max-width: 600px) {
    .video-resource-products iframe {
        border-radius: 15px;
        width: 100%;
        height: 100% !important;
        text-align: center;
    }

    .video-resource-products-2 iframe {
        border-radius: 15px;
        width: 100%;
        height: 100% !important;
        text-align: center;
    }

    video-resource-products-2 {
        margin: inherit;
        margin: inherit !important;
    }
}

/*container download gratis*/

.container-download-gratis img {
    width: 350px;
    height: 100%;
}

@media(max-width: 600px) {
    /*container Venda em segundos*/
    .container-download-gratis img {
        width: 100%;
        margin: 0 auto;
    }

    /*container saiba mais sobre*/
    .container-download-gratis .divided-on-2 div:nth-child(1) p {
        padding-right: 0px;
        width: 100%;
    }
}

/*container utilidades dos produtos*/

.container-resource-products img {
    width: 300px;
    height: 300px;
}

.container-resource-products li {
    padding: 50px 0px;
}

    .container-resource-products li .text-resource-products {
        margin: auto 0;
    }

    .container-resource-products li div:nth-child(1) {
        justify-content: start;
        text-align: start;
    }

    .container-resource-products li div:nth-child(2) {
        justify-content: end;
        text-align: end;
    }

.container-resource-products .resources-products-videos li {
    padding: 125px 0px;
}

.container-resource-products .divided-on-3 li {
    padding: 0px;
    text-decoration: auto;
}

.container-resource-products .divided-on-3 .primeiro {
    grid-row: 1 / 3;
}

.container-resource-products .divided-on-3 li::before {
    content: "•";
    color: #00C853;
}

@media(max-width: 1024px) {
    .container-resource-products .resources-products-videos li {
        padding: 25px 0px;
    }

    .container-resource-products li .image-resource-products {
        text-align: center !important;
        margin-bottom: 35px;
        margin: auto;
    }

    .resources-products-videos li .video-resource-products {
        margin-top: 30px !important;
    }

    .resources-products-videos li .video-resource-products-2 {
        margin-top: 30px !important;
    }

    .container-resource-products .text-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    /*container utilidades dos produtos*/
    .container-resource-products .image-resource-products {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }

    .container-resource-products img {
        width: 200px;
        height: 200px;
    }

    .container-resource-products .text-resource-products {
        text-align: start;
    }

    .container-resource-products .title-resource-products {
        text-align: start;
    }

    .container-resource-products .divided-row-on-3 {
        grid-row-gap: 0px !important;
    }
}


/*Ramos de atuação*/

.container-ramos-atuacao {
    padding: 20px 0px;
}

@media (max-width: 600px) {
    /*Ramos de atuação*/
    .container-ramos-atuacao .divided-on-8-list {
        display: grid;
        grid-auto-flow: initial;
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
        padding: 0px 20px;
    }

    .container-ramos-atuacao .titulo-ramos-atuacao {
        text-align: center;
    }
}


/*Bring it up - bring it down*/
/*Alterar divs de posição quando diminuir ou aumentar a tela*/

@media(max-width: 1224px) {

    .bring-it-down {
        order: 2;
        margin: auto;
    }

    .bring-it-up {
        text-align: start !important;
    }

        .bring-it-up p {
            order: 1;
            text-align: start;
        }

    .text-resource-products {
        margin-top: 20px !important;
        text-align: start !important;
    }
}

/*-- main-features --*/

.main-features .divided-on-4 {
    grid-gap: 10px;
}

    .main-features .divided-on-4 li {
        padding: 10px;
    }


/*-- inventory-control --*/

.inventory-control, .inventory-control-2 {
    position: relative;
    z-index: 2;
}

    .inventory-control::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 57%;
        z-index: -1;
        opacity: 1;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
    }

    .inventory-control-2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 57%;
        z-index: -1;
        opacity: 1;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
    }

    .inventory-control .divided-on-2 {
        grid-column-gap: 40px;
    }

.contents-inventory-control {
    border: 1px solid var(--lighter-purple);
    border-start-start-radius: 30px;
    border-end-end-radius: 30px;
    padding: 70px 30px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}


    .contents-inventory-control .divided-on-3-2 {
        grid-column-gap: 100px;
    }


@media(max-width: 1024px) {
    .inventory-control::before {
        height: 100%;
    }


    .contents-inventory-control .padding-right-145 {
        padding-right: 0px !important;
    }

    .contents-inventory-control .divided-on-3-2 {
        grid-column-gap: 0px;
        grid-row-gap: 100px;
    }

        .contents-inventory-control .divided-on-3-2 .color-dark-orange {
            padding-right: 200px;
        }

    .contents-inventory-control .end {
        text-align: start !important;
    }
}

@media(max-width: 600px) {
    .contents-inventory-control .divided-on-3-2 .color-dark-orange {
        padding-right: 0px !important;
    }
}


/*-- double-image-text --*/

@media(max-width: 1024px) {
    .double-image-text .imagem {
        text-align: center;
    }

    .double-image-text img {
        width: 100%;
    }

    .double-image-text .divided-on-2 {
        grid-row-gap: 40px !important;
    }
}






/* Estilos da página - Primeiros Passos */

.container-width {
    margin: 0 auto;
    width: 70vw;
}

.content-integration-item-right, .content-integration-item-left {
    background: linear-gradient( 40deg, #5813ba, #9f33dd 77%);
    border-radius: 20px 0px 20px 0px;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 40% 60%;
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    color: white;
}

.content-integration-item-left {
    grid-template-columns: 60% 40%;
    border-radius: 0px 20px 0px 20px;
    background: var(--lighter-grey);
    color: black;
}


    .content-integration-item-left h1 {
        color: var(--light-purple-lite);
    }

    .content-integration-item-right p, .content-integration-item-left p {
        font-size: 16px;
        color: var(--dark-grey);
        line-height: 24px;
    }

.content-integration-item-right h1, .content-integration-item-right p {
    color: white;
}

.title-content-item {
    display: grid;
    grid-auto-flow: row;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    margin-left: 50px;
}

.content-integration-item-left .title-content-item {
    margin-left: -50px;
}

.content-integration-item-video {
    display: grid;
    margin: 0 auto;
    padding: 0;
    align-content: center;
    justify-content: center;
    right: 0;
    top: 0;
    position: relative;
}

    .content-integration-item-video iframe {
        margin: 20px 50px;
        border: 2px solid var(--dark-blue-cloud);
        border-radius: 20px 0px 20px 0px;
        background: white;
    }

.left-iframe-border iframe {
    border-radius: 0px 20px 0px 20px;
}

.content-integration-item-left .content-integration-item-video iframe {
    margin-left: -15%;
}

.button-back-to-top {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 20px;
    right: 20px;
    z-index: 777;
    border-radius: 2px;
    cursor: pointer;
    display: none;
}

    .button-back-to-top img {
        object-fit: contain;
    }


@media (max-width: 1023px) {
    .container-width {
        width: 90vw;
        justify-content: center;
    }

    .content-integration-item-right {
        display: inline-block;
        text-align: center;
    }

    .content-integration-item-left {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

        .title-content-item, .content-integration-item-left .title-content-item {
            margin: 0 auto;
        }

    .content-integration-item-video {
        display: grid;
        margin: 0 auto;
        padding: 0;
        align-content: center;
        justify-content: center;
        right: 0;
        top: 0;
        position: relative;
    }

        .content-integration-item-video iframe, .content-integration-item-left .content-integration-item-video iframe {
            margin: 0 auto;
            margin-top: 20px;
        }
}




/** footer-download-gratis **/


.cta-ecosystem-line {
    background-color: var(--light-green);
    height: 100%;
}

    .cta-ecosystem-line .container {
        display: grid;
        grid-template-columns: 70% 30%;
    }

        .cta-ecosystem-line .container div {
            height: 100px;
            display: grid;
            align-content: center;
        }


@media(max-width: 1024px) {
    .cta-ecosystem-line .container {
        grid-template-columns: 1fr;
    }

    .cta-ecosystem-line .justify-end {
        justify-content: center;
    }
}

@media(max-width: 600px) {
    .footer-download-gratis {
        padding-top: 20px;
    }
}

/* FLEX */
.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.column {
    flex-direction: column;
}

.v-center {
    align-items: center;
}

.v-top {
    align-items: flex-start;
}

.v-end {
    align-items: flex-end;
}


/* Homepage 2022 */

.header-top-2022 {
    display: grid;
    grid-template-rows: 1fr 220px;
    height: 95%;
    background: #333 url(../img/sige-lite-2022/banner-top-sige-lite.png) no-repeat center top;
    background-size: cover;
}


.bottom-part-header-top-2022 {
    height: 220px;
    margin: 0px;
    padding: 0px;
}

.top-part-header-top-2022 {
    display: grid;
    align-content: center;
}

    .top-part-header-top-2022 h1 {
        text-align: center;
        font-size: 44px;
        padding: 0px 50px;
        color: var(--white);
        line-height: 55px;
        font-weight: 700;
    }

        .top-part-header-top-2022 h1 span {
            font-weight: 100;
            font-style: italic;
        }

    .top-part-header-top-2022 h2 {
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
        color: var(--new-green);
        line-height: 28px;
        font-weight: 300;
    }

    .top-part-header-top-2022 ul {
        display: grid;
        grid-auto-flow: column;
        justify-content: center;
        grid-column-gap: 30px;
        margin-top: 40px;
    }

        .top-part-header-top-2022 ul li:last-child {
            display: grid;
            align-content: center;
        }

            .top-part-header-top-2022 ul li:last-child a {
                height: 60px;
                padding: 0px 40px;
                font-size: 21px;
                display: inline-block;
                line-height: 60px;
                vertical-align: middle;
                border-radius: 30px;
                font-weight: 300;
                border: 1px solid var(--white);
                color: var(--white);
            }
