﻿/* CSS for QCrash */
/*@font-face {
    font-family: 'Raleway';
    src: url('../../Lexa/Raleway-VariableFont_wght.ttf') format('truetype');
}*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    /*border: 0pt none;
    margin: 0pt;
    padding: 0pt;
    line-height: 1;
    font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
    color: #111;*/
}

body {
    background-color: white;
}

/*img {
    border: 0;
    color: none;
    max-width: 100%;
    height: auto;
    width: 100%;
}*/

a {
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
    color: #3e7a6e;
}

    a:hover {
        color: #444;
    }

.clear_div {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
}

.hidden {
    display: none;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-62 {
    margin-bottom: 62px;
}

.mb-72 {
    margin-bottom: 72px;
}

.curve {
    height: 230px;
    width: 136%;
    border-radius: 50%;
    margin: 0px -18% -190px;
}

.btn {
    border-radius: 4px;
    letter-spacing: -0.5px;
    transition: background 20ms ease-in 0s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 42px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    min-width: 150px;
    font-weight: normal;
}

    .btn.btn-primary {
        border: 1px solid #3e7a6e;
        background-color: #3e7a6e;
        color: white;
    }

    .btn.btn-secondary {
        border: 1px solid #3e7a6e;
        background-color: transparent;
        color: #3e7a6e;
    }

.container {
    margin: 0 20px;
    padding: 110px 0;
    text-align: center;
}

.waves {
    position: relative;
}

    .waves img {
        width: 90%;
        position: absolute;
        bottom: 0;
        right: 5%;
        border-bottom: 1px solid #E8E8E8;
    }

    .waves.inv img {
        transform: scaleX(-1);
        right: auto;
        left: 5%;
    }

.scroll-on {
    display: none;
    position: absolute;
    width: 100%;
    font-size: 32px;
    color: #3e7a6e;
    text-align: center;
}

h2 {
    font-size: 42px;
    font-weight: 200;
    color: #3e7a6e;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.subtitle {
    font-size: 22px;
    font-weight: 300;
}

    .subtitle p {
        line-height: 1.3em;
        padding-bottom: .5em;
    }

.content-wrapper {
    position: relative;
}

    .content-wrapper.sticky {
        margin-top: 88px;
    }

#what .container,
.features-items-container,
.price-items-wrapper,
.help-items-container,
.download-items-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#what .container {
    padding: 20px 0 80px;
}

.what-pic {
    width: 90%;
    margin: 0 5% 36px;
}

.what-claim {
    order: 1;
}

    .what-claim h1 {
        font-size: 42px;
        font-weight: 200;
        color: #3e7a6e;
    }

    .what-claim .subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

#what .waves img {
    width: 75%;
    border-bottom: 0 solid transparent;
}

#features {
    background-color: #f4eccf;
}

.feat-item-wrapper {
    width: 70%;
    margin: 0 15% 15%;
}

#features .feat-item {
    padding: 15px 25px 25px 25px;
}

#features .main-feat h3 {
    color: #3e7a6e;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3em;
}

#features .feat-text-box {
    min-height: 140px;
}

    #features .feat-text-box .subtitle p {
        font-size: 15px;
        line-height: 1.2em;
    }

#features h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a4b06b;
    letter-spacing: 4px;
    text-align: center;
}

.features-items-container {
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

#features .feat-pic {
    padding: 0;
}

.price-item,
.feat-item {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 20px;
    background-color: white;
}

#price .section-header {
    text-align: left;
}

    #price .section-header .section-title h2 {
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 600;
        padding-bottom: 15px;
    }

    #price .section-header .subtitle p {
        line-height: 1.2em;
    }

#price .section-header {
    padding-bottom: 42px;
}

.price-item-wrapper {
    width: 85%;
    margin: 20px 0;
}

.price-item {
    padding: 25px 25px 35px;
    text-align: center;
}

.price-feat-list {
    min-height: 235px;
}

    .price-feat-list ul li {
        text-align: center;
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: 300;
    }

.price-plan {
    margin-bottom: 12px;
}

    .price-plan h3 {
        text-transform: uppercase;
        color: #3e7a6e;
        letter-spacing: 3px;
        font-size: 14px;
        font-weight: 600;
    }

.price-value {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
}

.price-currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}

.price-price {
    display: inline-block;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -6px;
}

.price-installment {
    display: inline-block;
    margin-left: 7px;
}

.price-claim {
    font-weight: 600;
    font-size: 19px;
}

.huge-number {
    font-size: 30px;
    vertical-align: bottom;
}

.enterprise-plan .price-item {
    background-color: #F8F8F8;
}

#help .container,
#ready .container,
#download .container {
    padding: 150px 0;
    margin: 0 20px;
}

    #ready .container p {
        line-height: 1.3em;
    }

#ready .ready-items-container a {
    margin: 0 5px;
}

.help-item {
    margin-bottom: 50px;
}

.help-item-title {
    margin-bottom: 15px;
}

.help-item-label {
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    color: #9b7f18;
}

.help-item .fa-envelope,
.help-item .fa-whatsapp {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
    color: #9b7f18;
}

.help-item-data {
    font-size: 28px;
    font-weight: 200;
}

#help .waves img {
    border-bottom: 0px solid transparent;
}

#download .download-item {
    text-align: center;
    width: 192px;
}

#download a {
    text-decoration: none;
}

.download-items-container {
    justify-content: space-evenly;
}

.download-item i {
    font-size: 120px;
    color: #3e7a6e;
}

.download-item.android i {
    padding-top: 20px;
}

.download-item-label {
    font-size: 28px;
    font-weight: 200;
    text-transform: lowercase;
    padding: 30px 0;
}

.android .download-item-label {
    padding-top: 10px;
}

.download-item-pic {
}

/*footer {background-color: #e4d59e;}*/
footer {
    background-color: #F8F8F8;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 80px 0 40px;
    margin: 0 20px;
}

    .footer-wrapper ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-wrapper a {
        text-decoration: none;
        color: #111;
    }

        .footer-wrapper a:hover {
            text-decoration: none;
            color: #3e7a6e;
        }

        .footer-wrapper a i {
            margin-right: 7px;
        }

.footer-left-block {
    order: 2;
    border-top: 1px solid #CCC;
    padding: 40px 0;
}

.footer-center-block {
    order: 1;
}

.footer-right-block {
    order: 3;
    margin: 30px 0px;
}

.footer-left-block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-center-block-wrapper,
.language-box-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-center-block-wrapper {
    margin-bottom: 40px;
}

.footer-right-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-around;
}

.footer-column {
    width: 38%;
    padding: 0 6% 10%;
}

.footer-column-header {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

footer .logo-box {
    text-align: center;
}

/*footer .logo-pic {
    width: 78px;
    margin-bottom: 7px;
}*/

footer .brand-name {
    font-size: 14px;
}

.locale-icon {
    display: inline-block;
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin-right: 7px;
    opacity: .7;
}

.locale-name {
    display: inline-block;
    font-size: 13px;
}

.language-box-wrapper {
    display: inline-block;
}

.language-item {
    margin-bottom: 14px;
    opacity: .6;
    text-align: left;
}

    .language-item:last-of-type {
        margin-bottom: 0;
    }

.language-box i {
    display: none;
    margin-left: 7px;
}

.language-item.selected {
    opacity: 1;
}

    .language-item.selected .locale-name i {
        display: inline-block;
    }

footer .download-item {
    width: 128px;
    margin-bottom: 8px;
}

.copyline {
    font-size: 12px;
    text-align: center;
    padding: 8px 0 0px;
}

header {
    background-color: white;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

    header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3;
    }

.header-wrapper,
.navigation-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper {
    padding: 20px 0;
    margin: 0 30px;
}

header .logo-pic {
    display: inline-block;
    width: 48px;
    height: auto;
    vertical-align: middle;
}

header .brand-name {
    display: inline-block;
    font-size: 32px;
    margin-left: 10px;
    font-weight: 200;
    vertical-align: middle;
}

header.sticky .header-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
    transition: all 0.4s ease;
}

header.sticky .logo-pic {
    width: 32px;
    transition: all 0.4s ease;
}

header.sticky .brand-name {
    font-size: 24px;
    transition: all 0.4s ease;
}

header a {
    color: black;
}

    header a:hover {
        color: #3e7a6e;
    }

header li {
    padding: 0px 20px;
}

    header li.vendor-link {
        border-left: 1px solid #111;
    }

        header li.vendor-link a {
            color: #3e7a6e;
        }

header .navigation {
    display: none;
}

header .hamburger {
    cursor: pointer;
    width: 22px;
    height: 15px;
    position: relative;
    margin-left: auto;
    margin-top: 5px;
}

    header .hamburger .line {
        position: absolute;
        width: 100%;
        left: 0px;
        height: 2px;
        background-color: #262a3e;
        transition: all 0.75s cubic-bezier(0.5, -0.01, 0, 1.005);
    }

        header .hamburger .line:nth-child(1) {
            top: 0px;
        }

        header .hamburger .line:nth-child(2) {
            bottom: 0px;
        }

header.open .hamburger .line:nth-child(1) {
    transform: translateY(7px) translateX(0px) rotate(45deg);
}

header.open .hamburger .line:nth-child(2) {
    transform: translateY(-6px) translateX(0px) rotate(-45deg);
}

#mobile-menu {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

    #mobile-menu .navigation-wrapper {
        flex-direction: column;
    }

    #mobile-menu ul {
        padding: 180px 20px;
    }

        #mobile-menu ul li {
            margin-bottom: 30px;
            text-align: center;
        }

            #mobile-menu ul li a {
                text-transform: uppercase;
                color: #333;
                font-size: 20px;
            }

            #mobile-menu ul li.vendor-link {
                border-top: 1px solid #444;
                padding-top: 30px;
            }

.pro #mobile-menu ul li.signup-link {
    border-top: 1px solid #EEE;
    padding-top: 30px;
}

#mobile-menu ul li.vendor-link a {
    color: #3e7a6e;
}

.pro .btn.btn-secondary {
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
}

.pro #ready .btn.btn-secondary {
    border: 1px solid #3e7a6e;
    background-color: transparent;
    color: #3e7a6e;
}

body.pro,
.pro header {
    background-color: #3e7a6e;
}

.pro .content-wrapper {
    background-color: #FFF;
}

.pro #what {
    background-color: #3e7a6e;
}

.pro header div,
.pro header a {
    color: white;
}

.pro header.sticky .header-wrapper {
    border-bottom: 0px solid transparent;
}

.pro header .navigation .btn-secondary {
    height: 36px;
    min-width: 100px;
}

.pro header li.signup-link {
    border-left: 1px solid #F8F8F8;
}

.pro header li.login-link {
    padding: 0;
}

.pro header .hamburger .line {
    background-color: #F8F8F8;
    );
}

.pro #mobile-menu {
    background-color: #3e7a6e;
}

    .pro #mobile-menu ul li a {
        color: #FFF;
    }

    .pro #mobile-menu ul li.vendor-link {
        border-top: 1px solid #AAA;
    }

        .pro #mobile-menu ul li.vendor-link a {
            color: #FFF;
        }

    .pro #mobile-menu ul li.login-link {
        border-left: 1px solid #F8F8F8;
    }

.pro-suffix {
    font-weight: bold;
    color: white;
}

.pro .what-claim h1 {
    color: #EEE;
}

.pro .what-claim p {
    color: #CCC;
}

.pro footer {
    background-color: #3e7a6e;
}

    .pro footer div,
    .pro footer span,
    .pro footer a {
        color: white;
    }

.pro header a:hover,
.pro .footer-wrapper a:hover {
    color: #CCC;
}

.pro .footer-column-header {
    color: #F0F0F0;
}

@media only screen and (min-width: 600px) {
    .waves img {
        width: initial;
        right: 20px;
    }

    .waves.inv img {
        left: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .waves img {
        width: initial;
        right: 10%;
    }

    .waves.inv img {
        left: 10%;
    }

    .container {
        margin: 0 4%;
    }

    .subtitle {
        font-size: 24px;
    }

    #what .container,
    .features-items-container,
    .price-items-wrapper,
    .help-items-container,
    .download-items-container {
        flex-direction: row;
    }

    #what .container {
        margin: 0 14%;
    }

    .what-pic {
        width: 50%;
        order: 2;
        margin: 0;
    }

    .what-claim {
        width: 50%;
        text-align: left;
    }

    .what-claim-wrapper {
        margin-right: 24px;
    }

    .what-claim h1 {
        font-size: 36px;
    }

    .waves img {
        width: initial;
    }

    .what-claim .subtitle {
        font-size: 16px;
    }

    .feat-item-wrapper {
        width: 28%;
        margin: 0 2.5% 3.5%;
    }

    #features .main-feat h3 {
        font-size: 16px;
    }

    #features .feat-text-box .subtitle p {
        font-size: 14px;
    }

    .price-items-wrapper {
        flex-wrap: wrap;
    }

    #price .section-header {
        width: 100%;
        text-align: center;
    }

    .section-header-wrapper {
        display: inline-block;
        text-align: left;
    }

    .price-item-wrapper {
        width: 33%;
        margin: 0;
    }

    .price-item {
        padding: 25px 25px 50px;
    }

    .price-feat-list {
        min-height: 275px;
    }

    .price-plan {
        margin-bottom: 32px;
    }

    .price-feat-list {
        min-height: 275px;
    }

        .price-feat-list ul li {
            margin-bottom: 23px;
        }

    .price-value {
        min-height: 95px;
    }

    .larger .price-item {
        padding: 35px 25px 60px;
    }

    .larger .price-feat-list {
        min-height: 295px;
    }

        .larger .price-feat-list ul li {
            margin-bottom: 23px;
            font-size: 16px;
        }

    .larger .price-value {
        min-height: 115px;
    }

    .larger .price-currency {
        font-size: 22px;
    }

    .larger .price-price {
        font-size: 70px;
    }

    .larger .price-claim {
        font-size: 19px;
    }

    .welcome-plan {
        margin-right: -40px;
    }

    .basic-plan {
        z-index: 2;
    }

    .enterprise-plan {
        margin-left: -40px;
    }

    #help .container,
    #ready .container {
        margin: 0 8%;
    }

    #ready .ready-items-container a {
        margin: 0 15px;
    }

    .help-item .fa-envelope,
    .help-item .fa-whatsapp {
        font-size: 32px;
    }

    .help-item-title {
        margin-bottom: 25px;
    }

    .help-item-label {
        font-size: 20px;
    }

    .help-item-wrapper {
        text-align: left;
    }

    .help-item {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    header .navigation {
        display: block;
    }

    header .hamburger {
        display: none;
    }

    .container {
        margin: 0 14%;
    }

    .what-claim-wrapper {
        margin-right: 50px;
    }

    .what-claim h1 {
        font-size: 42px;
    }

    #what .subtitle {
        font-size: 24px;
    }

    #features .main-feat h3 {
        font-size: 18px;
    }

    #features .feat-text-box .subtitle p {
        font-size: 15px;
    }

    .price-items-wrapper {
        flex-wrap: nowrap;
    }

    #price .section-header {
        width: 31%;
        padding-bottom: 0;
    }

    #price .section-header-wrapper {
        padding-right: 20px;
    }

    .price-item-wrapper {
        width: 30%;
    }

    #help .container,
    #ready .container {
        margin: 0 28%;
    }

    footer {
        box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
    }

    .pro footer {
        box-shadow: 0 0 0 transparent inset;
    }

    .footer-wrapper,
    .footer-left-block-wrapper,
    .footer-center-block-wrapper,
    .footer-right-block-wrapper {
        flex-direction: row;
        margin: 0;
    }

    .footer-center-block-wrapper {
        justify-content: space-around;
    }

    .footer-left-block-wrapper {
        justify-content: space-around;
        align-items: center;
        padding-left: 30px;
    }

    .footer-right-block-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        padding-right: 30px;
    }

    .footer-left-block {
        order: 1;
        border-top: 0 solid transparent;
        padding: 0;
    }

    .footer-center-block {
        order: 2;
    }

    .footer-wrapper {
        justify-content: space-between;
        padding: 0px 0;
    }

        .footer-wrapper ul li {
            line-height: 23px;
        }

    /*footer .logo-pic {
        width: 64px;
        margin-bottom: 6px;
    }*/

    footer .brand-name {
        font-size: 13px;
    }

    .language-box {
        padding-left: 50px;
    }

    .language-item {
        margin-bottom: 15px;
    }

    .language-box-wrapper,
    .footer-right-block {
        order: 3;
        margin: 0;
    }

    .footer-column {
        padding: 0 40px;
        width: auto;
    }

    .footer-column-header {
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: 0 solid transparent;
    }
}
































