@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&family=Roboto:wght@300;400;500&display=swap');

body {
    background-color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

header {
    background-color: #fff;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
}

a .btn-warning {
    color: #fff !important;
}

.nav-link {
    color: var(--cor-primaria);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-link:hover {
    color: #FFB100;
    text-decoration: underline;
}

.navbar-nav li {
    border-right: thin solid #CECECE;
    padding: 0px 10px;
}

.navbar-nav li:last-child {
    border-right: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
    background-color: #fff;
    border-radius: 100px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301448A'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301448A'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 5rem;
    margin-left: 15%;
}

section.buttons {
    position: relative;
    z-index: 1000;
    margin-top: -50px;
}

.curve {
    width: 101%;
    height: 150px;
    background-image: url(../../img/versao2/corousel/curve.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 999;
}

section.buttons a {
    width: 100%;
    height: 100%;
    display: table;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    text-decoration: none;
    color: var(--cor-primaria);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 10px;
    transition: background-color ease 0.5s;
}

section.buttons .col {
    gap: 30px;
}

section.buttons a:hover {
    background-color: var(--cor-primaria);
    color: #fff;
}

section.text {
    padding: 30px 0px;
    margin: 100px 0px;
    margin-top: 10px;
    position: relative;
    background-image: url(../../img/versao2/bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section.text {
    background-image: url(../../img/versao2/bg_fundac.jpg);
}

section.text h1 {
    color: var(--cor-primaria);
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
}

section.text h2 {
    color: var(--cor-primaria);
    font-weight: 800;
    font-size: 22px;
    margin-top: 20px;
}

section.text p {
    color: #595858;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

section.text a.card-link {
    display: block;
    width: 100%;
    background-color: #0087C8;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.64px;
    text-decoration: none;
    padding: 20px;
    margin-top: 40px;
    transition: background-color ease 0.5s;
}

section.text a.card-link:hover {
    background-color: var(--cor-primaria);
}

strong {
    color: var(--cor-primaria);
    font-weight: 500;
}

section.news h2 {
    font-size: 26px;
    color: var(--cor-primaria);
    font-weight: 500;
}

section.news span {
    font-size: 18px;
    color: var(--cor-primaria);
    font-weight: 500;
}

section.news .date {
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5B;
    position: relative;
    margin-bottom: 5px;
}

section.news .date svg {
    position: absolute;
    top: 0px
}

section.news .date span {
    font-size: 16px;
    color: #5B5B5B;
    font-weight: 400;
    margin-left: 25px;
}

section.news .desc {
    background-color: #EBEBEB;
    color: #5B5B5B;
}

section.news .desc h3 {
    color: var(--cor-primaria);
    font-size: 22px;
    font-weight: 800;
}

section.news .desc a {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--cor-primaria);
}

section.acompanhe {
    width: 100%;
    background-color: var(--cor-primaria);
    margin-top: 30px;
    margin-bottom: 100px;
}

section.acompanhe .shape1 {
    background-image: url(../../img/versao2/shape1.svg);
    width: 129px;
    height: 129px;
    position: absolute;
    top: -50px;
    right: 50px;
}

section.acompanhe .shape2 {
    background-image: url(../../img/versao2/shape2.svg);
    width: 129px;
    height: 129px;
    position: absolute;
    bottom: -50px;
    left: 50px;
}

section.acompanhe .shape3 {
    background-image: url(../../img/versao2/shape3.svg);
    background-repeat: no-repeat;
    width: 323px;
    height: 160px;
    position: absolute;
    bottom: -50px;
    right: 50px;
}

section.acompanhe h1 {
    position: relative;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

section.acompanhe a {
    position: relative;
    display: table;
    width: 100%;
    background-color: #fff;
    color: var(--cor-primaria);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.64px;
    text-decoration: none;
    padding: 20px;
    margin-top: 40px;
    transition: background-color ease 0.5s;
}

section.acompanhe a:hover {
    background-color: #FFB100;
    color: #fff;
}

footer {
    background-color: #fff;
    margin-top: 100px;
}

footer ul {
    list-style: none;
    color: #5B5B5B;
    border-right: thin solid #CDCDCD;
}

/* footer ul:last-child{
    border-right: none;
} */
footer ul li {
    padding: 10px 0px;
}

footer a {
    color: #5B5B5B;
}

.legislacao {
    background-image: url(../../img/versao2/bg.jpg);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.legislacao ul {
    list-style: none;
    font-size: 30px;
    color: #273b4a;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin: 100px 0px
}

.legislacao ul a {
    color: #273B4A;
}

.legislacao ul li {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #D9D9D9;
    transition: background-color ease 0.5s;
    border-radius: 5px;
}

.legislacao ul li:hover {
    background-color: var(--cor-primaria);
    color: #fff;
}

section.forms h1 {
    font-size: 26px;
    color: var(--cor-primaria);
    font-weight: 800;
}

section.forms h2 {
    color: var(--cor-primaria);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

section.forms table td {
    padding: 15px 10px;
    border: 2px solid #DDDFE1;
    text-transform: uppercase;
    font-size: 16px;
}

section.forms table tr:nth-child(odd) {
    background-color: #fff;
}

section.forms table .titulo {
    color: #464A53;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
}

section.forms table p {
    text-transform: uppercase;
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 500;
}

section.forms table input[type="text"] {
    width: 100%;
    height: 53px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 5px 10px;
}

section.forms table textarea {
    width: 100%;
    min-height: 90px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 5px 10px;
}

section.forms table span {
    color: #808184;
}

section.forms ::placeholder {
    color: #a3a3a3;
    font-weight: 500;
    opacity: 1;
    /* Firefox */
}

.form-label {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #757575;
    text-transform: uppercase;
}

.form-control,
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F4F4F4;
    background-clip: padding-box;
    border: 2px solid var(--cor-primaria);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 20px;
}

.btn {
    color: #fff;

    border-radius: 5px;
    border: none;
    padding: 5px 35px;
    font-weight: 500;
    font-size: 16px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-link {
    text-decoration: none;
}

.btn-padrao {
    background-color: var(--cor-primaria) !important;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-weight: 500;
    color: #FFF;
}

.btn-padrao:focus,
.btn-padrao:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

.btn-padrao.disabled:hover,
.btn-padrao[disabled]:hover,
fieldset[disabled] .btn-padrao:hover,
.btn-padrao.disabled:focus,
.btn-padrao[disabled]:focus,
fieldset[disabled] .btn-padrao:focus,
.btn-padrao.disabled.focus,
.btn-padrao[disabled].focus,
fieldset[disabled] .btn-padrao.focus {
    background-color: #FFCC00;
    border-color: #2e6da4;
}


.btn-padrao:disabled, .btn-padrao.disabled, fieldset:disabled .btn-padrao {
	background-color: #000 !important;
    color: #FFF !important;
    opacity: 0.3;
}

.btn-primary {
    background-color: var(--cor-primaria) !important;
    border-radius: 5px;
    border: none;
    padding: 5px 35px;
    font-weight: 500;
    color: #FFF;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #FFCC00;
    border-color: #2e6da4;
}


.btn-primary:disabled, .btn-primary.disabled, fieldset:disabled .btn-primary {
	background-color: #000 !important;
    color: #FFF !important;
    opacity: 0.3;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    background-color: var(--cor-primaria) !important;
    border-radius: 5px;
    border: none;
    padding: 5px 35px;
    font-weight: 500;
    color: #FFF;
    font-size: 16px;
}

.btn-padrao {
    color: #fff;
    background-color: #424951;
    border-color: #212529;

    border-radius: 5px;
    border: none;
    padding: 5px 35px;
    font-weight: 500;
    font-size: 16px;
}

.btn-padrao:focus,
.btn-padrao:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

.btn-form {
    color: #fff;
    background-color: #424951;
    border-color: #212529;

    border-radius: 5px;
    border: none;
    padding: 5px 35px;
    font-weight: 500;
    font-size: 16px;
}

.btn-form:focus,
.btn-form:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

section.resultados {
    margin: 100px 0px;
}

section.resultados h3 {
    color: #757575;
    font-size: 26px;
    font-weight: 400;
}

section.resultados h4 {
    color: #014484;
    font-size: 26px;
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
}

section.resultados ul {
    list-style: none;
}

section.resultados ul li {
    padding: 40px 0px;
    border-bottom: thin solid rgba(0, 0, 0, 0.80);
}

section.resultados ul li p {
    color: #757575;
    text-transform: uppercase;
    font-size: 26px;
}

section.resultados ul li a {
    font-size: 26px;
    font-weight: 800;
    color: #014484;
}

section.resultados img {
    max-width: 100%;
}

section.login {
    width: 100vw;
    height: calc(100vh - 117px);
    background-image: url(../../img/versao2/bg-login.png);
}

section.login_gdf {
    background-image: url(../../img/versao2/bg-login-gdf.jpg) !important;
}

section.login_fundac {
    background-image: url(../../img/versao2/bg-login-fundac.jpg) !important;
}

section.login form {
    border-radius: 5px;
    background: #FFF;
}

section.login h1 {
    font-size: 36px;
    color: #fff;
}

section.login form input::placeholder {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 18px;
}

section.login .form-control {
    border: none;
    height: 75px;
    padding: 0px !important;
}

section.login .input-group-text {
    padding: 0px 20px;
    height: 75px;
    line-height: 0;
    background-color: #f4f4f4;
    border: none;
}

section.login button {
    display: table;
    width: 100%;
    text-transform: uppercase;
    padding: 20px 10px;
}

section.login a {
    color: var(--cor-primaria);
    font-size: 18px;
    font-weight: 700;
    display: table;
}

section.login .login-erro {
    border: 2px solid rgba(255, 255, 255, .2);
    padding: 5px;
    border-radius: 15px;
    color: red;
    font-size: 12px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    section.buttons {
        margin-top: -20px;
    }

    section.buttons a {
        font-size: 22px;
    }

    section.buttons .col-lg-4 {
        margin-bottom: 20px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 2rem;
        margin-left: 15%;
    }
}

@media screen and (max-width: 990px) {
    footer ul {
        list-style: none;
        color: #5B5B5B;
        border-right: none;
        border-bottom: thin solid #CDCDCD;
    }
}

@media screen and (max-width: 768px) {
    section.text {
        background-image: none;
        margin-top: 50px;
    }
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #FFCC00;
    border-color: #2e6da4;
}

.btn-primary:disabled,
.btn-primary.disabled,
fieldset:disabled .btn-primary {
    background-color: #000 !important;
    color: #FFF !important;
    opacity: 0.3;
}

.breadcrumb {
    list-style: none;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

.breadcrumb>i {
    display: none !important;
}

.breadcrumb svg {
    display: none !important;
}

.interna {
    background-color: #FFF;
    border: 1px solid #D3E0E9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    border-radius: 20px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.alert-error {
    color: red;
    text-align: center;
    font-size: 16px;
}

.alert-success {
    color: var(--cor-primaria);
    background-color: #f4f4f4;
    border: 3px solid var(--cor-primaria);
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
}


.alert-primary {
    color: #000;
    background-color: #eee;
    border-color: #DDD;

    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
}

.alert-danger,
.alert-info,
.alert-warning {
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
}

.alert-vermelho {
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
    color: #a94442;
    background-color: #FFF;
    border-color: #a94442;
    font-weight: bold;
}

.alert-verde {
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
    color: green;
    background-color: #FFF;
    border-color: green;
    font-weight: bold;
}

.alert-default {
    padding: 3px 8px 3px 8px;
    margin-bottom: 10px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.alert-default2 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.alert-primary2 {
    color: #fff;
    background-color: var(--cor-primaria);
    border-color: #2e6da4;
}

.alert-success2 {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.alert-info2 {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.alert-warning2 {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.alert-danger2 {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success,
.btn-danger {
    font-size: 16px;
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary {
    border-color: var(--cor-primaria);
}

.panel-primary>.panel-heading {
    background: var(--cor-primaria);
    color: #FFF;
    border-color: var(--cor-primaria);
}

.panel-info {
    border-color: #CCC;
}

.panel-info>.panel-heading {
    color: var(--cor-primaria);
    background-color: #DDD;
    border: 0;
}

.panel-listar>.panel-heading {
    padding: 10px;
    border: 1px solid #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-listar>.panel-body {
    padding: 0px;
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: var(--cor-primaria);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: var(--cor-primaria);
}

.panel-primary>.panel-heading .badge {
    color: var(--cor-primaria);
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: var(--cor-primaria);
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.panel-filtrar>.panel-heading .panel-title {
    font-size: 16px;
    color: #000;
    padding-top: 3px;
    padding-bottom: 0px;
    font-weight: 500;
}

.panel-filtrar>.panel-heading {
    background: #DDD;
    color: #000;
    padding: 5px 10px;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-info {
    border-radius: 0 !important;
    border-color: #CCC !important;
}

label.error {
    width: 100%;
    color: red;
    display: none;
    font-size: 12px;
    font-weight: normal;
}


.btn-regular-entregue {
    color: #333;
    background-color: #e6c405;
    border-color: #e6c405;
}

.btn-regular-entregue:focus,
.btn-regular-entregue:hover {
    color: #333;
    background-color: #e6c405;
    border-color: #e6c405;
}


.btn-regular-analise {
    color: #fff;
    background-color: #1E90FF;
    border-color: #1E90FF;
}

.btn-regular-analise:focus,
.btn-regular-analise:hover {
    color: #fff;
    background-color: #1E90FF;
    border-color: #1E90FF;
}

.btn-nao-informado {
    color: #fff;
    background-color: #ab2e6a;
    border-color: #ab2e6a;
}
.btn-nao-informado:focus,
.btn-nao-informado:hover {
    color: #fff;
    background-color: #ab2e6a;
    border-color: #ab2e6a;
}

.btn-regular-aprovada {
    color: #fff;
    background-color: #228B22;
    border-color: #228B22;
}

.btn-regular-aprovada:focus,
.btn-regular-aprovada:hover {
    color: #fff;
    background-color: #228B22;
    border-color: #228B22;
}


.btn-regular-ressalva {
    color: #fff;
    background-color: #CD853F;
    border-color: #CD853F;
}

.btn-regular-ressalva:focus,
.btn-regular-ressalva:hover {
    color: #fff;
    background-color: #CD853F;
    border-color: #CD853F;
}

.btn-irregular-atraso {
    color: #fff;
    background-color: #DB7093;
    border-color: #DB7093;
}

.btn-irregular-atraso:focus,
.btn-irregular-atraso:hover {
    color: #fff;
    background-color: #DB7093;
    border-color: #DB7093;
}

.btn-irregular-diligencia {
    color: #fff;
    background-color: #8A2BE2;
    border-color: #8A2BE2;
}

.btn-irregular-diligencia:focus,
.btn-irregular-diligencia:hover {
    color: #fff;
    background-color: #8A2BE2;
    border-color: #8A2BE2;
}

.btn-irregular-reprovada {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.btn-irregular-reprovada:focus,
.btn-irregular-reprovada:hover {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.btn-irregular-reprovada {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.btn-irregular-reprovada:focus,
.btn-irregular-reprovada:hover {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.btn-block {
    display: block;
    width: 100%;
}

/* filtrar (info) */
.panel-filtrar {
    border-radius: 0;
    border-color: #CCC;
    margin-bottom: 10px;
}

.panel-filtrar>.panel-heading {
    background: #DDD;
    color: #000;
    padding: 5px 10px;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-filtrar>.panel-heading .panel-title {
    font-size: 14px;
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.panel-filtrar>.panel-collapse>.panel-body {
    padding: 10px 10px 0px 10px;
}

#filtro_submit_campo #label_filtro_submit {
    display: none;
}

/* fim - filtrar (info) */


/* formulários */
.form-group {
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 2px;
}

.form-control {
    /*
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5;

    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    */
}

/* fim - formulários */

label.error {
    width: 100%;
    color: red;
    display: none;
    font-size: 12px;
    font-weight: normal;
}

/* tabela (primary) */
.panel-tabela {
    border-radius: 5;
    border-color: var(--cor-primaria);
}

.panel-tabela>.panel-heading {
    background: var(--cor-primaria);
    color: #FFF;
    padding: 5px 10px;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-tabela>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-tabela>.collapse>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-tabela>.panel-footer {
    padding-left: 10px;
    padding-right: 10px;
}

/* fim - tabela (primary) */

/* tabela-padrao (default style but tabela layout) */
.panel-padrao {
    border-radius: 0;
    border-color: #ddd;
    border: 1px solid #ddd;
}

.panel-padrao>.panel-heading {
    background: #f5f5f5;
    color: #333;
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-padrao>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-padrao>.collapse>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-padrao>.panel-footer {
    padding-left: 10px;
    padding-right: 10px;
}
/* fim - tabela-padrao */

.navigation-link ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #6e6e6e !important;
}

.navigation-link li {
   margin-left: 10px;
}

.navigation-line{
    border-top: 3px solid #2986ea;
}

.navigation-link  > ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.navigation-link  > ul > li:last-child {
    margin-left: auto;
}

.text-navigation-back{
    color: var(--cor-primaria);
    font: bold;
    font-size: 18px;
}

.web-site-text{
    color: var(--cor-primaria);
}

.finalidade input[type="radio"] {
    display: grid;
    place-content: center;
}

.finalidade.input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

.finalidade.input[type="radio"]:checked::before {
    transform: scale(1);
}

.hide{
    display: none !important;
}

.button-send-form{
    padding: 20px 60px;
    background-color: var(--cor-primaria);
}

.button-send-form button:hover{
    padding: 20px 60px;
    background-color: var(--cor-primaria) !important;
}

.button-link{
    margin-top: 1px !important;
    display: block;
    width: 100%;
    background-color: #FFF;
    color: var(--cor-primaria);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.64px;
    text-decoration: none;
    padding: 20px;
    margin-top: 40px;
    transition: background-color ease 0.5s;
}

.button-link:hover {
    background-color: var(--cor-primaria);
    color: #FFF;
}

.button2-link-div{
    margin-top: 1px !important;
    display: block;
    width: 100%;
    background-color: #FFF;
    color: var(--cor-primaria);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.64px;
    text-decoration: none;
    padding: 20px;
    margin-top: 40px;
    transition: background-color ease 0.5s;
    text-align: justify;
}

.button2-link{
    margin-top: 1px !important;
    display: block;
    width: 100%;
    background-color: var(--cor-primaria);
    color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.64px;
    text-decoration: none;
    padding: 20px;
    margin-top: 40px;
    transition: background-color ease 0.5s;
}

.button2-link:hover {
    background-color: #FFF;
    color: var(--cor-primaria);
}



.line-with-text {
    display: flex;
    align-items: center;
    text-align: left; /* Adjust text alignment to left */
    position: relative; /* Use relative positioning */
    margin: 20px 0;
}

.line-with-text::after {
    content: '';
    width: 100%;
    border-bottom: 2px solid #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.line-with-text .text {
    color: #9d9b9b;
    background: #f7f7f7;
    padding-right: 10px;
    z-index: 1;
}

.container-module {
    display: flex;
    align-items: center;
    padding: 20px;
}



.logo-module {
    width: 150px; /* Largura do círculo */
    height: 150px; /* Altura do círculo, igual à largura */
    border-radius: 50%; /* Transformar em círculo */
    overflow: hidden; /* Garantir que a imagem não saia do contêiner */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    margin-right: 20px;
}

.logo-module img {
    max-width: 100%;
    max-height: 100%;
}

.logo-module img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajustar a imagem para cobrir todo o círculo */
}

.info-module {
    flex: 1;
}

.info-module h1 {
    font-size: 1.5em;
    color: var(--cor-primaria);
    margin: 0 0 10px 0;
}

.info-module p {
    margin: 0 0 5px 0;
    color: #9d9b9b;
    font-size: 1em;
}

.partnership-link {
    color: var(--cor-primaria);
    text-decoration: none;
    font-size: 1em;
    margin-top: 10px;
    display: inline-block;
}

.navigation-line-module{
    display: flex;
    list-style-type: none;
    color: #9d9b9b !important;
    border-bottom: 1px solid #9d9b9b;
}

.button-send-filter-form{
    padding: 10px 60px;
    background-color: var(--cor-primaria);
}

.text-right{
    text-align: right !important;
}

.custom-right {
    display: flex;
    justify-content: flex-end;
    text-align: end;
}

.select2-selection__rendered{
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F4F4F4;
    background-clip: padding-box;
    border: 2px solid var(--cor-primaria);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single{
    border: 0px solid #aaa !important;
}

.select2-dropdown--below{
    margin-top: 20px !important;
}

.select2-search__field{
    border: 1px solid var(--cor-primaria) !important;
}

.select2-search__field:focus {
    border: 1px solid var(--cor-primaria) !important;
}

.select2-dropdown{
    border: 1px solid var(--cor-primaria) !important;
}

.navigation-link a {
    color: #6e6e6e !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-top-color: var(--cor-primaria);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

#modal_login {
    margin: auto;
    width: 200%;
    transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--cor-primaria);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

.pagination {
    padding-left: 0;
    margin: 20px 0px 0px 0px;
    border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
}

.pagination>li>a,
.pagination>li>span {
    color: var(--cor-primaria);
}

.is-invalid {
    border-color: #fa5c7c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fa5c7c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fa5c7c' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}