* {
    padding: 0;
    margin: 0;
}

body {
    background-color: rgba(242, 242, 242, 0.4)
}

main {
    width: 100%;
    color: #F2F2F2;
    padding: 0px;
    height: auto;
    min-height: 800px;
    background-color: rgba(242, 242, 242);
}

@media( min-width: 720px ) {
    main {
        height: auto;
    }
}

h4 {
    font-family: 'unimed_slabblack_italic' !important;
    margin-bottom: .2rem;
    line-height: 1;
    font-size: 1.2rem !important;
}

p {
    font-family: 'unimed_slabregular' !important;
}

label {
    font-family: 'unimed_slabregular' !important;
    margin-top: -1px;
}

.legenda {
    font-family: 'unimed_slabbook' !important;
    font-size: 0.8rem;
    word-wrap: no-wrap;
}

.aviso {
    font-family: 'unimed_slabbook' !important;
    font-size: 1.4rem;
    word-wrap: no-wrap;
}

@media( max-width: 575.98px ) {
    h4 {
        font-size: 1rem;
        margin-bottom: .3rem;
        line-height: 1;
    }

    label {
        margin-top: -1px;
        font-size: 0.8rem;
    }

    .legenda {
        font-size: 0.6rem;
        word-wrap: no-wrap;
    }

    .aviso {
        font-size: 0.8rem;
        word-wrap: no-wrap;
    }
}

#header-venda {
    margin-top: 2.2rem;
    margin-bottom: 5rem;
}

    #header-venda .row {
        justify-content: center;
    }

    #header-venda .hcard {
        margin: 0 auto;
        background: #FFF;
    }

    #header-venda .hcard {
        width: 100%;
        background-position: center center !important;
        background-size: cover !important;
    }

        #header-venda .hcard a {
            color: #fefefe;
            cursor: pointer;
            display: block;
            color: #fff;
            padding: 10px 0;
            -moz-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            -webkit-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }

            #header-venda .hcard a:hover {
                background-color: rgba(0,0,0,0.1);
                text-decoration: none;
            }


    #header-venda .hinfos {
        margin: 0 auto;
        background-color: rgba(242, 242, 242, 0.4);
        height: auto;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }

footer {
    background: #e0e2dd;
    border-top: 1px solid #dcdcdc;
    padding: 0.8rem;
    margin-bottom: 25px;
}

    footer img.logo {
        max-width: 9rem;
        margin-top: -65px;
    }

#video-rodape {
    width: 100% !important;
}

@keyframes pulse_animation {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    00% {
        left: 107%;
        right: -8%;
    }
}

@media( max-width: 575.98px ) {
    #header {
        padding-top: 0;
    }

    .hinfos {
        font-size: 14px;
    }

    footer a.site {
        font-family: 'unimed_sansbook';
        font-size: 0.7rem;
        float: right;
    }

    .hinfos-group {
        margin-bottom: 0;
    }
}

@media( max-width: 320px ) {
    .hinfos {
        font-size: 13px;
    }

    footer {
        padding: 1rem;
    }
}

#splash {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #004E4C;
    background: linear-gradient(120deg, rgba(0, 78, 76, 1) 0%, rgba(0, 153, 93, 1) 100%);
}

    #splash #progress {
        position: relative;
        height: 4px;
        display: block;
        width: 100%;
        background-color: #F4F4F4;
        border-radius: 2px;
        background-clip: padding-box;
        margin: 0 auto;
        overflow: hidden;
    }

        #splash #progress .bar-loading {
            background-color: rgb(0, 153, 93);
        }

        #splash #progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        #splash #progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

    #splash #splashImg {
        display: none;
        vertical-align: middle;
        max-height: 100px;
        max-width: 170px;
        margin: 0 auto;
        animation-name: pulse_animation;
        animation-duration: 2500ms;
        transform-origin: 50% 50%;
        animation-timing-function: ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -80px;
    }

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #A3238E;
    background: #B1D34B;
}

.top-page {
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 3.7rem;
    right: 1.8rem;
    cursor: pointer;
    color: #5B5C65;
    opacity: 0.5;
    filter: alpha(opacity=70);
    font-size: 2.5rem;
    transition-duration: 1s;
    z-index: 999;
}

    .top-page:hover {
        color: #5B5C65;
        opacity: 1;
        filter: alpha(opacity=100);
        transition-duration: 1s;
    }

p,
a {
    font-size: 14px;
}

p {
    margin-bottom: 0.2rem;
}


@media (max-width: 991px) {
    body, p, a {
        font-size: 12px;
    }
}

.w-100px {
    width: 100px;
}

.overflow-auto {
    overflow: auto !important;
}

.opacidade-0 {
    opacity: 0;
}

.opacidade-50 {
    opacity: 0.5;
}

.opacidade-100 {
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.no-border {
    border: none !important;
}

.rotate-top {
    transform: rotate(180deg) !important;
}

.rotate-left {
    transform: rotate(90deg) !important;
}

.rotate-right {
    transform: rotate(-90deg) !important;
}

.line-height-1-7 {
    line-height: 1.7 !important;
}

.line-height-2 {
    line-height: 2.2 !important;
}

a,
a:focus {
    color: #00995D;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.img-link-grayscale img {
    color: #5B5C65;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.img-link-colorize img {
    color: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    filter: grayscale(100%) brightness(120%);
}

a:hover {
    color: #FFF0C7;
    text-decoration: underline;
}

.img-link-grayscale:hover img,
.img-link-grayscale:hover svg {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    filter: grayscale(100%) brightness(120%);
}

.img-link-colorize:hover img,
.img-link-colorize:hover svg {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    filter: grayscale(0%) brightness(100%);
}

.text-underline {
    text-decoration: underline !important;
}

.no-text-decoration {
    text-decoration: none !important;
}

.word-break-word {
    word-break: break-word !important;
}

.word-wrap-word {
    word-wrap: break-word;
}

.x-small {
    font-size: 70%;
}

medium,
.medium {
    font-size: 90%;
    font-weight: 400;
}

.white-space-nowrap {
    white-space: nowrap;
}

.w-90 {
    width: 90% !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: unimed_slabbold !important;
    color: #FFF;
}

h6, .h6 {
    font-size: 1.05rem;
}

hr {
    margin: 0;
    border-top: 1px solid;
    width: 100%;
}

    hr.primary {
        border-color: #0A5F55;
    }

    hr.light {
        border-color: #C4CBCF;
    }

.no-box-shadow {
    box-shadow: none !important;
}

.shadow {
    box-shadow: 0 0.18rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.inner-shadow {
    box-shadow: inset 0 0.18rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(55, 66, 47, 1);
    color: #37422f;
}

.border-2 {
    border: 2px solid #C4CBCF !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-25 {
    border-radius: 0.25rem !important;
}

.border-top-left-radius-25 {
    border-top-left-radius: 0.25rem !important;
}

.border-top-right-radius-25 {
    border-top-right-radius: 0.25rem !important;
}

.border-bottom-left-radius-25 {
    border-bottom-left-radius: 0.25rem !important;
}

.border-bottom-right-radius-25 {
    border-bottom-right-radius: 0.25rem !important;
}

.border-left {
    border-left: 1px solid #C4CBCF !important;
}

.border-top {
    border-top: 1px solid #e2e5e6 !important;
}

.border-top-2 {
    border-top: 2px solid #e2e5e6 !important;
}

.border-top-dotted {
    border-top: 1px dotted #C4CBCF !important;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border-color: #C4CBCF;
}

.border-bottom {
    border-bottom: 1px solid #e2e5e6 !important;
}

.border-bottom-2 {
    border-bottom: 2px solid #e2e5e6 !important;
}

@media (min-width: 576px) {
    .border-sm-left {
        border-left: 1px solid #C4CBCF !important;
    }
}

@media (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid #C4CBCF !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }

    .modal-auto {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .border-lg-left {
        border-left: 1px solid #C4CBCF !important;
    }

    .border-lg-top {
        border-top: 1px solid #e2e5e6 !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e2e5e6 !important;
    }

    .modal-lg {
        max-width: 960px !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-left {
        border-left: 1px solid #C4CBCF !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

.border-color-white {
    border-color: #FFF !important;
}

.border-color-gray-light {
    border-color: #e2e5e6 !important;
}

.border-color-gray {
    border-color: #C4CBCF !important;
}

.border-color-gray-secondary {
    border-color: #a1a6a9 !important;
}

.border-color-gray-dark {
    border-color: #5B5C65 !important;
}

.border-color-deep-sea-green {
    border-color: #0A5F55 !important
}

.border-color-green-dark {
    border-color: #00401A !important
}

.border-color-green {
    border-color: #00995D !important
}

.border-color-green-secondary {
    border-color: #B1D34B !important
}

.border-color-orange {
    border-color: #F47920 !important
}

.border-color-pink {
    border-color: #ED1651 !important
}

.border-color-purple {
    border-color: #A3238E !important
}

.border-color-purple-dark {
    border-color: #411564 !important
}

.border-color-yellow {
    border-color: #FFCB08 !important
}

.popover {
    box-shadow: 0px 1px 4px rgba(91, 92, 101, 0.50) !important;
    border: none;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: -0.3rem;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-header,
.modal-content,
.modal-footer {
    border: none;
}

.modal-title {
    padding-top: 0.15rem !important;
}

.modal-footer {
    background-color: #004e4c !important;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-top: 1px solid #C4CBCF !important;
}

.modal-backdrop {
    background-color: #000;
}

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-title {
    line-height: 100% !important;
}

.table .thead-deep-sea-green th,
.table .thead-green th,
.table .thead-white th {
    border: none;
}

.table .thead-deep-sea-green {
    color: #fff;
    background: rgba(10, 95, 85, 1);
}

.table .thead-green {
    color: #fff;
    background-color: #00995D;
}

.table .thead-white {
    background-color: #FFF;
}

.table .thead-sm th {
    padding: 0.2rem !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(196, 203, 207, 0.20);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #F1F1F1;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #dee2e6;
}

    .tabela-dados-servicos td,
    .tabela-dados-servicos-2 td {
        vertical-align: middle !important;
        height: 60px !important;
    }

.tabela-dados-servicos-sm td {
    vertical-align: middle !important;
    height: auto !important;
}

.table-unimed {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #C4CBCF;
    border-radius: .25rem;
}

    .table-unimed thead tr:first-child {
        background: rgba(85, 102, 73,0.6);
        color: #fff;
        border: none;
    }

    .table-unimed th {
        font-size: 15px;
        font-family: unimed_sansregular !important, 'Trebuchet MS' !important;
        font-weight: normal;
        padding: 1.25rem 0.75rem;
        border-right: 1px solid rgba(196, 203, 207, 0.10) !important;
        border-bottom: 5px solid #ED1651 !important;
    }

        .table-unimed th:last-child {
            border-right: none !important;
        }

    .table-unimed tbody td {
        border-right: 1px solid rgba(196, 203, 207, 0.50);
        border-top: none;
    }

        .table-unimed tbody td:last-child {
            border-right: none !important;
        }

    .table-unimed tfoot tr:last-child td {
        border-top: 2px solid rgba(196, 203, 207, 0.50);
    }

.jumbotron,
.jumbotron-fluid {
    background-color: #EDEFF1 !important;
}

.page-link {
    font-size: 18px;
    padding: 0.5rem 0.75rem;
    margin-left: 5px;
    color: #00995D;
    border: 1px solid rgba(91, 92, 101, 0.50);
    border-radius: 0.25rem;
}

    .page-link i {
        line-height: 100%;
    }

    .page-link:hover {
        color: #FFF;
        background-color: #B1D34B;
        border-color: #B1D34B;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        color: #00995D;
        box-shadow: 0 0 0 0.2rem rgba(196, 203, 207, 0.30);
    }

.page-item.active .page-link {
    background-color: #00995D;
    border-color: #00995D;
}

.r-0 {
    right: 0;
}

.l-0 {
    left: 0;
}

.l-auto {
    left: auto;
}

.pb-05 {
    padding-bottom: 0.5rem !important;
}

.display-5,
.display-6,
.display-7,
.display-8,
.display-9,
.display-10,
.display-11px,
.display-12px,
.display-13px,
.display-14px,
.display-15px,
.display-16px,
.display-17px,
.display-18px {
    font-weight: 300;
}

.display-5 {
    font-size: 3rem !important;
}

.display-6 {
    font-size: 2.5rem !important;
}

.display-7 {
    font-size: 2rem !important;
}

.display-8 {
    font-size: 1.5rem !important;
}

.display-9 {
    font-size: 1rem !important;
}

.display-10 {
    font-size: 0.5rem !important;
}

.display-9px {
    font-size: 9px;
}

.display-10px {
    font-size: 10px;
}

.display-11px {
    font-size: 11px;
}

.display-12px {
    font-size: 12px;
}

.display-13px {
    font-size: 13px;
}

.display-14px {
    font-size: 14px;
}

.display-15px {
    font-size: 15px;
}

.display-16px {
    font-size: 16px;
}

.display-17px {
    font-size: 17px;
}

.display-18px {
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .h2-variable {
        font-size: 1.5rem !important;
    }

    .h3-variable {
        font-size: 1.2rem !important;
    }

    .h4-variable {
        font-size: 1rem !important;
    }

    .display-15px-variable {
        font-size: 13px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .h2-variable {
        font-size: 1.5rem !important;
    }

    .h3-variable {
        font-size: 1.25rem !important;
    }

    .h4-variable {
        font-size: 1rem !important;
    }

    .display-15px-variable {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .h2-variable {
        font-size: 1.5rem !important;
    }

    .h3-variable {
        font-size: 1.25rem !important;
    }

    .h4-variable {
        font-size: 1rem !important;
    }

    .display-15px-variable {
        font-size: 13px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .h2-variable {
        font-size: 1.8rem !important;
    }

    .h3-variable {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 1199px) {
    .h4-variable {
        font-size: 1.25rem !important;
    }

    .h5-variable {
        font-size: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .h3-variable {
        font-size: 1.75rem !important;
    }

    .h4-variable {
        font-size: 1.5rem !important;
    }

    .h5-variable {
        font-size: 1.25rem !important;
    }
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 0;
    border-radius: 0rem;
    border: none;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #B1D34B;
    border-color: #00995D;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #5B5C65;
    background-color: #FFF0C7;
    border-color: #FFCB08;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #5B5C65;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

.font-trebuchet,
.tooltip,
.popover {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

.font-unimed-sansregular {
    font-family: unimed_sansregular;
}

.font-unimed-sanssemibold {
    font-family: unimed_sanssemibold;
}

.font-unimed-sansbold {
    font-family: unimed_sansbold;
}

.font-unimed-sansextrabold {
    font-family: unimed_sansextrabold;
}

.font-unimed-sansblack {
    font-family: unimed_sansblack;
}

.font-unimed-slabregular {
    font-family: unimed_slabregular;
}

.font-unimed-slabbold {
    font-family: unimed_slabbold;
}

.font-unimed-slabextrabold {
    font-family: unimed_slabextrabold;
}

.text-gray-light {
    color: #e2e5e6 !important;
}

.text-gray {
    color: #C4CBCF !important;
}

.text-gray-secondary {
    color: #a1a6a9 !important;
}

.text-gray-dark {
    color: #5B5C65 !important;
}

.text-green {
    color: #00995D !important;
}

.text-green-secondary {
    color: #B1D34B !important;
}

.text-green-dark {
    color: #00401A !important;
}

.text-deep-sea-green {
    color: #0A5F55 !important;
}

.text-skin {
    color: #FFF0C7 !important;
}

.text-pink {
    color: #EF666E !important;
}

.text-purple {
    color: #A3238E !important;
}

.text-purple-dark {
    color: #411564 !important;
}

.text-yellow {
    color: #ffd863 !important;
}

.text-orange {
    color: #fa9043 !important;
}

.text-brown {
    color: #682D00 !important;
}

.text-dark {
    color: #000 !important;
}

.bg-deep-sea-green {
    background-color: #0A5F55 !important;
}

.bg-deep-sea-green-secondary {
    background-color: #094D44 !important;
}

.bg-green-secondary {
    background-color: #B1D34B !important;
}

.bg-green {
    background-color: #00995D !important;
}

.bg-yellow {
    background-color: #FFCB08 !important;
}

.bg-orange {
    background-color: #F47920 !important;
}

.bg-pink {
    background-color: #ED1651 !important;
}

.bg-skin {
    background-color: #FFF0C7 !important;
}

.bg-clean {
    background-color: #EDEFF1 !important;
}

.bg-light {
    background-color: #C4CBCF !important;
}

.bg-light-secondary {
    background-color: #EDEFF1 !important;
}

.bg-gray-dark {
    background-color: #5B5C65 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-brown {
    background-color: #682D00 !important;
}

.bg-green-dark {
    background-color: #00401A !important;
}

.bg-purple {
    background-color: #A3238E !important;
}

.bg-purple-dark {
    background-color: #411564 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-purple-clean {
    background-color: rgba(85, 102, 73,0.6);
}


.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    font-style: normal;
}

.badge-pill {
    padding-right: 0.45em;
    padding-left: 0.45em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #0A5F55;
}

    .badge-primary[href]:hover,
    .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(10, 95, 85, 0.70);
    }

.badge-secondary {
    color: #0A5F55;
    background-color: #B1D34B;
}

    .badge-secondary[href]:hover,
    .badge-secondary[href]:focus {
        color: #0A5F55;
        text-decoration: none;
        background-color: rgba(177, 211, 75, 0.70);
    }

.badge-success {
    color: #fff;
    background-color: #00995D;
}

    .badge-success[href]:hover,
    .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0, 153, 93, 0.70);
    }

.badge-info {
    color: #5B5C65;
    background-color: #FFCB08;
}

    .badge-info[href]:hover,
    .badge-info[href]:focus {
        color: #5B5C65;
        text-decoration: none;
        background-color: rgba(255, 203, 8, 0.70);
    }

.badge-warning {
    color: #FFF;
    background-color: #F47920;
}

    .badge-warning[href]:hover,
    .badge-warning[href]:focus {
        color: #FFF;
        text-decoration: none;
        background-color: rgba(244, 121, 32, 0.70);
    }

.badge-danger {
    color: #fff;
    background-color: #ED1651;
}

    .badge-danger[href]:hover,
    .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(237, 22, 81, 0.70);
    }

.badge-light {
    color: #5B5C65;
    background-color: rgba(214, 218, 221, 0.7);
}

    .badge-light[href]:hover,
    .badge-light[href]:focus {
        color: #5B5C65;
        text-decoration: none;
        background-color: rgba(214, 218, 221, 0.5);
    }

.badge-dark {
    color: #fff;
    background-color: #5B5C65;
}

    .badge-dark[href]:hover,
    .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(91, 92, 101, 0.70);
    }

.badge-brown {
    color: #fff;
    background-color: #682D00;
}

    .badge-brown[href]:hover,
    .badge-brown[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(104, 45, 0, 0.70);
    }

.btn {
    font-size: 14px;
    border-radius: 0.35em;
    padding: 0.475rem 1rem;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 20px !important;
    line-height: 1.5;
}

.btn-md,
.btn-group-md > .btn {
    font-size: 18px !important;
    line-height: 1.5;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 14px !important;
    line-height: 1.5;
}

.field-validation-error {
    line-height: 1.7;
    color: #ED1651;
}

.input-validation-error {
    background-color: rgba(237, 22, 81, 0.02) !important;
    border-color: #ED1651 !important;
}

.form-control,
.form-control-lg,
.custom-select {
    color: #5B5C65;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C4CBCF;
    border-radius: 0.35em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control,
.custom-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.475rem 0.7rem;
    font-size: 14px;
    line-height: 1.5;
}

    .form-control:focus,
    .custom-select:focus {
        color: #5B5C65;
        border-color: #00995D;
        background-color: #F2FAF7;
        outline: 0;
        box-shadow: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control:focus::-webkit-input-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control:focus::-moz-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control:focus:-ms-input-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control:focus::-ms-input-placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control:focus::placeholder {
        color: #C4CBCF;
        opacity: 1;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #fff;
        cursor: not-allowed;
    }

select.form-control:focus::-ms-value {
    color: #5B5C65;
    background-color: #fff;
}

.form-control-lg {
    height: calc(2.9rem + 2px);
    padding: 0.55rem 1rem 0.6rem 1rem;
    font-size: 20px;
    line-height: 1.5;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    line-height: 1.5;
}

.btn-inner-field {
    padding: 2px !important;
    top: 0px;
    right: 10px;
}

label {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    color: #0A5F55;
}

.custom-radio label {
    line-height: 1.7;
    padding-left: 5px;
}

.form-check-label,
.custom-control-label {
    color: #FFF;
    font-weight: lighter;
}

    .custom-control-label::before {
        background-color: #FFF;
        border: 2px solid #a1a6a9;
        width: 19px;
        height: 19px;
    }

    .custom-control-label::after {
        width: 18px;
        height: 18px;
        background-size: 60% 60% !important;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    border: none;
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00995D !important;
    border: none;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #a1a6a9 !important;
    border: #a1a6a9 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    border: 2px solid #C4CBCF;
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #00995D;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #abadbe;
}

@media (max-width: 991px) {
    .btn,
    .form-control,
    .custom-select,
    label {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .btn-inner-field {
        padding: 0;
    }
}

.btn-img,
.btn-img.disabled,
.btn-img:disabled,
.btn-img:not(:disabled):not(.disabled):active,
.btn-img:not(:disabled):not(.disabled).active {
    opacity: 1;
    transition: all .5s !important;
}

    .btn-img:hover {
        opacity: 0.5;
        transition: all .5s !important;
    }

    .btn-img:focus,
    .btn-img.focus,
    .btn-img:not(:disabled):not(.disabled):active:focus,
    .btn-img:not(:disabled):not(.disabled).active:focus {
        opacity: 1;
        transition: all .5s !important;
    }

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0A5F55;
    border-color: #0A5F55;
    box-shadow: none;
}

    .btn-primary:hover {
        background-color: rgba(10, 95, 85, 0.80);
        border-color: #0A5F55;
    }

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(10, 95, 85, 0.3);
    }

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #0A5F55;
    background-color: #B1D34B;
    border-color: #B1D34B;
    box-shadow: none;
}

    .btn-secondary:hover {
        color: #0A5F55;
        background-color: rgba(177, 211, 75, 0.70);
        border-color: #B1D34B;
    }

    .btn-secondary:focus,
    .btn-secondary.focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
        color: #0A5F55;
        box-shadow: 0 0 0 0.2rem rgba(177, 211, 75, 0.30);
    }

.btn-success,
.btn-success.disabled,
.btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00995D;
    border-color: #00995D;
}

    .btn-success:hover {
        color: #FFF;
        background-color: rgba(0, 153, 93, 0.80);
        border-color: #00995D;
    }

    .btn-success:focus,
    .btn-success.focus,
    .btn-success:not(:disabled):not(.disabled):active:focus,
    .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(0, 153, 93, 0.30);
    }

.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #5B5C65;
    background-color: #FFCB08;
    border-color: #FFCB08;
}

    .btn-info:hover {
        color: #5B5C65;
        background-color: rgba(255, 203, 8, 0.70);
        border-color: #FFCB08;
    }

    .btn-info:focus,
    .btn-info.focus,
    .btn-info:not(:disabled):not(.disabled):active:focus,
    .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 203, 8, 0.30);
    }

.btn-brown,
.btn-brown.disabled,
.btn-brown:disabled,
.btn-brown:not(:disabled):not(.disabled):active,
.btn-brown:not(:disabled):not(.disabled).active,
.show > .btn-brown.dropdown-toggle {
    color: #FFF;
    background-color: #682D00;
    border-color: #682D00;
}

    .btn-brown:hover {
        color: #FFF;
        background-color: rgba(104, 45, 0, 0.70);
        border-color: #682D00;
    }

    .btn-brown:focus,
    .btn-brown.focus,
    .btn-brown:not(:disabled):not(.disabled):active:focus,
    .btn-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown.dropdown-toggle:focus {
        color: #FFF;
        box-shadow: 0 0 0 0.2rem rgba(104, 45, 0, 0.30);
    }

.btn-purple,
.btn-purple.disabled,
.btn-purple:disabled,
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
    color: #FFF;
    background-color: #A3238E;
    border-color: #A3238E;
}

    .btn-purple:hover {
        color: #FFF;
        background-color: rgba(163, 35, 142, 0.70);
        border-color: #A3238E;
    }

    .btn-purple:focus,
    .btn-purple.focus,
    .btn-purple:not(:disabled):not(.disabled):active:focus,
    .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
        color: #FFF;
        box-shadow: 0 0 0 0.2rem rgba(65, 21, 100, 0.30);
    }

.btn-purple-dark,
.btn-purple-dark.disabled,
.btn-purple-dark:disabled,
.btn-purple-dark:not(:disabled):not(.disabled):active,
.btn-purple-dark:not(:disabled):not(.disabled).active,
.show > .btn-purple-dark.dropdown-toggle {
    color: #FFF;
    background-color: #411564;
    border-color: #411564;
}

    .btn-purple-dark:hover {
        color: #FFF;
        background-color: rgba(65, 21, 100, 0.70);
        border-color: #411564;
    }

    .btn-purple-dark:focus,
    .btn-purple-dark.focus,
    .btn-purple-dark:not(:disabled):not(.disabled):active:focus,
    .btn-purple-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple-dark.dropdown-toggle:focus {
        color: #FFF;
        box-shadow: 0 0 0 0.2rem rgba(65, 21, 100, 0.30);
    }

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #FFF;
    background-color: #F47920;
    border-color: #F47920;
}

    .btn-warning:hover {
        color: #FFF;
        background-color: rgba(244, 121, 32, 0.80);
        border-color: #F47920;
    }

    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:not(:disabled):not(.disabled):active:focus,
    .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
        color: #FFF;
        box-shadow: 0 0 0 0.2rem rgba(244, 121, 32, 0.30);
    }

.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ED1651;
    border-color: #ED1651;
}

    .btn-danger:hover {
        color: #fff;
        background-color: rgba(237, 22, 81, 0.80);
        border-color: #ED1651;
    }

    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:not(:disabled):not(.disabled):active:focus,
    .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(237, 22, 81, 0.30);
    }

.btn-light,
.btn-light.disabled,
.btn-light:disabled,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #5B5C65;
    background-color: #D6DADD;
    border-color: #D6DADD;
}

    .btn-light:hover {
        color: #5B5C65;
        background-color: rgba(214, 218, 221, 0.5);
        border-color: #D6DADD;
    }

    .btn-light:focus,
    .btn-light.focus,
    .btn-light:not(:disabled):not(.disabled):active:focus,
    .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
        color: #5B5C65;
        box-shadow: 0 0 0 0.2rem rgba(196, 203, 207, 0.30);
    }

.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #5B5C65;
    border-color: #5B5C65;
}

    .btn-dark:hover {
        color: #fff;
        background-color: rgba(91, 92, 101, 0.80);
        border-color: #5B5C65;
    }

    .btn-dark:focus,
    .btn-dark.focus,
    .btn-dark:not(:disabled):not(.disabled):active:focus,
    .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(91, 92, 101, 0.30);
    }

.btn-white,
.btn-white.disabled,
.btn-white:disabled,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #5B5C65;
    background-color: #FFF;
    border-color: #FFF;
}

    .btn-white:hover {
        color: #5B5C65;
        background-color: rgba(214, 218, 221, 0.9);
        border-color: #D6DADD;
    }

    .btn-white:focus,
    .btn-white.focus,
    .btn-white:not(:disabled):not(.disabled):active:focus,
    .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
        color: #5B5C65;
        box-shadow: 0 0 0 0.2rem rgba(196, 203, 207, 0.30);
    }

.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #0A5F55;
    background-color: transparent;
    background-image: none;
    border-color: #0A5F55;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0A5F55;
        border-color: #0A5F55;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus,
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
    .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
        color: #0A5F55;
        box-shadow: 0 0 0 0.2rem rgba(10, 95, 85, 0.30);
    }

.btn-outline-secondary,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #B1D34B;
    background-color: transparent;
    background-image: none;
    border-color: #B1D34B;
}

    .btn-outline-secondary:hover {
        color: #0A5F55;
        background-color: #B1D34B;
        border-color: #B1D34B;
    }

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus,
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
        color: #B1D34B;
        box-shadow: 0 0 0 0.2rem rgba(177, 211, 75, 0.3);
    }

.btn-outline-success,
.btn-outline-success.disabled,
.btn-outline-success:disabled,
.btn-outline-success:hover.disabled,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #00995D;
    background-color: transparent;
    background-image: none;
    border-color: #00995D;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #00995D;
        border-color: #00995D;
    }

    .btn-outline-success:focus,
    .btn-outline-success.focus,
    .btn-outline-success:not(:disabled):not(.disabled):active:focus,
    .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 153, 93, 0.3);
    }

.btn-outline-info,
.btn-outline-info.disabled,
.btn-outline-info:disabled,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #FFCB08;
    background-color: transparent;
    background-image: none;
    border-color: #FFCB08;
}

    .btn-outline-info:hover {
        color: #5B5C65;
        background-color: #FFCB08;
        border-color: #FFCB08;
    }

    .btn-outline-info:focus,
    .btn-outline-info.focus .btn-outline-info:not(:disabled):not(.disabled):active:focus,
    .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
        color: #FFCB08;
        box-shadow: 0 0 0 0.2rem rgba(255, 203, 8, 0.3);
    }

.btn-outline-warning,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #F47920;
    background-color: transparent;
    background-image: none;
    border-color: #F47920;
}

    .btn-outline-warning:hover {
        color: #FFF;
        background-color: #F47920;
        border-color: #F47920;
    }

    .btn-outline-warning:focus,
    .btn-outline-warning.focus,
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
    .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
        color: #F47920;
        box-shadow: 0 0 0 0.2rem rgba(244, 121, 32, 0.3);
    }

.btn-outline-danger,
.btn-outline-danger.disabled,
.btn-outline-danger:disabled,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #ED1651;
    background-color: transparent;
    background-image: none;
    border-color: #ED1651;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ED1651;
        border-color: #ED1651;
    }

    .btn-outline-danger:focus,
    .btn-outline-danger.focus,
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
    .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
        color: #ED1651;
        box-shadow: 0 0 0 0.2rem rgba(237, 22, 81, 0.3);
    }

.btn-outline-light,
.btn-outline-light.disabled,
.btn-outline-light:disabled,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #5B5C65;
    background-color: transparent;
    background-image: none;
    border-color: #C4CBCF;
}

    .btn-outline-light:hover {
        color: #3E3E44;
        background-color: rgba(196, 203, 207, 0.50);
        border-color: #C4CBCF;
    }

    .btn-outline-light:focus,
    .btn-outline-light.focus,
    .btn-outline-light:not(:disabled):not(.disabled):active:focus,
    .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
        color: #5B5C65;
        box-shadow: 0 0 0 0.2rem rgba(196, 203, 207, 0.3);
    }

.card.btn-outline-light {
    color: #5B5C65;
    background-color: #FFF !important;
    background-image: none;
    border-color: #C4CBCF;
}

    .card.btn-outline-light:hover,
    .card.btn-outline-light:focus,
    .card.btn-outline-light:active {
        color: #3E3E44;
        background-color: #FFF !important;
        border: 1px solid #C4CBCF !important;
        transition: ease all .3s;
        transform: translate(0, -0.15em);
        box-shadow: 0px 10px 30px rgba(91, 92, 101, 0.30) !important;
    }

.btn-outline-dark,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #5B5C65;
    background-color: transparent;
    background-image: none;
    border-color: #5B5C65;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #5B5C65;
        border-color: #5B5C65;
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.focus,
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
    .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(91, 92, 101, 0.3);
    }

.btn-outline-white,
.btn-outline-white.disabled,
.btn-outline-white:disabled,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #FFF !important;
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
}

    .btn-outline-white:hover {
        color: rgba(255, 255, 255, 0.50) !important;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.50);
    }

    .btn-outline-white:focus,
    .btn-outline-white.focus,
    .btn-outline-white:not(:disabled):not(.disabled):active:focus,
    .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
        color: #FFF !important;
        box-shadow: 0 0 0 0.2rem rgba(196, 203, 207, 0.3);
    }

.btn-outline-purple,
.btn-outline-purple.disabled,
.btn-outline-purple:disabled,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #A3238E;
    background-color: transparent;
    background-image: none;
    border-color: #A3238E;
}

    .btn-outline-purple:hover {
        color: #fff;
        background-color: #A3238E;
        border-color: #A3238E;
    }

    .btn-outline-purple:focus,
    .btn-outline-purple.focus,
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
    .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
        color: #A3238E;
        box-shadow: 0 0 0 0.2rem rgba(163, 35, 142, 0.3);
    }

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:visited {
    font-weight: 400;
    color: #00995D;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0A5F55;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

.btn-link-gray-dark {
    font-weight: 400;
    color: #5B5C65 !important;
    background-color: transparent;
}

    .btn-link-gray-dark:hover {
        color: #5B5C65 !important;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:disabled,
    .btn-link.disabled,
    .btn-link-gray-dark:disabled,
    .btn-link-gray-dark.disabled {
        color: #C4CBCF !important;
        pointer-events: none;
    }

.btn-link-gray {
    font-weight: 400;
    color: #C4CBCF !important;
    background-color: transparent;
}

    .btn-link-gray:hover {
        color: #C4CBCF !important;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

.btn-link-white {
    font-weight: 400;
    color: #FFF !important;
    background-color: transparent;
}

    .btn-link-white:hover {
        color: #FFF !important;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

.btn-link-deep-sea-green {
    font-weight: 400;
    color: #0A5F55 !important;
    background-color: transparent;
}

    .btn-link-deep-sea-green:hover {
        color: #0A5F55 !important;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

.btn-link-pink {
    font-weight: 400;
    color: #ED1651 !important;
    background-color: transparent;
}

    .btn-link-pink:hover {
        color: #d11448 !important;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

.btn-link-purple {
    font-weight: 400;
    color: #A3238E !important;
    background-color: transparent;
}

    .btn-link-purple:hover {
        color: #411564 !important;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link-white:focus,
    .btn-link-white.focus,
    .btn-link:focus,
    .btn-link.focus,
    .btn-link-gray-dark:focus,
    .btn-link-gray-dark.focus,
    .btn-link-gray:focus,
    .btn-link-gray.focus,
    .btn-link-deep-sea-green:focus,
    .btn-link-deep-sea-green.focus,
    .btn-link-pink:focus,
    .btn-link-pink.focus,
    .btn-link-purple:focus,
    .btn-link-purple.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

.btn-inner-field {
    border: 0;
    outline: 0;
    color: #5B5C65;
    background: transparent;
    position: absolute;
    box-shadow: none;
}

    .btn-inner-field:hover {
        color: #000;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-inner-field:focus,
    .btn-inner-field.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-inner-field:disabled,
    .btn-inner-field.disabled {
        color: #C4CBCF;
        pointer-events: none;
    }

#list-group-menu .list-group-item {
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
}

a.btn.disabled,
.btn.disabled,
.btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: auto;
}

.list-group-item-primary {
    color: #FFF;
    background-color: #0A5F55;
}

    .list-group-item-primary.list-group-item-action:hover {
        color: #fff;
        background-color: rgba(10, 95, 85, 0.80);
        border-color: #0A5F55;
    }

    .list-group-item-primary.list-group-item-action:focus {
        color: #fff;
        background-color: #0A5F55;
        box-shadow: 0 0 0 0.2rem rgba(10, 95, 85, 0.3);
    }

.list-group-item-secondary {
    color: #0A5F55;
    background-color: #B1D34B;
}

    .list-group-item-secondary.list-group-item-action:hover {
        color: #0A5F55;
        background-color: rgba(177, 211, 75, 0.70);
        border-color: #B1D34B;
    }

    .list-group-item-secondary.list-group-item-action:focus {
        color: #0A5F55;
        background-color: #B1D34B;
        box-shadow: 0 0 0 0.2rem rgba(177, 211, 75, 0.70);
    }

.list-group-item-success {
    color: #FFF;
    background-color: #00995D;
}

    .list-group-item-success.list-group-item-action:hover {
        color: #FFF;
        background-color: rgba(0, 153, 93, 0.80);
        border-color: #00995D;
    }

    .list-group-item-success.list-group-item-action:focus {
        color: #FFF;
        background-color: #00995D;
        border-color: #00995D;
        box-shadow: 0 0 0 0.2rem rgba(0, 153, 93, 0.30);
    }

.list-group-item-info {
    color: #5B5C65;
    background-color: #FFCB08;
    border-color: #FFCB08;
}

    .list-group-item-info.list-group-item-action:hover {
        color: #5B5C65;
        background-color: rgba(255, 203, 8, 0.70);
        border-color: #FFCB08;
    }

    .list-group-item-info.list-group-item-action:focus {
        color: #5B5C65;
        background-color: #FFCB08;
        border-color: #FFCB08;
        box-shadow: 0 0 0 0.2rem rgba(255, 203, 8, 0.30);
    }

.list-group-item-warning {
    color: #FFF;
    background-color: #F47920;
    border-color: #F47920;
}

    .list-group-item-warning.list-group-item-action:hover {
        color: #FFF;
        background-color: rgba(244, 121, 32, 0.80);
        border-color: #F47920;
    }

    .list-group-item-warning.list-group-item-action:focus {
        color: #FFF;
        background-color: #F47920;
        border-color: #F47920;
        box-shadow: 0 0 0 0.2rem rgba(244, 121, 32, 0.30);
    }

.list-group-item-danger {
    color: #fff;
    background-color: #ED1651;
    border-color: #ED1651;
}

    .list-group-item-danger.list-group-item-action:hover {
        color: #fff;
        background-color: rgba(237, 22, 81, 0.80);
        border-color: #ED1651;
    }

    .list-group-item-danger.list-group-item-action:focus {
        color: #fff;
        background-color: #ED1651;
        border-color: #ED1651;
        box-shadow: 0 0 0 0.2rem rgba(237, 22, 81, 0.30);
    }

.list-group-item-light {
    color: #5B5C65;
    background-color: #D6DADD;
    border-color: #C8CBCE;
}

    .list-group-item-light.list-group-item-action:hover {
        color: #5B5C65;
        background-color: rgba(214, 218, 221, 0.80);
        border-color: ##C8CBCE;
    }

    .list-group-item-light.list-group-item-action:focus {
        color: #5B5C65;
        background-color: #D6DADD;
        border-color: #C8CBCE;
        box-shadow: 0 0 0 0.2rem rgba(196, 203, 207, 0.30);
    }

.list-group-item-dark {
    color: #fff;
    background-color: #5B5C65;
    border-color: #5B5C65;
}

    .list-group-item-dark.list-group-item-action:hover {
        color: #fff;
        background-color: rgba(91, 92, 101, 0.80);
        border-color: #5B5C65;
    }

    .list-group-item-dark.list-group-item-action:focus {
        color: #fff;
        background-color: #5B5C65;
        border-color: #5B5C65;
        box-shadow: 0 0 0 0.2rem rgba(91, 92, 101, 0.30);
    }

.list-group-item-brown {
    color: #FFF;
    background-color: #682D00;
    border-color: #682D00;
}

    .list-group-item-brown.list-group-item-action:hover {
        color: #FFF;
        background-color: rgba(104, 45, 0, 0.80);
        border-color: #682D00;
    }

    .list-group-item-brown.list-group-item-action:focus {
        color: #FFF;
        background-color: #682D00;
        border-color: #682D00;
        box-shadow: 0 0 0 0.2rem rgba(104, 45, 0, 0.30);
    }

.list-group-item-purple {
    color: #FFF;
    background-color: #A3238E;
    border-color: #A3238E;
}

    .list-group-item-purple.list-group-item-action:hover {
        color: #FFF;
        background-color: rgba(163, 35, 142, 0.80);
        border-color: #A3238E;
    }

    .list-group-item-purple.list-group-item-action:focus {
        color: #FFF;
        background-color: #A3238E;
        border-color: #A3238E;
        box-shadow: 0 0 0 0.2rem rgba(163, 35, 142, 0.30);
    }

.list-group-item-purple-dark {
    color: #FFF;
    background-color: #411564;
    border-color: #411564;
}

    .list-group-item-purple-dark.list-group-item-action:hover {
        color: #FFF;
        background-color: rgba(65, 21, 100, 0.80);
        border-color: #411564;
    }

    .list-group-item-purple-dark.list-group-item-action:focus {
        color: #FFF;
        background-color: #411564;
        border-color: #411564;
        box-shadow: 0 0 0 0.2rem rgba(65, 21, 100, 0.30);
    }

.list-group-item-skin {
    color: #682D00;
    background-color: #FFF0C7;
    border-color: #e9dcb9;
}

    .list-group-item-skin.list-group-item-action:hover {
        color: #682D00;
        background-color: rgba(255, 240, 199, 0.80);
        border-color: #FFF0C7;
    }

    .list-group-item-skin.list-group-item-action:focus {
        color: #682D00;
        background-color: #FFF0C7;
        border-color: #FFF0C7;
        box-shadow: 0 0 0 0.2rem rgba(255, 240, 199, 0.30);
    }

.card {
    border-radius: 0.4rem !important;
    transition: ease all .2s;
    border: 1px solid #C4CBCF;
}

.card-columns {
    column-count: 4;
}

@media (max-width: 1299px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

@media (max-width: 991px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

@media (max-width: 767px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

.navbar-toggler {
    color: #FFF;
    background-color: transparent;
    border-radius: 8px !important;
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 0.4rem;
    margin-right: 0.2rem;
}

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler .icon-bar {
        background-color: #FFF;
        transform: rotate(0deg) translate(0px, 0px);
        transition: ease all .2s;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 3px;
        }

    .navbar-toggler .icon-bar {
        display: block;
        width: 25px;
        height: 4px;
        border-radius: 1px;
        margin-left: 12px;
    }

.icon-bar:nth-child(2) {
    width: 20px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 25px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 25px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    transition: ease all .2s;
}

.navbar-brand img {
    height: 50px;
    margin-left: 0.5rem;
    transition: ease all .2s;
}

.navbar-brand-min img {
    height: 49px !important;
    margin-left: 0.5rem;
    transition: ease all .2s;
}

.menu-topo-0 {
    top: 0px;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.navbar {
    padding: 0;
}

#navbar-menu-topo .dropdown-menu,
#navbar-menu-topo-2 .dropdown-menu {
    font-size: inherit;
    padding: 0;
}

#navbar-menu-topo .dropdown-large,
#navbar-menu-topo-2 .dropdown-large {
    position: static !important;
}

#navbar-menu-topo-2 .dropdown-large {
    position: static !important;
    width: 100% !important;
    text-align: center;
}

.navbar-menu-itens-topo .btn-link-gray-dark {
    /*white-space: nowrap;*/
    text-decoration: none;
    padding-bottom: 0rem;
}

    .navbar-menu-itens-topo .btn-link-gray-dark:after {
        text-decoration: none;
        display: block;
        content: '';
        border-bottom: solid 3px #B1D34B;
        transform: scaleX(0);
        transition: transform 300ms ease-in-out;
        padding-bottom: 0.5rem;
    }

    .navbar-menu-itens-topo .btn-link-gray-dark:hover {
        color: #00995D !important;
    }

        .navbar-menu-itens-topo .btn-link-gray-dark:hover:after {
            transform: scaleX(1);
        }

    .navbar-menu-itens-topo .btn-link-gray-dark.left:after {
        transform-origin: 0% 50%;
    }


@media (max-width: 575.98px) {
    .card-columns {
        column-count: 1;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-columns {
        column-count: 2;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 15%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-columns {
        column-count: 3;
    }
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    opacity: 0.8 !important;
}

.carousel-control-prev-icon {
    border-top: 4px solid;
    border-left: 4px solid;
    transform: rotate(-45deg);
}

.carousel-control-next-icon {
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(45deg);
}

.carousel-group-items .carousel-indicators {
    bottom: 0px;
}

    .carousel-group-items .carousel-indicators li {
        background-color: rgba(196, 203, 207, 0.70);
    }

    .carousel-group-items .carousel-indicators .active {
        background-color: rgba(91, 92, 101, 0.70);
    }

.accordion .header {
    padding: 1rem 0px;
    border-bottom: 1px solid #C4CBCF;
}

    .accordion .header:first-child {
        border-top: 1px solid #C4CBCF;
    }

    .accordion .header .title {
        color: #0A5F55;
        font-family: 'Trebuchet MS';
        font-size: 15px;
        margin: 0;
        line-height: 30px;
    }

    .accordion .header i {
        color: #00995D !important;
    }

    .accordion .header.collapsed i {
        color: #0A5F55 !important;
    }

    .accordion .header:hover .title,
    .accordion .header:hover i {
        color: #00995D !important;
    }

@media (max-width: 1199px) {
    .unidades-detalhes h3 {
        font-size: 1.5rem;
    }

    .unidades-detalhes .endereco h4 {
        font-size: 1.25rem;
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.70);
    z-index: 999999999;
    display: table;
}

.loader-area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader-icon {
    color: #00995D;
    font-size: 15px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.1s infinite linear;
    animation: load4 1.1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.loader-icon2 {
    color: #00995D;
    font-size: 3px;
    margin: 20px 10px 5px 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.3s infinite linear;
    animation: load5 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44, 0.8);
    animation: pulse 2s infinite;
}

    .pulse:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-1deg);
    }

    20% {
        transform: rotateZ(3deg);
    }

    25% {
        transform: rotateZ(-3deg);
    }

    30% {
        transform: rotateZ(1deg);
    }

    35% {
        transform: rotateZ(-1deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.grid-acessos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

    .grid-acessos .full {
        grid-column: span 2;
    }

.card-acesso {
    background: #fff;
    border-radius: 1.2rem;
    padding: 2rem 1rem;
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    color: #004e4c;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

    .card-acesso:hover,
    .card-acesso:active,
    .card-acesso:focus,
    .card-acesso:visited {
        text-decoration: none;
        color: #004e4c;
        outline: none;
    }

    .card-acesso:active {
        background: #f8f8f8;
        transform: scale(0.97);
    }

.icon-wrapper {
    background: #e6f2f1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
}

    .icon-wrapper i {
        font-size: 2.2rem;
        color: #004e4c;
    }

    .icon-wrapper.stacked {
        background: none;
        width: auto;
        height: auto;
    }

.fa-stack i {
    color: #004e4c;
}

.card-acesso h6 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #004e4c;
    line-height: 1.4rem;
}

.acessos-container {
    padding: 0.5rem 0;
}

@media (max-width: 576px) {
    .card-acesso {
        min-height: 150px;
        padding: 1.8rem 1rem;
    }

    .icon-wrapper {
        width: 70px;
        height: 70px;
    }

        .icon-wrapper i {
            font-size: 2rem;
        }

    .card-acesso h6 {
        font-size: 1.15rem;
        line-height: 1.35rem;
    }

    .grid-acessos {
        gap: 0.9rem;
    }
}

@media (max-width: 380px) {
    .grid-acessos {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

        .grid-acessos .full {
            grid-column: span 1;
        }

    .card-acesso {
        padding: 2rem 1rem;
        min-height: 150px;
    }

    .icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 0.8rem;
    }

        .icon-wrapper i {
            font-size: 2rem;
        }

    .card-acesso h6 {
        font-size: 1.15rem;
        line-height: 1.35rem;
    }
}

@media (max-width: 320px) {
    .card-acesso {
        padding: 1.8rem 0.8rem;
        min-height: 140px;
    }

    .icon-wrapper {
        width: 65px;
        height: 65px;
    }

        .icon-wrapper i {
            font-size: 1.8rem;
        }

    .card-acesso h6 {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
}

.solicitacoes-container {
    width: 100%;
}


/* ===== CARDS DE ACESSO ===== */
.card-acesso {
    background: #fff;
    border-radius: 1.2rem;
    padding: 2rem 1rem;
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    color: #004e4c;
    position: relative;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

    .card-acesso:hover,
    .card-acesso:active,
    .card-acesso:focus,
    .card-acesso:visited {
        text-decoration: none;
        color: #004e4c;
        outline: none;
    }

    .card-acesso:hover {
        transform: translateY(-2px);
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
    }

    .card-acesso:active {
        background: #f8f8f8;
        transform: scale(0.97);
    }

    .card-acesso .icon-wrapper {
        background: #e6f2f1;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.8rem;
    }

        .card-acesso .icon-wrapper i {
            font-size: 2.2rem;
            color: #004e4c;
        }

        .card-acesso .icon-wrapper.stacked {
            background: none;
            width: auto;
            height: auto;
        }

    .card-acesso .fa-stack i {
        color: #004e4c;
    }

    .card-acesso h6 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
        color: #004e4c;
        line-height: 1.4rem;
    }

.acessos-container {
    padding: 0.5rem 0;
}

/* ===== GRID DE ACESSOS ===== */
.grid-acessos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.grid-acessos-single {
    grid-template-columns: 1fr;
}

.grid-acessos .full {
    grid-column: span 2;
}

/* ===== HEADER DA PÁGINA ===== */
.jornada-page-header {
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.jornada-page-title {
    color: #004e4c;
    font-weight: 600;
    margin: 0;
    font-size: 1.4rem;
}

.jornada-btn-back {
    background: #fff;
    border: 2px solid #e6f2f1;
    color: #004e4c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .jornada-btn-back:hover {
        background: #e6f2f1;
        border-color: #004e4c;
        text-decoration: none;
        color: #004e4c;
    }

    .jornada-btn-back:active {
        transform: scale(0.95);
    }

/* ===== MODAIS CUSTOMIZADOS ===== */
.jornada-modal .modal-content {
    background: #004e4c;
    border-radius: 1.2rem;
    border: none;
}

.jornada-modal .modal-header {
    border-bottom: 2px solid rgba(230, 242, 241, 0.3);
    padding: 1.5rem;
}

.jornada-modal .modal-title {
    color: #e6f2f1;
    font-weight: 600;
    font-size: 1.3rem;
}

.jornada-modal .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 300;
}

    .jornada-modal .close:hover {
        color: #e6f2f1;
    }

.jornada-modal .modal-body {
    padding: 1.5rem;
    color: #fff;
}

    .jornada-modal .modal-body p {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

        .jornada-modal .modal-body p:last-child {
            margin-bottom: 0;
        }

    .jornada-modal .modal-body a {
        color: #e6f2f1;
        text-decoration: underline;
        font-weight: 500;
    }

        .jornada-modal .modal-body a:hover {
            color: #fff;
        }

.jornada-modal-subtitle {
    color: #ffd966 !important;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}

    .jornada-modal-subtitle:first-child {
        margin-top: 0;
    }

.jornada-modal-warning {
    color: #ffb84d !important;
    font-weight: 600;
    background: rgba(255, 184, 77, 0.1);
    padding: 0.8rem;
    border-radius: 0.5rem;
    border-left: 4px solid #ffb84d;
}

/* ===== CARDS DE CONTEÚDO INFORMATIVO ===== */
.jornada-content-card {
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.5rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.jornada-info-section {
    padding: 1.5rem 0;
}

    .jornada-info-section:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .jornada-info-section:first-child {
        padding-top: 0;
    }

.jornada-text {
    color: #004e4c;
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 1rem;
}

    .jornada-text:last-child {
        margin-bottom: 0;
    }

.jornada-text-highlight {
    color: #004e4c;
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 1rem;
    font-weight: 600;
    background: #e6f2f1;
    padding: 1rem;
    border-radius: 0.5rem;
    border-left: 4px solid #004e4c;
}

/* ===== TABELAS ===== */
.jornada-table {
    width: 100%;
    margin-top: 1rem;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}

    .jornada-table thead {
        background: #004e4c;
        color: #fff;
    }

        .jornada-table thead th {
            padding: 1rem;
            font-weight: 600;
            font-size: 1.1rem;
            text-align: left;
            border: none;
        }

    .jornada-table tbody tr {
        background: #fff;
        transition: background 0.2s ease;
    }

        .jornada-table tbody tr:nth-child(even) {
            background: #f8fafa;
        }

        .jornada-table tbody tr:hover {
            background: #e6f2f1;
        }

    .jornada-table tbody td {
        padding: 0.9rem 1rem;
        color: #004e4c;
        font-size: 1rem;
        border: none;
        border-bottom: 1px solid #e6f2f1;
    }

    .jornada-table tbody tr:last-child td {
        border-bottom: none;
    }

/* ===== CARD DE PERFIL (HOME) ===== */
.card-profile {
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

    .card-profile .left {
        flex-shrink: 0;
    }

    .card-profile .profile-icon {
        background: #e6f2f1;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: #004e4c;
    }

    .card-profile .right {
        flex: 1;
    }

    .card-profile .name {
        color: #004e4c;
        font-size: 1.4rem;
        font-weight: 600;
        margin: 0 0 0.3rem 0;
    }

    .card-profile .title {
        color: #004e4c;
        font-size: 1rem;
        margin: 0.2rem 0;
        opacity: 0.8;
    }

/* ===== RESPONSIVIDADE ===== */

/* Tablets e telas médias */
@media (max-width: 768px) {
    .jornada-page-header {
        padding: 1.3rem;
    }

    .jornada-page-title {
        font-size: 1.3rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .card-acesso {
        min-height: 150px;
        padding: 1.8rem 1rem;
    }

        .card-acesso .icon-wrapper {
            width: 70px;
            height: 70px;
        }

            .card-acesso .icon-wrapper i {
                font-size: 2rem;
            }

        .card-acesso h6 {
            font-size: 1.15rem;
            line-height: 1.35rem;
        }

    .grid-acessos {
        gap: 0.9rem;
    }

    .jornada-page-header {
        padding: 1.2rem;
    }

    .jornada-page-title {
        font-size: 1.2rem;
    }

    .jornada-btn-back {
        width: 36px;
        height: 36px;
    }

    .jornada-modal .modal-title {
        font-size: 1.15rem;
    }

    .jornada-modal .modal-body p {
        font-size: 0.95rem;
    }

    .card-profile {
        padding: 1.2rem;
        gap: 1rem;
    }

        .card-profile .profile-icon {
            width: 60px;
            height: 60px;
            font-size: 1.8rem;
        }

        .card-profile .name {
            font-size: 1.25rem;
        }

        .card-profile .title {
            font-size: 0.95rem;
        }
}

/* Telas pequenas */
@media (max-width: 380px) {
    .grid-acessos {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

        .grid-acessos .full {
            grid-column: span 1;
        }

    .card-acesso {
        padding: 2rem 1rem;
        min-height: 150px;
    }

        .card-acesso .icon-wrapper {
            width: 70px;
            height: 70px;
            margin-bottom: 0.8rem;
        }

            .card-acesso .icon-wrapper i {
                font-size: 2rem;
            }

        .card-acesso h6 {
            font-size: 1.15rem;
            line-height: 1.35rem;
        }
}

/* Telas muito pequenas */
@media (max-width: 320px) {
    .card-acesso {
        padding: 1.8rem 0.8rem;
        min-height: 140px;
    }

        .card-acesso .icon-wrapper {
            width: 65px;
            height: 65px;
        }

            .card-acesso .icon-wrapper i {
                font-size: 1.8rem;
            }

        .card-acesso h6 {
            font-size: 1.1rem;
            line-height: 1.3rem;
        }
}

/* ===== UTILITÁRIOS ===== */
#partial-mensagens {
    width: 100%;
}

.solicitacoes-container {
    width: 100%;
}

/* Seção Padaria Real */
.cart-section-header-padaria {
    background: #FFF3CD;
    border-left: 4px solid #FFC107;
    padding: 10px 15px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #856404;
    font-size: 13px;
}

    .cart-section-header-padaria i {
        font-size: 16px;
    }

.cart-compact-item-padaria {
    background: #FFFBF0;
    border-left: 3px solid #FFC107;
}

.cart-divider-padaria {
    border-top: 2px dashed #FFC107 !important;
}