﻿html {
    font-size: 62.5%;
}

body {
    font: normal 1.4rem 'Invention', arial, verdana;
    background-size: 30%;
    max-width: 100%;
    overflow-x: hidden;
}

body,
a {
    font: normal 1.4rem 'Invention', arial, verdana;
    color: #393939;
}

body {
    background-size: 30%;
}

.container {
    max-width: 920px !important;
}

/* HEADER */
.header {
    position: relative;
    z-index: 2
}

    .header .container {
        width: 100%;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .logo {
        margin-right: 20px
    }

        .header .logo > img {
            width: 90px
        }

    .header .content {
        display: flex;
        align-items: center;
        justify-content: end;
    }

.text-danger {
    color: #a94442 !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 15px;
}

.text-msd {
    color: #007e75;
}

.h1-title {
    font-size: 3.5rem;
}

.boletos {
    font-weight: bolder;
}

.title-page {
    color: #00857C;
    padding-left: 15px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    align-items: center;
}

.panel-header {
    margin-left: 10px;
}

.icon-person {
    cursor: pointer;
}

    .icon-person:hover {
        opacity: 0.5;
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.panel-content {
    margin-left: 30px;
}

.div-backgroud {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: -1px -1px 15px 15px #80808017;
}

.btn-primary:hover {
    background-color: #00877ca1;
    border-color: #00857C;
}

.btn-primary {
    color: #fff;
    background-color: #00857C;
    border-color: #00857C;
    /*--bs-btn-hover-bg: #00857C !important;
    --bs-btn-hover-border-color: #00857C !important;*/
}

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #00857C;
        border-color: #00857C;
    }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-success {
    border-color: #00857C !important;
}

    .panel-success > .panel-heading {
        color: #00857C !important;
        background-color: #efefef8a !important;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border: transparent !important;
}

table {
    border: transparent !important;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.footerLinks {
    text-align: right;
    padding-top: 178px;
}

    .footerLinks ul {
        list-style: none;
    }

    .footerLinks li {
        display: inline;
        margin-left: 12.5px;
    }

    .footerLinks a {
        font: normal 1.2rem 'opensans', arial, verdana;
        text-transform: uppercase;
        text-decoration: none;
    }

        .footerLinks a:hover {
            color: #393939;
        }

#footer {
    height: 215px;
    background-image: url("../Content/images/footerLogo.png");
    background-position: left 0px;
    background-repeat: no-repeat;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

th {
    border-radius: 0px !important;
    padding: 25px 15px !important;
    color: #007971 !important;
    background-color: #E5F2F1 !important;
}

tr {
    border-bottom: 1px solid #efefef;
}

    tr > td {
        padding-bottom: 1em !important;
        padding-top: 1em !important;
    }

.table-data {
    overflow: hidden;
    border-radius: 6px;
}

.panel-btn-download {
    width: 5% !important;
    text-align: center !important;
}

svg {
    color: #00857C;
    width: 28px;
    height: 28px;
}

input {
    border-radius: 23px !important;
}

.color-invalid {
    color: red;
    font-size: 18px !important;
}

.img-person {
    width: 120px;
}

.btn-consultar {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 18px !important;
}

.btn-ver-mais {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 18px !important;
}

.input-values {
    border: #00000075 solid 1px;
    height: 45px;
}

.btn-person-left {
    border-radius: 23px 0 0 23px;
    margin-right: -2px;
    border-right: none;
}

.btn-person-right {
    border-radius: 0 23px 23px 0;
    margin-left: -2px;
    border-left: none;
}

.person-selected {
    background-color: #00857C;
    color: white;
    font-size: 18px !important;
}

.person-unselected {
    background-color: white;
    color: #00857C;
    font-size: 18px !important;
}

.btn-person-left:hover {
    text-decoration: none;
    background-color: #00857C;
    color: white;
}

.btn-person-right:hover {
    text-decoration: none;
    background-color: #00857C;
    color: white;
}

.btn-person {
    width: 140px;
    border: #00000075 solid 1px;
    font-weight: bolder;
}

/* FOOTER */
.footer {
    padding: var(--footer-pd, 57px 0 37px);
    z-index: -100;
}

    .footer .container {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center
    }

    .footer .logo-msd {
        display: flex;
        position: absolute;
        left: 0;
        bottom: 13px
    }

        .footer .logo-msd .l-msd-right {
            align-self: end;
            z-index: 1
        }

.social {
    display: flex;
    align-self: end;
    align-items: end;
    gap: var(--social-gap, 19px);
    z-index: 1;
    position: absolute;
    right: 20px;
}

    .social a {
        font-size: 0;
        background: no-repeat center center / contain;
    }

    .social .facebook {
        width: var(--social-fb-w, 9px);
        height: var(--social-fb-h, 20px);
        background-image: url(../Content/images/icons/facebook.svg)
    }

    .social .linkedin {
        width: var(--social-in-sz, 20px);
        height: var(--social-in-sz, 20px);
        background-image: url(../Content/images/icons/linkedin.svg)
    }

    .social .youtube {
        width: var(--social-yt-w, 20px);
        height: var(--social-yt-h, 14px);
        background-image: url(../Content/images/icons/youtube.svg)
    }

.footer .container .msd-links {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

    .footer .container .msd-links .item {
        display: flex;
        flex-direction: row;
    }

        .footer .container .msd-links .item ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 100%;
            list-style: none;
            align-items: center;
        }

    .footer .container .msd-links .copyright {
        margin-left: 40px;
        align-self: center;
        text-align: center;
    }

    .footer .container .msd-links .item ul li a {
        color: #00857C !important;
        font-size: 16px;
    }

    .footer .container .msd-links .item ul li {
        padding-right: 10px;
        padding-left: 10px;
    }

@media only screen and (max-width:400px) {
    .footer .container .msd-links li {
        width: min-content;
    }
}

@media only screen and (min-width:375px) {
    :root {
        --footer-pd: 55px 0 36px;
        --social-gap: 15px;
        --social-fb-w: 12px;
        --social-fb-h: 23px;
        --social-ig-sz: 21px;
        --social-in-sz: 23px;
        --social-wa-sz: 22px;
        --social-yt-w: 22px;
        --social-yt-h: 16px;
    }

    /* HEADER */
    .topnav > ul {
        gap: 5px
    }
}

@media only screen and (min-width:992px) {
    :root {
        --body-fs: 1.8rem;
        --header-h: 193px;
        --paragraph-mb: 20px;
        --footer-h-: 132px;
        --social-gap: 40px;
    }

    .button:not(.note-btn), .btn:not(.note-btn) {
        padding: 12px 12px;
        font-size: 1.4rem;
    }

    /* HEADER */
    .header {
        /*padding: 42px 0;*/
        box-shadow: none
    }

        .header .logo {
            margin-right: 50px
        }

            .header .logo > img {
                width: 106px
            }

        .header .content {
            flex: 1
        }

        .header .logo-msd {
            display: block
        }

        .header .burger {
            display: none
        }

    /* NAV */
    .open-nav .nav,
    .nav {
        position: static;
        height: auto;
        display: block;
        background: var(--neutral-clr)
    }

        .nav a {
            font-size: 1.5rem;
            padding: 10px 10px
        }

        .nav .-level-1-float-left {
            float: left
        }

        .nav .-level-1 {
            padding: 0;
            box-shadow: none;
            display: flex;
            justify-content: end
        }

            .nav .-level-1 li {
                display: flex;
                align-items: center;
            }

            .nav .-level-1 a {
                text-align: center;
                height: 100%;
                align-items: center;
                justify-content: center
            }

                .nav .-level-1 a:before {
                    width: 2px;
                    height: 60%;
                    top: 20%;
                    left: -2px
                }

    /* MAIN */
    .section {
        padding: 40px 0
    }

    /* OVERRIDE BOOTSTRAP */
    select,
    .form-control, .formCols input,
    .bootstrap-select > .dropdown-toggle {
        height: 45px
    }

    /* FOOTER */
    .footer {
        padding: 54px 0
    }

        .footer .logo-msd {
            bottom: 30px
        }

        .footer .msd-links li a.text-muted {
            color: #6B6B6B;
        }
}

@media only screen and (max-width:992px) {
    .footer .container .msd-links {
        font-size: 9px !important;
    }

        .footer .container .msd-links .item ul li a {
            color: #00857C !important;
            font-size: 9px;
        }

    .social {
        position: relative;
        left: 0px;
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .footer ul {
        display: flex;
        justify-content: center; /* Centraliza os itens */
        flex-wrap: wrap; /* Permite que quebrem linha, se necessário */
        padding: 0;
        margin: 0;
        list-style: none; /* Remove os marcadores de lista */
    }

        .footer ul li {
            display: inline-block;
        }
}


@media only screen and (max-width:992px) {
    .btn-person {
        width: 50%;
        border: #00000075 solid 1px;
        font-weight: bolder;
    }

    .h1-title {
        font-size: 2rem !important;
    }

    .footer .container .msd-links .copyright {
        font-size: 9px;
    }

    .footer .container .msd-links .item ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        list-style: none;
        align-items: center;
    }

    .footer .container .msd-links .item {
        margin-bottom: 25px;
    }

    header {
        height: 55px;
    }

    .logo-msd img {
        width: 120px;
        height: 41px;
        margin-top: 5px;
    }

    .header .logo {
        margin-top: 5px;
    }
    table {
        font-size: 10px;
    }
    .panel-heading {
        padding: 4px 4px!important;
    }
}

@media only screen and (min-width:992px) {
    :root {
        --status-sm-sz: 45px;
        --status-md-sz: 58px;
        --status-lg-sz: 85px;
        --win-sz: 200px;
    }

    .footer .container {
        flex-direction: row;
    }

    .social {
        align-self: center;
        align-items: center;
        gap: var(--social-gap, 9px)
    }
}

@media only screen and (max-width:1200px) {
    .container {
        width: 100%;
        max-width: 375px; /* ou outro valor adequado */
        margin: 0 auto;
    }
}

@media only screen and (min-width:1200px) {
    :root {
        --status-sm-sz: 52px;
        --status-md-sz: 72px;
        --status-lg-sz: 106px;
    }

    /* ELEMENTS */
    progress {
        border-width: 2px;
        height: 27px
    }

    .footer .container .msd-links .copyright {
        margin-left: 0;
        font-size: 16px;
    }
}

.div-spinner {
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: #808080b8 !important;
}

.spinner {
    position: relative !important;
    top: 50% !important;
    bottom: 50% !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B0A2;
    --bs-btn-border-color: #00B0A2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00857C;
    --bs-btn-hover-border-color: #00857C;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00857C;
    --bs-btn-active-border-color: #006058;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00B0A2;
    --bs-btn-disabled-border-color: #00B0A2;
}

.msd-links {
    max-width: 100%;
}

.footer {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .footer a {
        margin: 5px;
    }

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        padding: 10px;
    }
}
