
:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-laptop: 1024px;
    --breakpoint-xl: 1200px;
}

html {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.whatsapp-panel {
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}

.sidepanel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    box-shadow: -15px 0px 10px #0000001c;
}

    /* The sidepanel links */
    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #573678;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidepanel a:hover {
            color: #a73a78;
        }

    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        position: absolute;
        top: 14px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: #573678;
    }


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-color: white;
}


header {
    display: flex;
    flex-direction: row;
    background: white;
    height: 100px;
    position: fixed;
    width: 100%;
    box-shadow: 10px 10px 10px #0000000a;
    /*justify-content: space-between;*/
    align-items: center;
    /*backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.85);*/
}

    header .menu-btn {
        display: inline-block;
        border-radius: 32px;
        border: none;
        border-radius: 9px;
        border: 1px solid #f7f7f7;
        color: #5a3b78;
        line-height: 0;
        cursor: pointer;
        transition: all 0.2s;
        margin-right: 16px;
        font-size: 24px;
        padding: 16px;
        background: white;
        visibility: collapse;
    }

@media (max-width: 768px) {
    header {
        justify-content: space-between;
    }

        header .menu-btn {
            visibility: visible;
        }
}

.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 768px) {
    .header-content {
        justify-content: space-between;
    }
}

nav {
    display: flex;
    flex-direction: row;
}

    nav ul {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

        nav ul li {
            list-style-type: none;
        }

            nav ul li > a {
                display: inline-block;
                border-radius: 32px;
                border: none;
                border-radius: 9px;
                /*border: 1px solid #f7f7f7;*/
                color: #5a3b78;
                line-height: 0;
                cursor: pointer;
                transition: all 0.2s;
                padding: 16px;
                background: white;
                text-decoration: none;
                font-size: medium;
            }

@media (max-width: 768px) {
    nav {
        display: none;
    }
}

.dropbtn {
    display: inline-block;
    border-radius: 32px;
    border: none;
    border-radius: 9px;
    /*border: 1px solid #f7f7f7;*/
    color: #5a3b78;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
    padding: 16px;
    background: white;
    font-family: 'Nunito', sans-serif;
    font-size: medium;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 9px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #5a3b78;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 9px;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #dddddd8f;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f7f7f7;
}


main {
    margin-top: 100px;
    /*background-color: #161c2d;*/
}

.logo {
    margin-left: 42px;
    max-height: 80px;
    align-self: center;
}

.apresentacao {
    display: flex;
    flex-direction: column;
    color: white;
    /*background: linear-gradient(45deg, black, transparent);*/
    /*background: linear-gradient(45deg, black, #ffffff21);*/
    background: linear-gradient(45deg, #583d76, #593c77);
    padding: 24px;
}

.image-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.apresentacao-texto-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 42px;
    max-width: 460px;
    align-self: center;
}

.apresentacao h1 {
    font-weight: 200;
    margin: 0;
    text-align: center;
    text-shadow: 0 3px 6px rgb(0 0 0 / 80%);
    max-width: 600px;
}

.apresentacao h2 {
    color: #ccd7e7;
    font-weight: 400;
    margin: 0;
    text-align: center;
    margin-top: 32px;
    font-size: large;
    text-shadow: 0 3px 6px rgb(0 0 0 / 80%);
    max-width: 600px;
    line-height: 28px;
}


/*
@media (min-width: 1200px) {
    .embed-responsive {
        position: absolute;
        max-width: 100%;
        right: 0;
        left: 0;
    }
}*/
.embed-responsive {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .embed-responsive video {
        width: 680px;
        max-width: 100%;
    }
}

.embed-responsive video {
    max-width: 95%;
}


/***/

@media (max-width: 992px) {
    .video-hero {
        margin-right: -24px;
        margin-left: -24px;
    }
}

@media (min-width: 1200px) {
    .video-hero video {
        width: 780px;
        max-width: 100%;
    }
}

.video-hero video {
    max-width: 100%;
}

.financas-app {
    display: flex;
    flex-direction: row;
    background: linear-gradient(45deg, #1d519f, #203f6e);
    color: white;
    color: white;
    background-image: url(/financas_desk.png), linear-gradient(45deg, #1d519f, #203f6e);
    background-repeat: no-repeat;
    background-position-x: right;
    /*background-size: contain;*/
    background-size: auto;
    background-position-y: bottom;
    background-blend-mode: normal;
}

@media (max-width: 1700px) {
    .financas-app {
        background-blend-mode: soft-light;
    }
}

.max-width-460 {
    max-width: 460px;
}

.max-width-600 {
    max-width: 600px;
}

@media (max-width: 992px) {
    .max-width-600 {
        max-width: none;
    }

    .max-width-460 {
        max-width: none;
    }
}


@media (max-width: 768px) {
    .financas-app {
        background: linear-gradient(45deg, #1d519f, #203f6e);
    }
}

.financas-app text-info {
    display: flex;
    flex-direction: column;
}

    .financas-app text-info h2 {
        color: red
    }

.flex-row {
    display: flex;
    flex-direction: row;
}

.align-self-center {
    align-self: center;
}

.align-self-flex-end {
    align-self: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-around {
    justify-content: space-around;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}



.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.btn-saber {
    display: inline-block;
    width: 100%;
    height: 3.625rem;
    border-radius: 32px;
    border: 1px solid #c33d76;
    border-radius: 32px;
    background-color: #ad3d77;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
    max-width: 460px;
}

a.btn-saber {
    height: auto;
    padding: 24px;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 576px) {

    .btn-saber {
        max-width: none;
    }
}


.quem-somos-sec {
    color: black;
    padding: 94px 24px;
    background: url(/hero-background.png);
    background-repeat: round;
    /*animation-name: quem-somos-sec-animation;
    animation-duration: 4s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;*/
}
/*
    @keyframes quem-somos-sec-animation {
        from {
            background-color: #ffffff05;
        }

        to {
            background-color: #ffffff21;
        }
    }*/

.material-icons.icon-green {
    color: #02bfa6;
}

.sec-content h2 {
    margin: 0;
    margin-bottom: 32px;
    text-align: center;
    font-size: xx-large;
    /*text-shadow: 0 3px 6px rgb(0 0 0 / 80%);*/
}

.sec-content p {
    margin: 0;
    margin-bottom: 32px;
    /*text-shadow: 0 3px 6px rgb(0 0 0 / 80%);*/
    line-height: 26px;
    font-weight: 300;
    font-size: 110%;
}

.quem-somos-pill-container {
    gap: 16px;
    justify-content: space-between;
}



.quem-somos-pill {
    display: flex;
    flex-direction: column;
    background: white;
    /* background: linear-gradient(130deg, rgb(255 255 255 / 80%), rgb(12 12 12 / 10%), rgb(255 255 255 / 80%)); */
    max-width: 280px;
    padding: 36px;
    border-radius: 26px;
    /* border: 1px solid #a5a5a53b; */
    justify-content: space-around;
    box-shadow: 0 0 8px #00000008;
    width: 100%;
}


@media (max-width: 768px) {
    .quem-somos-pill {
        max-width: none;
    }
}


.quem-somos-pill img {
    width: 128px;
    height: 128px;
    align-self: center;
    margin-top: 16px;
}

.quem-somos-pill h5 {
    font-weight: 500;
    margin: 0;
    /*margin-bottom: 16px;*/
    font-size: x-large;
    text-shadow: none;
}

.quem-somos-pill p {
    margin: 0;
    margin-top: 16px;
    line-height: 1.6em;
    text-shadow: none;
    font-size: 90%;
}

.row-desktop-column-mobile {
    display: flex;
    flex-direction: row;
}

@media (max-width: 992px) {
    .row-desktop-column-mobile {
        flex-direction: column;
    }
}

.feature-app-container {
    border: 1px solid #ffffff42;
    padding: 0;
    border-radius: 9px;
    margin-bottom: 32px;
    box-shadow: 0 5px 15px #0000002e;
}

.feature-app-container-financas {
    background: linear-gradient(45deg, #1d519f, #203f6e);
}

.feature-app-container-recepcao {
    background: linear-gradient(45deg, #035f53, #023f40);
}

.feature-app-container-gerencial {
    background: transparent;
    box-shadow: none;
}

.feature-app-item {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    /*background: linear-gradient(130deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02), rgba(255,255,255,0.02));*/
}

    .feature-app-item h5 {
        color: white;
    }

.feature-app-container-gerencial .feature-app-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

section {
    color: white;
    padding: 94px 24px;
}

.img-desk {
    display: block;
}

.img-mob {
    display: none;
}

@media (max-width: 992px) {
    .img-desk {
        display: none;
    }

    .img-mob {
        display: block;
    }
}


.recepcao-app {
    display: flex;
    flex-direction: row;
    color: white;
    background-image: linear-gradient(90deg, transparent 0%, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 30%) 51%, rgb(0 0 0 / 60%) 100%), url(/recepcao_hero2.png), linear-gradient(45deg, #039962, #05798f);
    background-repeat: no-repeat;
    background-position-x: left;
    /*background-size: contain;*/
    background-size: auto;
    background-position-y: center;
    background-blend-mode: normal;
}

@media (max-width: 1700px) {
    .recepcao-app {
        background-blend-mode: soft-light;
        background-position-y: bottom;
    }
}


.recep-img {
    align-self: center;
}


.gerencial-app {
    color: black;
    background-image: linear-gradient(45deg, white 0%, rgb(211 211 211 / 26%) 51%, rgb(172 255 1 / 11%) 100%), linear-gradient(45deg, #ffffff, #ffffff);
}

.img-round-shadow {
    box-shadow: 0 5px 15px #0000002e;
    border-radius: 9px;
}

@media (max-width: 1700px) {
    .gerencial-app {
        background-blend-mode: soft-light;
        background-position-y: bottom;
    }
}

.order-1-desk-order-0-mob {
    order: 1;
}

.order-0-desk-order-1-mob {
    order: 0;
}

@media (max-width: 992px) {
    .order-1-desk-order-0-mob {
        order: 0;
    }

    .order-0-desk-order-1-mob {
        order: 1;
    }
}

hr {
    border: 1px solid #eee;
    margin: 32px;
}

.entrada-app {
    display: flex;
    flex-direction: column;
    color: black;
    background: linear-gradient(45deg, #e3e3e3, white, #e3e3e3);
}

    .entrada-app .images {
        /*margin-left: -24px;
        margin-right: -24px;*/
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        overflow-y: hidden;
        border-radius: 17px;
        box-shadow: 0px 0px 15px 6px #00000036;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        cursor: pointer;
        border: 8px solid #ffffff;
    }

        .entrada-app .images img {
            max-width: 80%;
            scroll-behavior: smooth;
            scroll-snap-align: start;
        }

@media (min-width: 1200px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.3);
    }

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }
}
/*
    .entrada-app .images img {
        position: absolute;
    }
    .entrada-app .images .top {
        animation-name: fade;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-direction: alternate;
    }


@keyframes fade {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
*/

.btn-whatsapp {
    display: inline-block;
    /* height: 3.625rem; */
    border-radius: 32px;
    border: 1px solid #3dc37e;
    border-radius: 32px;
    background-color: #3dc37e;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
    /*max-width: 460px;*/
    padding: 28px;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 32px;
    border: 1px solid #ffffff;
    background-color: #bbffdc;
    color: #000000;
}
/*
background: linear-gradient(45deg, #953d77, #5a3b78), linear-gradient(242deg, #993d77, #5a3b78);
background-blend-mode: revert;
color: white;
*/

.empresa-sec {
    background: linear-gradient(45deg, #4c3cd5, #60427d), linear-gradient(293deg, #d53c76, #60427d);
}

.informacoes {
    gap: 4px;
}

    .informacoes .campo {
        font-weight: bold;
    }



a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}



.big-numbers-sec {
    /* background: whitesmoke; */
    color: black;
    padding: 32px 24px;
    /* background: linear-gradient(181deg, black, #ffffff21); */
    /* background: url(/hero-background.png); */
    background: linear-gradient(180deg, #583d76, #3f2c53);
    /* background: url(/hero-background.png); */
    border-bottom-left-radius: 190px;
    border-bottom-right-radius: 190px;
    box-shadow: 0px 10px 8px #e5e5e5;
    margin-bottom: 24px;
}

@media (max-width: 600px) {
    .big-numbers-sec {
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }
}

.big-numbers-pill-container {
    gap: 16px;
    justify-content: space-between;
    background: linear-gradient(1deg, rgb(255 255 255 / 66%), rgb(255 255 255), rgb(255 255 255));
    /* padding: 8px; */
    border-radius: 16px;
    border-bottom: 5px solid #7a5e99;
    /* border-color: #b9acc5; */
    /* border: 1px solid; */
    margin-bottom: 24px;
    box-shadow: 0 0 8px #00000008;
}



.big-numbers-pill {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    padding: 16px;
    border-radius: 26px;
    /* border: 1px solid #a5a5a53b; */
    /* justify-content: space-around; */
    /* box-shadow: 0 0 8px #00000008; */
    width: 100%;
    /*    background: linear-gradient(90deg, transparent, #00000000, transparent);
    background: white;*/
    transition: 1s linear;
}

    .big-numbers-pill:hover {
        background: linear-gradient(90deg, #ffffff1a, #ffffff, transparent);
    }

@media (max-width: 768px) {
    .big-numbers-pill {
        max-width: none;
    }
}


.big-numbers-pill img {
    width: 128px;
    height: 128px;
    align-self: center;
    margin-top: 16px;
}

.big-numbers-pill h5 {
    color: #906cb7;
    font-weight: 800;
    margin: 0;
    margin-bottom: 8px;
    font-size: 40px;
    text-shadow: none;
}

.big-numbers-pill p {
    color: #5d5d5d;
    margin: 0;
    margin-top: 0px;
    line-height: 1.6em;
    text-shadow: none;
    font-size: small;
    font-weight: 600;
}

.big-icon {
    color: #8d65b8;
    font-size: 32px !important;
}
