@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap");

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

* {
    box-sizing: border-box;
    outline: none !important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

:root {
    --cDarkGray: #4E4E4E;
    --cGray: #979797;
    --cGold: #FDD205;
    --cWhite: #FFFFFF;
    --cBlack: #000000
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.column {
    flex-direction: column
}

.jStart {
    justify-content: flex-start
}

.jEnd {
    justify-content: flex-end
}

.jCenter {
    justify-content: center
}

.jBetween {
    justify-content: space-between
}

.iCenter {
    align-items: center
}

.iStart {
    align-items: flex-start
}

.iEnd {
    align-items: flex-end
}

.absoltute {
    position: absolute
}

.bg-white {
    background-color: #FFF;
}

.fixed-banner {
    bottom: 0;
    z-index: 99;
    box-shadow: 0px -4px 27px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px -4px 27px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 27px -5px rgba(0, 0, 0, 0.75);
}

.w-100 {
    width: 100%;
}

.new-icons {
    width: 64px;
}

.h-82 {
    height: 82px;
    width: 100%;
}

.login {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 50px;
    color: #000;
}

.btn {
    padding: 0.75rem 3rem;
    border-radius: 10px;
    font-weight: bold;
    margin: 0 15px;
}

.btn-1 {
    color: #fff;
    background-color: #3751ac;
    border: 2px solid #3751ac;
}

.btn-2 {
    color: #3751ac;
    border: 2px solid #3751ac;
}

.py-1 {
    padding: 15px 0;
}

.justify-content-center {
    justify-content: center;
}

.relative {
    position: relative
}

.fixed {
    position: fixed;
}


:root {
    --f-n: 'Nunito Sans', sans-serif;
    --fs-xxl: 32px;
    --fs-xl: 28px;
    --fs-md: 24px
}

* {
    margin: 0px;
    padding: 0px;
    outline: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.h100 {
    height: 100%
}

.container {
    max-width: 1140px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 767px) {
    .px-7 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
}

@media (min-width: 993px) {
    .col-md-1 {
        width: calc((100% / 12)*1);
        padding-left: 15px;
        padding-right: 15px
    }


    .col-md-2 {
        width: calc((100% / 12)*2);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-3 {
        width: calc((100% / 12)*3);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-4 {
        width: calc((100% / 12)*4);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-5 {
        width: calc((100% / 12)*5);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-6 {
        width: calc((100% / 12)*6);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-7 {
        width: calc((100% / 12)*7);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-8 {
        width: calc((100% / 12)*8);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-9 {
        width: calc((100% / 12)*9);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-10 {
        width: calc((100% / 12)*10);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-11 {
        width: calc((100% / 12)*11);
        padding-left: 15px;
        padding-right: 15px
    }

    .col-md-12 {
        width: calc((100% / 12)*12);
        padding-left: 15px;
        padding-right: 15px
    }

    :root {
        --s-xxxl: 100px;
        --s-xxl: 75px;
        --s-xl: 50px;
        --s-md: 25px
    }
}

@media (max-width: 992px) {
    .col-12 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    :root {
        --s-xxxl: 60px;
        --s-xxl: 30px;
        --s-xl: 15px;
        --s-md: 10px
    }
}

.z-99 {
    z-index: 99;
}

.login-btn {
    background-color: #272727 !important;
}

.h-hr {
    height: 10px;
}

.card-icon {
    border-radius: 2.375rem;
}

.icon-img {
    width: 70px;
}

.cel-img {
    margin-top: -146px;
}

.h2-red {
    color: #FF3C3C;
}

.bg-yellow {
    background-color: #FDD205 !important;
}

.text-yellow {
    color: #FDD205 !important;
}

footer .btn {
    font-size: 1.3rem !important;
}

.absolute {
    position: absolute;
}

.bg-security {
    background-image: url("../img/bg-security.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.security-line {
    background-color: #7E0000;
    height: 2px;
    width: 100%;
}

.security-text {
    color: #7E0000;
    background-color: transparent;
    margin-top: -13px;
}



section {
    overflow: hidden
}

.action a {
    margin-top: var(--s-xl);
    margin-bottom: var(--s-xxl);
    display: inline-block;
    background-color: var(--cBlack);
    padding: 10px 24px;
    color: #FFF;
    opacity: 1;
    transition: ease all 0.25s
}

.action a:hover {
    background-color: var(--cGold);
    color: var(--cBlack);
    opacity: 1
}

body {
    font-family: var(--f-n);
    font-size: 18px
}

footer .text {
    font-size: var(--fs-md);
    font-weight: bold
}

footer .agile {
    margin-left: auto
}

footer .agile img {
    opacity: 0.18;
    transition: ease all 0.6s
}

.wpp-img {
    width: 30px;
}

footer .agile img:hover {
    opacity: 0.5
}

@media (max-width: 992px) {
    footer .col-12 {
        margin-bottom: 30px
    }

    footer .agile {
        margin-top: 100px;
        margin-right: auto
    }
}

header#header {
    overflow: hidden
}

.bg-new-gray {
    background-color: #292929;
}

header#header .content {
    background-color: #292929;
    color: var(--cWhite);
    padding-bottom: var(--s-xxl);
    position: relative;
    z-index: 10
}

.color-yellow {
    color: #E9A801;
}

header#header .content:before,
header#header .content:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #292929;
    height: 100%;
    top: 0px
}

header#header .content:after {
    width: calc(350px);
    left: 100%;
    border-radius: 0px 0px 200px 0px
}

header#header .content:before {
    width: calc(50vw - 563px);
    left: auto;
    right: 100%
}

header#header .content .logo {
    padding-top: var(--s-xxl);
    padding-bottom: var(--s-xxl)
}

header#header .content h2 {
    font-size: var(--fs-xxl);
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: var(--s-xl)
}

header#header .content h2 strong {
    font-weight: bold;
    color: var(--cGold)
}

header#header .image {
    position: relative;
    height: 100%;
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}

header#header .image:before,
header#header .image:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: var(--cGold);
    height: 60%;
    top: 20%
}

header#header .image:before {
    left: auto;
    right: 0px;
    width: calc(100% - 110px);
    z-index: 40;
    border-radius: 200px 0px 0px 0px
}

header#header .image:after {
    width: calc(50vw - 564px);
    right: auto;
    left: 100%
}

.video-img {
    height: 327px;
    z-index: 50;
    cursor: pointer;
    border-radius: 20px;
}

@media (max-width: 992px) {
    header#header .col-md-5 {
        background-color: var(--cDarkGray);
        border-radius: 0px 0px 50px 0px;
        overflow: hidden
    }

    header#header .image img {
        width: calc(100% + 50px)
    }
}

section#beneficios {
    padding-top: var(--s-xxl);
    padding-bottom: var(--s-xxl)
}

section#parceiros {
    padding-top: var(--s-xxl);
    padding-bottom: var(--s-xxl);
    background-color: #EBEBEB;
}

.faq-button {
    cursor: pointer;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.dotted-card {
    border: dotted 5px #FDD205;
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #777676;
}

section#beneficios h3 {
    margin-top: var(--s-xl);
    width: 400px;
    max-width: 100%;
}

.border-yellow {
    border-color: #FFD90C !important;
    border: solid;
}

section#beneficios .item {
    margin-bottom: var(--s-xxl)
}

section#beneficios .item .icon {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cGold);
    border-radius: 50%;
    margin: 0px auto;
    margin-bottom: var(--s-md)
}

section#beneficios .item h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 1.1;
    margin: 0px
}

section#formulario {
    margin-top: var(--s-xxl)
}

section#formulario p {
    font-size: var(--fs-xxl);
    position: relative
}

section#formulario p:before {
    display: block;
    content: " ";
    background-color: var(--cGold);
    top: 0px;
    margin-top: -40px;
    position: absolute;
    width: 156px;
    height: 4px
}

@media (max-width: 992px) {
    section#formulario .col-md-8 {
        margin-top: 30px;
        background-color: var(--cDarkGray)
    }

    section#formulario .col-md-8 form {
        padding: 15px
    }
}

section#seguranca {
    margin-bottom: var(--s-xxl)
}

section#seguranca .image {
    background-color: var(--cGold);
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 20
}

section#seguranca .image:before,
section#seguranca .image:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: var(--cGold);
    height: 100%;
    top: 0px
}

section#seguranca .image:before {
    width: calc(50vw - 563px);
    left: auto;
    right: 100%
}

section#seguranca .text {
    color: var(--cBlack);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--s-xxxl);
    padding-left: 0px
}

section#seguranca .text:before,
section#seguranca .text:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: var(--cGold);
    height: 100%;
    top: 0px
}

section#seguranca .text:before {
    z-index: 1;
    width: 30px;
    left: auto;
    right: 100%
}

section#seguranca .text:after {
    z-index: 1;
    width: 100%;
    left: 0px;
    border-radius: 0px 0px 200px 0px;
    height: 100%
}

section#seguranca .text p {
    position: relative;
    z-index: 10;
    font-size: var(--fs-md);
    font-weight: bold
}

@media (max-width: 992px) {
    section#seguranca {
        background-color: var(--cGold);
        border-radius: 0px 25px 25px 0px
    }

    section#seguranca .image img {
        max-width: 100%
    }

    section#seguranca .text {
        padding: 0px;
        padding-bottom: 30px
    }

    section#seguranca .text p {
        text-align: center
    }
}