/*
    ELEMENTOS NOVOS E DE SOBREPOSIÇÃO DE ESTILO
    ***********************************************************************
*/
h2,
h3,
h4,
h5,
h6 {
    color: #0c9c54;
}

.margem-ao-redor {
    justify-content: space-around !important;
    margin: 10px auto;
}

.formulario__servicos button[type=submit],
.formulario__servicos button[type=button],
.btn-primary,
.modal-footer .btn-primary {
    padding: 5px 10px 5px 10px;
    background-color: #0c9c54;
    color: #fff;
    border: 1px solid #0c9c54;
    font-weight: 400;
    border-width: 1px;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 5px
}

.formulario__servicos button[type=submit]:hover,
.formulario__servicos button[type=button]:hover,
.btn-primary:hover,
.modal-footer .btn-primary {
    opacity: .9;
    border-width: 1px;
    transition-duration: .2s
}

.formulario__servicos p {
    margin-top: 5px
}

.formulario__servicos h1 {
    color: #0c9c54;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 2.8rem;
    margin-bottom: 20px
}

.sem_flex {
    display: block !important;
}

.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    padding: 0 !important;
}

.container-alert {
    margin: 10px auto !important;
    padding: 10px 0 !important;
}

.carregando-verificacao {
    /* line-height: 40px;
    text-align: center;
    width: 100%; */
}

.carregando-verificacao {
    text-align: center;
    width: 100%;
}

.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
}

.loader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #499d55;
    animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.loader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes loader {
    0% {
        top: 6px;
        height: 25px;
    }

    50%,
    100% {
        top: 12px;
        height: 6px;
    }
}

.container-loader {
    text-align: center;
    margin: 0 auto !important;
    width: 80% !important;
    max-width: 80% !important;
}

.modal {
    height: auto !important;
}

@media (min-width: 992px) {
    .modal-large {
        max-width: 800px;
    }
}

@media (min-width: 576px) {
    .modal {
        max-width: 30%;
        margin: 1.75rem auto;
    }

    .modal-mini {
        max-width: 300px;
    }
}

.modal-regular {
    width: 60% !important;
}

.text-center {
    text-align: center !important;
}

.text-danger {
    color: #842029 !important;
}

.modal__title {
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    margin: 0 !important;
}

.modal-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:first-child) {
    margin-left: 0.25rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
}

.btn:focus,
.btn:hover,
.table-bordered td a.btn {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #499d55;
    border-color: #499d55;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #67a270;
    border-color: #67a270;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.form-group input:read-only,
.form-group .form-control:read-only {
    background: #eee;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.caixa-info-dados {}

.caixa-info-dados h1,
.caixa-info-dados h2,
.caixa-info-dados h3,
.caixa-info-dados h4 {
    margin: 5px auto;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table {
    border-collapse: collapse;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

table td .btn {
    margin: 4px 5px;
    padding: 2px 5px;
}