﻿body {
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 450px;
}*/

.jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #6a676b;
    border-radius: 0.3rem;
    color: #fff !important;
}

.bg-primary-blue {
    background-color: #3c6bb7 !important;
}

.page-footer {
    background: #990066;
}

.page-footer .row {
    padding-top: 10px;
}

.footer-copyright {
    opacity: 1;
    padding-right: 35px;
    padding-left: 35px;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 14px;
    color: white;
}

.btn-xlg {
    font-size: 14px;
    padding: 1rem 2.0rem;
}

/* Steps */
.container-step {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 15px;
}

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 33%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 30px;
            border: 2px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: green;
        }

            .progressbar li.active:before {
                border-color: #55b776;
            }

            .progressbar li.active + li:after {
                background-color: #55b776;
            }

/*.btn-icon {
    letter-spacing: 0px;
    height: 33px;
}*/

tr.noBorder td {
    border: 0;
    text-align: center !important;
}

.label-form {
    color: rgba(37,43,66,1);
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    opacity: 1;
}

.label-form-black {
    color: #000;
}

.label-form-disabled {
    color: #c6c6c6;
    font-weight: bold;
}

.label-form-disabled-no-bold {
    color: #c6c6c6;
}

.text-danger {
    font-size: 11px;
}

.input-validation-error {
    border-color: #af2626;
}

    .input-validation-error:focus {
        color: #495057;
        background-color: #fff;
        border-color: #af2626;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 43, 43, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(198, 43, 43, 0.25);
    }

.form-control:focus:not(.input-validation-error) {
    color: #495057;
    background-color: #fff;
    border-color: #6f9dca;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 157, 202, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(111, 157, 202, 0.25);
}

.p-2 {
    padding: 0.1rem !important;
}

.margin-top70 {
    margin-top: 70px;
}

.display-3-modified {
    font-size: 5.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0.5rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #DFD7CA;
}

.width-120 {
    width: 120px;
}

.width-178 {
    width: 178px;
}


.col-auto-without-padding-left {
    padding-left: 0px;
}

.alert-primary-no-backgroud {
    background: #fff;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(194, 189, 177);
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.0;
}

.warning-password {
    margin-top: -15px;
}

.font-color-azul-claro {
    color: #ffffff;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 44px;
}

.container-topo {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #990066;
    margin-bottom: 50px;
}

.container-footer {
    /*    background: rgba(42,123,198,1);*/
    opacity: 1;
    padding-right: 35px;
    padding-left: 35px;
    font-family: Montserrat;
    /*font-weight: Bold;*/
    font-size: 14px;
    color: white;
}

.font-color-azul-destaque {
    color: #990066;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 24px;
    opacity: 1;
    padding-bottom: 30px;
}

.font-color-azul-destaque-titulo {
    color: #990066;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 30px;
    opacity: 1;
    padding-bottom: 30px;
}

.btn-primary2 {
    color: #fff !important;
    background: #990066 !important;
    border-color: #990066 !important;
    padding: 0.5rem 3.5rem !important;
    font-size: 1.29375rem !important;
    line-height: 2.2 !important;
    border-radius: 0.3rem !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.btn-primary3 {
    color: #fff !important;
    background: #990066;
    border-color: #990066;
    padding: 0.5rem 2rem;
    font-size: 1.29375rem;
    line-height: 2.2;
    border-radius: 0.3rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-primary2:hover {
    color: #fff !important;
    background-color: #990066 !important;
    border-color: #990066 !important;
}

.btn-primary3:hover {
    color: #fff;
    background-color: #990066;
    border-color: #990066;
}

.btn-primary2:focus, .btn-primary2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5) !important;
}

.btn-primary3:focus, .btn-primary3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

.btn-primary2.disabled, .btn-primary2:disabled {
    color: #fff !important;
    background-color: #990066 !important;
    border-color: #990066 !important;
}

.btn-primary3.disabled, .btn-primary3:disabled {
    color: #fff;
    background-color: #990066;
    border-color: #990066;
}

.btn-primary2:not(:disabled):not(.disabled):active, .btn-primary2:not(:disabled):not(.disabled).active,
.show > .btn-primary2.dropdown-toggle {
    color: #fff !important;
    background-color: #244463 !important;
    border-color: #213d59 !important;
}

.btn-primary3:not(:disabled):not(.disabled):active, .btn-primary3:not(:disabled):not(.disabled).active,
.show > .btn-primary3.dropdown-toggle {
    color: #fff;
    background-color: #244463;
    border-color: #213d59;
}

.btn-primary2:not(:disabled):not(.disabled):active:focus, .btn-primary2:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary2.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5) !important;
}

.btn-primary3:not(:disabled):not(.disabled):active:focus, .btn-primary3:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary3.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

.card-header-mkt {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    text-align: center
}

.card-border-nst {
    border: 1px solid #FAB90A;
}

.label-form-azul {
    color: rgba(35,166,240,1);
}

.card-no-border-nst {
    border: 0;
}

/*.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}*/

a:link {
    color: rgba(35,166,240,1);
}

a:visited {
    color: rgba(35,166,240,1);
}

a:hover {
    color: rgba(35,166,240,1);
}

a:active {
    color: rgba(35,166,240,1);
}

.box-scrollable {
    border: 2px solid #8E2344;
    border-radius: 25px;
    padding: 15px 10px 15px 10px;
    margin-bottom: 20px;
}

.scrollable-content {
    height: 220px;
    overflow: auto;
}

.scrollable-content-adesao-online {
    overflow: auto;
}

.rc-anchor-pt {
    display: none !important;
}

.g-recaptcha {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.btn-primary3 {
    color: #fff !important;
    background: #990066 !important;
    border-color: #990066 !important;
    padding: 0.5rem 3.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-primary3:hover {
        color: #fff !important;
        background-color: #B52852 !important; 
        border-color: #B52852 !important;
    }

    .btn-primary3:focus, .btn-primary3.focus {
        box-shadow: 0 0 0 0.2rem rgba(159,34,73,0.4) !important;
    }

    .btn-primary3.disabled, .btn-primary3:disabled {
        color: #fff !important;
        background-color: #D37A95 !important;
        border-color: #D37A95 !important;
    }

    .btn-primary3:not(:disabled):not(.disabled):active,
    .btn-primary3:not(:disabled):not(.disabled).active,
    .show > .btn-primary3.dropdown-toggle {
        color: #fff !important;
        background-color: #821C3D !important;
        border-color: #7A1A39 !important;
    }

        .btn-primary3:not(:disabled):not(.disabled):active:focus,
        .btn-primary3:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary3.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(159,34,73,0.4) !important;
        }

.bi-check-circle-fill-check {
    font-size: 2rem;
    color: cornflowerblue;
}

.btn-primary2-linha {
    color: #fff !important;
    background: #990066 !important;
    border-color: #990066 !important;
    padding: 0.5rem 3.5rem !important;
    font-size: 1.29375rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
    margin-top: 30px !important;
}

    .btn-primary2-linha:hover {
        color: #fff !important;
        background-color: #990066 !important;
        border-color: #990066 !important;
    }

    .btn-primary2-linha:focus, .btn-primary2-linha.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5) !important;
        box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5) !important;
    }

    .btn-primary2-linha.disabled, .btn-primary2-linha:disabled {
        color: #fff !important;
        background-color: #990066 !important;
        border-color: #990066 !important;
    }

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.width-80 {
    width: 80px;
}

.width-295 {
    width: 295px;
}