﻿/*@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");*/
@import url("https://fonts.googleapis.com/css?family=Mona+Sans:var(--h4-font-weight),400,var(--h2-font-weight)|Inter:var(--p3-semibold-font-weight),var(--p2-font-weight),var(--p3-font-weight),var(--p1-font-weight),400");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

.top-nav-bar,
.footer,
.homepage .section,
.accelerate-your-business,
.our-clients,
.our-customized-solutions,
.Industries-Desktop,
.Industries-Mobile {
    background: var(--bg-dark, #1e2430);
}

.container {
    display: flex;
    position: relative;
}


.card {
    background: var(--neutral-neutral-80, #282f3e);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--neutral-neutral-70, #55607b);
    border-width: 1px;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    position: absolute;
    overflow: hidden;
    backdrop-filter: blur(10.5px);
}

.frame {
    display: flex;
    flex-direction: row;
}


.list-item, .list-item2 {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    justify-content: flex-start;
}

.item-list, .item-list2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
/* ====================== FORMS ============================ */
.form-columns {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    max-width: 406px;
    position: relative;
}

/* ====================== BUTTONS  ========================== */
.button {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-style: solid;
    flex-shrink: 0;
    position: relative;
    border-width: 1px;
}

.button-label {
    gap: 12px;
}

.button-text {
    text-align: left;
    font-family: var(--p3-semibold-font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--p3-semibold-font-size, 14px);
    line-height: var(--p3-semibold-line-height, 135%);
    font-weight: var(--p3-semibold-font-weight, 600);
    position: relative;
}

.btnDark {
    border-color: var(--neutral-neutral-10, #ffffff);
    background-color: var(--neutral-neutral-80, #282f3e);
    color: var(--neutral-neutral-10, #ffffff);
}

    .btnDark:hover {
        background-color: var(--neutral-neutral-10, #ffffff);
        color: var(--neutral-neutral-80, #282f3e);
    }

.btnLight {
    border-color: var(--neutral-neutral-80, #282f3e);
    background-color: var(--neutral-neutral-10, #ffffff);
    color: var(--neutral-neutral-80, #282f3e);
}

    .btnLight:hover {
        background-color: var(--neutral-neutral-80, #282f3e);
        color: var(--neutral-neutral-10, #ffffff);
    }

.btnBlue {
    background: var(--blue-blue-50, #4a6eff);
    border-radius: 24px;
    border-style: solid;
    border-color: var(--blue-blue-50, #4a6eff);
    border-width: 1px;
    padding: 12px 24px 12px 24px;
    color: white;
    width: 200px;
}

    .btnBlue:hover {
        border: 1px solid var(--blue-blue-50, #4A6EFF);
        background: var(--blue-blue-60, #284BD8);
    }

.input-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.input-div-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.input-div-header-lable {
    color: var(--neutral-neutral-80, #282f3e);
    text-align: left;
    font-family: var(--p2-font-family, "Inter-Regular", sans-serif);
    font-size: var(--p2-font-size, 16px);
    line-height: var(--p2-line-height, 150%);
    font-weight: var(--p2-font-weight, 400);
    position: relative;
}

.input-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    border-radius: 8px;
    border-style: solid;
    border-color: var(--neutral-neutral-30, #dde6fc);
    border-width: 1px;
    padding: 16px 10px 16px 10px;
    align-self: stretch;
    overflow: hidden;
    color: var(--neutral-neutral-80, #282f3e);
    text-align: left;
    font-family: var(--p3-font-family, "Inter-Regular", sans-serif);
    font-size: var(--p3-font-size, 14px);
    line-height: var(--p3-line-height, 135%);
    font-weight: var(--p3-font-weight, 400);
    outline: none;
}


    .input-text:focus {
        border: 1px solid var(--blue-blue-50, #4A6EFF); 
        background: var(--neutral-neutral-10, #FFF);
        box-shadow: 0px 0px 0px 3px #EEEAFF;
        caret-color: var(--blue-blue-50, #4A6EFF); 
    }

.text-area-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.text-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    border-radius: 8px;
    border-style: solid;
    border-color: var(--neutral-neutral-30, #dde6fc);
    border-width: 1px;
    padding: 16px 10px 16px 10px;
    align-self: stretch;
    overflow: hidden;
    color: var(--neutral-neutral-80, #282f3e);
    text-align: left;
    font-family: var(--p3-font-family, "Inter-Regular", sans-serif);
    font-size: var(--p3-font-size, 14px);
    line-height: var(--p3-line-height, 135%);
    font-weight: var(--p3-font-weight, 400);
    outline: none;
}

    .text-area:focus {
        border: 1px solid var(--blue-blue-50, #4A6EFF);
        background: var(--neutral-neutral-10, #FFF);
        box-shadow: 0px 0px 0px 3px #EEEAFF;
        caret-color: var(--blue-blue-50, #4A6EFF);
    }
/* ====================== TEXTS  ========================== */

.header-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    align-self: stretch;
}

.subtitle {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.p-1 {
    color: var(--neutral-neutral-20, #eef2ff);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-family: var(--p1-font-family, "Inter-Medium", sans-serif);
    font-size: var(--p1-font-size, 18px);
    line-height: var(--p1-line-height, 135%);
    font-weight: var(--p1-font-weight, 500);
}

.p-2 {
    padding: 0 !important;
    text-align: left;
    position: relative;
    align-self: stretch;
    font-family: var(--p2-font-family, "Inter-Regular", sans-serif);
    font-size: var(--p2-font-size, 16px);
    line-height: var(--p2-line-height, 150%);
    font-weight: var(--p2-font-weight, 400);
}

.p-3 {
    text-align: left;
    position: relative;
    align-self: stretch;
    padding: 0 !important;
}

.h-3 {
    font-family: var(--h3-font-family, "MonaSans-Regular", sans-serif);
    font-size: var(--h3-font-size, 32px);
    line-height: var(--h3-line-height, 110%);
    letter-spacing: var(--h3-letter-spacing, -0.01em);
    font-weight: var(--h3-font-weight, 400);
}

.h-4 {
    position: relative;
}

.h-5 {
    color: var(--blue-blue-50, #4a6eff);
    text-align: left;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* ====================== IMGs / ICONS  ========================== */
.div-icon {
    border-radius: 9999px;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
}

.icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%;
    overflow: visible;
}

.BrowserLogo {
    flex-shrink: 0;
    width: 128px;
    height: 32px;
    position: relative;
}

.div-InlineImages {
    width: 140px;
    height: 60px;
}

.div-assembleia {
    flex-shrink: 0;
    width: 142px;
    height: 60px;
    position: relative;
    /*overflow: hidden;*/
}

.img-assembleia {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: -0.46%;
    top: 0.46%;
    object-fit: cover;
}

.img-future {
    flex-shrink: 0;
    width: 126px;
    height: 60px;
    position: relative;
    overflow: visible;
}

.div-act {
    flex-shrink: 0;
    width: 126px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.img-act {
    width: 93px;
    height: 39px;
    position: absolute;
    left: 16.5px;
    top: 10.73px;
    object-fit: cover;
}

.div-ipo {
    flex-shrink: 0;
    width: 158px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.img-ipo {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: -0.46%;
    top: 0.46%;
    object-fit: cover;
}

.img-bancoInveste {
    flex-shrink: 0;
    width: 218px;
    height: 60px;
    position: relative;
    overflow: visible;
}

.symbols-arrow-right {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.objects-rocket-24 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}

.symbols-verified-24 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}

.symbols-unfold-24 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}

.developer-code-square-24 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}

.developer-shield-lock-24 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}


.symbols-code-of-conduct-24 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}

.symbols-verified-24 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}

.div-full-image-img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0px;
    top: 0px;
    object-fit: cover;
    vertical-align: bottom;
}

.symbols-check {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.symbols-plus {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.symbols-dash {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

/* ==================== DESKTOP =============== */
@media (min-width: 992px) {

    .button {
        padding: 12px 24px 12px 24px;
    }

    .card {
        padding: 32px 40px 32px 40px;
        gap: 32px;
        align-items: center;
        justify-content: flex-start;
        height: 144px;
        right: 11%;
        top: 387px;
    }

    .h-2 {
        font-family: var(--h2-font-family, "MonaSans-Regular", sans-serif);
        font-size: var(--h2-font-size, 40px);
        line-height: var(--h2-line-height, 110%);
        letter-spacing: var(--h2-letter-spacing, -0.01em);
        font-weight: var(--h2-font-weight, 400);
    }

    .header-text {
        font-family: var(--h2-font-family, "MonaSans-Regular", sans-serif);
        font-size: var(--h2-font-size, 40px);
        line-height: var(--h2-line-height, 110%);
        letter-spacing: var(--h2-letter-spacing, -0.01em);
        font-weight: var(--h2-font-weight, 400);
    }

    .h-4 {
        font-family: var(--h4-font-family, "MonaSans-Medium", sans-serif);
        font-size: var(--h4-font-size, 22px);
        line-height: var(--h4-line-height, 105%);
        font-weight: var(--h4-font-weight, 500);
    }
}

/* ==================== MOBILE =============== */

@media (max-width: 991px) {

    .card {
        padding: 16px 16px 16px 16px;
        gap: 16px;
        align-items: flex-start;
        justify-content: center;
        max-width: 422px;
        right: 0;
        bottom: -2%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .h-2 {
        font-family: var(--h2-mobile-font-family, "MonaSans-Regular", sans-serif);
        font-size: var(--h2-mobile-font-size, 32px);
        line-height: var(--h2-mobile-line-height, 110%);
        letter-spacing: var(--h2-mobile-letter-spacing, -0.01em);
        font-weight: var(--h2-mobile-font-weight, 400);
    }

    .header-text {
        font-family: var(--h2-mobile-font-family, "MonaSans-Regular", sans-serif);
        font-size: var(--h2-mobile-font-size, 32px);
        line-height: var(--h2-mobile-line-height, 110%);
        letter-spacing: var(--h2-mobile-letter-spacing, -0.01em);
        font-weight: var(--h2-mobile-font-weight, 400);
    }

    .h-4 {
        font-family: var(--h4-mobile-font-family, "MonaSans-Medium", sans-serif);
        font-size: var(--h4-mobile-font-size, 20px);
        line-height: var(--h4-mobile-line-height, 110%);
        font-weight: var(--h4-mobile-font-weight, 500);
    }
}