html {
    background-color: #fff;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    margin: auto;
    min-height: 100vh;
}
h1 {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 800;
    /*text-shadow: rgb(0,0,0) 1px 1px 5px;*/
    color:#003366;/*#0066cc;*/
    font-style: italic;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}
h2 {
    color: #003366;/*#0066cc;*/
}
img {
    max-width: 100%;
}
.top {
    padding: 20px 0;
    position: relative;
    z-index: 10;
    background-color: #003366;
}
.logoTopo {
    max-width: 200px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 10;
}

.middle, .servicos,.formbox, .social {
    padding: 15px;
    padding-top: 0;
    /* color: #f7f7f7;*/
}
/*.top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/assets/img/effect-top-dark.png');
    top: 0;
    left:0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
}*/

.cardbox {

    width: 100%;
    text-align: center;
}
.card {
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    padding: 1px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: ease-in-out 0.3s;
}
.card:hover {
    background-color: #f7f7f7;
    color:#191919;
    cursor: pointer;
}
.form-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    outline: transparent;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


.btn {
    display: inline-block;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 600;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: .35rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn:hover {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #0066cc;
    border-color: #0066cc;
    width: 100%;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 15px;
    box-shadow: rgb(0,0,0) 1px 1px 5px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #463b20;
    border-color: #463b20;
}
.sociallinks {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.sociallinks a {
    background: #f7f7f7;
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    text-decoration: none;
    margin-right: 10px;
    transition: ease-in-out 0.3s;
}
.sociallinks.whats a {
    width: auto;
    color: #444;
    padding-left: 5px;
    padding-right: 5px;
}
.sociallinks a i {
    color: #444;
    font-size: 20px;
    margin: 0 2px;
}

.sociallinks a:hover {
    background: #1977cc;
    color: #f7f7f7;

}
.sociallinks a:hover i {
    color: #f7f7f7;
}

footer {
    background-color: #272727;
    color: #f7f7f7;
    padding: 10px;
    text-align: center;
}
.formstep1, .formstep2, .formstep3 {
    position: relative;
}
.formstep1.hide, .formstep2.hide, .formstep3.hide {
    display: none;
}
.steps {

    position: absolute;
    top: 5px;
    right: 0;
    background-color: #ddd;
    border-radius: 10px;
    font-weight: bold;
    padding: 3px 5px;
    line-height: 1;
    font-size: 12px;


}
label {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 600;
    color: #0066cc;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}


.form-control::placeholder {
    color: #888;
    opacity: 1;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
}

.form-control {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0066cc;
    margin-bottom: 26px;
}

.form-control:focus {
    border-color: #0066cc;
}

.formbox {
    position: relative;
    width: 100%;
}
.statusForm {
    text-align: center;
    color: #17c964 !important;
    display: block;
}
.statusForm.hide {
    display:none;
}
@media (min-width: 768px) {
    .formbox, .middle {

        width: 50%;
        float: left;
    }

    .container.inner {
        padding: 20px 100px;
        display: flex;
        width: 100%;
    }
}