﻿
body {
    font: 14px Manrope, sans-serif;
}
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font: 14px Manrope, sans-serif;
    outline: 0px;
}
label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left;
    line-height: 120%;
    font-weight: bold;
    color: rgb(72, 84, 96);
}
.border-left-cadastro {
    border-left: 10px solid rgb(43, 0, 255);
}

.view-100{
    height: 100vh;
}

.app {
    padding-top: 0 !important;
}

.header-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    color: rgb(48, 51, 60);
    margin-top: 1.6rem;
    max-width: 35rem;
}

.text-acept {
    margin-top: .4rem;
    padding: 1rem;
    border-radius: 0.8rem;
    font-size: 0.9rem;
    line-height: 150%;
    color: rgb(48, 51, 60, 0.6);
    background: rgb(249, 247, 255);
}



.text-conta {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.9rem;
    height: 30px;
    line-height: 150%;
    color: rgb(127, 143, 159);
}

.p-col {
    padding: 3rem;
    padding-top: 2.5rem !important;
}
/*.footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 150px;
    width: 100%;
}*/
.footer-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 60px;
}
.card-fiscal {
    display: flex;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 12px;
    cursor: pointer;
}
.card-catalogo{
    display: flex;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 12px;
    cursor: pointer;
    width: 100% !important;
}
.hidden-mobile {
    display: flex !important;
}

.h2-bemvindo {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    color: rgb(48, 51, 60);
}
.col-sm-2 {

}

.col-sm-10 {
}

.intro {
    text-align: center;
    background: url('/img/img-fundo.png') no-repeat bottom center scroll;
    background-size: cover;
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    height: 100% !important;
    width: 100% !important
}

.steep2View {
    height: 70% !important
}

.steep3View {
    height: 36vh !important
}

.hiddenMobile-cadastro-flex {
}

.button-disabled-click {
    pointer-events: none;
}
@media only screen and (max-width: 700px) {
    .hiddenMobile-cadastro-flex {
        display: none !important;
    }
    .p-col {
        padding: .9rem;
    }
    .border-left-cadastro {
        border:none;
    }
    .hidden-mobile {
        display: none !important;
    }

    .border-top-cadastro {
        border-top: 10px solid rgb(43, 0, 255);
    }
    .col-sm-2{
        width: 20% !important
    }
    .col-sm-10 {
        width: 80% !important
    }

    .steep2View {
        height: 60% !important
    }
    .steep3View {
        height: 36vh !important
    }
}