@charset "UTF-8";

@font-face {
  font-family: CalibreBlack;
  src: url(/fonts/CalibreBlack.otf?8d48552b0e3b90fc79b5091bb267001b);
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
}

@font-face {
  font-family: CalibreBold;
  src: url(/fonts/CalibreBold.otf?6feab952cf49b02691706705199cf5ae);
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
}

@font-face {
  font-family: CalibreRegular;
  src: url(/fonts/CalibreRegular.otf?93957dd48040dc5deb1cd40b4385de45);
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
}

@font-face {
  font-family: CalibreLight;
  src: url(/fonts/CalibreLight.otf?e482c8d66f956a7e8e6650b2e73af24e);
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
}

h1 {
  font-family: CalibreBlack;
  font-weight: 900;
  letter-spacing: 2px;
  color: #FF4800;
}

h2 {
  font-family: CalibreBlack;
  font-weight: 900;
  color: #FF4800;
  letter-spacing: 2px;
}

h3 {
  font-family: CalibreBlack;
  font-weight: 800;
  color: #FF6700;
  letter-spacing: 1.8px;
}

h4 {
  font-family: CalibreBold;
  font-weight: 700;
  color: #FF6700;
  letter-spacing: 1.5px;
}

h5 {
  font-family: CalibreBold;
  font-weight: 600;
  color: #FF7200;
  letter-spacing: 1.5px;
}

h6 {
  font-family: CalibreBold;
  font-weight: 500;
  color: #FF7200;
  letter-spacing: 1.3px;
}

p {
  font-family: CalibreRegular;
  font-weight: 400;
  color: #7F808C;
}

span {
  font-family: CalibreLight;
  font-weight: 300;
  color: #7F808C;
}

small {
  font-family: CalibreLight;
  font-weight: 200;
  color: #7F808C;
}

.div_header {
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid #F5F6Fa;
  text-align: right;
  display: flex;
  align-items: center;
}

.div_header .header_title {
  text-align: left;
  text-transform: uppercase;
  color: #FF8800;
  width: 100%;
}

.div_header .btn_primary {
  margin: 1rem !important;
}

.div_conteudo {
  padding: 40px;
}

.div_conteudo.table {
  padding: 15px;
  padding-top: 30px;
}

a {
  font-family: CalibreRegular;
  font-size: 12px;
  letter-spacing: 1.3px;
  text-decoration: none;
  color: #1D2025;
}

a:link {
  text-decoration: none;
  color: #1D2025;
}

a:visited {
  text-decoration: none;
  color: #FF6700;
}

a:hover {
  text-decoration: none;
  color: #FF6700;
}

a:active {
  text-decoration: none;
  font-weight: 600;
  color: #FF6700;
}

.link_btn {
  font-family: CalibreRegular;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  color: #FFFFFF !important;
  text-decoration: none;
  text-transform: uppercase;
  border: transparent;
  border-radius: 22px;
  background-color: #FF7200;
  padding: 11px 30px;
}

.link_btn:hover,
.link_btn:focus {
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgba(255, 136, 0, 0.8);
}

.btn {
  font-family: CalibreRegular;
  font-size: 12px;
  letter-spacing: 1.3px;
  color: #FFFFFF;
  text-decoration: none;
  border: transparent;
  border-radius: 22px;
  background-image: linear-gradient(to right, #5dbdd9, #57bad7, #51b8d6, #4ab5d4, #43b2d3, #3eadce, #38a7ca, #33a2c5, #2f98bc, #2b8eb3, #2785a9, #247ba0);
  padding: 8px 20px;
}

.btn:hover,
.btn:focus {
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgba(174, 174, 174, 0.8);
}

.btn:hover::after,
.btn:focus::after {
  content: "\EA90";
  font-family: "Nucleo Outline";
  font-size: 12px;
  margin-left: 8px;
  position: relative;
}

.btn:active {
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgba(174, 174, 174, 0.5);
}

.btn:active::after {
  content: "\EA90";
  font-family: "Nucleo Outline";
  font-size: 12px;
  margin-left: 8px;
  position: relative;
}

.btn_primary {
  font-family: CalibreRegular;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  border: transparent;
  border-radius: 22px;
  background-color: #FF7200;
  padding: 11px 10px 11px 30px;
}

.btn_primary::after {
  content: "\EA6C";
  font-family: "Nucleo Outline";
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 9px;
  background-color: #FF8800;
  border-radius: 50%;
}

.btn_primary:hover,
.btn_primary:focus {
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgba(255, 136, 0, 0.8);
}

.card_auth {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 50px 35px;
}

.card_auth .card_header {
  text-align: center;
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 3rem;
}

.card_auth .card_header .div_title h1,
.card_auth .card_header .div_title h2,
.card_auth .card_header .div_title h3,
.card_auth .card_header .div_title h4,
.card_auth .card_header .div_title h5,
.card_auth .card_header .div_title h6 {
  font-size: 1.8rem;
}

.card_auth .card_body input {
  margin-top: 2rem;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #F5F6Fa;
}

.card_auth .card_body input#remember {
  margin-top: 0;
}

.card_auth .card_body .btn {
  margin-top: 2rem;
  margin-bottom: 1rem;
  min-width: 200px;
}

.card_cliente {
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.card_cliente .card_header {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  padding: 1.5rem;
}

.card_cliente .card_header img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-bottom: 1rem;
}

.card_cliente .card_header h6 {
  color: #FF8800;
}

.card_cliente .card_body {
  padding: 0 2rem 2rem 2rem;
  text-align: center;
}

.card_cliente .card_body p {
  color: #1D2025;
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_cliente:hover {
  box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.08);
}

.form-group label {
  font-family: CalibreRegular;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #7F808C;
  align-items: center;
  justify-content: center;
  justify-content: center;
  margin-bottom: 0;
}

.form-group label .form-text {
  font-family: CalibreRegular;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 1.3px;
  color: #F34545;
  display: inline-block;
}

.form-group .form-control {
  width: 100%;
  height: calc(2em + .75rem + 2px);
  font-family: CalibreRegular;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1.4px;
  color: #7F808C;
  background-color: transparent !important;
  border-color: #E7E7E7;
  border-radius: 32px;
}

.form-group .form-control.placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

.form-group .form-control:-moz-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

.form-group .form-control::-moz-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

.form-group .form-control:-ms-input-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

.form-group .form-control::-webkit-input-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

.form-group .form-control:focus,
.form-group .form-control:active {
  outline: 0 !important;
  border-color: none !important;
  box-shadow: none !important;
}

.form-group .form-control:disabled,
.form-group .form-control:-moz-read-only {
  background-color: #F5F6Fa !important;
}

.form-group .form-control:disabled,
.form-group .form-control:read-only {
  background-color: #F5F6Fa !important;
}

.form-group textarea.form-control {
  height: auto !important;
}

.form-group select.form-control:-moz-read-only {
  background-color: transparent !important;
}

.form-group select.form-control:read-only {
  background-color: transparent !important;
}

.form-group button {
  margin-top: 3.5rem;
}

.custom-control .custom-control-label {
  padding-top: 4px;
}

.custom-control .custom-control-label.switch::before {
  border: 1px solid #F5F6Fa;
}

.custom-control .custom-control-label.switch::after {
  background-color: #7F808C;
}

.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  outline: 0 !important;
  border-color: none !important;
  box-shadow: none !important;
}

.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border: none !important;
  background-color: #FF8800;
}

.text_footer {
  font-size: 15px;
  letter-spacing: 1.4px;
}

.table thead,
.table tbody {
  border: 1px solid #F5F6Fa;
}

.table thead th,
.table tbody td {
  border: 1px solid #F5F6Fa;
  border: none;
}

.table th {
  font-family: CalibreBold;
  font-size: 12px;
  letter-spacing: 1.3px;
  color: #1D2025;
}

.table tr:hover {
  background-color: transparent !important;
}

.table td {
  font-family: CalibreRegular;
  font-size: 13px;
  font-weight: 500;
  color: #7F808C;
}

.table caption {
  font-family: CalibreRegular;
  font-size: 12px;
  letter-spacing: 2px;
  color: #7F808C;
}

.table a i {
  font-size: 15px;
  color: #7F808C;
  margin: 5px;
}

.table a i.square {
  padding: 8px;
  border-radius: 4px;
  background-color: transparent;
}

.table a:hover i {
  color: #FF8800;
}

.table a:hover i.square {
  background-color: #F5F6Fa;
}

.dataTables_info {
  font-family: CalibreLight;
  font-size: 13px;
  font-weight: 300;
  color: #1D2025;
}

.list-group {
  margin-top: 1.5rem;
  padding: 10px;
}

.list-group .list-group-item {
  font-family: CalibreRegular;
  font-size: 15px;
  color: #7F808C;
  border: none;
  border-bottom: 1px solid #F5F6Fa;
}

.badge {
  padding: 0.3rem 0.8rem;
}

.badge-digitalizacao {
  color: #FFFFFF !important;
  background-color: #FF4800 !important;
}

.badge-ged {
  color: #FFFFFF !important;
  background-color: #FF8800 !important;
}

.badge-site {
  color: #1D2025 !important;
  background-color: #FFE066 !important;
}

.badge-ficha-de-registro {
  color: #FFFFFF !important;
  background-color: #41CD67 !important;
}

body#body_auth {
  width: 100%;
  height: 100vh;
}

body#body_auth main {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  background-image: url(/images/background.jpg?1bfa0e27ff35fb7474c5fcb6a29bc8e7);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

body#body_auth main .section_left {
  width: 600px;
  height: 100vh;
  background-color: rgba(32, 32, 32, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  overflow: auto;
}

body#body_auth main .section_left .div_title {
  text-align: center;
  padding: 50px;
  margin: 0;
}

body#body_auth main .section_left .div_title span {
  letter-spacing: 2px;
}

body#body_auth main .section_left .div_title h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #FF6700;
}

body#body_auth main .section_left .form_auth .form-control {
  width: 100%;
  height: calc(2em + .75rem + 2px);
  margin-top: 2rem;
  font-family: CalibreRegular;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  border-radius: 0;
  border: transparent;
  border-bottom: 1px solid #1D2025;
  background-color: transparent !important;
}

body#body_auth main .section_left .form_auth .form-control.placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

body#body_auth main .section_left .form_auth .form-control:-moz-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

body#body_auth main .section_left .form_auth .form-control::-moz-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

body#body_auth main .section_left .form_auth .form-control:-ms-input-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

body#body_auth main .section_left .form_auth .form-control::-webkit-input-placeholder {
  font-family: CalibreLight;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #7F808C;
}

body#body_auth main .section_left .form_auth .form-control:focus,
body#body_auth main .section_left .form_auth .form-control:active {
  outline: 0 !important;
  border-color: none !important;
  box-shadow: none !important;
}

body#body_auth main .section_left .form_auth .form-control:disabled,
body#body_auth main .section_left .form_auth .form-control:-moz-read-only {
  background-color: #F5F6Fa !important;
}

body#body_auth main .section_left .form_auth .form-control:disabled,
body#body_auth main .section_left .form_auth .form-control:read-only {
  background-color: #F5F6Fa !important;
}

body#body_auth main .section_right {
  width: calc(100% - 600px);
  height: 100vh;
  background-color: transparent;
}

body#body_auth main .section_right .capa {
  width: 100%;
  height: 100%;
}

.btn_primary {
  font-family: CalibreRegular;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  border: transparent;
  border-radius: 22px;
  background-color: #FF7200;
  padding: 11px 10px 11px 30px;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.btn_primary::after {
  content: "\EA6C";
  font-family: "Nucleo Outline";
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 9px;
  background-color: #FF8800;
  border-radius: 50%;
}

.btn_primary:hover,
.btn_primary:focus {
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgba(255, 136, 0, 0.8);
}

body {
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  overflow: hidden;
  display: flex;
}

body aside {
  width: 260px;
  height: 100vh;
  background-color: #FFFFFF;
}

body main {
  width: calc(100% - 260px);
  height: 100vh;
  background-color: #F5F6Fa;
  overflow: hidden;
}

body main nav {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
}

body main section {
  width: 100%;
  height: calc(100vh - 120px);
  background-color: #F5F6Fa;
  overflow: auto;
}

body main footer {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
}

.sidebar .sidebar_header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  border-right: 2px solid #F5F6Fa;
  border-bottom: 2px solid #F5F6Fa;
}

.sidebar .sidebar_header .sidebar_brand {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  flex-grow: 2;
}

.sidebar .sidebar_header .sidebar_brand h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FF4800;
  margin-bottom: 0;
}

.sidebar .sidebar_header .sidebar_action {
  max-width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  flex-grow: 1;
}

.sidebar .sidebar_header .sidebar_action #sidebar_action i {
  font-size: 23px;
  color: #FF4800;
  transform: scaleX(-1);
}

.sidebar .sidebar_footer {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  border-top: 2px solid #F5F6Fa;
  border-right: 2px solid #F5F6Fa;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.sidebar .sidebar_footer ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.sidebar .sidebar_footer ul .nav-item {
  height: 100%;
}

.sidebar .sidebar_footer ul .nav-item .nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.sidebar .sidebar_footer ul .nav-item .nav-link i {
  font-size: 1.3rem;
  color: #FF6700;
}

.sidebar .sidebar_footer ul .nav-item:hover {
  background-color: #FF4800;
}

.sidebar .sidebar_footer ul .nav-item:hover i {
  color: #FFFFFF;
}

.sidebar .sidebar_content {
  width: 100%;
  height: calc(100% - 60px - 60px);
  padding-top: 30px;
  overflow: auto;
}

.sidebar .sidebar_content .nav {
  width: 100%;
  margin-bottom: 2rem;
}

.sidebar .sidebar_content .nav .item_title {
  padding-left: 6%;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  color: #FF8800;
}

.sidebar .sidebar_content .nav .nav-item {
  width: 100%;
}

.sidebar .sidebar_content .nav .nav-item .nav-link {
  width: 100%;
  min-height: 50px;
  padding-left: 11%;
  padding-right: 11%;
  display: flex;
  align-items: center;
}

.sidebar .sidebar_content .nav .nav-item .nav-link i {
  font-size: 1.1rem;
  color: #AAB0B7;
  margin-right: 15px !important;
}

.sidebar .sidebar_content .nav .nav-item .nav-link i.small {
  font-size: 6px;
  color: #AAB0B7;
  margin-right: 15px;
}

.sidebar .sidebar_content .nav .nav-item .nav-link span {
  width: 100%;
  font-family: CalibreRegular;
  font-size: 14px;
  letter-spacing: 2px;
  color: #7F808C;
  margin-top: 10px;
}

.sidebar .sidebar_content .nav .nav-item .nav-link.item:after {
  content: "\EA6C";
  font-family: "Nucleo Outline";
  font-size: 7px;
  color: #7F808C;
}

.sidebar .sidebar_content .nav .nav-item .nav-link:hover {
  background-color: #F5F6Fa;
  border-right: 2.3px solid #FF4800;
}

.sidebar .sidebar_content .nav .nav-item .nav-link:hover i {
  color: #FF6700;
}

.sidebar .sidebar_content .nav .nav-item .nav-link:hover i.small {
  color: #FF6700;
}

.sidebar .sidebar_content .nav .nav-item .nav-link:hover span {
  color: #FF4800;
  font-weight: 600;
}

.sidebar_small {
  width: 75px;
}

.sidebar_small .sidebar_header .sidebar_brand {
  display: none;
}

.sidebar_small .sidebar_footer .nav-item {
  display: none;
}

.sidebar_small .sidebar_footer .nav-item.logout {
  display: block;
}

.sidebar_small .sidebar_content .nav-link {
  justify-content: center;
  justify-content: center;
}

.sidebar_small .sidebar_content .nav-link i {
  margin-left: 15px;
}

.sidebar_small .sidebar_content .nav-link span {
  display: none;
}

.sidebar_small .sidebar_content .nav-link.item:after {
  display: none;
}

.sidebar_small:hover {
  z-index: 3;
  min-width: 260px;
  max-width: 260px;
}

.sidebar_small:hover .sidebar_header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.sidebar_small:hover .sidebar_header .sidebar_brand {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  flex-grow: 2;
}

.sidebar_small:hover .sidebar_header .sidebar_brand h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FF4800;
  margin-bottom: 0;
}

.sidebar_small:hover .sidebar_header .sidebar_action {
  max-width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  flex-grow: 1;
}

.sidebar_small:hover .sidebar_header .sidebar_action #sidebar_action i {
  font-size: 23px;
  transform: scaleX(-1);
}

.sidebar_small:hover .sidebar_footer {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.sidebar_small:hover .sidebar_footer ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.sidebar_small:hover .sidebar_footer ul .nav-item {
  height: 100%;
  display: inline-block;
}

.sidebar_small:hover .sidebar_footer ul .nav-item .nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.sidebar_small:hover .sidebar_footer ul .nav-item .nav-link i {
  font-size: 1.3rem;
}

.sidebar_small:hover .sidebar_content {
  width: 100%;
  height: calc(100% - 60px - 60px);
  padding-top: 30px;
  overflow: auto;
}

.sidebar_small:hover .sidebar_content .nav {
  width: 100%;
}

.sidebar_small:hover .sidebar_content .nav .nav-item {
  width: 100%;
}

.sidebar_small:hover .sidebar_content .nav .nav-item .nav-link {
  width: 100%;
  min-height: 50px;
  padding-left: 11%;
  padding-right: 11%;
  display: flex;
  align-items: center;
}

.sidebar_small:hover .sidebar_content .nav .nav-item .nav-link i {
  font-size: 1.1rem;
  margin-right: 15px !important;
  margin-left: 0 !important;
}

.sidebar_small:hover .sidebar_content .nav .nav-item .nav-link i.small {
  font-size: 6px;
  color: #7F808C;
  margin-right: 15px;
}

.sidebar_small:hover .sidebar_content .nav .nav-item .nav-link span {
  display: inline-block;
}

.sidebar_small:hover .sidebar_content .nav .nav-item .nav-link.item:after {
  display: inline-block;
}

.sidebar_p1 {
  padding-left: 3rem !important;
}

.sidebar_p2 {
  padding-left: 4rem !important;
}

::-webkit-scrollbar {
  width: 5px;
  max-height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #FF8800;
}

.main_large {
  width: calc(100% - 75px);
}

.main_extra_large {
  width: 100%;
  z-index: 2;
}

.navbar {
  box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.08);
  border-bottom: 1px solid #F5F6Fa;
  padding: 0 20px;
}

.navbar .navbar-toggler i {
  font-size: 16px;
  color: #1D2025;
}

.navbar .navbar-nav {
  height: 60px;
}

.navbar .navbar-nav .nav-item {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
}

.navbar .navbar-nav .nav-item.cliente {
  font-family: CalibreRegular;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #7F808C;
}

.navbar .navbar-nav .nav-item.cliente:hover {
  border-bottom: none;
}

.navbar .navbar-nav .nav-item .nav-link i {
  font-size: 1.3rem;
  color: #7F808C;
}

.navbar .navbar-nav .nav-item .nav-link img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 5px;
  border: 1px solid #F5F6Fa;
}

.navbar .navbar-nav .nav-item .nav-link span {
  font-family: CalibreRegular;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.3px;
  color: #7F808C;
}

.navbar .navbar-nav .nav-item .nav-link#drop_User.dropdown:after {
  content: "\EA6A";
  font-family: "Nucleo Outline";
  font-size: 8px;
  margin-left: 8px;
  position: relative;
  color: #1D2025;
}

.navbar .navbar-nav .nav-item:hover {
  border-bottom: 2px solid #FF8800;
}

.dropdown-menu {
  margin-top: 5px;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.08);
  position: relative;
  left: 0;
  right: 5px;
}

.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.dropdown-menu .dropdown-item i {
  font-size: 1rem;
  color: #FF8800;
  margin-right: 10px;
}

.dropdown-menu .dropdown-item i.aberta {
  color: #FFE066;
}

.dropdown-menu .dropdown-item i.concluida {
  color: #41CD67;
}

.dropdown-menu .dropdown-item i.atrasada {
  color: #F34545;
}

.dropdown-menu .dropdown-item span {
  font-family: CalibreRegular;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1.3px;
  color: #1D2025;
  white-space: nowrap;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu .dropdown-divider {
  margin: 0;
}

section#content {
  padding: 30px;
}

section#content .content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}

section#content .div_home {
  text-align: center;
}

section#content .div_home p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7F808C;
}

section#content .div_home img {
  width: 300px;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

footer {
  padding: 15px;
  display: flex;
  align-items: center;
  border-top: 1px solid #F5F6Fa;
}

footer .div_footer {
  width: 100%;
  text-align: right;
}

footer .div_footer small {
  font-size: 14px;
  letter-spacing: 2px;
  color: #7F808C;
}

footer .div_footer small a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #FF4800;
}

footer .div_footer small a:hover {
  color: #FF4800;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

