/* RESET
----------------------------------------------------------------------------------------*/
* {
  outline: none !important;
}

body {
  height: fit-content !important;
  background: #3A183E !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img,
embed,
object,
video {
  max-width: 100%;
}

.ie6 img.full,
.ie6 object.full,
.ie6 embed,
.ie6 video {
  width: 100%;
}

/* BASE
----------------------------------------------------------------------------------------*/
* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html,
body {
  position: relative;
  min-height: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  font-family: "Roboto", sans-serif;
}

.mt-5.initial-page-wrapper {
  margin-top: 0 !important;
  padding: 50px 20px 0 !important;
}
.mt-5.initial-page-wrapper .card-body {
  padding: 0;
}

strong {
  font-weight: 500;
}

i {
  font-style: italic;
}

/* .overflow-hidden {
    position: relative;
    overflow: hidden;
}

.content a {
    color: #00a8e3;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
} */
.side-bar-item {
  cursor: pointer;
}

nav.navbar {
  z-index: 5;
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
nav.navbar .container-fluid {
  width: 100%;
  margin: 0;
  order: 0;
}
nav.navbar button.burger-menu-icon {
  position: relative;
  top: initial;
  right: initial;
  order: 1;
  margin: 5px 0 0;
}
@media (max-width: 680px) {
  nav.navbar {
    padding: 5px 20px 5px 0;
  }
  nav.navbar .container-fluid {
    width: auto;
  }
}

.nav-item a {
  color: #fff;
}

.nav-link:focus, .nav-link:hover {
  color: #fff !important;
}

p,
.content ul,
.content ol {
  font-size: 14px;
  color: #777A7A;
  margin-bottom: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.initial-page-wrapper ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.initial-page-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 21px;
  background-image: url(./../img/logo2_roxa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* .content h1:first-child {
    font-size: 1.333em;
    color: #034c8f;
    padding-top: 2.5em;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-top-width: 0;
    margin-top: 0;
    margin-bottom: 1.3em;
    clear: both;
}*/
code,
pre {
  font-family: "Source Code Pro", monospace;
}

.highlighted {
  background-color: rgb(231, 238, 233);
  padding: 3px;
  border-radius: 3px;
}

/* NAVBAR
----------------------------------------------------------------------------------------*/
nav.navbar {
  position: sticky;
  top: 0px;
  background: #3A183E !important;
}

.navbar-brand {
  padding: 0 0 0 10px;
}
.navbar-brand img {
  width: 115px;
}

/* LEFT-MENU
----------------------------------------------------------------------------------------*/
.left-menu {
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 240px;
  box-sizing: border-box;
  background-color: #F8F9FA;
  overflow-x: hidden;
  font-size: 18px;
  background: #3A183E;
}

.left-menu .content-infos {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 21px;
}

.left-menu .info {
  position: relative;
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.left-menu .info b {
  font-weight: 500;
  color: #034c8f;
}

.content-logo {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.425em 11.5%;
  padding-right: 0;
}

.content-logo img {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
}

.content-logo span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #323F4C;
  font-size: 1.1em;
}

.content-menu {
  margin: 0 auto 2em;
  padding: 0 0 100px;
}

.content-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.content-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.content-menu ul li.active {
  position: relative;
  background-color: rgba(84, 28, 111, 0.6705882353);
}
.content-menu ul li.active::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 19px;
  background-size: contain;
  background-image: url(./../img/logo2.svg);
  background-repeat: no-repeat;
  opacity: 0.2;
}
@media (max-width: 680px) {
  .content-menu ul li.active::before {
    right: 13px;
  }
}

.content-menu ul li:hover a,
.content-menu ul li.active a {
  color: #fff;
  font-weight: 600;
  border-radius: 0px 3px 3px 0;
}

.content-menu ul li:hover a {
  background: rgba(91, 37, 117, 0.3490196078);
}

@media (hover: none) {
  .content-menu ul li:not(.active):hover {
    background-color: inherit;
  }
  .content-menu ul li:not(.active):hover a {
    color: #777A7A; /* cinza */
  }
}
.card.shadow-sm {
  box-shadow: initial !important;
}

.swagger-ui .scheme-container {
  box-shadow: initial !important;
}

.content-menu ul li a {
  text-decoration: none;
  padding: 12px 21px;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.1;
  display: block;
  font-weight: 600;
}

/* CONTENT-PAGE
----------------------------------------------------------------------------------------*/
/* .content-page {
    position: relative;
    box-sizing: border-box;
    margin-left: 300px;
    z-index: 2;
    background-color: #fff;
    min-height: 100%;
    padding-bottom: 1px;
}

.content-code {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #323f4c;
    border-color: #323f4c;
}

.content {
    position: relative;
    z-index: 30;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content table,
.content aside,
.content dl,
.content ul,
.content ol,
.content .central-overflow-x {
    margin-right: 50%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    max-width: 680px;
}

.content .central-overflow-x {
    margin-right: calc(50% + 28px);
    margin-left: 28px;
    padding: 0;
    overflow-y: hidden;
    max-width: 100%;
    display: block;
}

.content p .central-overflow-x {
    margin-right: 0;
    margin-left: 0;
}

.content ul,
.content ol {
    padding: 0 44px;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    color: #034c8f;
    text-transform: uppercase;
}

.content h2 {
    font-size: 1.333em;
}

.content h4 {
    color: #00a8e3;
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0.2em;
}

.content-page .content p,
.content-page .content pre {
    max-width: 680px;
}

.content pre,
.content blockquote {
    background-color: #323f4c;
    border-color: #323f4c;
    color: #fff;
    padding: 0 28px 2em;
    margin: 0;
    width: 50%;
    float: right;
    clear: right;
    box-sizing: border-box;
}

.content pre code,
.content pre {
    font-size: 12px;
    line-height: 1.5;
}

.content blockquote,
.content pre,
.content pre code {
    padding-top: 0;
    margin-top: 0;
}

.content pre code {
    margin-top: -2em;
}

.content table {
    font-size: 0.825em;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
}

.content table tr:last-child {
    border-bottom: 1px solid #ccc;
}

.content table th {
    font-size: 0.925em;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.6;
}

.content table td {
    padding: 5px 18px 5px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #777A7A;
} */
.break-word {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* burger-menu-icon
----------------------------------------------------------------------------------------*/
.burger-menu-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  right: 26px;
  top: 26px;
  display: none;
}
.burger-menu-icon svg * {
  stroke: #fff !important;
}

.burger-menu-icon .line {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-menu-icon .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.burger-menu-icon .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.burger-menu-icon .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

html.menu-opened .burger-menu-icon .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

html.menu-opened .burger-menu-icon .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

html.menu-opened .burger-menu-icon .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

/* ONE CONTENT COLUMN VERSION
----------------------------------------------------------------------------------------*/
body.one-content-column-version .content h1,
body.one-content-column-version .content h2,
body.one-content-column-version .content h3,
body.one-content-column-version .content h4,
body.one-content-column-version .content h5,
body.one-content-column-version .content h6,
body.one-content-column-version .content p,
body.one-content-column-version .content table,
body.one-content-column-version .content ul,
body.one-content-column-version .content ol,
body.one-content-column-version .content aside,
body.one-content-column-version .content dl,
body.one-content-column-version .content ul,
body.one-content-column-version .content ol {
  margin-right: 0;
  max-width: 100%;
}

body.one-content-column-version .content-page .content p,
body.one-content-column-version .content-page .content pre {
  max-width: 100%;
}

body.one-content-column-version .content-page {
  background-color: #323f4c;
}

body.one-content-column-version .content h1:first-child,
body.one-content-column-version .content h2,
body.one-content-column-version .content h3,
body.one-content-column-version .content h4,
body.one-content-column-version .content h5,
body.one-content-column-version .content h6 {
  color: #59C3C3;
}

body.one-content-column-version p {
  color: #D6F0F0;
}

body.one-content-column-version .content table td {
  color: #D6F0F0;
}

body.one-content-column-version .content thead {
  color: #417179;
}

/* RESPONSIVE
----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content p,
  .content table,
  .content ul,
  .content ol,
  .content aside,
  .content dl,
  .content ul,
  .content ol {
    margin-right: 0;
  }
  .content .central-overflow-x {
    margin: 0;
    padding: 0 28px;
  }
  .content-code {
    display: none;
  }
  .content pre,
  .content blockquote {
    margin: 20px 0;
    padding: 28px;
    display: block;
    width: auto;
    float: none;
  }
  .content pre code {
    margin-top: 0;
  }
}
@media only screen and (max-width: 680px) {
  html {
    scroll-padding-top: 83px;
  }
  html.menu-opened {
    overflow: hidden;
  }
  .left-menu {
    position: relative;
    width: auto;
  }
  .left-menu .content-menu {
    position: fixed;
    width: 400px;
    max-width: 90vw;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: -405px;
    left: auto;
    background-color: #fff;
    margin: 0;
    overflow-x: hidden;
    padding-top: 20px; /* 83px */
    padding-bottom: 20px;
  }
  .left-menu .content-menu ul {
    position: relative;
  }
  .left-menu .mobile-menu-closer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(50, 63, 76, 0.5);
    opacity: 0;
    visibility: hidden;
  }
  html.menu-opened .left-menu .mobile-menu-closer {
    opacity: 1;
    visibility: visible;
  }
  html.menu-opened .left-menu .content-menu {
    background: #3A183E !important;
    right: 0;
  }
  html.menu-opened .left-menu .content-menu::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 90px;
    height: 28px;
    background-image: url(./../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    opacity: 1;
  }
  .left-menu .content-logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #f4f5f8;
  }
  .content-logo .logo {
    margin-right: 65px;
  }
  .content-page {
    margin-left: 0;
    padding-top: 83px;
  }
  .burger-menu-icon {
    display: block;
  }
}
/* BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

.ie6 .cf {
  zoom: 1;
}

/* sidebar */
.sidebar {
  height: calc(100vh - 85px);
  width: 250px;
  position: fixed;
  top: 85px;
  left: 0;
  padding: 10px;
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
}

.sidebar.hidden {
  transform: translateX(-100%);
}
.sidebar.hidden .content {
  margin-left: 260px;
  padding: 20px;
  transition: margin-left 0.3s ease;
}

.swagger-ui div.info {
  margin-bottom: 0;
}

.content.expanded {
  margin-left: 0;
}

/* loader */
@keyframes loader-animation {
  0% {
    width: 0%;
  }
  49% {
    width: 100%;
    left: 0%;
  }
  50% {
    left: 100%;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
.progresss .loader {
  display: block;
}

.loader {
  display: none;
  height: 5px;
  width: 100%;
  z-index: 2147483647;
  position: fixed;
}

.loader .bar {
  position: absolute;
  height: 5px;
  background-color: #88bbc8;
  animation-name: loader-animation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* scroll bar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #65347c;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ad4794;
  cursor: pointer;
}

.content {
  background: #fff;
  margin-left: 240px;
  border: 5px solid #3A183E;
  border-radius: 10px;
  width: calc(100% - 240px);
  min-height: calc(100vh - 64px);
  position: relative;
}
@media (max-width: 680px) {
  .content {
    margin: 0 auto;
    width: 100%;
  }
}

#content-container {
  padding-bottom: 45px;
  padding: 30px;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 680px) {
  #content-container {
    padding: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #3A183E !important;
}

h3, h4, h5, h6 {
  font-weight: bold !important;
}

.load {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.load .bar {
  color: white;
  font-weight: 600;
  font-size: 20px;
}

.load .bar .icon {
  width: 25px;
  height: 25px;
  border: 2px dashed white;
  border-radius: 50%;
  margin: 6px auto 0;
  animation-name: load_roll;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes load_roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a.tel-link {
  color: #3A183E;
  font-weight: 600;
}

@media (max-width: 680px) {
  table.parameters tr {
    display: flex;
    flex-direction: column;
  }
}

.disable-selection {
  user-select: none; /* Standard property */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.active > .page-link, .page-link.active {
  z-index: 2 !important;
}

/*# sourceMappingURL=style.css.map */
