.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.margin-left-button {
    margin-left: -5;
}

.subtext {
    font-size: 15px;
    color: #545454;
    margin-top: -10px!important;
}

.title {
    color: #00304d !important;
}

.features.list {
    color: #545454 !important;
    margin-top: 7%;
    margin-left: -40px;
}

.list {
    font-size: 19;
}

.ic-ok {
    max-width: 17px;
    fill: #2b823e;
    margin-right: 10px;
}

ul {
    list-style-type: none;
}

.text-success-dark.ft-italic.fw-700 {
    font-weight: 700;
    color: #2b823e!important;
    font-family: Cairo, sans-serif;
    font-style: italic;
}

.fw-700 {
    font-weight: 700;
    font: 20px;
}

.lead {
    color: #545454;
}

.ml-auto.col-lg-7.card {
    -moz-box-shadow: 0px 0px 15px rgb(75, 75, 75);
    -webkit-box-shadow: 0px 0px 15px rgb(75, 75, 75);
}

.navbar.nav-blue .logo {
    fill: #fff !important;
}

.navbar .logo {
    height: 2.2rem;
    fill: #00304d;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

svg {
    overflow: hidden;
}

img, svg {
    vertical-align: middle;
}

.navbar.nav-blue {
    background-color: #00304d !important;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    padding: .75rem 1rem;
}

.desenvolvedor {
    margin-top: inherit;
    font-size: x-large;
    color: #545454;
    line-height: 2px;
}

.fa.fa-whatsapp {
    color: darkgreen !important;
}

.text-primary.fw-500.mb-3.title {
    margin-top: -14px;
}

.inconst {
    padding: 0;
    text-align: center;
}

.inconst.t {
    margin-left: 26px;
}

.pcontas {
    margin-left: 10px;
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

   
}

@media all and (min-width: 992px) {
     .main {
        background-image: linear-gradient( #0ad8dd 420px, white 380px) !important;
    }
}

@media all and (min-width: 650px) {
    .main {
        background-image: linear-gradient( #0ad8dd 340px, white 150px) ;
    }
}