﻿label, a, span, small, strong, h1, h2, h3, h4, h5, h6, div, button, p, td, select {
    font-family: 'Inter', sans-serif;
}

.cursor-pointer, .pointer {
    cursor: pointer;
}

/* Fontes */
.display-large-regular {
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.display-medium-regular {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
}

.display-small-regular {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
}

.headline-large-regular {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.headline-medium-regular {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.headline-small-regular {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.title-large-regular {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.title-large2-regular {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.title-medium-medium {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.title-small-medium {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.label-large-medium {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.label-medium-medium {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.label-small-medium {
    font-size: 11px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
}

.body-large-regular {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.body-medium-regular {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.body-small-regular {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.body-small-medium {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.body-medium-strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.headline-large-bolder {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.body-large-bolder {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.body-large-strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.title-large2-strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

/* End Fontes */

button,
input[type='button'] {
    cursor: pointer;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

strong, .strong {
    font-weight: 700 !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nounderline {
    text-decoration: none !important
}

ul {
    margin: 0;
}


.accordion > .card:not(:last-of-type:first-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}


button:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    display: inline-block;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
    }

    a:hover,
    a {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

button {
    border: none;
    background: none;
}


body {
    letter-spacing: unset !important;
}

button,
input[type='button'] {
    cursor: pointer;
}

.page-wrapper {
    overflow: hidden;
}

footer {
    height: 50px;
    width: 100%;
}

    footer p {
        padding: 0px;
        margin: 0px;
        line-height: 50px;
        text-align: center;
    }

@media (min-width: 576px) {
    .modal-dialog.modal-xl {
        max-width: 90%;
    }
}

.title-1 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26px;
}

.title-2 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.table-data-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .table-data-feature .item {
        display: block;
        height: 30px;
        width: 30px;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #e5e5e5;
        margin-right: 5px;
    }

        .table-data-feature .item:last-child {
            margin-right: 0;
        }

        .table-data-feature .item i {
            font-size: 20px;
            color: #808080;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}


.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer {
    background-color: #FCFAFF !important;
    position: static;
}

.font-15 {
    font-size: 15px !important;
}

/*---------------height------------------*/

.h-95 {
    height: 95%;
}

.h-80 {
    height: 80%;
}

.h-30vh {
    height: 30vh;
}

.h-100vh {
    height: 100vh;
}

/*---------------end height------------------*/

/*---------------width------------------*/

.w-300 {
    width: 300px;
}


.w-270 {
    width: 270px;
}

.w-250 {
    width: 250px;
}

.w-240 {
    width: 240px;
}

.w-230 {
    width: 230px;
}

.w-220 {
    width: 220px;
}

.w-210 {
    width: 210px;
}

.w-200 {
    width: 200px;
}

.w-160 {
    width: 160px;
}

.w-140 {
    width: 140px;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

@media (min-width: 992px) {
    .w-lg-40 {
        width: 40%;
    }
}

@media(max-width: 992px) {
    .w-lg-80 {
        width: 80% !important;
    }
}
/*-----------------end width---------------------*/

/*------------------botão-----------------------*/

.btn-padrao-segunda {
    background-color: #FF6400;
    border: 1px solid #FF6400;
    border-radius: 14px;
    opacity: 1;
}

    .btn-padrao-segunda:hover {
        background: #c65004;
        border: 1px solid #c65004;
    }

.btn-padrao-terceira {
    border-radius: 40px;
    background: #EDE7F6;
    color: var(--Purple-500, #6F42C1);
    height: 40px;
    padding: 0px 12px;
}

.btn-segundario {
    border-radius: 14px;
    background: #FF6400;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}

    .btn-segundario:hover {
        color: #fff !important;
        background: #c65004;
    }

.btn-terciario {
    border-radius: 40px;
    background: var(--Purple-100, #E2D9F3);
    padding: 0px 12px;
    color: var(--Purple-500, #6F42C1);
}

    .btn-terciario:hover {
        background: var(--Purple-300, #E2D9F3);
        color: var(--Purple-500, #6F42C1);
    }

.btn-padrao-danger {
    border-radius: 14px;
    background: #dc3545;
    color: #fff;
    padding: 6px 12px;
    font-weight: 600;
}

    .btn-padrao-danger:hover {
        background: #85101b;
        color: #fff !important;
    }

.btn-padrao-success {
    border-radius: 14px;
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    font-weight: 600;
}

    .btn-padrao-success:hover {
        background: #0a581c;
        color: #fff !important;
    }

.btn-padrao-info {
    border-radius: 14px;
    background: #48ABF7;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}

.btn-padrao-hover:hover {
    border-radius: 10px;
    background: #741CFF;
    color: #fff;
}

.btn-padrao-hover {
    color: #6c757d;
}

/*------------------end botão---------------------*/

/*------------------modal direita---------------------*/
.modal.left .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-atualizacao {
    position: fixed;
    right: 0;
    margin: auto;
    width: 512px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

@media(max-width: 512px) {
    .modal.left .modal-atualizacao {
        width: 100% !important;
    }
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

/*------------------end modal direita----------------------------*/