body,
a,
ul,
li {
  margin: 0;
  padding: 0;
}

.header-social {
  position: relative;
  float: right;
}

.ancora {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 50px;
  bottom: 50px;
  /*background: #687680;
    */ /*color: #fff;
    */
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  /* -webkit-transition:; */
  /* -moz-transition:; */
  /* -ms-transition:; */
  /* -o-transition:; */
}

.sized {
  width: 100%;
  height: 150px;
}

.panel-heading {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  background-color: crimson;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  line-height: 50px;
  border-bottom: solid white 3px;
}

.panel-body {
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.1);
}

.panel-footer {
  width: 100%;
  height: 50px;
  background-color: rgba(235, 235, 235, 0.5);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

@media screen and (min-width: 280px) and (max-width: 414px) {
  .sized {
    width: 100%;
    height: 5px;
    padding: 0;
  }
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.iconify {
  font-size: 40;
  line-height: 40px;
  /* box-shadow: 3px 7px #0056b3; */
  color: #687680;
}

/* table.dataTable {
    clear: both;
    margin-top: 6px !important; 
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0 
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
    outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-sm>thead>tr>th {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 12px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #0275d8
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '-';
    background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #0275d8
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: '-';
    background-color: #d33333
}

table.dataTable>tbody>tr.child {
    padding: 0.5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: transparent !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold
} */

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  /* color: #007bff; */
  color: #687680;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  /* color: #0056b3; */
  color: #687680;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* table {
    border-collapse: collapse
} */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* th {
    text-align: inherit
} */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

/* fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
} */

/* legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
} */

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
} */

/* .table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: 0.3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
} */

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

/* .card-header {
    padding: 0.75rem 1.25rem;
    display: block;
    background: rgb(108, 117, 125);
    background: radial-gradient(circle, rgba(108, 117, 125, 1) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
} */

.card-header-novo {
  padding: 0.75rem 1.25rem;
  display: block;
  background: rgb(108, 117, 125);
  background: radial-gradient(
    circle,
    rgba(108, 117, 125, 1) 0%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  );
}

.card-header-2 {
  padding: 0.75rem 1.25rem;
  display: block;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img .div {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination .page-numbers {
  margin: 0 5px;
  border-radius: 10px;
  background-color: #dad9d6;
  box-shadow: 0px 2px 0 0 #808991;
  color: #676c73;
  padding: 0.5rem 0.8rem;
  font-size: 14px;
  margin-right: 8px;
}

.pagination .page-numbers.current {
  background-color: #fff !important;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  border: none;
  background-color: #d22828 !important;
  box-shadow: 0px 2px 0 0 #9f0000 !important;
  color: white !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; */
  transform: rotate(90deg);
}

.fa-rotate-180 {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; */
  transform: rotate(180deg);
}

.fa-rotate-270 {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; */
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; */
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; */
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; */
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/fontawesome/webfonts/fa-regular-400.eot");
  src: url("fontawesome/webfonts/fa-regular-400.eot?#iefix")
      format("embedded-opentype"),
    url("fontawesome/webfonts/fa-regular-400.woff2") format("woff2"),
    url("fontawesome/webfonts/fa-regular-400.woff") format("woff"),
    url("fontawesome/webfonts/fa-regular-400.ttf") format("truetype"),
    url("fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("fontawesome/webfonts/fa-solid-900.eot");
  src: url("fontawesome/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("../font/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
    url("fontawesome/webfonts/fa-solid-900.woff") format("woff"),
    url("fontawesome/webfonts/fa-solid-900.ttf") format("truetype"),
    url("fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("fontawesome/webfonts/fa-brands-400.eot");
  src: url("fontawesome/webfonts/fa-brands-400.eot?#iefix")
      format("embedded-opentype"),
    url("fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),
    url("fontawesome/webfonts/fa-brands-400.woff") format("woff"),
    url("fontawesome/webfonts/fa-brands-400.ttf") format("truetype"),
    url("fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

/* Gotham start */

@font-face {
  font-family: "Gotham Bold Italic";
  src: url("font/Gotham-BoldItalic.eot");
  src: url("font/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-BoldItalic.woff2") format("woff2"),
    url("../font/Gotham-BoldItalic.woff") format("woff"),
    url("font/Gotham-BoldItalic.ttf") format("truetype"),
    url("font/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Book";
  src: url("font/Gotham-Book.eot");
  src: url("font/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../font/Gotham-Book.woff2") format("woff2"),
    url("font/Gotham-Book.woff") format("woff"),
    url("font/Gotham-Book.ttf") format("truetype"),
    url("font/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Bold";
  src: url("font/Gotham-Bold.eot");
  src: url("font/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Gotham-Bold.woff2") format("woff2"),
    url("font/Gotham-Bold.woff") format("woff"),
    url("font/Gotham-Bold.ttf") format("truetype"),
    url("font/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Book Italic";
  src: url("font/Gotham-BookItalic.eot");
  src: url("font/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-BookItalic.woff2") format("woff2"),
    url("font/Gotham-BookItalic.woff") format("woff"),
    url("font/Gotham-BookItalic.ttf") format("truetype"),
    url("font/Gotham-BookItalic.svg#Gotham-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Medium";
  src: url("font/Gotham-Medium.eot");
  src: url("font/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/Gotham-Medium.woff2") format("woff2"),
    url("font/Gotham-Medium.woff") format("woff"),
    url("font/Gotham-Medium.ttf") format("truetype"),
    url("font/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Light";
  src: url("font/Gotham-Light.eot");
  src: url("font/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/Gotham-Light.woff2") format("woff2"),
    url("font/Gotham-Light.woff") format("woff"),
    url("font/Gotham-Light.ttf") format("truetype"),
    url("font/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Light Italic";
  src: url("font/Gotham-LightItalic.eot");
  src: url("font/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-LightItalic.woff2") format("woff2"),
    url("font/Gotham-LightItalic.woff") format("woff"),
    url("font/Gotham-LightItalic.ttf") format("truetype"),
    url("font/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Black Italic";
  src: url("font/Gotham-BlackItalic.eot");
  src: url("font/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-BlackItalic.woff2") format("woff2"),
    url("font/Gotham-BlackItalic.woff") format("woff"),
    url("font/Gotham-BlackItalic.ttf") format("truetype"),
    url("font/Gotham-BlackItalic.svg#Gotham-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Black";
  src: url("font/Gotham-Black.eot");
  src: url("font/Gotham-Black.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-Black.woff2") format("woff2"),
    url("font/Gotham-Black.woff") format("woff"),
    url("font/Gotham-Black.ttf") format("truetype"),
    url("font/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

/* Gotham end */

* {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html,
body {
  font-size: 1rem;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Gotham Book";
  color: #4b4f54;
}

h3 {
  font-size: 1.2rem;
  color: #455560;
  line-height: 1.4em;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.alignLeft {
  text-align: left !important;
}

.alignRight {
  text-align: right !important;
}

.alignCenter {
  text-align: center !important;
}

.textBold {
  font-weight: bold !important;
}

.textItalic {
  font-style: italic !important;
}

.textOblique {
  font-style: oblique !important;
}

.nowrap {
  white-space: nowrap !important;
}

.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

.floatCenter {
  float: center !important;
}

.paddingZero {
  padding: 0 !important;
}

.pd-lat-zero {
  padding-left: 0;
  padding-right: 0;
}

.marginZero {
  margin: 0 !important;
}

.mgAuto {
  margin: auto;
}

.mgVerticalAuto {
  margin: auto 0 !important;
}

.mgHorizonAuto {
  margin: 0 auto !important;
}

.widthFull {
  width: 100% !important;
}

.heightFull {
  height: 100% !important;
}

.mt-full {
  margin-top: 80px;
}

.mt-default {
  margin-top: 40px;
}

.w-20 {
  width: 20%;
}

.purple {
  color: #706e9a !important;
}

.blue {
  color: #00a8b0 !important;
}

.bg-purple {
  background-color: #706e9a;
}

.wine {
  color: #bd4f5c !important;
}

.bg-wine {
  background-color: #bd4f5c;
}

.orange {
  color: #ff8450 !important;
}

.bg-orange {
  background-color: #ff8450;
}

.blue-medium {
  color: #3c7d9a !important;
}

.bg-blue-medium {
  background-color: #3c7d9a;
}

.yellow {
  color: #f0ab2f !important;
}

.bg-yellow {
  background-color: #f0ab2f;
}

.rose {
  color: #a4899f !important;
}

.bg-rose {
  background-color: #a4899f;
}

.bg-red {
  background-color: #d22828;
}

.green {
  color: #4fb99d !important;
}

.bg-green {
  background-color: #4fb99d;
}

.green-btn {
  color: #00a8b0;
}

.bg-green-btn {
  background-color: #00a8b0;
}

.gray-cta {
  color: #808991;
}

.bg-gray-cta {
  background-color: #808991;
}

.bg-green-credit {
  background-color: #4fb99d;
}

.bg-green-credit-hard {
  background-color: #43b697;
}

.bg-grey-table {
  background-color: #e5e4e4;
}

.tooltip-inner {
  background-color: #676c73 !important;
  color: #fff;
  padding: 1.5rem;
  max-width: 303px;
  text-align: left;
}

.tooltip .arrow {
  background: transparent;
  border-bottom: #d22828 !important;
}

.tab-list {
  list-style-type: disc;
}

.tab-list li {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #3998b5;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

.btn-red {
  height: 65px;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  white-space: wrap;
  z-index: 5;
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.btn-red:focus,
.btn-red:hover {
  background-color: #d22828;
  color: #fff;
}

.btn-red.btn-fake {
  cursor: default;
}

.btn-red :not(span):hover {
  background-color: #9f0000;
  color: #fff;
}

.btn-grey {
  height: 65px;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  white-space: wrap;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8);
  color: #455560;
}

.btn-grey:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #455560;
}

.btn-grey:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #455560;
}

.btn-orange-border {
  background: transparent;
  border: 1px solid #ff8450;
  padding: 10px;
  display: block;
  font-size: 0.8rem;
  color: #ff8450;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.btn-secundary-blue {
  border: 1px solid #3998b5;
  color: #3998b5;
  border-radius: 5px;
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  height: 85px;
  align-items: center;
  justify-content: center;
}

.btn-secundary-blue:hover {
  background-color: #3998b5;
}

.btn-blue-border {
  background: transparent;
  border: 1px solid #3998b5;
  padding: 10px;
  display: block;
  font-size: 0.8rem;
  color: #3998b5;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.btn-red-border {
  background: transparent;
  border: 1px solid #d22828;
  padding: 10px;
  display: block;
  font-size: 0.8rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.btn-red-fld {
  background: #d22828;
  border: none;
  padding: 10px;
  display: block;
  font-size: 0.8rem;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #9f0000;
}

.btn-red-fld:hover {
  color: #fff;
  text-decoration: none;
}

.btn-white-fld {
  background: #fff;
  border: none;
  padding: 10px;
  display: block;
  font-size: 0.8rem;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 transparent;
  color: #676c73;
}

.btn-white-fld:hover {
  color: #676c73;
  text-decoration: none;
}

.btn-table {
  height: 34px;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.btn-table:hover {
  color: #fff;
  text-decoration: none;
}

.small-grey-txt {
  font-size: 0.8em;
  color: #455560;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.grey-title {
  font-size: 2rem;
  color: #455560;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
}

.grey-title-thin {
  font-size: 2rem;
  color: #455560;
  line-height: 1.4em;
  font-family: "Gotham Book";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.big-title-grey {
  font-size: 2.4rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.big-title-grey-fungetur-giro {
  font-size: 2.4rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .big-title-grey-fungetur-giro {
    font-size: 1.8rem;
    color: #676c73;
    line-height: 1.4em;
    font-family: Gotham Bold;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
  }
}

.big-title-black {
  font-size: 3rem;
  color: #455560;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.big-title {
  font-size: 2.5rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: bolder;
  text-align: left;
  text-decoration: none;
}

.div-teste {
  width: 100%;
  height: 1200px;
  background-color: #d22828;
  position: relative;
  float: left;
}

.comment {
  font-size: 1.5rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 60%;
  margin-left: 20%;
}

.button {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #676c73;
  display: block;
  padding: 18px;
  width: 300px;
  border-radius: 5px;
  border: none;
  background-color: #dad9d6;
  cursor: pointer;
}

.button:hover {
  color: #676c73;
}

.button.-big {
  padding: 25px;
  width: 313px;
}

.button.-full {
  width: 100%;
}

.button.-txtfit {
  overflow-wrap: normal;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
}

.button.-red {
  background-color: #d22828;
  color: white;
  box-shadow: 0 2px #9f0000;
}

.button.-white {
  background-color: white;
}

.button.-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

.button.-redborder {
  background-color: transparent;
  border: 1px solid #d22828;
  color: #d22828;
  width: 100%;
}

.button.-thinborder {
  border: 1px solid #d7d7d7;
  font-family: Gotham Book;
  background: transparent;
}

.button.-whiteborder {
  border: 1px solid white;
  background: transparent;
  color: white;
}

.button.-blueborder {
  border: 1px solid #3998b5;
  background: transparent;
  color: #3998b5;
}

.button.-table {
  font-size: 0.85rem;
  border-radius: 10px;
  width: 130px;
  padding: 7px 9px 6px 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.button.-rose {
  background-color: #a4899f;
  color: white;
  box-shadow: 0 2px 0 0 #544050;
}

.button.-kimberly {
  background-color: #706e9a;
  color: white;
  box-shadow: 0 2px 0 0 #52507c;
}

.button.-green {
  background-color: #4fb99d;
  color: white;
  box-shadow: 0 2px 0 0 #1a8669;
}

.button.-btn-green {
  background-color: #00a8b0;
  color: white;
  box-shadow: 0 2px 0 0 #0086b0;
}

.button.-lightblue {
  background-color: #009da4;
  color: white;
  box-shadow: 0 2px 0 0 #005f63;
}

.button.-orange {
  background-color: #ff8450;
  color: white;
  box-shadow: 0 2px 0 0 #d0521d;
}

.button.-blue {
  background-color: #2c8aa6;
  color: white;
  box-shadow: 0 2px 0 0 #145f75;
}

.button.-darkgrey {
  background-color: #717980;
  color: white;
  box-shadow: 0 2px 0 0 #474c50;
}

.button.-tall {
  height: 65px;
}

.title-thin {
  font-family: Gotham Light;
  text-align: center;
  color: #4b4f54;
}

.title-thin strong {
  font-family: Gotham Medium;
  font-weight: normal;
}

@media (max-width: 580px) {
  .btn-red {
    display: block;
  }
}

@media (max-width: 768px) {
  .big-title-black {
    font-size: 2rem;
  }
  .comment {
    font-size: 1.2rem;
  }
  .title-thin {
    font-size: 1.5rem;
  }
}

.form-control {
  width: 100%;
  height: 3.438em;
  border-radius: 0.25rem;
}

.form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #676c73;
  font-weight: lighter;
}

.form-control::-moz-placeholder {
  font-size: 15px;
  color: #676c73;
  font-weight: lighter;
}

.form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #676c73;
  font-weight: lighter;
}

.form-control:-moz-placeholder {
  font-size: 15px;
  color: #676c73;
  font-weight: lighter;
}

.form-control:focus {
  box-shadow: none;
  border-color: #d22828;
}

/* .table.table-geral,
.table.dataTable {
    width: 100%
}

.table.table-geral thead tr:not([class^="bg-"]),
.table.dataTable thead tr:not([class^="bg-"]) {
    background-color: #455560
}

.table.table-geral thead tr th,
.table.dataTable thead tr th {
    border-top: none;
    border-bottom: none;
    color: #fff;
    font-family: "Gotham Medium";
    font-size: 1.188rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: auto
}

.table.table-geral thead tr th:first-child,
.table.dataTable thead tr th:first-child {
    border-top-left-radius: 10px
}

.table.table-geral thead tr th:last-child,
.table.dataTable thead tr th:last-child {
    border-top-right-radius: 10px
}

.table.table-geral tbody tr.odd,
.table.dataTable tbody tr.odd {
    background: #f4f4f4
}

.table.table-geral tbody tr.odd+.child,
.table.dataTable tbody tr.odd+.child {
    background: #f4f4f4 !important
}

.table.table-geral tbody tr.odd+.child:hover,
.table.dataTable tbody tr.odd+.child:hover {
    background: #f4f4f4 !important
}

.table.table-geral tbody tr.even,
.table.dataTable tbody tr.even {
    background: #fff
}

.table.table-geral tbody tr.even+.child,
.table.dataTable tbody tr.even+.child {
    background: #fff !important
}

.table.table-geral tbody tr.even+.child:hover,
.table.dataTable tbody tr.even+.child:hover {
    background: #fff !important
}

.table.table-geral tbody tr.child>td.child,
.table.dataTable tbody tr.child>td.child {
    border-top: 1px solid #dfdfdf;
    padding-left: 30px
}

.table.table-geral tbody tr td,
.table.dataTable tbody tr td {
    font-family: "Gotham Book";
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.3px;
    color: #676c73;
    border: none
}

.table.table-geral tbody tr.round-tr td:first-child,
.table.dataTable tbody tr.round-tr td:first-child {
    border-top-left-radius: 10px
}

.table.table-geral tbody tr.round-tr td:last-child,
.table.dataTable tbody tr.round-tr td:last-child {
    border-top-right-radius: 10px
}

.table.dataTable thead .sorting,
.table.dataTable thead .sorting_asc,
.table.dataTable thead .sorting_desc {
    padding: 12px
}

.table.dataTable thead .sorting::before,
.table.dataTable thead .sorting_asc::before,
.table.dataTable thead .sorting_desc::before {
    content: "" !important
}

.table.dataTable thead .sorting::after,
.table.dataTable thead .sorting_asc::after,
.table.dataTable thead .sorting_desc::after {
    content: "" !important
}

.table.dataTable thead .sorting .sort-arrow,
.table.dataTable thead .sorting_asc .sort-arrow,
.table.dataTable thead .sorting_desc .sort-arrow {
    padding-left: 10px
}

.table.dataTable thead .sorting .sort-arrow::before {
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Free';
    right: 0;
    opacity: .2;
    line-height: 1
}

.table.dataTable thead .sorting_asc .sort-arrow::before {
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Free';
    right: 0;
    line-height: 1
}

.table.dataTable thead .sorting_desc .sort-arrow::after {
    content: "\f106" !important;
    font-family: 'Font Awesome 5 Free';
    right: 0;
    line-height: 1
}

.dataTables_wrapper .dataTables_filter {
    text-align: left !important;
    position: relative
} */

/* .dataTables_wrapper .dataTables_filter::after {
    content: url(../img/Menu/search.svg);
    position: absolute;
    right: -8px;
    top: 6px
} */

/* .dataTables_wrapper .dataTables_filter label {
    width: 100% !important
}

.dataTables_wrapper .dataTables_filter label input {
    height: 36px !important;
    width: 100% !important
} */

/* .dataTables_wrapper .dataTables_filter label input:focus,
.dataTables_wrapper .dataTables_filter label input:active {
    content: ""
}

.dataTables_wrapper .pagination .paginate_button .page-link {
    border-radius: 10px;
    background-color: #dad9d6;
    box-shadow: 0px 2px 0 0 #808991;
    color: #676c73 !important;
    padding: .5rem .8rem;
    font-size: 14px
} */

/* .dataTables_wrapper .pagination .paginate_button .page-link.active {
    background-color: #d22828;
    box-shadow: 0px 2px 0 0 #9f0000;
    color: white !important
}

.dataTables_wrapper .pagination .paginate_button.next .page-link {
    border: none;
    background-color: #d22828;
    box-shadow: 0px 2px 0 0 #9f0000;
    color: white !important
} */

/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.table-striped tbody tr {
    background-color: #f3f3f3
}

@media (max-width: 576px) {
    .table.table-geral tbody tr td,
    .table.dataTable tbody tr td {
        font-size: .9rem
    }
} */

.chosen-container-single .chosen-single,
.chosen-single,
.chosen-drop {
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  background-image: none !important;
  box-shadow: none;
  background: #fff;
  margin: 0 auto;
  font-size: 1rem;
  padding: 0 12px;
}

.chosen-drop {
  padding: 0;
}

.chosen-drop .chosen-search .chosen-search-input {
  padding: 0 8px;
}

.chosen-drop .chosen-results {
  margin: 0 auto;
  padding: 0;
}

.chosen-drop .chosen-results .active-result {
  line-height: 1.8;
}

.chosen-drop .chosen-results .active-result:hover {
  background-color: #d22828;
  color: #ffffff;
}

.chosen-drop .chosen-results .active-result.highlighted {
  background: #d22828;
  color: #fff;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container.chosen-container-single {
  background-image: none;
  box-shadow: none;
  background: #fff;
  border-radius: 5px;
}

.chosen-container.chosen-container-single span {
  color: #8a8e93;
}

.chosen-container.chosen-container-single.chosen-container-active {
  background-image: none;
  box-shadow: none;
  background: #fff;
  font-size: 1rem;
  border-radius: 5px;
}

.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop
  .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #fff),
    color-stop(80%, #fff)
  );
  background-image: linear-gradient(#fff 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop
  .chosen-single
  div
  b {
  background-position: -21px 8px;
}

.chosen-container .chosen-single {
  display: flex;
  align-items: center;
  height: 55px !important;
  font-size: 1rem;
}

.chosen-container .chosen-single div {
  top: 15px;
  right: 10px;
  width: 22px;
  overflow-x: hidden;
}

.chosen-container .chosen-single div b {
  display: block;
  width: 40px;
  height: 100%;
  background: url(../img/arow-select.svg) no-repeat 3px 8px;
}

.-tabs .-tabs-links.-round-links {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.-tabs .-tabs-links.-round-links .-tab-link {
  background-color: red;
  font-family: "Gotham Book";
  font-size: 1.025rem;
  line-height: 1.44;
  text-align: center;
  height: 92px;
  padding: 0 20px;
  margin: 0 1px;
  border-radius: 10px;
  letter-spacing: -0.4px;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.-tabs .-tabs-links.-round-links .-tab-link.active {
  padding: 58px 20px;
  min-width: auto;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-green {
  color: #4fb99d;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-green:hover {
  color: white;
  background-color: #4fb99d;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-green.active {
  margin: 0;
  color: white;
  background-color: #4fb99d;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-turquoise {
  color: #00a8b0;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-turquoise:hover {
  color: white;
  background-color: #00a8b0;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-turquoise.active {
  margin: 0;
  color: white;
  background-color: #00a8b0;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-blue-medium {
  color: #3c7d9a;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-blue-medium:hover {
  color: white;
  background-color: #3c7d9a;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-blue-medium.active {
  margin: 0;
  color: white;
  background-color: #3c7d9a;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-rose {
  color: #a4899f;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-rose:hover {
  color: white;
  background-color: #a4899f;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-rose.active {
  margin: 0;
  color: white;
  background-color: #a4899f;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-wine {
  color: #bd4f5c;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-wine:hover {
  color: white;
  background-color: #bd4f5c;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-wine.active {
  margin: 0;
  color: white;
  background-color: #bd4f5c;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-orange {
  color: #ff8450;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-orange:hover {
  color: white;
  background-color: #ff8450;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-orange.active {
  margin: 0;
  color: white;
  background-color: #ff8450;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-wine {
  color: #bd4f5c;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-wine:hover {
  color: white;
  background-color: #bd4f5c;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-wine.active {
  color: white;
  background-color: #bd4f5c;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-gray {
  color: #808991;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-gray:hover {
  color: white;
  background-color: #808991;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-gray.active {
  margin: 0;
  color: white;
  background-color: #808991;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-purple {
  color: #706e9a;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-purple:hover {
  color: white;
  background-color: #706e9a;
}

.-tabs .-tabs-links.-round-links .-tab-link.-tab-purple.active {
  margin: 0;
  color: white;
  background-color: #706e9a;
}

.-tabs .-tabs-links a[data-tab] {
  cursor: pointer;
}

.-tabs .-tabs-content.-m-default {
  padding: 40px 0;
}

.-tabs .-tabs-content .-tab-item {
  display: none;
}

.-tabs .-tabs-content .-tab-item.active {
  display: block;
}

.header {
  width: 100%;
  height: 150px;
  position: fixed;
  z-index: 999999999;
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

.header .container {
  display: flex;
  align-items: center;
  height: 150px;
  padding: 0;
}

.header .container .logo {
  float: left;
  height: auto;
  display: flex;
  justify-content: initial;
  align-items: center;
  cursor: pointer;
}

.header .container .logo .logotipo {
  width: 160px;
  height: auto;
}

.header .container .nav-top {
  float: left;
  width: 100%;
}

.header .container .txt-header {
  font-size: 16px;
  color: #455560;
}

.header .container .item-header {
  border-right: 1px solid #dad9d6;
}

.header .container .acessibilidade {
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  padding: 0 2rem;
  display: none;
}

.header .container .acessibilidade .btn-group {
  margin-left: 0.5rem;
}

.header .container .acessibilidade .btn-header {
  border-radius: 100%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  outline: none;
  margin-right: 0.25rem;
  color: #455560;
  cursor: pointer;
}

.header .container .acessibilidade .btn-header:hover {
  background-color: #d22828;
  color: #fff;
}

.header .container .bdmg-cult,
.header .container .bdmg-blog {
  padding: 0 2rem;
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 0;
}

.header .container .bdmg-cult .link,
.header .container .bdmg-blog .link {
  color: #455560;
}

.header .container .bdmg-cult .link:hover,
.header .container .bdmg-blog .link:hover {
  color: #d22828;
}

.header .container .usuario {
  float: right;
  width: auto;
  padding: 0 0 0 2rem;
  cursor: pointer;
}

.header .container .usuario > .user-foto {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  display: none;
}

.header .container .usuario > .user-foto .foto {
  width: 40px;
  height: 40px;
}

.header .container .usuario > .bdmg-digital {
  float: left;
  height: 40px;
  font-size: 16px;
  color: #455560;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}

.header .container .usuario .bdmg-digital-active:after {
  position: absolute;
  right: -30px;
  bottom: -20px;
  display: block;
  z-index: 100;
  content: "";
  width: 215px;
  height: 5px;
  background-color: #e73f43;
}

.header .container .usuario > .icone {
  color: #d22828;
  float: left;
  margin-left: 1rem;
  font-size: 1.5rem;
}

.header .container .menu-mobile {
  float: right;
  width: auto;
  padding: 0 0 0 1rem;
  cursor: pointer;
  display: none;
}

.header .container .menu-mobile .icone {
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .container .menu-mobile .icone .menu-hamburger {
  width: 20px;
  height: 20px;
}

.header .container .bdmg-digital-expand {
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 80px;
  display: none;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item {
  text-align: center;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item .box-icon {
  width: 100%;
  border-radius: 5px;
  background-color: #3998b5;
  padding: 1rem;
  text-align: center;
}

.header
  .container
  .bdmg-digital-expand
  .bdmg-digital-desk
  .item
  .box-icon
  .icon-menu {
  width: auto;
  height: 86px;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item .title {
  font-size: 1.375rem;
  color: #455560;
  font-weight: normal;
  margin: 2rem 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header
  .container
  .bdmg-digital-expand
  .bdmg-digital-desk
  .item
  .btn-secundary-blue:hover {
  color: #fff;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item .text-base {
  font-size: 0.85rem;
  color: #455560;
  font-weight: normal;
  margin-top: 2rem;
}

.header .container .bdmg-digital-expand .bdmg-digital-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .header .container .bdmg-blog {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .container .usuario .bdmg-digital-active:after {
    display: none;
  }
  .header .container .acessibilidade .txt-header {
    display: none;
  }
  .header .container .bdmg-cult {
    display: none;
  }
  .header .container .bdmg-digital-expand {
    background-color: #676c73;
    width: 95%;
    max-width: 720px;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
  }
  .header .container .bdmg-digital-expand .bdmg-digital-desk {
    display: none;
  }
  .header .container .bdmg-digital-expand .bdmg-digital-mobile {
    display: block;
  }
  .header .container .bdmg-digital-expand .bdmg-digital-mobile .itens-menu {
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
    background-color: #676c73;
    margin: 0;
    padding: 0 0 40px;
    border-left: 6px solid #3998b5;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item {
    background-color: #545a61;
    padding: 1rem;
    display: flex;
    justify-content: initial;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #858b93;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item:hover {
    background-color: #d22828;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item
    .icon {
    display: inline-block;
    height: 2rem;
    width: auto;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item
    .txt {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-family: "Gotham Light";
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .header .container .acessibilidade {
    display: none;
  }
}

@media (max-width: 768px) {
  .header .container {
    padding: 0 15px;
  }
  .header .container .logo .logotipo {
    width: 130px;
  }
  .header .container .usuario .bdmg-digital,
  .header .container .usuario .icone {
    display: none;
  }
  .header .container .menu-mobile {
    display: block;
  }
}

.btn-banner {

  padding: 1.2rem 3rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.btn-banner.bgred {
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.btn-banner.bgred:hover {
  background-color: #9f0000;
}

.btn-banner.bgwhite {
  background-color: rgba(255, 255, 255, 0.8);
  color: #455560;
}

.btn-banner.bgwhite:hover {
  background-color: rgba(235, 235, 235, 0.8);
}

.capital-giro {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  margin: 0;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
}

.capital-giro .bg-capital {
  background-image: url("../img/bg-capital.svg");
  background-size: cover;
  height: 700px;
  width: 700px;
  margin: 0;
  position: absolute;
  left: -100px;
  top: -180px;
  opacity: 0.3;
}

.capital-giro .formulario {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3rem;
}

.capital-giro .formulario .form-control.inline {
  margin-bottom: 1rem;
}

.capital-giro .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #4b4f54;
  padding: 0;
  margin: 0;
  text-align: center;
}

.capital-giro .lead {
  font-family: "Gotham Light";
  font-size: 1.625em;
  color: #676c73;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .capital-giro {
    padding: 2.5rem 0;
  }
  .capital-giro .formulario {
    margin-top: 1.5rem;
  }
  .capital-giro .subtitle {
    font-size: 2rem;
  }
  .capital-giro .lead {
    font-size: 1.2rem;
  }
}

.menu-principal {
  z-index: 1;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 20px;
  background: #687680;
}

.menu-principal .menu-item {
  display: inline;
  margin-right: 33px;
}

.menu-principal .menu-renegociacao {
  display: inline;
  margin-right: 33px;
}

.menu-principal .menu-item a {
  font-size: 1em;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.menu-principal .menu-item:hover {
  padding-bottom: 20px;
  border-bottom: 8px solid #d22828;
}

.menu-principal .busca-principal {
  float: right;
  margin-top: -0.5rem;
}

@media (max-width: 1024px) {
  .menu-principal .busca-principal.--english-version {
    margin-top: 10px;
    position: absolute;
    right: 1rem;
  }
}

.menu-principal .busca-principal img {
  margin-left: -30px;
  margin-top: 5px;
}

.menu-principal .busca-principal input {
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding-right: 40px;
}

.menu-principal .menu-itens-container {
  background-color: white;
  width: 100%;
  border-radius: 2px;
  margin-top: 25px;
  padding-bottom: 50px;
  box-shadow: 0px 1px #455560;
}

.menu-principal .menu-itens-container .title {
  font-size: 1.3rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.menu-principal .menu-itens-container li a {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.menu-principal .menu-itens-container li a:hover {
  color: #3998b5;
  text-decoration: underline;
}

#menuSobre {
  padding: 50px;
}

#menuSetorPublico {
  padding: 50px;
}

#menuSetorPublico p {
  height: 80px;
  font-size: 0.8em;
  color: #455560;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
}

#menuSetorPublico .saiba-mais {
  background-color: transparent;
  color: #ff8450;
  border: 1px solid #ff8450;
  display: block;
}

#menuSetorPublico h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  height: 80px;
}

#menuSetorPublico img {
  border-radius: 5px;
}

#menuAtendimento {
  padding: 50px;
  position: relative;
}

#menuAtendimento .btn {
  margin: 20px 0;
  display: block;
}

#menuAtendimento .footer-menu {
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 100%;
  background-color: #dad9d6;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0px 1px #455560;
}

#menuAtendimento .footer-menu a {
  color: #455560;
}

#menuAtendimento h3 {
  margin-top: 1rem;
  font-size: 1.1rem;
}

#menuAtendimento .grey-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

#menuAtendimento .btn-correspondente-bancario {
  background: transparent;
  border: 1px solid #3998b5;
  border-radius: 5px;
  padding: 5px;
  color: #3998b5;
  font-family: "Gotham Medium";
  font-size: 0.8rem;
  padding: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}

#menuAtendimento img.correspondente-bancario {
  margin-left: 45% !important;
  transform: translateX(-40%) !important;
  margin-top: 16px !important;
  max-width: 47% !important;
}

#menuSustentabilidade {
  padding: 50px;
  position: relative;
}

#menuSustentabilidade .btn {
  margin: 20px 0;
  display: block;
  border-color: #42d1a5 !important;
  color: #42d1a5 !important;
}

#menuSustentabilidade .footer-menu {
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 100%;
  background-color: #dad9d6;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0px 1px #455560;
}

#menuSustentabilidade .footer-menu a {
  color: #455560;
}

#menuSustentabilidade h3 {
  margin-top: 1rem;
  font-size: 0.98rem;
}

#menuSustentabilidade .grey-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

#menuSustentabilidade .small-grey-txt {
  font-size: 1em;
}

#menuSustentabilidade .btn-correspondente-bancario {
  background: transparent;
  border: 1px solid #3998b5;
  border-radius: 5px;
  padding: 5px;
  color: #3998b5;
  font-family: "Gotham Medium";
  font-size: 0.8rem;
  padding: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}

#menuSustentabilidade .padding-offset {
  padding: 0 5%;
}

#menuSustentabilidade img.correspondente-bancario {
  margin-left: 45% !important;
  transform: translateX(-40%) !important;
  margin-top: 16px !important;
  max-width: 47% !important;
}

#menuSustentabilidade .ico-container {
  margin-left: 0%;
  width: 100%;
  background-color: #42d1a5;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0;
}

#menuSustentabilidade .footer-menu img {
  width: 20px;
  height: 20px;
}

#menuCredito {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#menuCredito .menu-credito-item {
  width: 100%;
  padding: 10px 10px 0px 10px;
  padding-top: 50px;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
}

#menuCredito .menu-credito-item .desc {
  font-size: 0.8em;
  color: #455560;
  line-height: 1.4em;
  font-family: Gotham Book Italic;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  min-height: 80px;
  margin-top: 20px;
}

#menuCredito .menu-credito-item ul {
  padding-left: 0;
}

#menuCredito .menu-credito-item img {
  width: 240px;
  height: 180px;
}

#menuCredito .thumb {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
}

#menuCredito .thumb img {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

#menuCredito .thumb h3 {
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 0;
  font-size: 1em;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#menuCredito .thumb .grad {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), black);
}

.menu-principal-mobile {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-height: auto;
  /* background-color: #676c73; */
  background-color: blanchedalmond;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  padding: 20px 0 0 15px;
  border-left: 10px solid #d22828;
}

.menu-principal-mobile .logo {
  width: 180px;
  height: 85px;
  margin-left: 8%;
  margin-top: 13px;
  margin-bottom: 2rem;
}

.menu-principal-mobile .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 75px;
  right: calc(4%);
  float: right;
  z-index: 100;
}

.menu-principal-mobile ul {
  margin-top: 2.5em;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  background-color: #9ca2aa;
  padding-top: 2px;
}

.menu-principal-mobile li {
  padding-top: 20px;
  background-color: #545a61;
  width: 100%;
  padding-left: 8%;
  margin-bottom: 2px;
}

.menu-principal-mobile li img {
  height: 80px;
}

.menu-principal-mobile li .icon {
  width: 80px;
  display: inline-block;
}

.menu-principal-mobile li .menu-item {
  display: inline-block;
  max-width: calc(100% - 240px);
}

.menu-principal-mobile li .plus {
  margin-top: 20px;
  width: 2em;
  height: 2em;
  float: right;
  margin-right: 3em;
}

.menu-principal-mobile li .minus {
  width: 2em;
  height: 2em;
  float: right;
  margin-top: 20px;
  margin-right: 5px;
}

ul.contact {
  margin-top: 0px;
  background: transparent;
  margin-top: 0;
  padding-top: 0;
}

ul.contact li {
  background: transparent;
  border: none;
  height: auto;
  padding: none;
}

ul.contact li a {
  font-size: 1em;
  color: #ebebeb;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

ul.contact li img {
  height: 3rem;
}

#menuAtendimento .ico-container {
  margin-left: 0%;
  width: 100%;
  background-color: #3998b5;
  border-radius: 5px;
}

#menuAtendimento .ico-container img {
  margin-left: 50%;
  transform: translateX(-40%);
  margin-top: 25px;
}

#menuAtendimento .footer-menu img {
  width: 20px;
  height: 20px;
}

.title-menu-mobile {
  position: absolute;
  color: white;
  font-family: Gotham Book;
  left: 100px;
  top: 110px;
  font-size: 1.5em;
  display: block;
}

.btn-block {
  width: 15rem;
  margin-left: 50% !important;
  transform: translateX(-50%);
}

@media (max-width: 575.98px) {
  .footer {
    background-image: url("../img/footer-bg-x1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ebebeb;
    padding-top: 0.875rem;
    padding-bottom: 4.125rem;
    font-family: "Gotham Medium";
    font-style: normal;
    font-stretch: normal;
    text-align: left;
  }
  .footer .title {
    width: 100%;
    padding-top: 4.125rem;
    padding-bottom: 1.625rem;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.8px;
    color: #676c73;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .footer .subTitle {
    width: 100%;
    padding-top: 1.625rem;
    font-size: 20px;
    font-family: "Gotham Bold";
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #d22828;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .footer .textTitle {
    margin: 0;
    color: #d22828;
  }
  .footer .text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: normal;
    color: #676c73;
    margin: 0;
  }
  .footer .textContainer {
    display: none;
    padding-top: 1.625rem;
    padding-bottom: 0.875rem;
  }
  .footer .textContainerMobile {
    display: block;
    padding-top: 1.625rem;
    padding-bottom: 0.875rem;
    text-align: center;
  }
  .footer .textBlock {
    padding-bottom: 2rem;
    padding-left: 15px;
  }
  .footer .line {
    display: none;
  }
  .footer .lineMobile {
    display: block;
    padding-top: 0;
    width: 70%;
    margin: 0 auto;
  }
  .footer .lineMobile > .title {
    text-align: center;
  }
  .footer .footerImg {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer .footerLink {
    padding-top: 5px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #676c73;
  }
  .footer .boxSocialFooter {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 2rem;
    align-items: stretch;
  }
  .footer .footerSocial {
    margin-top: 1rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center !important;
  }
  .footer .footerContainer {
    display: none;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer .footerRef {
    width: 100%;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    margin: 0;
    color: #afafaf;
    text-align: center;
    font-family: "Gotham Medium";
    font-size: 1.0625rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.12;
    letter-spacing: -0.3px;
    text-align: center;
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .footer {
    background-image: url("../img/footer-bg-x1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ebebeb;
    padding-top: 0.875rem;
    padding-bottom: 4.125rem;
    font-family: "Gotham Medium";
    font-style: normal;
    font-stretch: normal;
    text-align: left;
  }
  .footer .title {
    width: 100%;
    padding-top: 4.125rem;
    padding-bottom: 1.625rem;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.8px;
    color: #676c73;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    font-weight: 700;
  }
  .footer .subTitle {
    width: 100%;
    padding-top: 1.625rem;
    font-size: 20px;
    font-family: "Gotham Bold";
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #d22828;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .footer .textTitle {
    margin: 0;
    color: #d22828;
  }
  .footer .text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: normal;
    color: #676c73;
    margin: 0;
  }
  .footer .textContainer {
    padding-top: 1.625rem;
    padding-bottom: 0.875rem;
  }
  .footer .textContainerMobile {
    padding-top: 1.625rem;
    padding-bottom: 0.875rem;
  }
  .footer .textBlock {
    padding-bottom: 2rem;
    padding-left: 15px;
  }
  .footer .line {
    padding-top: 0;
    width: 70%;
    margin: 0 auto;
  }
  .footer .lineMobile {
    padding-top: 0;
    width: 70%;
    margin: 0 auto;
  }
  .footer .boxSocialFooter {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .footer .footerImg {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer .footerLink {
    padding-top: 5px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    color: #676c73;
  }
  .footer .footerSocial {
    margin-top: 0;
    display: block;
  }
  .footer .footerContainer {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer .footerRef {
    width: 100%;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    margin: 0;
    color: #afafaf;
    text-align: right;
  }
}

@media (min-width: 575.98px) and (max-width: 1430px) {
  .footer .footerContainer {
    display: block;
    text-align: right;
  }
  .footer .boxSocialFooter {
    justify-content: flex-end;
  }
}

.testimonials-wraper {
  margin-bottom: 0px;
  height: auto;
}

.testimonials-wraper .testimonials {
  width: 100%;
  height: 450px;
  background-image: url("../img/home-testimonials-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  object-fit: contain;
  padding: 3rem 0;
}

.testimonials-wraper .testimonials.testimonials-big {
  height: 650px;
}

.testimonials-wraper .testimonials .testimonials-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: column;
  text-align: center;
  color: #ebebeb;
}

.testimonials-wraper .testimonials .testimonials-text .testimonials-quote {
  font-family: "Gotham Light";
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 1.28;
  letter-spacing: -0.7px;
  margin: 0;
}

.testimonials-wraper .testimonials .testimonials-text .testimonials-divider {
  width: 65px;
  height: 1px;
  object-fit: contain;
  background-color: #ebebeb;
  margin: 30px 0;
}

.testimonials-wraper .testimonials .testimonials-text .testimonials-signature {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.3px;
  text-align: center;
}

.testimonials-wraper
  .testimonials
  .testimonials-text
  .testimonials-signature
  .name {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.testimonials-wraper
  .testimonials
  .testimonials-text
  .testimonials-signature
  .office {
  padding: 0;
  margin: 0;
}

.testimonials-wraper .testimonials-video {
  margin-top: -130px;
  object-fit: contain;
  margin-bottom: 70px;
}

.testimonials-wraper .testimonials-video iframe {
  border: 0.2rem solid #ebebeb;
  width: 350px;
  height: 198px;
}

@media (max-width: 767px) {
  .testimonials-wraper .testimonials .testimonials-text {
    display: flex;
    align-items: center;
    justify-content: initial;
    flex-direction: column;
    text-align: center;
    color: #ebebeb;
  }
  .testimonials-wraper .testimonials .testimonials-text .testimonials-quote {
    font-size: 1.5rem;
  }
}

@media (max-width: 380px) {
  .testimonials-wraper .testimonials-video iframe {
    width: 270px;
    height: auto;
  }
}

.request-credit {
  padding: 40px 0 80px;
}

.request-credit .subtitle {
  font-family: "Gotham bold";
  /* font-size: 2.2rem !important; */
  line-height: 1.17;
  color: #676c73;
  padding: 0;
  margin: 0;
  text-align: center;
  /* font-size: 1.8rem; */
  font-size: 26px;
  max-width: 858px;
  margin: 0 auto;
  font-weight: 200;
  width: 50%;
}

.request-credit .topics {
  margin-top: 70px;
  padding: 0 70px;
}

.request-credit .topics .topic {
  margin-bottom: 10px;
}

.request-credit .icon {
  width: 120px;
  height: 100%;
  float: left;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.request-credit .text {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-left: 155px;
  margin-top: 25px;
  margin-bottom: 1rem;
  padding-right: 1.2rem;
}

@media (max-width: 500px) {
  .request-credit .topics {
    margin-top: 30px;
    padding: 0 0px;
  }
  .request-credit .icon {
    width: 100px;
    height: 100%;
    float: left;
    text-align: center;
  }
  .request-credit .text {
    margin-left: 80px;
  }
  .request-credit .subtitle {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .request-credit {
    padding: 40px 0 40px;
  }
}

.tabs-content {
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  padding-bottom: 5rem;
}

.tabs-content .highlight-img {
  float: right;
  width: 90%;
  border-radius: 5px;
}

.tabs-content .center-logo {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-30%, -40%);
}

.tabs-content .big-title {
  margin-bottom: 1rem;
  width: 150%;
  margin-left: -50%;
}

.tabs-content .btn-container {
  position: relative;
  display: block;
  width: fit-content;
}

.tabs-content .btn-container button {
  margin-top: 8px;
}

.tabs-content .abstract {
  font-size: 1rem;
  color: #676c73;
  line-height: 1.6rem;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  color: #455560 !important;
  width: 150%;
  margin-left: -45%;
  min-height: 100px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .btn-container {
    margin-left: -20%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .btn-container {
    margin-left: -65%;
  }
}

@media only screen and (max-width: 767px) {
  .big-title-black {
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 0 10px;
    margin-left: 0;
    width: 100%;
    letter-spacing: -1.5px;
  }
  .big-title {
    font-size: 2rem;
  }
  .comment {
    font-size: 1.1rem;
    width: 90%;
    margin-left: 5%;
  }
  .tabs {
    margin: 40px 0;
    padding: 20px;
  }
  .tabs .tab-link {
    margin-right: 5px;
  }
  h3.tab-title {
    font-size: 1.125rem !important;
  }
  .tabs-content {
    margin-top: 20px !important;
  }
  .tabs-content .text-right {
    text-align: center !important;
  }
  .tabs-content .abstract {
    width: 100%;
    margin-left: 0;
  }
  .tabs-content .big-title {
    width: 100%;
    margin-left: 0;
  }
  .tabs-content .btn-container {
    position: relative;
    display: block;
    margin: 40px auto;
    width: fit-content;
  }
  .tabs-content .highlight-img {
    display: none;
  }
  .tabs-content .center-logo {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .tabs-content .btn-container {
    margin-left: -20px;
  }
}

.products {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}

.products.ideal-credit {
  background-color: #8f979d;
}

.products.ideal-credit .bg-pattern {
  background-image: url("../img/bg-pattern-ideal-credit.svg");
}

.products.ideal-credit .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 858px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.products .bg-pattern {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.products .itens {
  margin-bottom: 3.75rem;
}

.products .itens .item {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: inset 0px -100px 80px rgba(0, 0, 0, 0.6);
  position: relative;
  padding: 0 2rem;
  margin: 0 auto 2rem;
}

.products .itens .item:after {
  content: "";
  background-image: url("../img/bdmg-susp.svg");
  background-repeat: no-repeat;
  width: 215px;
  height: 137px;
  position: absolute;
  left: 48px;
  z-index: 99;
  top: 10px;
}

.products .itens .item .label {
  font-family: "Gotham Medium";
  font-size: 1.25rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
  padding-top: 160px;
}

.products .itens .item .element {
  position: absolute;
  left: 0;
  top: 40px;
}

.products .itens .cta {
  margin-top: 3.75rem;
}

.products .itens .cta .btn-red {
  padding: 1.2rem 3rem;
}

.products .text-cta {
  color: #ebebeb;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .products.ideal-credit .bg-pattern {
    padding: 2.5rem 0;
  }
  .products.ideal-credit .subtitle {
    font-size: 2rem;
  }
  .products.ideal-credit .itens .cta {
    margin-top: 2rem;
  }
}

.products.other-products {
  background-color: #ebebeb;
}

.products.other-products .bg-pattern {
  background-image: url("../img/bg-pattern-other-products.svg");
}

.products.other-products .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #676c73;
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 858px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.products.other-products .itens .item .label.label-lg {
  padding-top: 148px;
  font-size: 1.2rem;
}

.products.other-products .text-cta {
  color: #455560;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .products.other-products .bg-pattern {
    padding: 2.5rem 0;
  }
  .products.other-products .subtitle {
    font-size: 2rem;
  }
  .products.other-products .itens .cta {
    margin-top: 2rem;
  }
}

.contact {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

.contact .banner-fungetur-giro .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 1.75rem;
}

.contact .banner-fungetur-giro .lead {
  font-family: "Gotham Book";
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .contact .banner-fungetur-giro .subtitle {
    font-family: "Gotham Medium";
    font-size: 2rem;
    line-height: 1.17;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 1.75rem;
  }
  .contact .banner-fungetur-giro .lead {
    font-family: "Gotham Book";
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
  }
}

.contact {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #fff;
}

.contact .banner {
  width: 100%;
  height: 564px;
  /*background-image: url("../img/fale-conosco-min.jpg");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}

.contact .banner .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 1.75rem;
}

.contact .banner .lead {
  font-family: "Gotham Book";
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.contact .box {
  max-width: 920px;
  height: auto;
  background-color: #ebebeb;
  border-radius: 5px;
  margin: -100px auto 0;
  padding: 6.375rem 5rem 5rem;
  position: relative;
}

.contact .box .item {
  text-align: center;
  padding: 0 3rem;
}

.contact .box .item .title {
  font-size: 1.375rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -0.4px;
  color: #676c73;
}

.contact .box .item .tel {
  font-family: "Gotham Bold";
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  letter-spacing: -0.6px;
  text-align: center;
  color: #676c73;
}

.contact .box .item .txt {
  font-size: 0.938rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #676c73;
}

.contact .box .icon {
  width: 132px;
  height: 132px;
  background-color: #d22828;
  position: absolute;
  top: -70px;
  left: calc(50% - 66px);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .box .icon .icon-img {
  width: 55px;
  height: 92px;
}

.contact .box .contact-form .form-control.button {
  max-width: 300px;
  margin: 0 auto;
}

.contact .address {
  position: relative;
  margin: 60px 0 3.5rem;
}

.contact .address .title {
  font-size: 1.375rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.4px;
  color: #676c73;
}

.contact .address .tel {
  font-family: "Gotham Bold";
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: center;
  color: #676c73;
}

.contact .address .txt {
  font-size: 0.938rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #676c73;
}

.contact .map {
  /* width: 920px; */
  width: 100%;
  min-width: 100%;
  height: 410;
  padding: 0 0 5rem;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .contact .box {
    padding: 3.375rem 1rem;
  }
}

@media (max-width: 768px) {
  .contact .banner {
    background-position: 75% !important;
    padding: 24px 0;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .contact .banner .--col1 {
    left: 1rem;
  }
}

@media (max-width: 768px) {
  .contact .banner .subtitle {
    font-size: 1rem;
    text-shadow: 2px 2px 2px #000;
    margin-top: 3rem;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .contact .banner .subtitle {
    margin-top: 3rem;
  }
  .contact .banner .subtitle.--pt {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) and (max-width: 425px) and (max-width: 320px) {
  .contact .banner .subtitle.--pt {
    margin-top: 0rem;
  }
}

@media (max-width: 768px) {
  .contact .banner .lead {
    text-shadow: 2px 2px 2px #000;
    font-size: 1rem;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .contact .banner .lead {
    margin-top: 3rem;
  }
  .contact .banner .lead.--pt {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) and (max-width: 425px) and (max-width: 320px) {
  .contact .banner .lead.--pt {
    margin-top: -1.7rem;
  }
}

@media (max-width: 768px) and (max-width: 375px) {
  .contact .banner .lead {
    margin-top: -1rem;
  }
}

@media (max-width: 768px) {
  .contact .box {
    padding: 6.375rem 1.5rem 2.5rem;
  }
  .contact .box .item {
    text-align: center;
    padding: 0 3rem;
  }
  .contact .box .item:first-child {
    margin-bottom: 2rem;
  }
  .contact .box .item .title {
    font-size: 1rem;
  }
  .contact .box .item .tel {
    font-size: 2rem;
  }
  .contact .box .icon {
    width: 132px;
    height: 132px;
    background-color: #d22828;
    position: absolute;
    top: -70px;
    left: calc(50% - 66px);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact .box .icon .icon-img {
    width: 55px;
    height: 92px;
  }
  .contact .address {
    position: relative;
    margin: 2.5rem 0;
  }
  .contact .address .title {
    font-size: 1rem;
  }
  .contact .map {
    width: 100%;
    height: auto;
    padding: 0 0 2.5rem;
    text-align: center;
  }
}

@media (max-width: 580px) {
  .contact .box {
    padding: 6.375rem 1rem 3rem;
  }
  .contact .box .item .title {
    font-size: 1rem;
  }
  .contact .box .item .tel {
    font-size: 1rem;
  }
  .contact .box .contact-form .form-control.btn-red {
    width: 100%;
    max-width: 100%;
  }
  .contact .address .tel {
    font-size: 1.2rem;
    line-height: 30px;
  }
}

.strategic-investment {
  padding-top: 97px;
  width: 100%;
  background-color: #dfdcdc;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  display: block;
  box-sizing: content-box;
  position: relative;
  clear: both;
}

.strategic-investment .title {
  padding: 0 90px;
  margin-bottom: 53px;
  font-size: 2.5rem;
  font-family: "Gotham Light";
}

.strategic-investment .textBold {
  font-family: "Gotham Bold";
}

.strategic-investment .textMedium {
  font-family: "Gotham Medium";
}

.strategic-investment .textUnderlined {
  text-decoration: underline;
}

.strategic-investment .text {
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  color: #4b4f54;
}

.strategic-investment .footerText {
  padding-top: 52px;
  padding-bottom: 103px;
  font-family: "Gotham Book";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #3998b5;
  text-decoration: underline;
}

.strategic-investment .box {
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  min-height: 531px;
  margin: 0 30px;
}

.strategic-investment .cardStrategic {
  height: auto;
  width: 30%;
  margin: 10px 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: solid 1px #ebebeb;
  flex-direction: column;
  padding: 0 34px;
  align-items: center;
  margin-bottom: 30px;
  flex-grow: 1;
}

.strategic-investment .cardStrategic .card-title {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #676c73;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .strategic-investment .cardStrategic .card-title {
    font-size: 1.2rem;
    margin: 0;
  }
}

.strategic-investment .cardStrategic .reorganizeDebts {
  color: #4cc1a1;
}

.strategic-investment .cardStrategic .balancingFlow {
  color: #706e9a;
}

.strategic-investment .cardStrategic .unexpectedExpenses {
  color: #4cc1a1;
}

.strategic-investment .cardStrategic .spendingUnexpected {
  color: #ff8450;
}

.strategic-investment .cardStrategic .openNewDrive {
  color: #3998b5;
}

.strategic-investment .cardStrategic .purchaseEquipmentSupplies {
  color: #bd4f5c;
}

.strategic-investment .cardStrategic .makeReform {
  color: #00a8b0;
}

.strategic-investment .cardStrategic .textoInterno {
  font-family: "Gotham Light";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  padding: 25px;
}

.strategic-investment .cardStrategic .imgDisplayed {
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}

.strategic-investment .cardContainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  flex-direction: row;
  align-items: stretch;
}

.strategic-investment .itens {
  margin-bottom: 3.75rem;
}

@media (max-width: 1199px) {
  .strategic-investment {
    padding-top: 97px;
    width: 100%;
    display: block;
    box-sizing: content-box;
    position: relative;
  }
}

@media (max-width: 991px) {
  .strategic-investment {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .strategic-investment .cardStrategic {
    height: auto;
    width: 45%;
    margin: 10px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    flex-direction: column;
    padding: 0 34px;
    align-items: center;
    margin-bottom: 30px;
    flex-grow: 1;
  }
  .strategic-investment .title {
    padding: 0 0;
    margin-bottom: 53px;
    font-size: 40px;
    font-family: "Gotham Light";
  }
}

@media (max-width: 575px) {
  .strategic-investment {
    padding-top: 40px;
    width: 100%;
    display: block;
    box-sizing: content-box;
    position: relative;
  }
  .strategic-investment .cardStrategic {
    height: auto;
    width: auto;
    margin: 10px 15px;
    padding: 0 5px;
    margin-bottom: 15px;
    flex-grow: 1;
  }
  .strategic-investment .cardStrategic .imgDisplayed {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .strategic-investment .cardStrategic .card-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .strategic-investment .cardStrategic .textoInterno {
    padding: 0 20px;
  }
  .strategic-investment .cardStrategic .cardContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .strategic-investment .title {
    padding: 0px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-family: "Gotham Light";
  }
  .strategic-investment .text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .strategic-investment .footerText {
    font-size: 0.8rem;
    padding: 20px 0 40px 0;
  }
}

.banner-mpe {
  margin-top: 80px;
}

.banner-mpe .banner {
  background: url(../img/mpe/mpe-banner-mobile.jpg);
  background-position: 68% 0%;
  background-size: cover;
}

.banner-mpe .banner .container {
  display: flex;
  padding: 15px;
}

.banner-mpe .banner .container .txt-banner {
  background: #ffffffa3;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.banner-mpe .banner .container .txt-banner .head-line {
  color: #d22828;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.banner-mpe .banner .container .txt-banner .head-title {
  letter-spacing: -0.02em;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

.banner-mpe .banner .container .txt-banner .head-text {
  letter-spacing: -0.02em;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.banner-mpe .banner .container .txt-banner .botoes-banner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.banner-mpe .banner .container .txt-banner .botoes-banner .btn-banner {
  padding: 1rem 1.3rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.banner-mpe
  .banner
  .container
  .txt-banner
  .botoes-banner
  .btn-banner
  .btn-banner.bgred {
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
  margin-right: 10px;
}

.banner-mpe
  .banner
  .container
  .txt-banner
  .botoes-banner
  .btn-banner
  .btn-banner.bgred:hover {
  background-color: #9f0000;
}

@media (min-width: 992px) {
  .banner-mpe .banner {
    width: 100%;
    height: 100%;
    background: url(../img/mpe/mpe-banner.jpg);
    background-position: 42% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
  }
  .banner-mpe .banner .container .txt-banner {
    background: none;
    max-width: 650px;
  }
  .banner-mpe .banner .container .txt-banner .head-title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .banner-mpe .banner .container .txt-banner .botoes-banner {
    justify-content: left;
  }
}

.baixar-tarifas {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #676c73;
  font-family: "Gotham Medium";
}

.baixar-tarifas .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.baixar-tarifas .btn-baixarTarifas {
  font-family: "Gotham Medium";
  margin-left: 1.625rem;
  padding: 1rem 0;
  border: none;
  border-radius: 5px;
  width: 100%;
  max-width: 225px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.baixar-tarifas .btn-baixarTarifas:hover {
  background-color: #9f0000;
}

.baixar-tarifas .text-baixarTarifas {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 767.98px) {
  .baixar-tarifas {
    padding: 15px;
  }
  .baixar-tarifas .btn-baixarTarifas {
    font-size: 1rem !important;
  }
  .baixar-tarifas .text-baixarTarifas {
    font-size: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .baixar-tarifas .btn-baixarTarifas {
    font-size: 1.5rem;
  }
  .baixar-tarifas .text-baixarTarifas {
    font-size: 1.5rem;
  }
}

.reflita {
  background-image: url(../img/reflita-bg-x1_red.png);
  width: 100%;
  padding-top: 95px;
  padding-bottom: 95px;
  font-family: "Gotham Light";
  background-color: #71767d;
}

.reflita .text {
  color: #ffff;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}

.reflita .subText {
  color: #ffff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 40px;
}

.reflita .btnReflita {
  margin-top: 74px;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 295px;
  height: 65px;
  padding: 1.2rem 3rem;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  font-family: "Gotham Medium";
  cursor: pointer;
}

.reflita .btnReflita.bgred {
  background-color: #d22828;
  color: #ffffff !important;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.reflita .btnReflita.bgred:hover {
  background-color: #9f0000;
}

@media only screen and (max-width: 568px) {
  .reflita .text {
    font-size: 1rem;
  }
  .reflita .subText {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    position: relative;
    top: -30px;
  }
}

.atendimento-comite-auditoria {
  background-color: #ebebeb;
  padding: 80px 0;
}

.atendimento-comite-auditoria .title-auditoria {
  font-size: 2.5rem;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 80px;
}

.atendimento-comite-auditoria
  .atendimento-comite-auditoria-container
  .texto-comite-auditoria {
  font-size: 1rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding-right: 40px;
}

.atendimento-comite-auditoria
  .atendimento-comite-auditoria-container
  .texto-comite-auditoria
  p {
  margin-bottom: 28px;
  line-height: 28px;
}

.atendimento-comite-auditoria
  .atendimento-comite-auditoria-container
  .form-container-comite-auditoria
  .subtitle-auditoria {
  font-size: 22px;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2rem !important;
  line-height: 1.45rem;
  letter-spacing: -0.4px;
}

.atendimento-comite-auditoria
  .atendimento-comite-auditoria-container
  .form-container-comite-auditoria
  .forms-comite-auditoria
  .auditoria-div-label
  label {
  font-size: 12px;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
  display: block;
  padding-right: 10px;
}

.atendimento-comite-auditoria
  .atendimento-comite-auditoria-container
  .form-container-comite-auditoria
  .forms-comite-auditoria
  textarea {
  height: 10rem;
  resize: none;
}

.mpeTestimonials {
  background-image: url("../img/mpe-testimonials_bg-x1.png");
  padding-top: 85px;
  padding-bottom: 100px;
}

.mpeTestimonials .title {
  font-family: "Gotham Light";
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.mpeTestimonials .text {
  margin: 0;
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: inherit;
  color: #4b4f54;
}

.mpeTestimonials .boldRed {
  font-family: "Gotham Medium";
  color: #d22828;
}

.mpeTestimonials .imgRound {
  vertical-align: middle;
  height: 255px;
  width: 255px;
  border-radius: 50%;
}

.mpeTestimonials .line {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
}

.mpeTestimonials .sideImg {
  flex-grow: 0;
  padding-right: 60px;
  align-self: center;
}

.mpeTestimonials .centerText {
  flex: 1;
  flex-grow: 1;
  padding-right: 80px;
  align-self: center;
  min-height: 278px;
  max-width: 400px;
  border-right: 1px solid #d22828;
  text-align: left;
}

.mpeTestimonials .sideText {
  align-self: center;
  padding-left: 45px;
  text-align: left;
}

@media (max-width: 1199.98px) {
  .mpeTestimonials .line {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .mpeTestimonials .sideImg {
    padding: 30px 0 0 0;
    margin: auto;
    align-self: stretch;
  }
  .mpeTestimonials .centerText {
    padding: 20px 0;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid #d22828;
    align-self: stretch;
    text-align: center;
    min-height: auto;
    max-width: inherit;
  }
  .mpeTestimonials .sideText {
    padding: 20px 0 0 0;
    margin: 0;
    align-self: stretch;
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  .mpeTestimonials .title {
    font-size: 1.5rem;
  }
  .mpeTestimonials .line {
    margin-top: 35px;
  }
  .mpeTestimonials .line:first-of-type {
    margin-top: 15px;
  }
}

.cta-imagem-bg {
  background-color: #808991;
  min-height: 400px;
  position: relative;
}

.cta-imagem-bg::before {
  content: "";
  background-repeat: no-repeat;
  background-position: -270px 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
}

.cta-imagem-bg .container {
  padding: 0 !important;
}

.cta-imagem-bg .content {
  font-size: 1em;
  color: #ebebeb;
  line-height: 1.4em;
  font-family: "Gotham Light";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  min-height: 400px;
  background-color: rgba(128, 137, 145, 0.79);
  z-index: 3;
  padding-left: 20px !important;
  padding-right: 100px !important;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-left: 80px;
}

.cta-imagem-bg .content .text {
  font-size: 1.18rem;
  color: white;
  line-height: 1.4em;
  font-family: "Gotham Light";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  max-width: 540px;
  padding-bottom: 0px;
}

.cta-imagem-bg .content .text-small {
  font-size: 1rem;
  margin-bottom: 2rem;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 3rem;
}

.cta-imagem-bg .content .button {
  margin: 32px auto;
  white-space: nowrap;
}

.cta-imagem-bg.img-right::before {
  content: "";
  background-position: 100% 0;
}

.cta-imagem-bg.img-right .content {
  padding-left: 80px !important;
  padding-right: 40px !important;
  padding-bottom: 80px;
  margin-right: 0px;
  margin-left: 0px;
}

.cta-imagem-bg .btns-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.cta-imagem-bg .btns-container p {
  margin-bottom: 0px;
}

.cta-imagem-bg .btns-container button,
.cta-imagem-bg .btns-container .btn-cta {
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
  margin: 14px;
  min-width: 180px;
  white-space: nowrap;
}

.cta-imagem-bg .or {
  font-family: "Gotham Bold";
  color: #4b4f54;
  font-size: 0.8rem;
  margin: 0 10px;
}

.cta-imagem-bg.mge-cta-manager .content {
  height: fit-content;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .cta-imagem-bg.mge-cta-manager .content {
    height: fit-content;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .cta-imagem-bg {
    display: block;
    min-height: auto;
  }
  .cta-imagem-bg .row > div {
    padding: 0;
  }
  .cta-imagem-bg .blank {
    display: none;
  }
  .cta-imagem-bg.img-right .content,
  .cta-imagem-bg .content {
    width: 100%;
    padding: 5% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-imagem-bg.img-right .content .btns-container,
  .cta-imagem-bg .content .btns-container {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .cta-imagem-bg.img-right .content .btns-container p,
  .cta-imagem-bg .content .btns-container p {
    margin-bottom: 0px;
  }
  .cta-imagem-bg.img-right .content .btns-container button,
  .cta-imagem-bg.img-right .content .btns-container .btn-cta,
  .cta-imagem-bg .content .btns-container button,
  .cta-imagem-bg .content .btns-container .btn-cta {
    cursor: pointer;
    display: inline-grid;
    padding: 15px 10px;
    margin: 14px 0;
    min-width: 180px;
    white-space: nowrap;
    text-align: center;
  }
  .cta-imagem-bg .content {
    background-image: linear-gradient(
      rgba(142, 142, 142, 0.5),
      rgba(142, 142, 142, 0.35)
    );
    position: relative;
    top: 0;
    left: 0;
    min-height: 100%;
  }
  .cta-imagem-bg .button {
    width: 90%;
    margin-left: 5%;
    white-space: normal !important;
  }
  .cta-imagem-bg .content .text {
    padding: 0;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .cta-imagem-bg .content .btn-red {
    display: inline-block;
    height: 100%;
  }
  .mge-cta-manager.cta-imagem-bg {
    min-height: 100%;
    background-position: 10%;
  }
}

@media (max-width: 560px) {
  .cta-imagem-bg::before {
    background-position: 50% 0;
  }
  .cta-imagem-bg.img-right::before {
    background-position: 50% 0;
  }
  .cta-imagem-bg .container {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

/* .mge-cta-manager::before {
    background-image: url("../img/mge/bgmg-fale-com-gerente.jpg")
} */

.mge-cta-manager .content {
  padding-top: 80px;
  padding-bottom: 20px;
}

.mge-cta-manager .content .content .text {
  font-size: 1.3rem !important;
}

.mge-success-company {
  padding: 80px 0;
  clear: both;
}

.mge-success-company .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 77px;
}

.mge-success-company .item .content {
  width: 42%;
}

.mge-success-company .item .content .title {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: left;
  color: #455560;
  margin-bottom: 30px;
}

.mge-success-company .item .content .title > .strong {
  font-family: "Gotham Black";
}

.mge-success-company .item .content .title > .underline {
  text-decoration: none;
  border-bottom: 1px solid #455560;
}

.mge-success-company .item .content .text {
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #455560;
}

.mge-success-company .item .content .btn-red {
  display: inline-block;
  margin-top: 14px;
  text-align: center;
  padding: 0.5rem 1rem;
  height: auto !important;
}

.mge-success-company .item .image {
  width: 51%;
}

.mge-success-company .item .image > img {
  border-radius: 10px;
}

.mge-success-company .item .image-xs {
  display: none;
}

@media (max-width: 768px) {
  .mge-success-company {
    padding: 80px 20px 0 20px;
  }
  .mge-success-company .item {
    display: block;
  }
  .mge-success-company .item h3.title {
    font-size: 1.5rem !important;
  }
  .mge-success-company .item .content {
    width: 100%;
  }
  .mge-success-company .item .image {
    width: 100%;
    margin-bottom: 30px;
  }
  .mge-success-company .item .image-sm {
    display: none;
  }
  .mge-success-company .item .image-xs {
    display: block;
  }
}

.banner .container-fluid {
  padding: 0px 0px !important;
}

@media (max-width: 1199px) {
  .banner {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .banner {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .banner {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .banner {
    max-width: 100%;
    height: auto;
  }
}

#mgeDoc .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

#mgeDoc .accordion .content {
  width: auto;
}

.grey-title {
  font-family: Gotham Book;
  margin-bottom: 5rem;
}

.accordion {
  padding: 0;
}

.accordion .acc-item {
  cursor: pointer;
  position: relative;
  background-color: #ebebeb;
  margin-bottom: 0.5rem;
  padding: 24px 40px;
}

.accordion .acc-item .icon {
  position: absolute;
  top: 20px;
  right: 16px;
}

.accordion .acc-item .sec-title {
  font-family: "Gotham Bold";
  text-align: left;
  font-size: 1.063rem;
  color: #676c73;
  margin-bottom: 0;
  margin-right: 4rem;
}

.accordion .acc-item .content {
  display: none;
  margin-top: 1rem;
  margin-right: 4rem;
}

.accordion .acc-item .content .downlink {
  font-size: 1.063rem;
  color: #676c73;
  line-height: 1.6em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
}

.content.accordion .acc-item p {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: justify;
  text-decoration: none;
  font-family: "Gotham Book";
}

.accordion .acc-item.active .sec-title {
  color: #d22828;
}

.accordion .acc-item.active .content {
  display: block;
}

.accordion .acc-item:first-child {
  border-radius: 10px 10px 0 0;
}

.accordion .acc-item:last-child {
  border-radius: 0 0 10px 10px;
}

.accordion.acc-white .acc-item {
  background-color: white;
}

@media (max-width: 767px) {
  .accordion .acc-item .content {
    margin-right: 0;
  }
  .accordion .acc-item .content > img {
    float: left;
  }
}

.vejaComo {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding: 77px;
}

.vejaComo .grey-title-thin {
  font-size: 40px;
  color: #676c73;
  line-height: 1.25em;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.8px;
  padding-bottom: 1rem;
}

.vejaComo .small-title-thin {
  font-size: 22px;
  color: #676c73;
  line-height: 1.45em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding-bottom: 1rem;
  text-align: center;
}

.mpeInfographic {
  display: block;
  position: relative;
  clear: both;
  padding: 5rem 0;
  width: 100%;
}

.mpeInfographic .title {
  font-family: "Gotham Light";
  font-size: 2.5rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.mpeInfographic .txt {
  font-family: "Gotham Book";
  font-size: 1.125em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4b4f54;
  margin-top: 40px;
}

.mpeInfographic .image {
  padding-top: 4.625rem;
}

.mpeInfographic .infographic {
  width: 100%;
  height: auto;
  margin: 3rem 0 0;
  padding: 0;
}

.mpeInfographic .infographic .step {
  width: 550px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}

.mpeInfographic .infographic .step.right:after {
  content: "";
  position: absolute;
  top: 60px;
  right: -70px;
  background-image: url("../img/arow-green-right.svg");
  width: 60px;
  height: 45px;
}

.mpeInfographic .infographic .step.right .info .title .number {
  margin-left: 1rem;
}

.mpeInfographic .infographic .step.left:last-child:before {
  display: none;
}

.mpeInfographic .infographic .step.left:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -70px;
  background-image: url("../img/arow-green-left.svg");
  width: 60px;
  height: 45px;
}

.mpeInfographic .infographic .step.left .info .title .number {
  margin-right: 16px;
}

.mpeInfographic .infographic .step .info {
  float: left;
  width: 70%;
}

.mpeInfographic .infographic .step .info .title {
  font-family: "Gotham Book";
  font-size: 2rem;
  color: #676c73;
}

.mpeInfographic .infographic .step .info .title .number {
  color: #d22828;
  font-size: 3rem;
}

.mpeInfographic .infographic .step .info .txt {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

.mpeInfographic .infographic .step .info .txt .txt-bold {
  font-family: "Gotham Medium";
}

.mpeInfographic .infographic .step .info .txt .link {
  text-decoration: underline;
}

.mpeInfographic .infographic .step .info .txt .link:hover {
  color: #3998b5;
}

.mpeInfographic .infographic .step .icon {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #ebebeb;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.mpeInfographic .infographic .step .icon .img-icon {
  width: 80px;
  height: 80px;
}

.mpeInfographic .infographic.mobile .step.right::before {
  display: none;
  background: none;
}

.mpeInfographic .infographic.mobile .step.left::before {
  display: none;
  background: none;
}

.mpeInfographic .clear-fix {
  clear: both;
}

@media (max-width: 767px) {
  .mpeInfographic .title {
    font-size: 2rem;
  }
  .mpeInfographic .infographic .step {
    width: 100%;
    margin-bottom: 30px;
  }
  .mpeInfographic .infographic .step .info .title .number {
    font-size: 2rem;
    text-align: right;
    float: left;
    min-height: 80px;
    padding-top: 22px;
    padding-left: 8px;
  }
  .mpeInfographic .infographic .step .info .txt {
    font-size: 0.7rem;
    margin-left: 50px;
  }
  .mpeInfographic .infographic .step .icon {
    width: 80px;
    height: 80px;
  }
  .mpeInfographic .infographic .step .icon .img-icon {
    width: 40px;
    height: 40px;
  }
}

#produtosCredito {
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  padding: 80px 0;
}

#produtosCredito .grey-title-thin {
  margin-bottom: 80px;
  font-family: Gotham Light;
  font-size: 2.5rem;
}

#produtosCredito .infografico {
  width: 100%;
  border-radius: 10px;
}

#produtosCredito span.desc {
  display: inline-block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.6rem;
  color: #676c73;
  line-height: 1.6;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#produtosCredito .btns-container {
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

#produtosCredito .btns-container .button,
#produtosCredito .btns-container .btn-cta {
  cursor: pointer;
  display: inline-grid;
}

@media only screen and (max-width: 568px) {
  #produtosCredito .grey-title-thin {
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: left;
  }
  #produtosCredito p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  #produtosCredito .btns-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: center;
  }
  #produtosCredito .btns-container p {
    margin-bottom: 0px;
  }
  #produtosCredito .btns-container button,
  #produtosCredito .btns-container .btn-cta {
    cursor: pointer;
    display: inline-grid;
    padding: 15px 10px;
    margin: 14px 0;
    min-width: 180px;
    max-width: 300px;
    white-space: nowrap;
    text-align: center;
  }
}

.custom-credit {
  padding: 5rem 0;
  background-color: #dfdcdc;
  display: block;
  box-sizing: content-box;
  position: relative;
}

.custom-credit .title {
  margin-bottom: 53px;
  font-size: 40px;
  font-family: "Gotham Light";
}

.custom-credit .textBold {
  font-family: "Gotham Bold";
}

.custom-credit .textMedium {
  font-family: "Gotham Medium";
}

.custom-credit .textUnderlined {
  text-decoration: underline;
}

.custom-credit .text {
  padding-left: 68px;
  padding-right: 68px;
  padding-bottom: 76px;
  font-family: "Gotham Light";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #4b4f54;
}

.custom-credit .box {
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  height: 531px;
  margin: 0 30px;
}

.custom-credit .cardCredPersonalizado {
  height: auto;
  width: 30%;
  margin: 10px 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: solid 1px #ebebeb;
  flex-direction: column;
  padding: 0 34px;
  align-items: center;
  margin-bottom: 30px;
  flex-grow: 1;
}

.custom-credit .cardCredPersonalizado .matchCredits {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #00a8b0;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .custom-credit .cardCredPersonalizado .matchCredits {
    font-size: 1.2rem;
    margin: 0;
  }
}

.custom-credit .cardCredPersonalizado .businessExclusive {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #a4899f;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .custom-credit .cardCredPersonalizado .businessExclusive {
    font-size: 1.2rem;
    margin: 0;
  }
}

.custom-credit .cardCredPersonalizado .differentiatedGuarantees {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #ffb838;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .custom-credit .cardCredPersonalizado .differentiatedGuarantees {
    font-size: 1.2rem;
    margin: 0;
  }
}

.custom-credit .cardCredPersonalizado .sideText {
  font-family: "Gotham Light";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  padding: 25px;
}

.custom-credit .cardCredPersonalizado .imgDisplayed {
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}

.custom-credit .cardsFlex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  flex-direction: row;
  align-items: stretch;
}

.custom-credit .itens {
  margin-bottom: 3.75rem;
}

@media (max-width: 1199px) {
  .custom-credit {
    padding-top: 97px;
    width: 100%;
    background-color: #dfdcdc;
    display: block;
    box-sizing: content-box;
    position: relative;
  }
  .custom-credit h4 {
    font-size: 2rem !important;
  }
}

@media (max-width: 991px) {
  .custom-credit {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .custom-credit .text {
    padding-left: 0;
    padding-right: 0;
    font-family: "Gotham Light";
    font-size: 0.9rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #4b4f54;
  }
  .custom-credit .cardCredPersonalizado {
    padding: 0 20px 20px 20px;
    height: auto;
    width: 100%;
    margin: 5px 0;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    margin-bottom: 30px;
    flex-grow: 1;
  }
  .custom-credit .cardCredPersonalizado .imgDisplayed {
    margin-bottom: 0;
  }
  .custom-credit .cardCredPersonalizado .textoInterno {
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
  }
  .custom-credit .title {
    padding: 0 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-family: "Gotham Light";
    text-align: left;
  }
  .custom-credit .text {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .custom-credit {
    width: auto;
    background-color: #dfdcdc;
    display: block;
    box-sizing: content-box;
    position: relative;
  }
  .custom-credit .text {
    padding: 0px 0px;
  }
  .custom-credit .cardCredPersonalizado .cardsFlex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

#innovationDoubts {
  padding: 5rem 0;
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
}

.mpe-your-company::before {
  background-image: url("../img/mpe/bdmg-sua-empresa.jpg");
  background-position: -80px 0px;
}

.mpe-if-your-company::before {
  background-image: url("../img/mpe/bdmg-se-sua-empresa.jpg");
}

.mpe-if-your-company .btns-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.mpe-if-your-company .btns-container p {
  margin-bottom: 0px;
}

.mpe-if-your-company .btns-container button,
.mpe-if-your-company .btns-container .btn-cta {
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
  margin: 14px;
  min-width: 180px;
  white-space: nowrap;
}

.mpe-if-your-company .or {
  font-family: "Gotham Bold";
  color: #4b4f54;
  font-size: 0.8rem;
  margin: 0 10px;
}

@media (min-width: 1200px) {
  .mpe-if-your-company .content {
    background: transparent;
  }
}

#fips {
  width: 100%;
  padding: 77px;
}

#fips .title {
  font-size: 2.5rem;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2rem;
}

#fips .title-thin {
  font-size: 2.5rem;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5rem;
}

#fips .box {
  background-color: #f7f7f7;
  width: 98%;
  height: 100%;
  margin-left: 1%;
  padding: 2rem;
  border-radius: 10px;
}

#fips .box-title {
  font-size: 1.5rem;
  color: #3998b5;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  margin-bottom: 2rem;
}

#fips .box-text {
  font-size: 1rem;
  font-family: "Gotham Book";
  line-height: 1.75rem;
}

#fips .box-text > .more {
  font-family: Gotham Bold !important;
  display: block;
  margin-top: 2rem;
}

#fips .thin-info {
  font-size: 1.625rem;
  color: #676c73;
  line-height: 2;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  display: block;
  margin-top: 5rem;
}

#fips .logo-container {
  margin-top: 5rem;
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}

#fips .logo-container > .logo {
  display: block;
  max-width: 240px;
  max-height: 120px;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  #fips {
    padding: 40px 0 !important;
  }
  #fips .title {
    font-size: 2rem;
    margin: 10px 0;
  }
  #fips .title-thin {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
  }
  #fips .thin-info {
    margin: 10px 0;
    font-size: 1rem;
  }
  #fips .logo-container {
    margin: 0;
    width: 100%;
  }
  #fips .logo-container .logo {
    max-width: 160px;
    max-height: 80px;
  }
}

@media (max-width: 880px) {
  #fips {
    width: 100%;
    padding: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    box-sizing: border-box;
  }
  #fips .container {
    box-sizing: border-box;
  }
  #fips .box,
  #fips .thin-info {
    width: 98%;
    margin-left: 1%;
  }
  #fips .box {
    padding: 10px;
  }
  #fips .col-sm-12 {
    margin-bottom: 32px;
  }
  #fips .box-title {
    margin-bottom: 16px;
  }
}

#quizHowBDMG {
  padding: 40px 0;
  margin-bottom: 40px;
  clear: both;
}

#quizHowBDMG .title {
  font-size: 2.5rem;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 40px;
}

#quizHowBDMG .sub-grey {
  font-size: 1.375rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 96px;
}

#quizHowBDMG .mic-cont {
  max-width: 18rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

#quizHowBDMG .mic-cont .icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#quizHowBDMG .mic-cont .cont-title {
  font-size: 1.875rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  min-height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#quizHowBDMG .mic-cont a.cont-link {
  width: 100% !important;
  text-decoration: underline;
  text-align: center !important;
}

#quizHowBDMG .mic-cont .cont-text {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2rem;
}

#quizHowBDMG .mic-cont .icon {
  width: 109px;
  height: 109px;
  margin-bottom: 30px;
}

.quiz-testimonials-videos {
  padding-bottom: 70px;
}

.quiz-testimonials-videos.bg-pattern {
  background-color: #dfdcdc;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
}

.quiz-testimonials-videos .quiz-testimonials-videos-container {
  width: 100%;
  height: 650px;
  background: url("../img/quiz-testimonials-videos-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  object-fit: contain;
}

.quiz-testimonials-videos
  .quiz-testimonials-videos-container
  .quiz-testimonials-videos-text {
  position: absolute;
  top: 94px;
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: column;
  text-align: center;
  color: #ebebeb;
}

.quiz-testimonials-videos
  .quiz-testimonials-videos-container
  .quiz-testimonials-videos-text
  .quiz-testimonials-video-quote {
  font-family: "Gotham Light";
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 1.28;
  letter-spacing: -0.7px;
  margin: 0;
}

.quiz-testimonials-videos
  .quiz-testimonials-videos-container
  .quiz-testimonials-videos-text
  .quiz-testimonials-video-divider {
  width: 65px;
  height: 1px;
  object-fit: contain;
  background-color: #ebebeb;
  margin: 30px 0;
}

.quiz-testimonials-videos
  .quiz-testimonials-videos-container
  .quiz-testimonials-videos-text
  .quiz-testimonials-video-signature {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.3px;
  text-align: center;
}

.quiz-testimonials-videos
  .quiz-testimonials-videos-container
  .quiz-testimonials-videos-text
  .quiz-testimonials-video-signature
  .name {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.quiz-testimonials-videos
  .quiz-testimonials-videos-container
  .quiz-testimonials-videos-text
  .quiz-testimonials-video-signature
  .office {
  padding: 0;
  margin: 0;
}

.quiz-testimonials-videos .quiz-testimonials-video {
  margin-top: -130px;
  object-fit: contain;
}

.quiz-testimonials-videos .quiz-testimonials-video iframe {
  border: 0.2rem solid #ebebeb;
  width: 280px;
}

.request-credit.bg-pattern {
  background-color: #dfdcdc;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
}

@media (max-width: 768px) {
  .request-credit .subtitle {
    font-size: 2rem !important;
    width: 100%;
  }
}

.count-on {
  clear: both;
  width: 100%;
  padding: 77px;
  background-color: #dfdcdc;
  display: block;
  position: relative;
  clear: both;
}

.count-on .title {
  padding: 0 76px;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  font-family: "Gotham Light";
}

.count-on .textBold {
  font-family: "Gotham Bold";
}

.count-on .textMedium {
  font-family: "Gotham Medium";
}

.count-on .textUnderlined {
  text-decoration: underline;
}

.count-on .text {
  text-align: center;
  font-family: "Gotham Book";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  color: #4b4f54;
}

.count-on .box {
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  height: 531px;
  margin: 0 30px;
}

.count-on .cardInvestimento {
  height: auto;
  width: 30%;
  margin: 10px 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: solid 1px #ebebeb;
  flex-direction: column;
  padding: 0 34px;
  align-items: center;
  margin-bottom: 30px;
  flex-grow: 1;
}

.count-on .cardInvestimento .expansionModernization {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #4cc1a1;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .count-on .cardInvestimento .expansionModernization {
    font-size: 1.2rem;
    margin: 0;
  }
}

.count-on .cardInvestimento .workingCapital {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #706e9a;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .count-on .cardInvestimento .workingCapital {
    font-size: 1.2rem;
    margin: 0;
  }
}

.count-on .cardInvestimento .PurchaseEquipment {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #ff8450;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .count-on .cardInvestimento .PurchaseEquipment {
    font-size: 1.2rem;
    margin: 0;
  }
}

.count-on .cardInvestimento .exportImport {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #3998b5;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .count-on .cardInvestimento .exportImport {
    font-size: 1.2rem;
    margin: 0;
  }
}

.count-on .cardInvestimento .researchDevelopment {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #bd4f5c;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .count-on .cardInvestimento .researchDevelopment {
    font-size: 1.2rem;
    margin: 0;
  }
}

.count-on .cardInvestimento .innovation {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #00a8b0;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .count-on .cardInvestimento .innovation {
    font-size: 1.2rem;
    margin: 0;
  }
}

.count-on .cardInvestimento .textoInterno {
  font-family: "Gotham Light";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  padding: 25px;
}

.count-on .cardInvestimento .imgDisplayed {
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}

.count-on .cardsFlex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  flex-direction: row;
  align-items: stretch;
}

.count-on .itens {
  margin-bottom: 3.75rem;
}

@media (max-width: 1199px) {
  .count-on {
    padding-top: 97px;
    width: 100%;
    background-color: #dfdcdc;
    display: block;
    position: relative;
  }
  .count-on .cardInvestimento {
    height: auto;
    width: auto;
    padding: 0 0px;
    margin-bottom: 30px;
    flex-grow: 1;
  }
}

@media (max-width: 991px) {
  .count-on .cardInvestimento {
    height: auto;
    width: auto;
    margin: 10px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    flex-direction: column;
    padding: 0 0px;
    align-items: center;
    margin-bottom: 30px;
    flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .count-on {
    padding: 20px 0;
  }
  .count-on .cardInvestimento {
    height: auto;
    width: auto;
    margin: 10px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    flex-direction: column;
    padding: 0 0px;
    align-items: center;
    margin-bottom: 30px;
    flex-grow: 1;
  }
  .count-on .title {
    margin: 0;
    margin-bottom: 53px;
    font-size: 1.5rem;
    font-family: "Gotham Light";
    width: 90%;
    margin-left: 5%;
    display: block;
  }
  .count-on .cardInvestimento {
    height: auto;
    width: auto;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    flex-direction: column;
    padding: 0 0;
    align-items: center;
    width: calc(50% - 10px);
    margin: 15px 5px;
    flex-grow: 1;
  }
  .count-on .cardInvestimento .textoInterno {
    font-family: "Gotham Light";
    font-size: 0.8rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: #676c73;
    padding: 0;
    margin: 20px;
    display: block;
  }
  .count-on .cardInvestimento .imgDisplayed {
    height: 80px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .count-on {
    padding-top: 20px;
    width: 100%;
    background-color: #dfdcdc;
    display: block;
    position: relative;
  }
  .count-on .title {
    padding: 0 0;
  }
}

.quiz-find-credit {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  margin: 0;
  background-color: #808991;
  position: relative;
  overflow: hidden;
}

.quiz-find-credit .bg-logo {
  background-image: url("../img/bg-capital.svg");
  background-size: cover;
  height: 700px;
  width: 700px;
  margin: 0;
  position: absolute;
  left: -100px;
  bottom: 0;
  opacity: 0.3;
}

.quiz-find-credit .formulario {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0rem;
}

.quiz-find-credit .formulario .form-control.inline {
  margin-bottom: 1rem;
}

.quiz-find-credit .title {
  font-size: 1.5rem;
  color: #ebebeb;
  line-height: 1.6;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}

.quiz-find-credit .question {
  font-size: 1.2rem;
  color: #ebebeb;
  line-height: 1.6;
  font-family: "Gotham Light";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-style: italic;
}

.quiz-find-credit .quiz-question {
  display: none;
}

.quiz-find-credit label {
  font-size: 1rem;
  color: #ebebeb;
  line-height: 1.6;
  font-family: "Gotham Light";
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  display: list-item;
}

.quiz-find-credit .quiz-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 4px;
}

.quiz-find-credit .quiz-label:hover {
  border-bottom: 1px dotted #ebebeb;
  margin-bottom: 11px;
  color: #fff;
}

.quiz-find-credit .quiz-label:hover input ~ .checkmark {
  background-color: #ebebeb;
}

.quiz-find-credit .quiz-label:last-child {
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.quiz-find-credit .quiz-label:last-child:hover {
  padding-bottom: 5px;
  margin-bottom: 19px;
}

.quiz-find-credit .quiz-label input {
  position: absolute;
  opacity: 0;
}

.quiz-find-credit .quiz-label input:checked ~ .checkmark {
  display: block;
}

.quiz-find-credit .quiz-label input:checked ~ .checkmark:after {
  display: block;
}

.quiz-find-credit .quiz-label .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.quiz-find-credit .quiz-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d22828;
}

.quiz-find-credit .btns-container {
  margin-top: 30px;
}

.quiz-find-credit .btns-container .btns-container-prev button {
  margin-top: 20px;
}

.quiz-item {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#questionDisplay {
  font-size: 1.375rem;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  .quiz-find-credit {
    padding: 2.5rem 0;
  }
  .quiz-find-credit .formulario {
    margin-top: 0rem;
  }
  .quiz-find-credit .subtitle {
    font-size: 2rem;
  }
  .quiz-find-credit .lead {
    font-size: 1.2rem;
  }
}

#quizDocs {
  width: 100%;
  padding: 77px;
}

#quizDocs .big-title-grey {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #quizDocs {
    padding: 0;
  }
  #quizDocs .big-title-grey {
    margin: 20px 0;
  }
}

.right-credit {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  margin: 0;
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  clear: both;
}

.right-credit .button {
  display: inline-block;
}

.right-credit .title {
  font-family: "Gotham Bold";
  font-size: 2.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4e5156;
}

.right-credit .credit-itens {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.right-credit .credit-itens .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem 0.5rem;
  text-align: center;
  width: 255px;
  height: 231px;
  margin-bottom: 1.5rem;
}

.right-credit .credit-itens .item .icon {
  height: 90px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
}

.right-credit .credit-itens .item .txt {
  font-family: "Gotham Book";
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #676c73;
}

@media (max-width: 767px) {
  .right-credit {
    padding: 20px 0;
  }
  .right-credit .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .right-credit .credit-itens {
    margin-top: 0;
    justify-content: space-between;
  }
  .right-credit .credit-itens .item {
    padding: 10px 5px 0 5px !important;
    width: calc(50% - 10px);
    height: 170px;
    margin: 5px;
  }
  .right-credit .credit-itens .item p.txt {
    display: block;
    margin-top: 0;
    font-size: 0.8rem;
  }
  .right-credit .credit-itens .item img.icon {
    height: 70px;
    margin: 8px auto !important;
    transform: translateX(10%);
  }
  .right-credit .button {
    margin-bottom: 20px;
    white-space: wrap !important;
    min-width: 220px;
  }
}

@media (max-width: 504px) {
  .right-credit .credit-itens {
    justify-content: center;
  }
}

.agro-video-wraper {
  margin-bottom: 70px;
}

.agro-video-wraper .agro-video {
  width: 100%;
  height: 650px;
  background: url("../img/agro-testimonials-videos-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
  object-fit: contain;
}

.agro-video-wraper .agro-video .agro-video-text {
  position: absolute;
  top: 94px;
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: column;
  text-align: center;
  color: #ebebeb;
}

.agro-video-wraper .agro-video .agro-video-text .agro-video-quote {
  font-family: "Gotham Light";
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 1.28;
  letter-spacing: -0.7px;
  margin: 0;
}

.agro-video-wraper .agro-video .agro-video-text .agro-video-divider {
  width: 65px;
  height: 1px;
  object-fit: contain;
  background-color: #ebebeb;
  margin: 30px 0;
}

.agro-video-wraper .agro-video .agro-video-text .agro-video-signature {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.3px;
  text-align: center;
}

.agro-video-wraper .agro-video .agro-video-text .agro-video-signature .name {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.agro-video-wraper .agro-video .agro-video-text .agro-video-signature .office {
  padding: 0;
  margin: 0;
}

.agro-video-wraper .agro-video-videos {
  margin-top: -130px;
  object-fit: contain;
}

.agro-video-wraper .agro-video-videos iframe {
  border: 0.2rem solid #ebebeb;
  width: 350px;
  height: 198px;
}

.agro-video-wraper .agro-video-videos .text-center {
  padding-top: 60px;
}

@media (max-width: 380px) {
  .agro-video-wraper .agro-video-videos iframe {
    width: 280px;
    height: auto;
  }
}

.greenIntro {
  padding-top: 5.25rem;
  padding-bottom: 8.4375rem;
}

.greenIntro .flexItens {
  display: flex;
  flex-flow: row;
  width: 80%;
  margin: 0 auto;
}

.greenIntro .flexItens .itemImg {
  height: 250px;
  margin-right: 2rem;
}

.greenIntro .flexItens .itemText {
  padding-top: 1rem;
  text-align: left;
}

.greenIntro .flexItens .itemText .textSpan {
  font-family: "Gotham Medium";
  font-weight: 500;
}

.greenIntro .flexItens .itemText .text {
  font-family: "Gotham Light";
  text-align: inherit;
  font-size: 1.875rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.6px;
  margin: 0;
}

.greenIntro .flexItens .itemText .subText {
  padding-top: 2.8125rem;
  font-family: "Gotham Book";
  text-align: inherit;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  margin: 0;
}

@media (max-width: 768.98px) {
  .greenIntro .flexItens {
    flex-flow: column;
  }
  .greenIntro .flexItens .itemImg {
    margin: 0 auto;
  }
  .greenIntro .flexItens .itemText {
    text-align: center;
    padding-top: 2rem;
  }
}

@media (max-width: 993.98px) {
  .greenIntro .flexItens {
    width: 100%;
  }
}

.know-more {
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0;
}

.know-more .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #4b4f54;
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 858px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.know-more .box-white {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 2rem;
}

.know-more .box-white .subtitle {
  font-size: 1.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 1.375rem;
  padding: 0;
}

.know-more .box-white .txt {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

.know-more .box-white .list-itens {
  list-style: none;
  padding: 0;
  margin: 0;
}

.know-more .box-white .list-itens .item .link {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3998b5;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .know-more {
    padding: 3rem 0;
  }
  .know-more .subtitle {
    font-size: 2rem;
  }
  .know-more .box-white .subtitle {
    font-size: 1.2rem;
  }
  .know-more .box-white .txt {
    font-size: 1rem;
  }
  .know-more .box-white .list-itens .item .link {
    font-size: 1rem;
  }
}

.greenInfographic {
  display: block;
  position: relative;
  clear: both;
  padding: 5rem 0;
  width: 100%;
}

.greenInfographic .title {
  font-family: "Gotham Light";
  font-size: 2.5rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.greenInfographic .image {
  padding-top: 4.625rem;
}

.greenInfographic .infographic {
  width: 100%;
  height: auto;
  margin: 3rem 0 0;
  padding: 0;
}

.greenInfographic .infographic .step {
  width: 550px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}

.greenInfographic .infographic .step.right:after {
  content: "";
  position: absolute;
  top: 60px;
  right: -70px;
  background-image: url("../img/arow-grey-right.svg");
  width: 60px;
  height: 45px;
}

.greenInfographic .infographic .step.right .info .title .number {
  margin-left: 1rem;
}

.greenInfographic .infographic .step.left:last-child:before {
  display: none;
}

.greenInfographic .infographic .step.left:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -70px;
  background-image: url("../img/arow-grey-left.svg");
  width: 60px;
  height: 45px;
}

.greenInfographic .infographic .step.left .info .title .number {
  margin-right: 1rem;
}

.greenInfographic .infographic .step .info {
  float: left;
  width: 70%;
}

.greenInfographic .infographic .step .info .title {
  font-family: "Gotham Book";
  font-size: 2rem;
  color: #676c73;
}

.greenInfographic .infographic .step .info .title .number {
  color: #d22828;
  font-size: 3rem;
}

.greenInfographic .infographic .step .info .txt {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

.greenInfographic .infographic .step .info .txt .txt-bold {
  font-family: "Gotham Medium";
}

.greenInfographic .infographic .step .info .txt .link {
  text-decoration: underline;
}

.greenInfographic .infographic .step .info .txt .link:hover {
  color: #3998b5;
}

.greenInfographic .infographic .step .info .txt.txt-small {
  font-size: 0.85rem;
  line-height: 1.2;
  margin-top: 0.3rem;
}

.greenInfographic .infographic .step .icon {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #ebebeb;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.greenInfographic .infographic .step .icon .img-icon {
  width: 80px;
  height: 80px;
}

#greenConditions {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
}

.credit-left-text {
  padding: none;
  text-align: left;
  display: block;
  margin-right: 5rem;
}

.form-email {
  font-size: 1.625rem;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 36px;
  margin-top: 2rem;
  font-family: Gotham Light;
}

@media (max-width: 1201px) {
  .form-email {
    font-size: 21px;
    text-align: center;
  }
  .credit-left-text {
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 768px) {
  #relationshipInvestorForm .subtitle-giro-capital {
    font-size: 1.5rem !important;
    line-height: 1.4;
    text-align: left !important;
    margin-bottom: 20px !important;
  }
  #relationshipInvestorForm .credit-left-text {
    text-align: left;
    margin: 0;
  }
}

.dyn-edital .sub-title {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.dyn-edital .sub-text {
  margin-bottom: 2rem;
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.dyn-edital .docs li a {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.dyn-edital .docs li a:hover {
  color: #3998b5;
  text-decoration: underline;
}

.dyn-edital .docs {
  margin-bottom: 2rem;
}

.dyn-edital .detail {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book Italic;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.acc-edital .acc-item {
  padding: 2rem;
  padding-left: 5rem;
}

.acc-edital .acc-item .sec-title {
  font-size: 1.5rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.acc-edital .acc-item .icon {
  margin-top: 1rem;
}

#editalDinamico {
  padding: 0;
  margin-right: 0;
}

#editalDinamico .acc-item {
  cursor: initial;
}

#editalDinamico .acc-item > h3 {
  cursor: pointer;
}

#editalDinamico .infos {
  list-style-type: disc;
}

#editalDinamico .infos li {
  padding-left: none !important;
  padding-bottom: 1rem;
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

#editalDinamico button,
#editalDinamico .btn-red-fld {
  display: inline-block !important;
  padding: 1rem 4rem;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
}

#editalDinamico .ctas {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  #editalDinamico {
    padding: 0px;
  }
  .acc-edital .acc-item {
    padding: 0.5rem;
    padding-left: 1rem;
  }
  .acc-edital .acc-item .icon {
    width: 30px;
    height: 30px;
    margin-top: -2px;
    right: 0px;
  }
}

.public-financing-rio-doce .financing-rio-doce {
  display: flex;
  background-color: #ebebeb;
  padding: 40px 80px;
}

.public-financing-rio-doce
  .financing-rio-doce
  .financing-rio-doce-content
  .text {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #4b4f54;
  padding: 0.5rem 1rem;
}

.public-financing-rio-doce
  .financing-rio-doce
  .financing-rio-doce-content
  .btn-red {
  display: inline-block;
  text-align: center;
  padding: 0.2rem;
  margin-top: 39px;
  margin-left: 16px;
  padding: 1rem 1rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.public-financing-rio-doce .financing-rio-doce .image img {
  width: 100%;
  max-width: 438px;
  max-height: 438px;
  border-radius: 10px;
}

.finan-rio-doce-tabs {
  padding: 40px 0;
}

.finan-rio-doce-tabs .tabs-top-red .tab-inner + .tab-inner a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .public-financing-rio-doce .financing-rio-doce {
    padding: 0;
    flex-flow: column wrap;
    margin-left: -5px;
  }
  .public-financing-rio-doce .financing-rio-doce .image img {
    display: block;
    width: 90% !important;
    margin: 20px auto;
  }
  .public-financing-rio-doce .financing-rio-doce .button {
    margin: 20px auto;
    width: 100%;
  }
  .finan-rio-doce-tabs {
    padding: 20px 0;
  }
}

.successBanner.banner-principal {
  height: auto;
  min-height: auto;
}

.successBanner .bannerBg {
  width: 100%;
  background: url("../img/success-banner_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 272px;
}

.finan-rio-doce-tabs .tabs-top-red {
  margin: 0;
  padding: 0 40px;
}

.finan-rio-doce-tabs .tabs-top-red .tab-inner {
  background-color: #f7f7f7;
  border-top-style: solid;
  border-color: #f7f7f7;
  border-radius: 15px 15px 0 0;
  padding: 15px 10px 10px 10px;
  margin-left: -4px;
}

.finan-rio-doce-tabs .tabs-top-red .tab-inner > a {
  color: #b4b9bd;
}

.finan-rio-doce-tabs .tabs-top-red .tab-inner.active {
  background-color: #ebebeb;
  border-top-color: #d22828;
}

.finan-rio-doce-tabs .tabs-top-red .tab-inner.active > a {
  color: #808991;
}

.finan-rio-doce-tabs .tabs-top-red .tab-inner + .tab-inner {
  margin-left: 4px;
  margin-right: -4px;
}

.finan-rio-doce-tabs .tabs-top-red .tab-inner + .tab-inner > a {
  vertical-align: -webkit-baseline-middle;
}

.finan-rio-doce-tabs .tabs-content {
  background-color: #ebebeb;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .finan-rio-doce-tabs {
    padding: 20px 0;
  }
  .finan-rio-doce-tabs ul.tabs-top-red {
    padding: 0;
    width: 100%;
  }
  .finan-rio-doce-tabs .tab-inner {
    padding: 0;
    margin-bottom: 0;
  }
  .finan-rio-doce-tabs .tab-inner.active {
    border-top: 5px solid #d22828;
    border-radius: 5px 5px 0 0;
  }
  .finan-rio-doce-tabs .tab-inner a {
    font-size: 0.8rem;
    font-family: Gotham Medium;
  }
  .finan-rio-doce-tabs .tabs-content {
    margin-top: 0 !important;
    border-radius: 0;
    margin-left: -4px !important;
    width: calc(100% + 4px) !important;
  }
}

.content-page {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.img-png,
.feedback-text {
  margin-top: 3rem;
}

.text-h1 {
  font-family: "Gotham Light";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.text-p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-top: 50px;
  color: #4b4f54;
}

.btn-margin {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (max-width: 1026px) {
  .text-h1 {
    font-size: 30px;
  }
}

.inovation-credit {
  width: 100%;
  height: auto;
  padding: 80px 0;
  margin: 0;
  position: relative;
  clear: both;
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
}

.inovation-credit .button {
  margin: 40px auto;
}

.inovation-credit .subtitle {
  color: #4b4f54;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Gotham Medium";
}

.inovation-credit .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 45px 0 62px 0;
  text-align: center;
  font-size: 1.375rem;
}

.inovation-credit .txt .txt-bold-ital {
  font-family: "Gotham Bold Italic";
}

.inovation-credit .chosen-container-single .chosen-single,
.inovation-credit .chosen-single,
.inovation-credit .chosen-drop {
  width: 300px;
}

.inovation-credit .chosen-container.chosen-container-single {
  width: 300px !important;
}

.inovation-credit
  .chosen-container.chosen-container-single.chosen-container-active {
  width: 300px !important;
}

.inovation-credit .itens-select {
  padding: 3rem 0;
  margin-top: 2.5rem;
}

.inovation-credit .itens-select .icon {
  width: 140px;
  height: 140px;
  display: inline-block;
}

.inovation-credit .itens-select .title {
  font-family: "Gotham Bold";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: -0.8px;
  text-align: left;
  display: inline-block;
  margin: 0;
  color: #4b4f54;
}

.inovation-credit .itens-select .box-white {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 2rem;
}

.inovation-credit .itens-select .box-white .subtitle {
  font-size: 1.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 1.375rem;
  padding: 0;
}

.inovation-credit .itens-select .box-white .txt {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

.inovation-credit .itens-select .box-white .list-itens {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.inovation-credit .itens-select .box-white .list-itens .item.link {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3998b5;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.inovation-credit .itens-select .box-white .list-itens .item:before {
  content: "";
  width: 21px;
  height: 15px;
  display: inline-block;
  margin-right: 0.5rem;
}

.inovation-credit
  .itens-select
  .box-white
  .list-itens
  .item.checkPurple:before {
  background-image: url("../img/mpe/check-purple.svg");
}

.inovation-credit .itens-select .box-white .list-itens .item.checkWine:before {
  background-image: url("../img/mpe/check-wine.svg");
}

.inovation-credit
  .itens-select
  .box-white
  .list-itens
  .item.checkOrange:before {
  background-image: url("../img/mpe/check-orange.svg");
}

.inovation-credit .itens-select .box-white .list-itens .item.checkBlue:before {
  background-image: url("../img/mpe/check-blue.svg");
}

.inovation-credit
  .itens-select
  .box-white
  .list-itens
  .item.checkYellow:before {
  background-image: url("../img/mpe/check-yellow.svg");
}

.inovation-credit .itens-select .box-white .list-itens .item.checkRose:before {
  background-image: url("../img/mpe/check-rose.svg");
}

.inovation-credit .itens-select .statistics {
  text-align: center;
  position: relative;
}

.inovation-credit .itens-select .statistics .title {
  font-family: "Gotham Bold";
  font-size: 1.625rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #676c73;
  margin-bottom: 1rem;
}

.inovation-credit .itens-select .statistics .title span {
  font-size: 15px;
}

.inovation-credit .itens-select .statistics .numbers {
  font-family: "Gotham Bold";
  font-size: 2.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.7;
  letter-spacing: -1.3px;
  text-align: center;
}

.inovation-credit .itens-select .statistics .numbers .small {
  font-family: "Gotham Book";
  font-size: 26px;
  font-weight: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
}

.inovation-credit .itens-select .statistics .link {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3998b5;
}

.inovation-credit .itens-select .statistics .link:hover {
  text-decoration: underline;
}

.inovation-credit .itens-select .statistics .txt {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #676c73;
  margin: 10px 0 0;
}

.inovation-credit .itens-select .separator {
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 34px;
}

.inovation-credit .itens-select .divLinks {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.inovation-credit .itens-select .divLinks .link {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3998b5;
}

.inovation-credit .itens-select .divLinks .link:hover {
  text-decoration: underline;
}

.inovation-credit .itens-select .legal {
  font-family: "Gotham Book";
  font-size: 0.813rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: justify;
  color: #676c73;
}

.inovation-credit .itens-select .rioDoce,
.inovation-credit .itens-select .empreendedorasMinas,
.inovation-credit .itens-select .solidario,
.inovation-credit .itens-select .geraminasSocial,
.inovation-credit .itens-select .minasCriativa {
  display: none;
}

@media (max-width: 1024px) {
  .inovation-credit .itens-select .statistics .numbers {
    font-size: 3.5rem;
  }
}

@media (max-width: 991px) {
  .inovation-credit .arow-red {
    right: 16%;
  }
  .inovation-credit .statistics {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .inovation-credit .arow-red {
    right: 6%;
  }
  .inovation-credit .subtitle {
    font-size: 2rem;
  }
  .inovation-credit .txt {
    font-size: 1rem;
  }
  .inovation-credit .divLinks {
    flex-direction: column;
  }
  .inovation-credit .divLinks .link {
    margin-bottom: 2rem;
  }
  .inovation-credit .txt-featured {
    font-size: 1rem;
  }
  .inovation-credit .itens-select .icon {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto 1rem;
  }
  .inovation-credit .itens-select .box-white .subtitle {
    font-size: 1.2rem;
  }
  .inovation-credit .itens-select .box-white .txt {
    font-size: 1rem;
  }
  .inovation-credit .itens-select .statistics .numbers {
    font-size: 2.5rem;
  }
  .inovation-credit .itens-select .divLinks .link {
    font-size: 1rem;
  }
  .inovation-credit .itens-select .title {
    text-align: center;
    font-size: 2rem;
  }
  .inovation-credit .itens-select .form-cnae input[type="text"] {
    margin-bottom: 1rem;
  }
}

@media (max-width: 580px) {
  .inovation-credit .arow-red {
    display: none;
  }
  .inovation-credit .subtitle {
    font-size: 1.5rem;
  }
  .inovation-credit .txt {
    margin: 30px 0;
  }
  .inovation-credit .itens-select {
    margin-top: 40px;
  }
  .inovation-credit .itens-select .box-white {
    padding: 20px;
  }
  .inovation-credit .itens-select .legal {
    font-size: 0.75rem;
  }
  .inovation-credit .itens-select .mt-5 {
    margin-top: 30px !important;
  }
  .inovation-credit .statistics {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    background-color: #f4f4f4;
    padding: 30px 0;
    border-radius: 10px;
  }
  .inovation-credit .separator {
    display: none;
  }
  .inovation-credit .button {
    width: 100% !important;
  }
}

.because-bdmg {
  padding: 80px 0;
  width: 100%;
  background-color: #fff;
}

.because-bdmg .title {
  margin: 0;
  padding-bottom: 80px;
  align-self: center;
  font-size: 2.5rem;
  font-family: "Gotham Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.because-bdmg .textBold {
  font-family: "Gotham Bold";
}

.because-bdmg .textMedium {
  font-family: "Gotham Medium";
}

.because-bdmg .textUnderlined {
  text-decoration: underline;
}

.because-bdmg .text {
  font-family: "Gotham Light";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #4b4f54;
  padding-bottom: 55px;
}

.because-bdmg .box {
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  height: 531px;
  margin: 0 30px;
}

.because-bdmg .subtext {
  padding-bottom: 55px;
  align-self: center;
  text-align: center;
  font-family: "Gotham Book";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  color: #4b4f54;
  margin: 0;
  text-decoration: underline;
}

.because-bdmg .space {
  padding: 0 56px;
}

.because-bdmg .cardBecause {
  height: auto;
  width: 30%;
  margin: 10px 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: solid 1px #dad9d6;
  flex-direction: column;
  padding: 0 34px;
  align-items: center;
  margin-bottom: 30px;
  flex-grow: 1;
}

.because-bdmg .cardBecause .competitiveRates {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #00a8b0;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .because-bdmg .cardBecause .competitiveRates {
    font-size: 1.2rem;
    margin: 0;
  }
}

.because-bdmg .cardBecause .balancingCash {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #a4899f;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .because-bdmg .cardBecause .balancingCash {
    font-size: 1.2rem;
    margin: 0;
  }
}

.because-bdmg .cardBecause .hireOnline {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #ffb838;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .because-bdmg .cardBecause .hireOnline {
    font-size: 1.2rem;
    margin: 0;
  }
}

.because-bdmg .cardBecause .sideText {
  font-family: "Gotham Light";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  padding: 25px;
}

.because-bdmg .cardBecause .imgDisplayed {
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}

.because-bdmg .cardContainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  flex-direction: row;
  align-items: stretch;
}

.because-bdmg .itens {
  margin-bottom: 3.75rem;
}

@media (max-width: 1199px) {
  .because-bdmg {
    padding-top: 97px;
    width: 100%;
    display: block;
    box-sizing: content-box;
    position: relative;
  }
}

@media (max-width: 991px) {
  .because-bdmg {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .because-bdmg {
    padding: 40px 0;
  }
  .because-bdmg .cardBecause {
    width: 45%;
  }
  .because-bdmg .title {
    padding: 0 0;
    font-size: 1.5rem;
    font-family: "Gotham Light";
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .because-bdmg .title {
    padding: 0 0;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-family: "Gotham Light";
    text-align: left;
  }
  .because-bdmg .text {
    font-size: 1rem;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .because-bdmg .subtext {
    font-size: 0.9rem;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .because-bdmg .space {
    padding: 0;
  }
  .because-bdmg .cardBecause {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .because-bdmg .cardBecause .imgDisplayed {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .because-bdmg .cardBecause .competitiveRates,
  .because-bdmg .cardBecause .balancingCash,
  .because-bdmg .cardBecause .hireOnline {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .because-bdmg .cardBecause .textoInterno {
    font-size: 0.9rem;
    text-align: center;
  }
}

.btn-banner {
  padding: 1.2rem 3rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.btn-banner.bgred {
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.btn-banner.bgred:hover {
  background-color: #9f0000;
}

.btn-banner.bgwhite {
  background-color: rgba(255, 255, 255, 0.8);
  color: #455560;
}

.btn-banner.bgwhite:hover {
  background-color: rgba(235, 235, 235, 0.8);
}

#agroContact h2.subtitle {
  display: block;
  width: 60%;
  margin-left: 20%;
}

#agroContact .banner {
  background-image: url("../img/agro/efeito.jpg");
}

#agroContact textarea {
  height: 10rem;
}

@media screen and (max-width: 450px) {
  #agroContact h2.subtitle {
    width: 90%;
    margin-left: 5%;
  }
  #agroContact .btn-red {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg-color {
  background-color: #818a92;
  min-height: 473px;
  padding: 50px;
}

.container-flexx {
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-end;
}

.subtitle-giro-capital {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}

.lead-giro-capital {
  font-size: 26px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 36px;
}

.bg-capital1 {
  background-image: url("../img/capital-giro-abas/vector-smart-object.png");
  background-repeat: no-repeat;
  height: 473px;
  width: 643px;
  position: absolute;
  opacity: 50.04;
  margin-left: -10%;
  margin-top: -50px;
}

.capital-giro {
  background-image: url("../img/capital-giro-abas/vector-smart-object.png");
  background-repeat: no-repeat;
}

.capital-giro .content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: fit-content;
}

.capital-giro .content .left-text {
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: left;
  display: block;
  width: 512px;
  margin-right: 80px;
}

.capital-giro .content .left-text .subtitle-giro-capital {
  margin-bottom: 52px;
}

.capital-giro .content .left-text .lead-giro-capital {
  font-family: "Gotham Light";
  font-size: 1.625rem;
}

.capital-giro .content .right-form {
  display: block;
  width: 24rem;
}

@media (max-width: 768px) {
  .capital-giro .subtitle-giro-capital {
    margin-bottom: 20px !important;
  }
  .capital-giro .lead-giro-capital {
    font-size: 1.2rem !important;
  }
}

.technicalProjects {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
}

.technicalProjects .space .title {
  font-family: "Gotham Bold";
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.technicalProjects .space .text {
  padding-top: 56px;
  font-family: "Gotham Book";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4b4f54;
}

.technicalProjects .box {
  padding-top: 76px;
  padding-left: 13px;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}

.technicalProjects .box .box-white {
  flex: 1 0;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 2rem;
}

.technicalProjects .box .box-white .subtitle {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.4px;
  text-align: center;
  color: #00a8b0;
}

.technicalProjects .box .box-green {
  flex: 1 0;
  border-radius: 10px;
  background-color: #4cc1a1;
  padding: 2rem;
}

.technicalProjects .box .box-green .subtitle {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
}

.technicalProjects .geral {
  font-family: "Gotham Bold";
  padding-left: 13px;
}

.technicalProjects .geral .textBold {
  font-family: "Gotham Bold";
  padding-top: 36px;
  padding-bottom: 16px;
  font-weight: bold;
  clear: both;
}

.technicalProjects .geral .paragrafo {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  text-align: left;
}

.technicalProjects .geral .lista {
  padding-left: 20px;
  list-style-type: initial;
}

.technicalProjects .geral .list-itens {
  list-style: none;
  margin: 1rem 1.25rem 0;
  padding: 0;
}

.technicalProjects .geral .list-itens .item {
  font-size: 1.125rem;
  color: #4b4f54;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.technicalProjects .geral .list-itens .item:before {
  content: "";
  background: url("../img/bdmg-public-sector-technical-projects.svg");
  display: inline-block;
  width: 26px;
  height: 32px;
  margin-right: 0.7rem;
}

.technicalProjects .geral .btn-red {
  display: inline-block;
  margin: 83px 0 0px 0px;
  text-align: center;
  padding: 0.5rem 1rem;
  height: 40px;
}

@media (max-width: 768px) {
  .technicalProjects .geral .paragrafo {
    font-size: 0.9rem;
  }
  .technicalProjects .geral h4.textBold {
    padding-bottom: 0;
  }
  .technicalProjects .geral .list-itens .item {
    font-size: 0.9rem;
  }
  .technicalProjects .geral .list-itens .item:before {
    content: "";
    background: url("../img/bdmg-public-sector-technical-projects.svg");
    display: inline-block;
    background-size: 100%;
    width: 20px;
    height: 24px;
    margin-right: 10px;
  }
  .technicalProjects .box .box-white {
    flex: 1 0 459px;
  }
  .technicalProjects .box .box-green {
    flex: 1 0 459px;
  }
}

@media (max-width: 575px) {
  .technicalProjects .box .box-white {
    flex: 0 1 auto;
  }
  .technicalProjects .box .box-green {
    flex: 0 1 auto;
  }
}

.agro-see-how {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  margin: 0;
  position: relative;
}

.agro-see-how .subtitle {
  color: #4b4f54;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Gotham Medium";
}

.agro-see-how .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 2rem 0;
  text-align: center;
}

.agro-see-how .txt .txt-bold-ital {
  font-family: "Gotham Bold Italic";
}

.agro-see-how .chosen-container-single .chosen-single,
.agro-see-how .chosen-single,
.agro-see-how .chosen-drop {
  width: 300px !important;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  background-image: none;
  box-shadow: none;
  background: #fff;
  margin: 0 auto;
  font-size: 1rem;
  padding: 0 8px;
}

.agro-see-how .chosen-drop {
  padding: 0;
}

.agro-see-how .chosen-drop .chosen-results {
  margin: 0 auto;
  padding: 0;
}

.agro-see-how .chosen-drop .chosen-results .active-result {
  line-height: 1.8;
}

.agro-see-how .chosen-drop .chosen-results .active-result:hover {
  background-color: #d22828;
  color: #ffffff;
}

.agro-see-how .chosen-drop .chosen-results .active-result.highlighted {
  background: #d22828;
  color: #fff;
}

.agro-see-how .chosen-container-single .chosen-single {
  display: flex;
  align-items: center;
  height: 55px !important;
  font-size: 1rem;
}

.agro-see-how
  .chosen-container.chosen-container-single.chosen-container-active {
  width: 300px !important;
  background-image: none;
  box-shadow: none;
  background: #fff;
  font-size: 1rem;
}

.agro-see-how .chosen-container.chosen-container-single {
  width: 300px !important;
  background-image: none;
  box-shadow: none;
  background: #fff;
}

.agro-see-how .chosen-container-single .chosen-single div {
  top: 15px;
}

.agro-see-how .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #fff),
    color-stop(80%, #fff)
  );
  background-image: linear-gradient(#fff 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.agro-see-how .chosen-container-single .chosen-single div b {
  display: block;
  width: 140%;
  height: 100%;
  background: url(../img/arow-select.svg) no-repeat 3px 8px;
}

.agro-see-how .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -15px 8px;
}

.agro-see-how .chosen-search-input {
  width: 300px;
  padding: 0 8px;
}

.agro-see-how .itens-select {
  padding: 3rem 0;
  margin-top: 2.5rem;
}

.agro-see-how .itens-select .icon {
  width: 140px;
  height: 140px;
  display: inline-block;
}

.agro-see-how .itens-select .title {
  font-family: "Gotham Bold";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: -0.8px;
  text-align: left;
  display: inline-block;
  margin: 0;
  color: #4b4f54;
}

.agro-see-how .itens-select .box-white {
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 30px;
}

.agro-see-how .itens-select .box-white .subtitle {
  font-size: 1.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 1.375rem;
  padding: 0;
}

.agro-see-how .itens-select .box-white .txt {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

.agro-see-how .itens-select .box-white .list-itens {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.agro-see-how .itens-select .box-white .list-itens .item.link {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3998b5;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.agro-see-how .itens-select .box-white .list-itens .item:before {
  content: "";
  width: 21px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
}

.agro-see-how .itens-select .box-white .list-itens .item.checkPurple:before {
  background-image: url("../img/mpe/check-purple.svg");
}

.agro-see-how .itens-select .box-white .list-itens .item.checkWine:before {
  background-image: url("../img/mpe/check-wine.svg");
}

.agro-see-how .itens-select .box-white .list-itens .item.checkOrange:before {
  background-image: url("../img/mpe/check-orange.svg");
}

.agro-see-how .itens-select .box-white .list-itens .item.checkBlue:before {
  background-image: url("../img/mpe/check-blue.svg");
}

.agro-see-how .itens-select .box-white .list-itens .item.checkYellow:before {
  background-image: url("../img/mpe/check-yellow.svg");
}

.agro-see-how .itens-select .box-white .list-itens .item.checkRose:before {
  background-image: url("../img/mpe/check-rose.svg");
}

.agro-see-how .itens-select .rioDoce,
.agro-see-how .itens-select .empreendedorasMinas,
.agro-see-how .itens-select .solidario,
.agro-see-how .itens-select .geraminasSocial,
.agro-see-how .itens-select .minasCriativa {
  display: none;
}

@media (max-width: 768px) {
  .agro-see-how {
    padding: 20px 0 !important;
  }
  .agro-see-how .subtitle {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  .agro-see-how .txt {
    margin: 10px 0;
  }
  .agro-see-how .itens-select {
    margin: 10px 0;
    padding: 0;
  }
  .agro-see-how .mt-5 {
    margin-top: 20px !important;
  }
  .agro-see-how .title {
    font-size: 1.5rem !important;
  }
  .agro-see-how img.icon {
    height: 100px !important;
    width: 100px !important;
  }
  .agro-see-how .box-white {
    padding: 15px !important;
  }
  .agro-see-how .box-white .list-itens .item:before {
    content: "";
    width: 11px !important;
    height: 9px !important;
    margin-right: 4px;
  }
  .agro-see-how .box-white .subtitle {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    font-family: "Gotham Medium";
  }
  .agro-see-how .box-white .txt {
    margin: 0;
    font-size: 0.75rem !important;
  }
  .agro-see-how .itens-select .box-white .list-itens {
    padding: 0 !important;
  }
}

.btn-banner {
  padding: 1.2rem 3rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.btn-banner.bgred {
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.btn-banner.bgred:hover {
  background-color: #9f0000;
}

.btn-banner.bgwhite {
  background-color: rgba(255, 255, 255, 0.8);
  color: #455560;
}

.btn-banner.bgwhite:hover {
  background-color: rgba(235, 235, 235, 0.8);
}

.attendanceTypes {
  margin: 80px 0;
  background-color: #ffffff;
}

.attendanceTypes .flexCards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  flex-flow: row wrap;
}

.attendanceTypes .cardAttendance {
  background-color: #ebebeb;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 100%;
}

.attendanceTypes .card-header {
  display: flex;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  background-color: #d22828;
  height: auto;
}

.attendanceTypes .card-header.cb {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.5rem;
}

@media (max-width: 426px) {
  .attendanceTypes .card-header.cb {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0.5rem;
  }
  .attendanceTypes .card-header.cb .cardImg {
    width: 19% !important;
    margin-left: 0.3rem;
    margin-right: 1.7rem;
  }
}

.attendanceTypes .cardImg {
  height: 56px;
  width: 56px;
  margin-right: 20px;
}

.attendanceTypes .title {
  font-family: "Gotham Medium";
  align-self: center;
  width: 100%;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.4px;
  text-align: left;
  color: #ffffff;
}

.attendanceTypes .cardBody {
  display: flex;
  flex-flow: column;
  padding: 16px 16px 32px 16px;
}

.attendanceTypes .text {
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: #676c73;
  margin: 0;
}

.attendanceTypes .cardBtn {
  padding: 16px 24px;
  border: 1px solid #676c73;
  border-radius: 5px;
  color: #676c73;
  text-align: center;
  max-width: 230px;
  margin: 32px auto 0 auto;
}

.attendanceTypes .phone {
  font-family: "Gotham Bold";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  letter-spacing: -0.6px;
  text-align: center;
  color: #676c73;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 26px;
}

.attendanceTypes .phone .phonePrefix {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.4px;
}

.attendanceTypes .flexTags {
  display: flex;
  justify-content: space-between;
}

.attendanceTypes .tag {
  border-radius: 10px;
  border: solid 1px #d22828;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 18px 22px;
  margin-left: 22px;
}

.attendanceTypes .tag:first-child {
  margin-left: 0px;
}

.attendanceTypes .tagIcon {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}

.attendanceTypes .tagText {
  margin: 0;
  font-family: "Gotham Medium";
  font-size: 0.9375rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
}

.attendanceTypes .tagPhone {
  font-family: "Gotham Black";
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .attendanceTypes .flexCards {
    flex-flow: column;
  }
  .attendanceTypes .cardAttendance {
    max-width: 100%;
  }
  .attendanceTypes .flexTags {
    flex-flow: column;
  }
  .attendanceTypes .tag {
    justify-content: start;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .attendanceTypes .tag:first-child {
    margin-left: 0px;
  }
  .attendanceTypes .tagText {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .attendanceTypes .cardAttendance {
    margin-left: auto;
    margin-right: auto;
  }
  .attendanceTypes .flexTags {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .attendanceTypes .tag {
    width: 49.5%;
    margin-bottom: 10px;
  }
}

.complaint-channeL {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background-color: #fff;
}

.complaint-channeL .subtitle {
  font-family: "Gotham Bold";
  font-size: 2.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
  margin-bottom: 3rem;
}

.complaint-channeL .txt {
  max-width: 845px;
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 2rem auto;
  text-align: left;
  margin-bottom: 5rem;
}

.complaint-channeL .highlight {
  font-family: "Gotham Book";
  font-size: 1.375rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  text-align: center;
  color: #d22828;
  margin-bottom: 3rem;
}

.complaint-channeL figure {
  margin: 0;
}

.complaint-channeL figure .fluxo-denuncia {
  height: auto;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.complaint-channeL .cta {
  min-height: 50px;
}

@media (max-width: 767px) {
  .complaint-channeL .subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .complaint-channeL .txt {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .complaint-channeL .highlight {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}

.attendanceLetters {
  padding: 80px 0;
  background-color: #ffffff;
}

.attendanceLetters .title {
  margin-bottom: 54px;
  font-family: "Gotham Bold";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.attendanceLetters .text {
  margin: 0;
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #4b4f54;
}

.attendanceLetters .textBreak {
  word-break: break-all;
}

.attendanceLetters .cardText {
  padding-top: 16px;
}

.attendanceLetters .textBold {
  font-family: "Gotham Bold";
}

.attendanceLetters .cardsBox {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}

.attendanceLetters .cardsBox .cardImg {
  margin-right: 16px;
}

.attendanceLetters .cardsBox .cardItem {
  padding: 2rem;
  border-radius: 10px;
  border: solid 1px #dad9d6;
  display: flex;
  flex-flow: column;
  flex: 0 0 48.5%;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .attendanceLetters .cardsBox {
    flex-flow: column;
  }
  .attendanceLetters .cardItem {
    margin-top: 10px;
  }
}

#nonCompatibleBrowser {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#nonCompatibleBrowser a:hover {
  color: white;
}

.attendance-ombudsman {
  width: 100%;
  height: auto;
  background-color: #ebebeb;
  padding: 5rem 0;
  margin-top: 80px;
}

.attendance-ombudsman .subtitle {
  color: #4b4f54;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Gotham Bold";
  margin-bottom: 3.75rem;
}

.attendance-ombudsman .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 0 0 1rem;
  text-align: left;
}

.attendance-ombudsman .box-white {
  width: 100%;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attendance-ombudsman .box-white .icon {
  width: 65px;
  height: 87px;
}

.attendance-ombudsman .box-white .contact .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 0 0 1rem;
  text-align: center;
}

.attendance-ombudsman .box-white .contact .tel {
  font-family: "Gotham Bold";
  font-size: 2rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  letter-spacing: -0.6px;
  text-align: center;
  color: #676c73;
}

@media (max-width: 767px) {
  .attendance-ombudsman .subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .attendance-ombudsman .txt {
    font-size: 1rem;
  }
  .attendance-ombudsman .box-white {
    justify-content: center;
    flex-direction: column;
  }
  .attendance-ombudsman .box-white .contact {
    margin-top: 2rem;
  }
}

#relationshipFundRaising {
  padding-bottom: 80px;
}

#relationshipFundRaising .big-title-grey {
  margin-bottom: 3rem;
}

.fund-cards-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.fund-cards-container .fund-card {
  z-index: 1;
  position: relative;
  width: 350px;
  height: 400px;
  display: block;
  margin: 0.5rem;
  margin-bottom: 1rem;
}

.fund-cards-container .fund-card .top-layer {
  position: absolute;
  z-index: 99;
  padding: 2rem;
  padding-bottom: 1rem;
  width: 350px;
  height: 350px;
  background-color: white;
  border-radius: 10px;
}

.fund-cards-container .fund-card .fund-text {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2rem;
}

.fund-cards-container .fund-card .fund-value {
  font-size: 4rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.fund-cards-container .fund-card .millions {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Light;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.fund-cards-container .fund-card .fund-desc {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #d22828;
  line-height: 1.29;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.fund-cards-container .fund-card .fund-date {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  display: block;
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.fund-cards-container .fund-card .fund-cta {
  z-index: 0;
  text-align: center;
  padding-top: 35px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d22828;
  height: 70px;
  border-radius: 0 0 10px 10px;
  font-size: 1em;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 0 0 #9f0000;
}

@media (max-width: 991px) {
  #relationshipFundRaising .big-title-grey {
    margin-bottom: 1rem;
  }
  .fund-cards-container .fund-card {
    margin-bottom: 0;
    margin-top: 0;
    width: 70%;
  }
  .fund-cards-container .fund-card .top-layer {
    position: relative;
    width: 100%;
    height: fit-content;
  }
  .fund-cards-container .fund-card .fund-value {
    font-size: 2rem;
    margin-bottom: 3rem;
    font-family: Gotham Bold;
  }
  .fund-cards-container .fund-card .fund-cta {
    height: fit-content;
    padding: 1rem;
    padding-top: 1.2rem;
    position: relative;
    margin-bottom: 0;
    top: -5px;
  }
}

@media (max-width: 560px) {
  #relationshipFundRaising {
    padding-bottom: 40px;
  }
  #relationshipFundRaising .big-title-grey {
    font-size: 2rem;
    line-height: 1.2;
  }
  .fund-cards-container .fund-card {
    height: auto;
    margin-bottom: 30px;
    width: 100%;
  }
}

#relationshipRatings {
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  padding-bottom: 40px;
}

#relationshipRatings .big-title-grey {
  margin-bottom: 3rem;
}

.--ratings {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.--ratings .fund-card-title {
  font-size: 1.25rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1rem;
}

.--ratings .fund-card {
  height: 480px;
  display: inline-block;
}

.--ratings .fund-card .top-layer {
  height: 430px;
}

.--ratings .bg-dark-grey {
  background-color: #676c73;
  font-size: 1em;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.--ratings .bg-light-grey {
  background-color: #dad9d6;
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.--ratings p {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.--ratings span.text-right {
  float: right;
}

@media (max-width: 425px) {
  #relationshipRatings {
    padding-bottom: 40px;
  }
  #relationshipRatings .big-title-grey {
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
  .--ratings .fund-card {
    margin: 40px 0;
  }
  .--ratings .fund-card .top-layer {
    width: 100%;
  }
  .--ratings .fund-card .fund-cta {
    margin-bottom: 1rem;
  }
}

.relations_contact {
  padding-bottom: 5rem;
}

.relations_contact .big-title-grey {
  margin-bottom: 40px;
}

.relations_contact .relations_contact_text .relations_contact_inner {
  font-size: 18px;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding-bottom: 0.5rem;
  line-height: 1.56;
}

.relations_contact .relations_contact_text .relations_contact_italic {
  font-size: 15px;
  padding-top: 15px;
}

.relations_contact .relations_contact_form .relations_contact_form_div label {
  font-size: 12px;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
  display: block;
  padding-right: 10px;
}

.relations_contact
  .relations_contact_form
  .relations_contact_form_div
  textarea {
  height: 8rem;
  resize: none;
}

.relation-tabs {
  padding: 80px 0;
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
}

.relation-tabs .relation-tabs-front {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
}

.relation-tabs .relation-tabs-front .relation-tabs-inner {
  height: 92px;
  margin: 0 1px;
  min-width: 175px;
  border-radius: 10px;
  letter-spacing: -0.4px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #676c73;
  line-height: 1.44;
  font-family: "Gotham Book";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.relation-tabs .relation-tabs-front .btn-rel-captacoes {
  color: #4fb99d;
}

.relation-tabs .relation-tabs-front .btn-rel-captacoes:hover {
  color: white;
  background-color: #4fb99d;
}

.relation-tabs .relation-tabs-front .btn-rel-captacoes.active {
  height: 112px;
  padding: 2.5rem 0;
  margin: 0;
  color: white;
  background-color: #4fb99d;
}

.relation-tabs .relation-tabs-front .btn-rel-ratings {
  color: #00a8b0;
}

.relation-tabs .relation-tabs-front .btn-rel-ratings:hover {
  color: white;
  background-color: #00a8b0;
}

.relation-tabs .relation-tabs-front .btn-rel-ratings.active {
  height: 112px;
  padding: 2.5rem 0;
  margin: 0;
  color: white;
  background-color: #00a8b0;
}

.relation-tabs .relation-tabs-front .btn-rel-fatos-relevantes {
  color: #3c7d9a;
}

.relation-tabs .relation-tabs-front .btn-rel-fatos-relevantes:hover {
  color: white;
  background-color: #3c7d9a;
}

.relation-tabs .relation-tabs-front .btn-rel-fatos-relevantes.active {
  height: 112px;
  padding: 2.5rem 0;
  margin: 0;
  color: white;
  background-color: #3c7d9a;
}

.relation-tabs .relation-tabs-front .btn-rel-info-finance {
  max-width: 222px;
  color: #a4899f;
}

.relation-tabs .relation-tabs-front .btn-rel-info-finance:hover {
  color: white;
  background-color: #a4899f;
}

.relation-tabs .relation-tabs-front .btn-rel-info-finance.active {
  height: 112px;
  margin: 0;
  color: white;
  background-color: #a4899f;
}

.relation-tabs .relation-tabs-front .btn-rel-contato {
  color: #ff8450;
}

.relation-tabs .relation-tabs-front .btn-rel-contato:hover {
  color: white;
  background-color: #ff8450;
}

.relation-tabs .relation-tabs-front .btn-rel-contato.active {
  height: 112px;
  padding: 2.5rem 0;
  margin: 0;
  color: white;
  background-color: #ff8450;
}

.relation-tabs .relation-content-tabs {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .relation-tabs .relation-tabs-front {
    justify-content: inherit;
  }
}

@media (max-width: 560px) {
  .relation-tabs .relation-content-tabs {
    margin-top: 40px;
  }
  .relation-tabs .relation-tabs-front {
    justify-content: inherit;
  }
}

.financialInformation .big-title-grey {
  margin-bottom: 40px;
}

.financialInformation .inputFlex {
  display: flex;
  justify-content: center;
}

.financialInformation .inputKeyword {
  width: 265px;
  margin: 0 5px;
  display: flex;
  justify-content: start;
  flex-flow: column;
}

.financialInformation .inputDocumentType {
  width: 365px;
  margin: 0 5px;
  display: flex;
  justify-content: start;
  flex-flow: column;
}

.financialInformation .inputYear {
  width: 215px;
  margin: 0 5px;
  display: flex;
  justify-content: start;
  flex-flow: column;
}

.financialInformation .label {
  font-family: "Gotham Medium";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: right;
  color: #676c73;
}

.financialInformation .btnRed {
  font-family: "Gotham Medium";
  font-size: 17px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  margin: 0 5px;
  width: 129px;
  height: 52px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.financialInformation .btnRed:hover {
  background-color: #9f0000;
}

.financialInformation .tableFinancial {
  margin-top: 80px;
  width: 100%;
}

.financialInformation .bgPurple {
  background-color: #a4899f;
}

.financialInformation .btnPurple {
  font-family: "Gotham Medium";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #706e9a;
  box-shadow: 0px 2px 0 0 #52507c;
}

.financialInformation .btnPurple:hover {
  background-color: #52507c;
}

@media screen and (max-width: 600px) {
  .financialInformation .inputFlex {
    flex-direction: column !important;
  }
  .financialInformation .boxInput {
    width: 100%;
  }
}

.left-text-investor {
  padding: none;
  text-align: left;
  display: block;
  margin-right: 3rem;
  width: 720px;
}

.text-investor {
  margin-top: 3rem;
  font-family: Gotham Light !important;
}

@media (max-width: 1026px) {
  .left-text-investor {
    margin-right: 0;
    width: 586px;
  }
  .left-text-investor .subtitle-giro-capital {
    font-size: 1.658rem;
    margin-bottom: 20px;
  }
  .left-text-investor .text-investor {
    margin-top: 20px;
    font-size: 1.2rem;
    max-width: 500px;
    line-height: 1.4;
  }
}

@media (max-width: 400px) {
  #relationshipInvestorForm .btn-red.form-control {
    white-space: normal !important;
    height: auto !important;
  }
}

#relationshipInvestorForm {
  height: fit-content !important;
}

#relationshipInvestorForm .bg-color {
  height: fit-content !important;
}

@media (max-width: 768px) {
  .capital-giro {
    padding: 20px 10px;
  }
  .capital-giro .content {
    width: 100%;
  }
  .capital-giro .content .left-text {
    width: 100%;
    margin-right: 0;
  }
  .capital-giro .content .right-form {
    width: 100%;
  }
}

.editals-tabs .editals-tabs-front {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.editals-tabs .editals-tabs-front .btn-editals-inner {
  width: 278px;
  height: 92px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  letter-spacing: -0.4px;
  text-align: center;
  display: block;
  padding: 2rem 0;
  margin: 0 2px;
}

.editals-tabs .editals-tabs-front .btn-editals-biddins {
  color: #3c7d9a;
}

.editals-tabs .editals-tabs-front .btn-editals-biddins:hover {
  color: white;
  background-color: #3c7d9a;
}

.editals-tabs .editals-tabs-front .btn-editals-biddins.active {
  height: 112px;
  color: white;
  padding: 2.5rem 0rem;
  background-color: #3c7d9a;
}

.editals-tabs .editals-tabs-front .btn-editals-goods {
  color: #00a8b0;
}

.editals-tabs .editals-tabs-front .btn-editals-goods:hover {
  color: white;
  background-color: #00a8b0;
}

.editals-tabs .editals-tabs-front .btn-editals-goods.active {
  color: white;
  height: 112px;
  padding: 2.5rem 0rem;
  background-color: #00a8b0;
}

.editals-tabs .editals-tabs-content {
  width: 100%;
  height: auto;
  align-items: center;
}

.search-banner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.search-banner .banner {
  width: 100%;
  height: 270px;
  background: url("../img/search-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0;
  margin: 0;
}

.transparencyHome {
  padding: 80px 0;
}

.transparencyHome .title {
  font-size: 2.5rem;
  font-family: "Gotham Bold";
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #455560;
  margin-bottom: 40px;
}

.transparencyHome .cardsBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.transparencyHome .cardsBox .cardItem {
  border-radius: 10px;
  flex: 0 0 46%;
  justify-content: flex-end;
  flex-direction: column;
  margin: 15px;
  margin-bottom: 40px;
}

.transparencyHome .cardsBox .cardItem:nth-child(odd) {
  margin-left: 0;
}

.transparencyHome .cardsBox .cardItem:nth-child(even) {
  margin-right: 0;
}

.transparencyHome .cardsBox .cardItem .cardText {
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  position: relative;
  padding: 40px;
  border-radius: 10px;
  height: 90%;
}

.transparencyHome .cardsBox .cardItem .cardText .subTitle {
  font-family: "Gotham Light";
  font-size: 1.625em;
  letter-spacing: -0.6px;
  text-align: left;
  color: #d22828;
  margin-bottom: 34px;
}

.transparencyHome .cardsBox .cardItem .cardText .links {
  margin: 0;
  padding: 0;
}

.transparencyHome .cardsBox .cardItem .cardText .links li a {
  font-family: "Gotham Medium";
  font-size: 0.875rem;
  line-height: 1.73;
  text-align: left;
  color: #808991;
  letter-spacing: -0.3px;
}

.transparencyHome .cardsBox .cardItem .cardBtn {
  display: flex;
  align-items: center;
  height: 70px;
  border-radius: 0 0 10px 10px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  padding-top: 20px;
  margin-top: -20px;
  z-index: -1;
}

.transparencyHome .cardsBox .cardItem .cardBtn .btnSelecionar {
  color: #ffffff;
  width: 100%;
  text-align: center;
}

@media (max-width: 991.98px) {
  .transparencyHome .cardItem {
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .transparencyHome .cardsBox .cardItem {
    flex: 0 0 100%;
  }
  .transparencyHome .cardsBox .cardItem:nth-child(odd) {
    margin-right: 0;
  }
  .transparencyHome .cardsBox .cardItem:nth-child(even) {
    margin-left: 0;
  }
}

.transparencyAdministration .textBox {
  margin-bottom: 80px;
}

.transparencyAdministration .textBox .title {
  font-family: "Gotham Bold";
  font-size: 1.4rem;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  color: #4fb99d;
}

.transparencyAdministration .textBox .text {
  font-family: "Gotham Book";
  font-size: 0.95rem;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
}

.transparencyAdministration .btnRed {
  border-radius: 5px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  color: #fff;
  margin-top: 20px;
  padding: 12px 23px;
}

.transparencyAdministration .btnRed:hover {
  background-color: #9f0000;
}

.transparencyAdministration .btnDiv {
  display: flex;
}

@media (max-width: 768px) {
  .transparencyAdministration .btnRed {
    font-size: 0.8rem;
  }
}

.content-rectangle {
  width: 350px;
  height: 303px;
  border-radius: 10px;
  background-color: #ebebeb;
  text-align: center;
  border-radius: 10px;
}

.text-filter {
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.header-rectangle {
  width: 350px;
  height: 64px;
  background-color: #808991;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.filter-flex {
  margin-top: 35px;
}

.text-btn {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.4px;
  text-align: left;
  margin: 0px 10px;
  color: #676c73;
}

.element-flex {
  display: flex;
  margin: 13px 70px;
  margin-right: auto;
}

input[type="radio"] {
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 4px;
}

input[type="radio"]:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d22828;
}

.noticesBiddings {
  width: auto;
  height: auto;
  background-color: #ffffff;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-content: stretch;
}

.noticesBiddings .search-header {
  padding-bottom: 42px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.noticesBiddings .search-header .title {
  margin: 0;
  font-size: 1.875rem;
  color: #4b4f54;
  font-family: "Gotham Bold";
  letter-spacing: -0.6px;
  padding-right: 30px;
  text-align: center;
}

.noticesBiddings .search-header .search {
  display: flex;
  align-items: center;
  flex-flow: row;
  flex-grow: 1;
}

.noticesBiddings .search-header .search input {
  flex-grow: 1;
  font-family: "Gotham Book";
  font-size: 1.0625rem;
  letter-spacing: -0.3px;
  color: #676c73;
  padding: 5px 27px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  padding-right: 40px;
  height: 55px;
}

.noticesBiddings .search-header .search img {
  flex-grow: 0;
  margin-left: -30px;
  margin-top: 5px;
}

.noticesBiddings .searchSelects {
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
}

.noticesBiddings .searchSelects .dropDown {
  flex: 0 0 24.5%;
}

.noticesBiddings .searchSelects .dropDown select {
  width: 100%;
  padding: 15px 10px;
  font-size: 1.0625rem;
  color: #676c73;
  border-radius: 5px;
  border: solid 1px #d7d7d7;
}

.noticesBiddings .noticesBiddingsCards .txt {
  line-height: 1.9;
  margin-bottom: 21px;
}

.noticesBiddings .noticesBiddingsCards .txt span {
  color: #d22828;
}

.noticesBiddings .noticesBiddingsCards .card {
  min-height: 382px;
  border-radius: 10px;
  background-color: #f7f7f7;
  border: solid 1px #dad9d6;
  margin-bottom: 56px;
}

.noticesBiddings .noticesBiddingsCards .card p,
.noticesBiddings .noticesBiddingsCards .card ul {
  color: #676c73;
}

.noticesBiddings .noticesBiddingsCards .card .img {
  height: 37px;
  width: 41px;
  top: 50%;
  left: 50%;
}

.noticesBiddings .noticesBiddingsCards .card .box {
  border-top-left-radius: 10px;
  display: flex;
  flex: 0 0 109px;
  float: left;
  align-items: center;
  justify-content: center;
}

.noticesBiddings .noticesBiddingsCards .card .subTitle {
  padding: 10px 32px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

.noticesBiddings .noticesBiddingsCards .card .subTitle p {
  color: #fff;
}

.noticesBiddings .noticesBiddingsCards .card .subTitle p {
  margin: 0;
  vertical-align: middle;
}

.noticesBiddings .noticesBiddingsCards .card .card-header {
  flex-flow: row;
  display: flex;
  min-height: 102px;
  padding: 0;
}

.noticesBiddings .noticesBiddingsCards .card .card-content {
  margin-bottom: -11px;
  padding: 39px;
}

.noticesBiddings .noticesBiddingsCards .card .card-content ul {
  list-style: disc;
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 7px;
}

.noticesBiddings .noticesBiddingsCards .card .card-content ul li {
  padding-left: 0px;
}

.noticesBiddings .noticesBiddingsCards .card .card-content .listTitle {
  font-family: "Gotham Bold";
  margin: 31px 0px 16px;
}

.noticesBiddings .noticesBiddingsCards .card .card-footer {
  align-self: flex-end;
  margin-right: 28px;
  padding: 6px 20px;
  border: solid 1px #dad9d6;
  border-radius: 17px;
  font-family: "Gotham Book";
  font-size: 0.875rem;
  letter-spacing: -1.3px;
  margin-bottom: -18px;
  background-color: #fff;
}

.noticesBiddings .noticesBiddingsCards .card .card-footer span {
  color: #d22828;
}

.noticesBiddings .noticesBiddingsCards .card.-ative .card-header .box {
  background-color: #3c7d9a;
}

.noticesBiddings .noticesBiddingsCards .card.-ative .card-header .subTitle {
  background-color: #3998b5;
  padding: 15px;
}

.noticesBiddings .noticesBiddingsCards .card.-ative .card-content .listTitle {
  color: #3c7d9a;
}

.noticesBiddings .noticesBiddingsCards .card.-inative .card-header .box {
  background-color: #676c73;
}

.noticesBiddings .noticesBiddingsCards .card.-inative .card-header .subTitle {
  background-color: #b2b2b1;
}

.noticesBiddings .noticesBiddingsCards .card.-inative .card-content .listTitle {
  color: #676c73;
}

.noticesBiddings .btnMoreResults {
  display: flex;
  justify-content: center;
}

.noticesBiddings .btnMoreResults .btn {
  align-self: center;
  font-family: "Gotham Medium";
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.12;
  letter-spacing: -0.3px;
  color: #ffffff;
  padding: 8px 60px;
  text-align: center;
  border-radius: 5px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.noticesBiddings .btnMoreResults .btn:hover {
  background-color: #9f0000;
}

@media (max-width: 768px) {
  .noticesBiddings .card .card-header .subTitle {
    font-size: 0.9rem;
  }
  .noticesBiddings .card .card-header .box {
    flex: 0 0 70px;
  }
  .noticesBiddings .card .card-content {
    padding: 20px !important;
  }
  .noticesBiddings .card .card-content ul {
    font-size: 0.8rem;
  }
  .noticesBiddings .card .card-footer {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .noticesBiddings .search-header {
    padding-bottom: 20px;
  }
  .noticesBiddings .search-header .title {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .noticesBiddings .searchSelects {
    justify-content: center;
  }
  .noticesBiddings .searchSelects .dropDown {
    flex: 0 0 100%;
    margin-bottom: 5px;
  }
  .noticesBiddings .btnMoreResults .btn {
    padding: 8px 30px;
  }
  .filter .btn-footer {
    margin-bottom: 36px;
  }
}

.biddings-recent .biddingsRecentSearch {
  padding: 0;
  width: 34%;
}

.biddings-recent .dropDownRow {
  width: 65%;
}

.goods-container {
  width: 100%;
}

.goods-container .good {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 1rem;
  margin-bottom: 50px;
  border: 1px solid #dad9d6;
}

.goods-container .good .row-data {
  margin-bottom: 3rem;
}

.goods-container .good .good-img {
  border-radius: 1rem 0 0 0;
  object-fit: cover;
  height: 100%;
  width: calc(100% + 15px);
  padding: 0 !important;
  margin-right: -15px !important;
}

.goods-container .good .good-data {
  padding-top: 2rem;
  background-color: #dad9d6;
  width: calc(100% + 16px);
  height: 100%;
  margin-left: -16px;
  border-radius: 0 1rem 0 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.goods-container .good .good-value {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.goods-container .good p {
  font-size: 1em;
  color: #676c73;
  line-height: 1.6;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  margin: 0;
  overflow-wrap: break-word;
}

.goods-container .good .good-partition {
  width: 1px;
  height: 200px;
  margin-right: -1px;
  background-color: #455560;
}

.goods-container .good .good-about {
  font-size: 1.25rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.goods-container .good a {
  text-decoration: underline;
}

.goods-container .good .good-obs {
  padding: 3rem;
  padding-top: 0;
}

.goods-container .good ul.good-docs {
  padding-left: 2rem;
  padding-right: 2rem;
}

.goods-container .good ul.good-docs li {
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row nowrap;
}

.goods-container .good ul.good-docs li img {
  display: block;
  max-height: 36px;
}

.goods-container .good ul.good-docs li a,
.goods-container .good ul.good-docs li p {
  display: block;
}

.goods-container .good-btn {
  width: 100%;
}

@media (max-width: 767px) {
  .goods-container .good .good-img {
    margin-right: 0 !important;
    width: 100% !important;
    border-radius: 1rem 1rem 0 0;
  }
  .goods-container .good .good-data {
    border-radius: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .goods-container .good .good-partition {
    height: 1px;
    width: 70%;
    display: block;
    margin: 1rem auto 3rem auto;
  }
}

.notices-biddings {
  padding: 5rem 0;
  background-color: #fff;
}

.notices-biddings .filter {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
}

.notices-biddings .filter .caption {
  background-color: #808991;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 16px;
}

.notices-biddings .filter .content {
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ebebeb;
  padding: 16px;
  position: relative;
  z-index: 1;
}

.notices-biddings .filter .content .form-check {
  display: block;
  clear: both;
  margin-bottom: 0.5rem;
  text-align: left !important;
  margin-left: 15%;
}

.notices-biddings .filter .content .form-check .form-check-label {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: -0.4px;
  text-align: left;
  color: #676c73;
  margin-left: 0.5rem;
  cursor: pointer;
}

.notices-biddings .filter .content .form-check .form-check-input {
  position: absolute;
  opacity: 0;
}

.notices-biddings
  .filter
  .content
  .form-check
  .form-check-input:checked
  ~ .checkmark {
  display: block;
}

.notices-biddings
  .filter
  .content
  .form-check
  .form-check-input:checked
  ~ .checkmark:after {
  display: block;
}

.notices-biddings .filter .content .form-check .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.notices-biddings .filter .content .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d22828;
}

.notices-biddings .filter .btn-footer {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #d22828;
  color: #fff;
  padding: 28px 16px 16px 16px;
  margin-top: -12px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.notices-biddings .filter .btn-footer .link {
  color: #fff;
  padding-top: 5px;
}

.notices-biddings .form-mailing-bens {
  border-radius: 10px;
  background-color: #808991;
  padding: 1.5rem;
  margin-top: 32px;
}

.notices-biddings .form-mailing-bens .title {
  font-size: 1rem;
  font-family: "Gotham Medium";
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.2;
}

.notices-biddings .form-mailing-bens label {
  font-family: Gotham;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: #fff;
  width: 100%;
}

.notices-biddings .form-mailing-bens button {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .notices-biddings .container .container {
    padding: 0;
  }
}

.pricesRegister {
  background-color: #ffffff;
  padding-bottom: 80px;
}

.pricesRegister .title {
  margin: 0;
  font-family: "Gotham Bold";
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.6px;
  text-align: left;
  color: #4b4f54;
}

.pricesRegister .text {
  margin-bottom: 2rem;
  font-family: "Gotham Book";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
}

.pricesRegister .subtext {
  font-style: italic;
}

.pricesRegister .destaque {
  font-family: "Gotham Bold";
  color: #3c7d9a;
}

.pricesRegister .tableBlue {
  background-color: #3c7d9a;
}

.pricesRegister .tablePurple {
  background-color: #a4899f;
}

.pricesRegister .note {
  font-family: "Gotham Book";
  font-size: 17px;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.12;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  width: 100%;
  text-align: center;
}

.pricesRegister .noteBold {
  font-weight: bold;
  color: #d22828;
}

.pricesRegister .tabText {
  font-family: "Gotham Medium";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
  color: #808991;
}

.pricesRegister .prices-register-tabs .tabs-top-red {
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.pricesRegister .prices-register-tabs .tabs-top-red .tab-inner {
  background-color: #f7f7f7;
  border-top-style: solid;
  border-color: #f7f7f7;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px 10px 10px;
  flex: 0 0 49.8%;
}

.pricesRegister .prices-register-tabs .tabs-top-red .tab-inner > a {
  color: #b4b9bd;
}

.pricesRegister .prices-register-tabs .tabs-top-red .tab-inner.active {
  background-color: #ebebeb;
  border-top-color: #d22828;
}

.pricesRegister .prices-register-tabs .tabs-top-red .tab-inner.active > a {
  color: #808991;
}

.pricesRegister
  .prices-register-tabs
  .tabs-top-red
  .tab-inner
  + .tab-inner
  > a {
  vertical-align: -webkit-baseline-middle;
}

.pricesRegister .prices-register-tabs .tabs-content {
  padding-left: 16px;
  padding-top: 50px;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}

.pricesRegister .prices-register-tabs .tabsContent {
  background-color: #ebebeb;
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin: 0;
  padding: 4rem 1rem;
}

.pricesRegister .prices-register-tabs .btnAbas {
  display: flex;
  justify-content: center;
  margin-top: -28.5px;
}

.pricesRegister .prices-register-tabs .btnRed {
  font-family: "Gotham Medium";
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  background-color: #d22828;
  border-radius: 5px;
  padding: 1rem 2.5rem;
}

.pricesRegister .prices-register-tabs .btnRed {
  font-family: "Gotham Medium";
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  background-color: #d22828;
  border-radius: 5px;
  padding: 1rem 2.5rem;
}

.pricesRegister .prices-register-tabs .table th,
.pricesRegister .prices-register-tabs .table td {
  max-width: 419px;
}

@media (max-width: 567px) {
  .pricesRegister .subtext {
    font-style: italic;
    word-break: break-word;
  }
}

.transparency-governance-tabs {
  padding: 80px 0;
}

.transparency-governance-tabs .-tabs-content .-tab-item {
  padding: 80px 0;
}

.transparency-governance-tabs .-tabs-content .-tab-item .title {
  font-family: "Gotham Bold";
  font-size: 1.4rem;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
}

.transparency-governance-tabs .-tabs-content .-tab-item p.text {
  font-size: 0.9rem;
  line-height: 1.56;
  color: #676c73;
}

@media (min-width: 1200px) {
  .transparency-governance-tabs .-tabs-links .-tab-link {
    min-width: 222px;
    padding: 2rem;
  }
  .transparency-governance-tabs .-tabs-links .-tab-link.active {
    min-width: 222px !important;
  }
}

@media (max-width: 1100px) {
  .transparency-governance-tabs .-tabs-links {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .transparency-governance-tabs {
    padding: 40px 0;
  }
  .transparency-governance-tabs .-tabs-links {
    justify-content: normal;
    padding-left: 16px;
    padding-right: 16px;
  }
  .transparency-governance-tabs .-tabs-content .-tab-item p.text {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
}

.transparency-documents-tabs {
  padding: 80px 0;
}

.transparency-documents-tabs .transparency-documents-tabs-front {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .documents-tabs-inner {
  height: 92px;
  padding: 0 20px;
  margin: 0 1px;
  border-radius: 10px;
  letter-spacing: -0.4px;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #676c73;
  line-height: 1.44;
  font-family: "Gotham Book";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .documents-tabs-inner.active {
  padding: 58px 20px;
  min-width: auto;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-managment {
  color: #4cc1a1;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-managment:hover {
  color: white;
  background-color: #4cc1a1;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-managment.active {
  margin: 0;
  color: white;
  background-color: #4cc1a1;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-summary-records {
  color: #00a8b0;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-summary-records:hover {
  color: white;
  background-color: #00a8b0;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-summary-records.active {
  margin: 0;
  color: white;
  background-color: #00a8b0;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-ethic-code {
  color: #3c7d9a;
  min-width: 120px;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-ethic-code:hover {
  color: white;
  background-color: #3c7d9a;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-ethic-code.active {
  min-width: 120px;
  margin: 0;
  color: white;
  background-color: #3c7d9a;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-ownership-structure {
  color: #a4899f;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-ownership-structure:hover {
  color: white;
  background-color: #a4899f;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-ownership-structure.active {
  margin: 0;
  color: white;
  background-color: #a4899f;
}

.transparency-documents-tabs .transparency-documents-tabs-front .btn-gov-bdmg {
  color: #ff8450;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-bdmg:hover {
  color: white;
  background-color: #ff8450;
}

.transparency-documents-tabs
  .transparency-documents-tabs-front
  .btn-gov-bdmg.active {
  min-width: 222px;
  margin: 0;
  color: white;
  background-color: #ff8450;
}

.transparency-documents-tabs .-tabs-content .-tab-item {
  padding: 80px 0;
}

.transparency-documents-tabs .-tabs-content .-tab-item p.text {
  font-size: 1rem;
  line-height: 1.56;
  color: #676c73;
}

@media (min-width: 1025px) {
  .transparency-documents-tabs
    .transparency-documents-tabs-front
    .documents-tabs-inner {
    min-width: 222px;
    padding: 2rem;
  }
  .transparency-documents-tabs
    .transparency-documents-tabs-front
    .documents-tabs-inner.active {
    min-width: 222px;
  }
}

@media (max-width: 768px) {
  .transparency-documents-tabs {
    padding: 40px 0;
  }
  .transparency-documents-tabs .transparency-documents-tabs-front {
    justify-content: normal;
    padding-left: 16px;
    padding-right: 16px;
  }
  .transparency-documents-tabs .-tabs-content .-tab-item p.text {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
}

#searchList {
  margin: 40px 0;
}

#searchList .red-text {
  font-size: 1.75rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  margin-top: 80px;
}

#searchList .separator {
  width: 100%;
  background-color: #d22828;
  height: 2px;
}

#searchList .icon {
  width: 26px;
  height: 32px;
  position: absolute;
  left: -42px;
}

#searchList a.result-title {
  font-size: 1.375rem;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: underline;
  padding-bottom: 13px;
  display: block;
  border-bottom: 2px solid #676c73;
  margin-bottom: 14px;
}

#searchList a {
  color: #676c73;
}

#searchList content {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

#searchList li.result {
  position: relative;
  width: 90%;
  margin-bottom: 50px;
}

#searchList ul.result-list {
  margin-top: 80px;
}

#searchList .button.-dif {
  width: 340px;
  position: relative;
  display: block;
  margin: 80px auto;
}

#searchList .button.-dif .arrow {
  float: right;
  margin-top: 5px;
}

@media (max-width: 560px) {
  #searchList .button.-dif {
    width: 100%;
  }
}

.transparencyDocumentsBanner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.transparencyBiddingsRecent .search-header .search {
  margin-right: 5px;
}

.transparencyBiddingsRecent .search-header .searchSelects {
  flex-grow: 1;
}

@media (max-width: 1199.98px) {
  .transparencyBiddingsRecent .search-header .searchSelects {
    flex-grow: 2;
  }
}

@media (max-width: 991.98px) {
  .transparencyBiddingsRecent .search-header .search {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

.transparencyDocumentsStateFunds {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.transparencyDocumentsStateFunds .box {
  border-color: #a4899f !important;
  display: flex;
  padding: 30px 28px !important;
  margin-bottom: 30px;
}

.transparencyDocumentsStateFunds .box .text {
  margin-bottom: 0px !important;
}

.transparencyDocumentsStateFunds .box .boxText {
  padding-right: 32px;
  flex-grow: 1;
}

.transparencyDocumentsStateFunds .box .boxContent {
  border-left: 1px solid #a4899f;
  padding: 10px 0 10px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 39%;
}

.transparencyDocumentsStateFunds .box .btnRed {
  font-family: "Gotham Medium";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  display: block;
  background-color: #d22828;
  padding: 14px 25px;
  border-radius: 5px;
  box-shadow: 0px 2px 0 0 #9f0000;
  margin-top: 40px;
  max-width: 140px;
}

.transparencyDocumentsStateFunds .box .btnRed:hover {
  background-color: #9f0000;
}

@media (max-width: 576px) {
  .transparencyDocumentsStateFunds .box {
    flex-flow: column;
  }
  .transparencyDocumentsStateFunds .box .text {
    text-align: center;
  }
  .transparencyDocumentsStateFunds .box .boxText {
    padding: 0 0 20px 0;
  }
  .transparencyDocumentsStateFunds .box .boxContent {
    border-top: 1px solid #a4899f;
    border-left: 0;
    padding: 20px 0 0 0;
    align-items: center;
  }
  .transparencyDocumentsStateFunds .box .boxContent .text {
    text-align: center;
  }
  .transparencyDocumentsStateFunds .box .btnRed {
    margin-top: 20px;
  }
}

.transparencyDocumentsClassified {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}

.transparencyDocumentsClassified .box {
  border-radius: 6px;
  border-left: 9px solid #bd4f5c;
  padding: 40px 36px;
  background-image: url("../img/mpe-testimonials_bg-x1.png");
  max-width: 800px;
}

.transparencyDocumentsClassified .box .text {
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
}

.transparencyDocumentsRiskManagement .text {
  padding-bottom: 20px;
}

.transparencyDocumentsRiskManagement .textFlex {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.transparencyDocumentsRiskManagement .textFlex .text {
  flex: 0 0 48%;
  padding-bottom: 40px;
  font-size: 1rem;
}

.transparencyDocumentsRiskManagement .btnOrange {
  background-color: #ff8450;
  box-shadow: 0px 2px 0 0 #c5501e;
}

.transparencyDocumentsRiskManagement .btnOrange:hover {
  background-color: #c5501e;
}

.transparencyDocumentsRiskManagement .diagram {
  display: flex;
  align-items: center;
  flex-flow: column;
}

.transparencyDocumentsRiskManagement .diagram .title {
  font-family: "Gotham Bold";
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ff8450;
  margin-bottom: 0px;
  padding-top: 45px;
}

.transparencyDocumentsRiskManagement .diagram .img {
  margin-bottom: 100px;
  max-width: 877px;
}

.transparencyDocumentsRiskManagement .titleColor {
  color: #ff8450 !important;
}

@media (max-width: 768px) {
  .transparencyDocumentsRiskManagement .textFlex {
    justify-content: center;
  }
  .transparencyDocumentsRiskManagement .textFlex .text {
    flex: 0 0 100% !important;
  }
}

.relationFacts .big-title-grey {
  margin-bottom: 3rem;
}

.relationFacts .chosen-container-single .chosen-single,
.relationFacts .chosen-single,
.relationFacts .chosen-drop {
  width: 300px;
}

.relationFacts .chosen-container.chosen-container-single {
  width: 300px !important;
}

.relationFacts
  .chosen-container.chosen-container-single.chosen-container-active {
  width: 300px !important;
}

.relationFacts #filter {
  margin-bottom: 40px;
}

.relationFacts .cardFacts {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.relationFacts .cardTitle {
  font-family: "Gotham Bold";
  font-size: 1.375rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.4px;
  text-align: left;
  color: #d22828;
  margin-bottom: 0;
}

.relationFacts .cardText {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  text-align: left;
  color: #676c73;
}

.relationFacts .cardBtn {
  margin-top: -20px;
  margin-bottom: 32px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.relationFacts .btn {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 210px;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.relationFacts .btnBlue {
  background-color: #3998b5;
  box-shadow: 0px 2px 0 0 #306e89;
}

.relationFacts .btnRed {
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  margin-left: 5px;
}

.relationFacts .cardList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 560px) {
  .relationFacts {
    padding-bottom: 40px;
  }
  .relationFacts .big-title-grey {
    font-size: 2rem;
    line-height: 1.2;
  }
  .relationFacts .cardFacts {
    padding: 20px;
  }
  .relationFacts .btn {
    padding-top: 30px;
    padding-bottom: 14px;
  }
}

#contests-tabs .-tabs-links {
  justify-content: center;
}

#contests-tabs .-tabs-links.-round-links .-tab-link {
  width: 222px;
  height: 92px;
  align-items: center;
  justify-content: center;
}

#contests-tabs .-tabs-links.-round-links .-tab-link.active {
  height: 112px;
}

@media (max-width: 567px) {
  #contests-tabs .-tabs-links {
    justify-content: normal;
    padding: 0 30px;
  }
  #contests-tabs #tab-contratos .text {
    word-break: break-word;
  }
}

.transparencyContestsInternship {
  display: flex;
  align-items: center;
  flex-flow: column;
}

.transparencyContestsInternship .text {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #676c73;
  max-width: 562px;
}

.transparencyContestsInternship .btn {
  margin-top: 57px;
  background-color: #d22828;
  font-family: "Gotham Medium";
  font-size: 1.0625rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  padding: 19px 38px;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.transparencyContestsInternship .btn:hover {
  background-color: #9f0000;
}

.transparencySponsorship {
  background-image: none;
}

.transparencySponsorship .text {
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
}

.transparencySponsorship .tableContainer {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 80px;
}

.transparencySponsorship .tableContainer .tableTitle {
  font-family: "Gotham Bold";
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  color: #706e9a;
  flex: 0 0 48%;
  margin-bottom: 25px;
}

.transparencySponsorship .tableContainer .table-responsive {
  flex: 0 0 48%;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}

.transparencySponsorship .tableContainer .table-responsive .table {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.transparencySponsorship .tableContainer .tableTitle:nth-child(1) {
  order: 1;
}

.transparencySponsorship .tableContainer .table-responsive:nth-child(2) {
  order: 3;
}

.transparencySponsorship .tableContainer .tableTitle:nth-child(3) {
  order: 2;
}

.transparencySponsorship .tableContainer .table-responsive:nth-child(4) {
  order: 4;
}

.transparencySponsorship .tableContainer .table-geral tbody tr td:last-child {
  vertical-align: middle;
}

.transparencySponsorship
  .tableContainer
  .table-geral
  tbody
  tr:first-child
  td:first-child {
  border-top-left-radius: 10px;
}

.transparencySponsorship
  .tableContainer
  .table-geral
  tbody
  tr:first-child
  td:last-child {
  border-top-right-radius: 10px;
}

@media (max-width: 767.98px) {
  .transparencySponsorship .tableContainer {
    margin-top: 40px;
  }
  .transparencySponsorship .tableContainer .tableTitle {
    flex: 0 0 100%;
    margin-top: 40px;
  }
  .transparencySponsorship .tableContainer .table-responsive {
    flex: 0 0 100%;
  }
  .transparencySponsorship .tableContainer .tableTitle:nth-child(1) {
    order: 1;
  }
  .transparencySponsorship .tableContainer .table-responsive:nth-child(2) {
    order: 2;
  }
  .transparencySponsorship .tableContainer .tableTitle:nth-child(3) {
    order: 3;
  }
  .transparencySponsorship .tableContainer .table-responsive:nth-child(4) {
    order: 4;
  }
}

.transparencyContests .tableContainer {
  margin: auto;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  justify-content: center;
}

.transparencyContests .tableContainer .tablePage {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 18px 0px 18px 0px;
}

.transparencyContests .tableContainer .tablePage p {
  margin: 0px 14px;
  font-family: "Gotham Medium";
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.3px;
  text-align: center;
  color: #676c73;
}

.transparencyContests .tableContainer .tablePage .next {
  border-radius: 10px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  color: white;
  font-weight: bold;
  padding: 3px 10px;
}

.transparencyContests .tableContainer .tablePage .back {
  border-radius: 10px;
  font-weight: bold;
  background-color: #dad9d6;
  box-shadow: 0px 2px 0 0 #808991;
  padding: 3px 10px;
}

.transparencyContests .tableContainer .table-responsive {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}

.transparencyContests .tableContainer .table-responsive .table {
  margin-bottom: 0;
}

.transparencyContests .tableContainer .btnBlue {
  background-color: #2c8aa6;
  box-shadow: 0px 2px 0 0 #145f75;
}

.transparencyContests .tableContainer .btnBlue:hover {
  background-color: #145f75;
}

.transparencyContests .table-geral tbody tr td:last-child {
  vertical-align: right;
}

.transparencyContests .table-geral tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.transparencyContests .table-geral tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.transparencyContests .table-geral tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.transparencyContests .table-geral tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.transparencyBiddingsRegisterPrices .destaque {
  color: #a4899f !important;
}

.sell-bens {
  font-family: Gotham;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.6px;
  text-align: left;
  color: #4b4f54;
}

.marg-intens {
  padding: 10px;
}

.uf-title {
  width: 108px;
  height: 55px;
}

.city-title {
  width: 248px;
  height: 55px;
}

.local-title {
  width: 100%;
  height: 55px;
}

.type-title {
  width: 178px;
  height: 55px;
}

.pricing {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.pricing p {
  margin-top: 17px;
  margin-right: 13px;
}

.value-pricing {
  display: flex;
  justify-content: space-between;
  top: -19px;
}

.value-pricing p {
  display: flex;
  height: 0px;
  font-family: Gotham;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: -0.2px;
  text-align: left;
  color: #676c73;
  margin-top: 10px;
  padding: 0;
  margin-bottom: -10px;
}

#bens-content .chosen-container {
  margin-bottom: 16px;
}

#bens-content .chosen-container select {
  width: 100%;
}

.value-max {
  margin-left: 54px;
}

.value-min {
  margin-right: 19px;
  text-align: right !important;
}

.slider {
  -webkit-appearance: none;
  min-width: 70%;
  height: 6px;
  background-color: #ebebeb;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  object-fit: contain;
  background-color: #d22828;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4caf50;
  cursor: pointer;
}

.intens-sell {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .chosen-container {
    margin-bottom: 16px;
  }
  .chosen-container select {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .value-pricing p {
    margin-bottom: 16px;
  }
}

.transparencyBiddingsBanner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.sell-bens {
  font-family: Gotham;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.6px;
  text-align: left;
  color: #4b4f54;
}

.marg-intens {
  padding: 10px;
}

.uf-title {
  width: 108px;
  height: 55px;
}

.city-title {
  width: 248px;
  height: 55px;
}

.local-title {
  width: 100%;
  height: 55px;
}

.type-title {
  width: 178px;
  height: 55px;
}

.pricing {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.pricing p {
  margin-top: 17px;
  margin-right: 13px;
}

.value-pricing {
  display: flex;
  justify-content: space-between;
  top: -19px;
}

.value-pricing p {
  display: flex;
  height: 0px;
  font-family: Gotham;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: -0.2px;
  text-align: left;
  color: #676c73;
  margin-top: 10px;
  padding: 0;
  margin-bottom: -10px;
}

#bens-content .chosen-container {
  margin-bottom: 16px;
}

#bens-content .chosen-container select {
  width: 100%;
}

.value-max {
  margin-left: 54px;
}

.value-min {
  margin-right: 19px;
  text-align: right !important;
}

.slider {
  -webkit-appearance: none;
  min-width: 70%;
  height: 6px;
  background-color: #ebebeb;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  object-fit: contain;
  background-color: #d22828;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4caf50;
  cursor: pointer;
}

.intens-sell {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .chosen-container {
    margin-bottom: 16px;
  }
  .chosen-container select {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .value-pricing p {
    margin-bottom: 16px;
  }
}

.about-tabs .-tabs-links {
  margin-bottom: 40px;
}

.about-tabs .-tabs-links .-tab-link:not(.active) {
  background-color: #fff;
}

.about-tabs .btn-editals-inner {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.about-tabs .btn-actions {
  color: #4cc1a1;
}

.about-tabs .btn-actions:hover {
  color: white;
  background-color: #4cc1a1;
}

.about-tabs .btn-actions.active {
  height: 112px;
  color: white;
  padding: 2.5rem 0rem;
  background-color: #4cc1a1;
}

.about-tabs .btn-missions {
  color: #00a8b0;
}

.about-tabs .btn-missions:hover {
  color: white;
  background-color: #00a8b0;
}

.about-tabs .btn-missions.active {
  height: 112px;
  color: white;
  padding: 2.5rem 0rem;
  background-color: #00a8b0;
}

.about-tabs .btn-responsability {
  color: #a4899f;
}

.about-tabs .btn-responsability:hover {
  color: white;
  background-color: #a4899f;
}

.about-tabs .btn-responsability.active {
  height: 112px;
  color: white;
  padding: 2.5rem 0rem;
  background-color: #a4899f;
}

.about-tabs .btn-knowledge {
  color: #ff8450;
}

.about-tabs .btn-knowledge:hover {
  color: white;
  background-color: #ff8450;
}

.about-tabs .btn-knowledge.active {
  height: 112px;
  color: white;
  padding: 2.5rem 0rem;
  background-color: #ff8450;
}

@media (min-width: 1200px) {
  .about-tabs .-tabs-links {
    justify-content: center;
  }
  .about-tabs .-tabs-links .-tab-link {
    min-width: 200px;
    padding: 2rem;
  }
  .about-tabs .-tabs-links .-tab-link.active {
    min-width: 200px !important;
  }
}

@media (max-width: 1100px) {
  .about-tabs .-tabs-links {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-tabs {
    padding: 40px 0;
  }
  .about-tabs .-tabs-links {
    justify-content: normal;
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-tabs .-tabs-content .-tab-item p.text {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.about-commitment {
  position: relative;
  padding: 97px 0;
}

.about-commitment p {
  margin-bottom: 0;
}

.about-commitment .under {
  text-decoration: underline;
}

.about-commitment .title {
  font-family: "Gotham Light";
  font-size: 2rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.6px;
  text-align: center;
  color: #4b4f54;
}

.about-commitment .title span {
  font-family: "Gotham Medium";
}

.about-commitment .buttons-about {
  margin-top: 101px;
  margin-bottom: 91px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.about-commitment .buttons-about p {
  margin: 20px 20px;
}

.about-commitment .buttons-about .btn-about {
  font-family: "Gotham Medium";
  font-size: 1.0625rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  text-align: center;
  padding: 20px 25px;
  max-width: 300px;
  width: 100%;
}

.about-commitment .buttons-about .btn-simulation {
  border-radius: 5px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  color: white;
}

.about-commitment .buttons-about .btn-simulation .btn-simulation:hover {
  background-color: #9f0000;
}

.about-commitment .buttons-about .btn-find {
  opacity: 0.8;
  border-radius: 5px;
  background-color: #dad9d6;
  color: black;
}

.about-commitment .buttons-about .btn-find .btn-find:hover {
  background-color: #dad9d6a8;
}

.about-commitment .lists-links {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

.about-commitment .box {
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap-reverse;
}

.about-commitment .box p {
  margin-bottom: 0;
}

.about-commitment .box .box-content {
  border-color: #706e9a;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}

.about-commitment .box .box-content .sub-title {
  font-family: "Gotham Bold";
  font-size: 1.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #676c73;
}

.about-commitment .box .box-content .values {
  font-family: "Gotham Bold";
  font-size: 4.125rem;
  line-height: 0.8;
  letter-spacing: -1.3px;
  text-align: center;
  color: #4cc1a1;
  padding-bottom: 20px;
}

.about-commitment .box .box-content .am {
  font-family: "Gotham Book";
  font-size: 1.625rem;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #4cc1a1;
}

.about-commitment .box .box-content .sub-text {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #676c73;
}

.about-commitment .box .box-content .link {
  color: #3998b5 !important;
  text-decoration: underline;
}

.about-commitment .box .box-content:nth-child(2) .values {
  border-left: 1px solid #706e9a;
  border-right: 1px solid #706e9a;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 20px;
}

.about-commitment .description {
  font-size: 0.8125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin-top: 79px;
  padding: 0 30px;
}

@media (max-width: 991.98px) {
  .about-commitment .box {
    justify-content: center !important;
  }
  .about-commitment .box .box-content:nth-child(1) {
    order: 3;
  }
  .about-commitment .box .box-content:nth-child(2) {
    order: 2;
  }
  .about-commitment .box .box-content:nth-child(2) .values {
    border-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .about-commitment .box .box-content:nth-child(3) {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .about-commitment .lists-links {
    flex-direction: column;
    text-align: center;
  }
  .about-commitment .lists-links a {
    margin-bottom: 20px;
  }
  .about-commitment .box .box-content:nth-child(2) .values {
    padding: 0 !important;
    margin-left: 0 !important;
    border-left: 0 !important;
  }
  .about-commitment .buttons-about {
    flex-direction: column;
  }
}

.transparency-governance-ethic-code {
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 28px;
}

.transparency-governance-ethic-code .transp-gov-ethic-code-text {
  padding-right: 40px;
}

.transparency-governance-ethic-code
  .transp-gov-ethic-code-contact
  .ethic-code-title {
  font-size: 1.525rem;
  color: #3c7d9a;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 28px;
  padding-left: 15px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .transparency-governance-ethic-code .transp-gov-ethic-code-text {
    padding-right: 0px;
  }
  .transparency-governance-ethic-code
    .transp-gov-ethic-code-contact
    .ethic-code-title {
    font-size: 1.2rem;
    padding-left: 0;
  }
}

.transparency-governance-bdmg {
  line-height: 28px;
  font-size: 18px;
}

.transparency-governance-bdmg a {
  text-decoration: underline;
}

.transparency-governance-bdmg .transparency-governance-bdmg-text {
  color: #455560;
  font-size: 1rem;
  padding-right: 26px;
}

.transparency-governance-bdmg .transparency-governance-bdmg-text strong {
  font-family: "Gotham Bold";
}

.transparency-governance-bdmg .transparency-governance-bdmg-links {
  color: #455560;
  font-size: 1rem;
}

.transparency-governance-bdmg .transparency-governance-bdmg-links div {
  line-height: 2.33;
}

.transparency-governance-bdmg .transparency-governance-bdmg-links img {
  padding-right: 15px;
}

.press-room {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  margin: 0;
  background-color: #fff;
}

.press-room .txt-event {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  text-align: left;
  color: #676c73;
  margin-bottom: 2rem;
}

.press-room .cta {
  display: block;
  margin-bottom: 3rem;
  text-align: right;
}

.press-room .cta .button.-red {
  margin: 0 auto;
  cursor: pointer;
}

.press-room .cta .link {
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  color: #3998b5;
  text-decoration: underline;
  cursor: pointer;
}

.press-room .event {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 8rem 0;
}

.press-room .event .date {
  height: 172px;
  background-color: #706e9a;
  border-radius: 5px 0 0 5px;
  padding: 1rem 0.5rem;
  margin: 0;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.press-room .event .date .number {
  font-family: "Gotham Bold";
  font-size: 3.125rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1;
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
}

.press-room .event .date .txt {
  font-family: "Gotham Light";
  font-size: 1.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: normal;
  display: block;
}

.press-room .event .content {
  width: 100%;
  height: auto;
  padding: 2rem;
  border-radius: 0 0 10px 10px;
  background-color: #f7f7f7;
  border: solid 1px #dad9d6;
  position: relative;
  z-index: 1;
}

.press-room .event .content .title {
  font-family: "Gotham Bold";
  font-size: 1.375rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.4px;
  text-align: left;
  color: #706e9a;
  margin-bottom: 2rem;
}

.press-room .event .content .lead {
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  text-align: left;
  color: #676c73;
}

.press-room .event .btn-read-more {
  border-radius: 10px;
  background-color: #a4899f;
  box-shadow: 0px 2px 0 0 #85657f;
  font-family: "Gotham Book";
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  padding: 2.2rem 1rem 1rem;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 0;
}

.press-room .news {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 8rem 0;
}

.press-room .news.full {
  margin: 0 0 1rem;
}

.press-room .news > .row + .row {
  margin-top: 80px;
}

.press-room .news .date {
  height: 172px;
  background-color: #706e9a;
  border-radius: 5px 0 0 5px;
  padding: 1rem 0.5rem;
  margin: 0;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.press-room .news .date .number {
  font-family: "Gotham Bold";
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1;
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
}

.press-room .news .date .txt {
  font-family: "Gotham Light";
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: normal;
  display: block;
}

/* .press-room .news .cover {
    width: 100%;
    height: 172px;
    background-image: url(../img/news-room/bg-news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 0 5px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    padding: 1rem;
    box-shadow: inset 0px -60px 80px rgba(0, 0, 0, 0.6)
} */

.press-room .news .cover .subtitle {
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.3px;
  text-align: right;
  color: #ffffff;
  width: 100%;
}

.press-room .news .content {
  width: 100%;
  height: auto;
  padding: 2rem;
  border-radius: 0 0 10px 10px;
  background-color: #f7f7f7;
  border: solid 1px #dad9d6;
  position: relative;
  z-index: 1;
}

.press-room .news .content .title {
  font-family: "Gotham Bold";
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.4px;
  text-align: left;
  color: #706e9a;
  margin-bottom: 2rem;
}

.press-room .news .content .lead {
  font-family: "Gotham Book";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  text-align: left;
  color: #676c73;
}

.press-room .news .content .lead .list-txt {
  list-style: disc !important;
}

.press-room .news .content .lead .list-txt .item-list {
  margin-bottom: 1rem;
}

.press-room .news .btn-read-more {
  border-radius: 10px;
  border: none;
  background-color: #a4899f;
  cursor: pointer;
  box-shadow: 0px 2px 0 0 #85657f;
  font-family: "Gotham Book";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  padding: 2.2rem 1rem 1rem;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 0;
}

.press-room .box-date,
.press-room .box-cover,
.press-room .box-body,
.press-room .box-btn {
  padding-left: 0;
  padding-right: 0;
}

.filter-news {
  width: 100%;
  margin-bottom: 3rem;
}

.filter-news .news-tabs {
  position: relative;
  z-index: 1;
}

.filter-news .news-tabs .tabs-top-red {
  margin: 0;
  padding: 0;
}

.filter-news .news-tabs .tabs-top-red .tab-inner {
  background-color: #f7f7f7;
  border-top-style: solid;
  border-color: #f7f7f7;
  border-radius: 15px 15px 0 0;
  padding: 15px 10px 10px 10px;
}

.filter-news .news-tabs .tabs-top-red .tab-inner > a {
  color: #b4b9bd;
}

.filter-news .news-tabs .tabs-top-red .tab-inner.active {
  background-color: #ebebeb;
  border-top-color: #d22828;
}

.filter-news .news-tabs .tabs-top-red .tab-inner.active > a {
  color: #808991;
}

.filter-news .news-tabs .tabs-top-red .tab-inner + .tab-inner {
  margin-right: -4px;
}

.filter-news .news-tabs .-tabs-content {
  background-color: #ebebeb;
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin: 0;
}

.filter-news .news-tabs .-tabs-content .content {
  padding: 2rem 1rem;
}

.filter-news .news-tabs .-tabs-content .content .txt {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: left;
  color: #676c73;
}

.filter-news .news-tabs .-tabs-content .content .button.-red {
  width: 100%;
}

/* .filter-news #tab-eventos .content {
    height: 270px;
    background-image: url(../img/news-room/bg-event.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50px;
    background-position-x: -10px
} */

.filter-news .contact {
  background-color: #808991;
  color: #fff;
  padding: 3rem 1rem 2rem;
  position: relative;
  z-index: 0;
  margin-top: -20px;
  border-radius: 0 0 10px 10px;
}

.filter-news .contact .title {
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: left;
  color: #ffffff;
  display: block;
  margin-bottom: 0;
}

.filter-news .contact .tel {
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: block;
  margin-bottom: 0;
}

.filter-news .contact .email a {
  color: #ffffff;
}

@media (max-width: 575px) {
  .press-room .box-date,
  .press-room .box-cover,
  .press-room .box-body,
  .press-room .box-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .press-room .news .date {
    height: auto;
    border-radius: 5px 5px 0 0;
    padding: 1rem 0.5rem;
    flex-direction: initial;
  }
  .press-room .news .cover {
    border-radius: 0;
  }
  .press-room .news .btn-read-more {
    right: 15px;
  }
  .press-room .event .date {
    height: auto;
    border-radius: 5px 5px 0 0;
    padding: 1rem 0.5rem;
    flex-direction: initial;
  }
  .press-room .event .btn-read-more {
    right: 15px;
  }
}

.documents-content-tabs .subtitle {
  font-family: "Gotham Bold";
  font-size: 1.8rem;
  color: #808991;
  letter-spacing: -0.5px;
  line-height: 1.23;
  margin-bottom: 30px;
}

.transparency-documents-budgets .budgets-text {
  font-size: 1rem;
  line-height: 28px;
  padding: 0px !important;
}

.transparency-documents-budgets .budgets-pagination {
  padding-right: 15px;
}

.transparency-documents-budgets .budgets-pagination .budgets-a {
  border-radius: 10px;
  background-color: #dad9d6;
  box-shadow: 0px 2px 0 0 #808991;
  color: #676c73 !important;
  padding: 0.5rem 0.8rem;
  font-size: 14px;
}

.transparency-documents-budgets .budgets-pagination .budgets-a.active {
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  color: white !important;
}

.transparency-documents-budgets .budgets-pagination .budgets-a:hover {
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  color: white !important;
}

.transparency-documents-budgets .budgets-pagination .budgets-label {
  margin: 0 10px !important;
  font-family: "Gotham Medium";
  color: #676c73;
}

.transparency-documents-budgets .budgets-table .bg-grey-btn {
  background-color: #808991;
  font-size: 19px;
  white-space: nowrap;
}

.transparency-documents-budgets .budgets-table .bg-grey-btn th {
  text-align: left;
  padding-left: 25px;
}

.transparency-documents-budgets
  .budgets-table
  .bg-grey-btn
  .bg-grey-btn-download {
  text-align: center !important;
}

.transparency-documents-budgets .tbody-table-budgets td {
  padding-left: 25px !important;
}

.transparency-documents-budgets .tbody-table-budgets .btn-grey-download {
  border-radius: 10px;
  background-color: #717980;
  box-shadow: 0px 2px 0 0 #474c50;
  color: #fff !important;
  padding: 0.5rem 1rem;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .transparency-documents-budgets .budgets-pagination {
    padding-right: 0;
  }
}

.aboutActing {
  background-image: url("../img/mpe-testimonials_bg-x1.png");
}

.aboutActing p {
  margin-bottom: 0;
}

.aboutActing .box {
  display: flex;
  background-color: transparent;
}

.aboutActing .imgActing {
  height: 185px;
}

.aboutActing .sideBox {
  flex: 0 0 30%;
  margin-right: 60px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.aboutActing .title {
  font-family: "Gotham Light";
  font-size: 2.5rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
  padding: 0;
}

.aboutActing .text {
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #4b4f54;
  margin-bottom: 20px;
}

.aboutActing .subText {
  font-family: "Gotham Book";
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #4b4f54;
  padding-left: 19px;
  margin-top: 31px;
  border-left: 3px solid;
  border-color: #e41e2c;
}

@media (max-width: 768px) {
  .aboutActing .title {
    font-size: 1.5rem;
  }
  .aboutActing .box {
    display: block;
    height: auto;
  }
  .aboutActing .sideBox {
    flex: 0 0 30%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0;
    margin-bottom: 30px;
  }
}

.about-missions {
  background-image: url("../img/mpe-testimonials_bg-x1.png");
  padding-bottom: 0px;
}

.about-missions .title {
  font-family: "Gotham Light";
  font-size: 2.5rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
  margin-bottom: 70px;
}

.about-missions .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.about-missions .cards .items-card {
  flex: 0 0 30%;
  text-align: center;
}

.about-missions .cards .items-card .images {
  height: 85px;
}

.about-missions .cards .items-card .title-card {
  margin: 35px 0;
  font-family: "Gotham Bold";
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  color: #00a8b0;
}

.about-missions .cards .items-card .text-card {
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #4b4f54;
  margin-bottom: 0;
  list-style-type: disc;
  list-style-position: inside;
}

.about-missions .cards .items-card ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .about-missions .title {
    font-size: 1.5rem;
  }
  .about-missions .cards .items-card {
    flex: 0 0 40%;
  }
  .about-missions .cards .items-card:last-child {
    flex-grow: 1;
    margin-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .about-missions .cards .items-card {
    flex: 0 0 100%;
    margin-top: 35px;
  }
}

#aboutResponsability {
  padding: 40px 0;
  background-color: #ebebeb;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
}

#aboutResponsability .-margint {
  margin-top: 80px;
  margin-bottom: 60px;
}

#aboutResponsability .rose-title {
  font-size: 2.5rem;
  color: #a4899f;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#aboutResponsability .orange-title {
  font-size: 2.5rem;
  color: #ff8450;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#aboutResponsability .green-title {
  font-size: 2.5rem;
  color: #00a8b0;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#aboutResponsability .kimberly-title {
  font-size: 2.5rem;
  color: #706e9a;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#aboutResponsability .about-list {
  margin: 55px 0px;
}

#aboutResponsability .about-list.-rose {
  list-style-image: url("../img/sobre/rose-ok.svg");
}

#aboutResponsability .about-list.-green {
  list-style-image: url("../img/sobre/green-ok.svg");
}

#aboutResponsability .about-list.-kimberly {
  list-style-image: url("../img/sobre/kimb-ok.svg");
}

#aboutResponsability .about-list li {
  margin: 15px 0;
  padding: 0 10px;
}

#aboutResponsability .cta {
  margin: 60px auto;
}

#aboutResponsability .divider {
  position: relative;
  margin: 80px 0;
}

#aboutResponsability .divider hr {
  background-color: #808991;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#aboutResponsability .divider .bar {
  position: absolute;
  width: 100px;
  height: 8px;
  top: -4px;
  background-color: #808991;
  left: calc(50% - 50px);
}

#aboutResponsability .pseudo-banner {
  margin: 80px 0;
  width: 100%;
  margin-left: 0;
  height: 356px;
  background-image: url("../img/pseudo-banner.jpg");
  color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding-bottom: 40px;
}

#aboutResponsability .pseudo-banner .text.-pseudo {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#aboutResponsability .flex-container {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}

#aboutResponsability .flex-container .content {
  margin: 0 2.5%;
}

#aboutResponsability .flex-container .content.-txt {
  width: calc(90% - 445px);
}

#aboutResponsability .flex-container .content.-img {
  width: 445px;
}

@media (max-width: 991px) {
  #aboutResponsability .flex-container {
    flex-flow: column wrap;
  }
  #aboutResponsability .flex-container .content.-txt {
    width: 100%;
  }
  #aboutResponsability .flex-container .content.-img {
    width: 100%;
    max-width: 445px;
    margin: 10px auto;
  }
  #aboutResponsability .flex-container .content.-img img {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  #aboutResponsability .green-title,
  #aboutResponsability .orange-title,
  #aboutResponsability .kimberly-title,
  #aboutResponsability .rose-title {
    font-size: 1.5rem;
  }
  #aboutResponsability .button.-big {
    width: 100% !important;
  }
  #aboutResponsability .pseudo-banner {
    background-size: cover;
    height: fit-content;
    padding-top: 20px;
    margin: 40px 0;
  }
  #aboutResponsability .pseudo-banner .text.-pseudo {
    width: 80%;
  }
  #aboutResponsability .title-thin {
    font-size: 1.5rem !important;
  }
  #aboutResponsability .-margint {
    margin: 40px 0;
  }
  #aboutResponsability .about-list {
    margin: 25px 5px;
  }
  #aboutResponsability .cta {
    margin: 20px auto;
  }
}

#bdmgCompromise {
  padding: 80px 0;
}

#bdmgCompromise .mini-title {
  font-size: 1.5rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin: 0;
}

#bdmgCompromise .big-green-font {
  font-size: 4rem;
  color: #4cc1a1;
  line-height: 1;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  letter-spacing: -1.3px;
  margin: 0;
}

#bdmgCompromise .big-green-font small {
  font-size: 1.6rem;
  font-family: Gotham Book;
}

#bdmgCompromise .title-thin {
  font-family: Gotham Light;
  text-align: center;
  color: #4b4f54;
}

#bdmgCompromise .title-thin strong {
  font-family: Gotham Medium;
  font-weight: normal;
}

#bdmgCompromise .btn-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: fit-content;
  margin: 80px auto;
}

#bdmgCompromise .btn-container .button,
#bdmgCompromise .btn-container .or {
  margin: 0 20px;
}

#bdmgCompromise .btn-container .or {
  margin-top: 20px;
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

#bdmgCompromise .data-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#bdmgCompromise .link,
#bdmgCompromise .text {
  display: block;
  width: 100%;
  text-align: center !important;
}

#bdmgCompromise .link {
  text-decoration: underline;
}

#bdmgCompromise .divider {
  margin-top: 40px;
  display: block;
  width: 1px;
  height: 50px;
  background-color: #676c73;
}

#bdmgCompromise .links-container {
  margin: 50px 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#bdmgCompromise .links-container .link {
  width: fit-content;
}

#bdmgCompromise p.small-text {
  margin-top: 30px;
  font-size: 0.8rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 991px) {
  #bdmgCompromise .btn-container {
    margin: 40px auto;
    flex-flow: column;
  }
  #bdmgCompromise .btn-container .or {
    margin: 10px auto;
  }
  #bdmgCompromise .divider {
    display: none;
  }
}

@media (max-width: 768px) {
  #bdmgCompromise {
    padding: 20px;
    margin: 40px;
  }
  #bdmgCompromise .title-thin {
    font-size: 1.5rem;
  }
  #bdmgCompromise .data-container {
    flex-flow: column;
  }
  #bdmgCompromise .data-container .data {
    margin: 10px 0;
  }
  #bdmgCompromise .links-container {
    margin: 10px 0;
  }
  #bdmgCompromise .btn-container {
    margin: 40px auto;
  }
}

@media (max-width: 425px) {
  #bdmgCompromise {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #bdmgCompromise .btn-container {
    width: 100%;
  }
  #bdmgCompromise .btn-container .button {
    width: 100%;
    margin-left: 0;
  }
  #bdmgCompromise .big-green-font {
    font-size: 3rem;
  }
}

.about-knowledge {
  background-image: url("../img/mpe-testimonials_bg-x1.png");
  padding-bottom: 80px;
}

.about-knowledge p {
  margin-bottom: 0;
}

.about-knowledge .big-title-grey {
  font-family: "Gotham Light";
}

.about-knowledge .sub-title {
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.5px;
  text-align: center;
  color: #44474b;
  padding-bottom: 55px;
}

.about-knowledge .text {
  font-family: "Gotham Book";
  font-size: 1.0625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #4b4f54;
}

.about-knowledge .inputFlex {
  padding-top: 40px;
}

.about-knowledge .th-orange {
  background-color: #ff8450;
}

.about-knowledge .btn-orange {
  background-color: #ea723f;
  box-shadow: 0px 2px 0 0 #ca5c2d;
}

.about-knowledge .btn-orange:hover {
  background-color: #ca5c2d;
}

.about-knowledge table {
  margin-bottom: 80px;
}

.about-knowledge table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.about-knowledge table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.about-knowledge .cards-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 80px;
}

.about-knowledge .cards-flex .card-places {
  flex: 0 0 24%;
  border-radius: 10px;
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  padding: 0 20px;
  margin: 7px 0;
  height: 400px;
  position: relative;
  transition: 300ms;
  display: flex;
  justify-content: center;
}

.about-knowledge .cards-flex .card-places .card-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.about-knowledge .cards-flex .card-places .card-content .card-info {
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #4b4f54;
}

.about-knowledge .cards-flex .card-places .card-content .place {
  font-size: 1.25rem;
  margin-top: 27px;
  margin-bottom: 20px;
}

.about-knowledge .cards-flex .card-places .card-content .name {
  font-size: 1.125rem;
}

.about-knowledge .cards-flex .card-places .description {
  z-index: -1;
  max-height: 0px;
  justify-self: center;
  font-size: 15px;
  opacity: 0;
  width: 100%;
  position: absolute;
  overflow-y: hidden;
  transition: 500ms;
  top: 300px;
}

.about-knowledge .cards-flex .card-places .display {
  justify-self: center;
  margin-bottom: -17px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: 300ms;
}

.about-knowledge .cards-flex .card-places:hover {
  border-color: #ff8450;
}

.about-knowledge .cards-flex .card-places:hover .display {
  display: block;
  opacity: 1;
}

.about-knowledge .cards-flex .card-places:hover .description {
  z-index: initial;
  position: initial;
  opacity: 1;
  max-height: 200px;
}

.about-knowledge .cards-flex .card-places:hover .card-places {
  justify-content: flex-start;
}

.about-knowledge .link {
  font-family: "Gotham Book";
  text-decoration: underline;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: block;
}

@media (max-width: 991.98px) {
  .about-knowledge .big-title-grey {
    font-size: 1.5rem;
  }
  .about-knowledge .sub-title {
    font-size: 1.2rem;
  }
  .about-knowledge .cards-flex .card-places {
    flex: 0 0 49%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .about-knowledge .cards-flex .card-places {
    flex: 0 0 100%;
  }
}

.aboutCredit {
  background-color: #ebebeb;
  padding: 100px 0;
}

.aboutCredit .title {
  font-size: 2.5rem;
  font-family: "Gotham Light";
  text-align: center;
}

.aboutCredit .text {
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #4b4f54;
  padding-bottom: 54px;
}

.aboutCredit .textUnderline {
  width: 100%;
  font-family: "Gotham Book";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4b4f54;
  padding-bottom: 55px;
  margin-bottom: 0;
}

.aboutCredit .simpleCredit {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #00a8b0;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .aboutCredit .simpleCredit {
    font-size: 1.2rem;
    margin: 0;
  }
}

.aboutCredit .reducedBureaucracy {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #a4899f;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .aboutCredit .reducedBureaucracy {
    font-size: 1.2rem;
    margin: 0;
  }
}

.aboutCredit .financialEducation {
  font-family: "Gotham Bold";
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: -0.7px;
  text-align: center;
  color: #ffb838;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .aboutCredit .financialEducation {
    font-size: 1.2rem;
    margin: 0;
  }
}

.aboutCredit .cardsFlex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.aboutCredit .cardsFlex .cardHeader {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.aboutCredit .cardsFlex .cardHeader .imgDisplayed {
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
}

.aboutCredit .cardsFlex .cardBody {
  border-radius: 0px 0px 10px 10px;
}

.aboutCredit .cardsFlex .cardBody .textoInterno {
  font-family: "Gotham Book";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  padding-bottom: 38px;
}

.aboutCredit .cardsFlex .cardPart {
  flex: 0 0 31.5%;
  background-color: #f7f7f7;
  padding: 0 34px;
}

.aboutCredit .cardsFlex .cardPart:nth-child(1) {
  order: 1;
}

.aboutCredit .cardsFlex .cardPart:nth-child(2) {
  order: 4;
}

.aboutCredit .cardsFlex .cardPart:nth-child(3) {
  order: 2;
}

.aboutCredit .cardsFlex .cardPart:nth-child(4) {
  order: 5;
}

.aboutCredit .cardsFlex .cardPart:nth-child(5) {
  order: 3;
}

.aboutCredit .cardsFlex .cardPart:nth-child(6) {
  order: 6;
}

@media (max-width: 992px) and (min-width: 768px) {
  .aboutCredit .cardsFlex .cardPart {
    flex: 0 0 49%;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(1) {
    order: 1;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(2) {
    order: 3;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(3) {
    order: 2;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(4) {
    order: 3;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(5) {
    order: 5;
    flex: 0 0 50.1%;
    margin: 0 auto;
    margin-top: 12px;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(6) {
    order: 6;
    flex: 0 0 50.1%;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .aboutCredit .title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .aboutCredit .text {
    font-size: 1.1rem;
  }
  .aboutCredit .cardsFlex .cardHeader {
    margin-top: 12px;
  }
  .aboutCredit .cardsFlex .textoInterno {
    padding-top: 20px;
  }
  .aboutCredit .cardsFlex .cardPart {
    flex: 0 0 100%;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(1) {
    order: 1;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(2) {
    order: 2;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(3) {
    order: 3;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(4) {
    order: 4;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(5) {
    order: 5;
  }
  .aboutCredit .cardsFlex .cardPart:nth-child(6) {
    order: 6;
  }
}

#barra-cookie {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 9999999999;
}

.barra-cookie {
  width: 100%;
  background-color: #4b4f54;
  padding: 20px;
}

.barra-cookie .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  font-family: "Gotham Book";
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
}

.barra-cookie figure {
  margin-bottom: 0;
  cursor: pointer;
}

.barra-cookie figure .closeBarraCookies {
  width: 20px;
  height: 20px;
}

.barra-cookie .btn-cookie {
  background: #d22828;
  border: none;
  padding: 10px;
  display: block;
  font-size: 0.8rem;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #9f0000;
  margin: 0 0.5rem;
  cursor: pointer;
}

.barra-cookie .link-cookie:hover {
  color: #64d0f1;
}

@media (max-width: 560px) {
  .barra-cookie .txt {
    font-size: 0.875rem;
  }
  #barra-cookie {
    display: none;
  }
}

.green-right-product {
  width: 100%;
  margin-top: 4rem;
}

.green-right-product .title {
  padding: 0;
  margin-bottom: 53px;
  font-size: 2.5rem;
  font-family: "Gotham Light";
}

.green-right-product .button.-red {
  margin: 0 auto;
}

.table.table-geral.tableRightProduct thead tr th {
  color: #fff;
  font-family: "Gotham Light";
}

.table.table-geral.tableRightProduct tbody tr {
  border-bottom: 1px solid #fff;
}

.table.table-geral.tableRightProduct tbody tr td {
  border-right: 1px solid #fff;
}

.table.table-geral.tableRightProduct tbody tr td:first-child {
  background-color: #cecece;
  width: 30%;
  border-right: 0px;
}

.table.table-geral.tableRightProduct tbody tr td:last-child {
  border-right: 0px;
}

.table.table-geral.tableRightProduct tbody tr td .link-table {
  color: #4b4f54;
  font-family: "Gotham Medium";
  text-decoration: underline;
}

.table.table-geral.tableRightProduct tbody tr td .link-table:hover {
  color: #d22828;
}

@media (max-width: 560px) {
  .green-right-product .title {
    font-size: 2rem;
  }
  .table.table-geral.tableRightProduct thead tr th {
    font-size: 1rem;
  }
}

.innovation-partnerships {
  width: 100%;
  height: auto;
  padding: 5.25rem 0;
  background-color: #fff;
  position: relative;
}

.innovation-partnerships .title {
  font-size: 2.5rem;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 40px;
}

.innovation-partnerships .sub-grey {
  font-size: 1.375rem;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 96px;
  text-align: center;
}

.carousel-partnership {
  width: 100%;
}

.carousel-partnership .item-carousel {
  display: flex !important;
  justify-content: center !important;
}

.carousel-partnership .item-carousel figure {
  margin-bottom: 0;
}

.carousel-partnership .item-carousel figure .logo-partnership {
  width: 250px;
  height: auto;
}

.carousel-partnership .slick-prev,
.carousel-partnership .slick-next {
  top: 45% !important;
}

.carousel-partnership .slick-prev {
  left: -45px !important;
}

.carousel-partnership .slick-next {
  right: -45px !important;
}

.carousel-partnership .partnership-arrow,
.carousel-events .carousel-arrow {
  font-size: 1.1rem;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.carousel-partnership .partnership-arrow,
.carousel-partnership .partnership-arrow:hover,
.carousel-partnership .partnership-arrow:focus {
  color: #fff;
  background: #808991;
}

.carousel-events .carousel-arrow,
.carousel-events .carousel-arrow:hover,
.carousel-events .carousel-arrow:focus {
  color: #fff;
  background: #d22828;
}

.carousel-partnership .slick-prev:before,
.carousel-partnership .slick-next:before,
.carousel-events .slick-prev:before,
.carousel-events .slick-next:before {
  display: none;
}

@media (max-width: 560px) {
  .innovation-partnerships .title {
    font-size: 2rem;
  }
  .innovation-partnerships .sub-grey {
    font-size: 1.125rem;
  }
}

.innovation-events {
  width: 100%;
  height: auto;
  padding: 5.25rem 0;
  background-color: #f7f7f7;
  position: relative;
}

.innovation-events .title {
  font-size: 2.5rem;
  color: #4b4f54;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 40px;
}

.carousel-events {
  width: 100%;
}

.carousel-events .card-event {
  max-width: 340px;
}

.carousel-events .card-event .card-body {
  background-color: #ebebeb;
}

.carousel-events .card-event .card-body .card-title {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  text-align: center;
  font-size: 1.375rem;
}

.carousel-events .card-event .card-body .card-text {
  font-size: 1em;
  color: #676c73;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-family: "Gotham Book";
  margin-bottom: 2rem;
  text-align: center;
}

.carousel-events .card-event .card-body .button {
  width: 100% !important;
}

.carousel-events .slick-track {
  text-align: center;
}

.carousel-events .slick-prev {
  left: -45px !important;
}

.carousel-events .slick-next {
  right: -45px !important;
}

.carousel-events .slick-prev:before,
.carousel-events .slick-next:before {
  font-family: "slick";
  font-size: 30px !important;
  line-height: 1.1;
  opacity: 1;
  color: #d22828 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
  .carousel-events .card-event {
    max-width: 280px;
  }
}

@media (max-width: 1023px) {
  .carousel-events .card-event {
    max-width: 340px;
  }
}

@media (max-width: 991px) {
  .carousel-events .card-event {
    max-width: 300px;
  }
}

@media (max-width: 560px) {
  .carousel-events .card-event .card-body .card-title {
    font-size: 1.125rem;
  }
  .carousel-events .card-event .card-body .card-text {
    font-size: 0.875rem;
  }
  .innovation-events .title {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .carousel-events .card-event {
    max-width: 260px;
  }
}

#barra-cookie-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
  display: none;
}

#barra-cookie-mobile .barra-cookie {
  position: relative;
}

#barra-cookie-mobile .barra-cookie .txt {
  font-size: 0.875rem;
}

#barra-cookie-mobile .barra-cookie .closeBarraCookiesMobile {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}

.fale-gerente {
  width: 100%;
  min-height: 400px;
  position: relative;
}

.fale-gerente .bg-fale {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808991;
}

.fale-gerente .bg-fale.bg-img-right {
  /* background-image: url("../img/mge/bgmg-fale-com-gerente.jpg"); */
  background-repeat: no-repeat;
  background-position-x: -270px;
}

.fale-gerente .bg-fale.bg-img-right-2 {
  background-image: url("../img/banner-empreendedor.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
}

.fale-gerente .bg-fale.bg-img-left {
  background-image: url("../img/banner-casal.png");
  background-repeat: no-repeat;
  background-position: right;
}

.fale-gerente .container {
  position: relative;
  padding: 0;
}

.fale-gerente .container .conteudo {
  width: 100%;
  min-height: 400px;
  background-color: rgba(128, 137, 145, 0.79);
  display: flex;
  align-items: center;
  font-size: 1em;
  color: #ebebeb;
  line-height: 1.4em;
  font-family: "Gotham Light";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 0 40px;
}

.fale-gerente .container .conteudo .text {
  font-size: 1.18rem;
  color: white;
  line-height: 1.4em;
  font-family: "Gotham Light";
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-bottom: 0px;
}

.fale-gerente .container .conteudo .text-small {
  font-size: 1rem;
  width: 80%;
  margin: 0 auto 2rem;
}

@media (max-width: 991px) {
  .fale-gerente {
    min-height: auto;
  }
  .fale-gerente .bg-fale {
    height: 400px;
    position: relative;
  }
  .fale-gerente .bg-fale.bg-img-right {
    background-position-x: 0;
    background-position: center;
  }
  .fale-gerente .bg-fale.bg-img-right-2 {
    background-position-x: 0;
    background-position: -80px;
  }
  .fale-gerente .bg-fale.bg-img-left {
    background-position-x: -550px;
  }
  .fale-gerente .container .conteudo {
    width: 100%;
    min-height: auto;
    padding: 40px;
    margin-top: -100px;
  }
}

#tabs-assessoria {
  margin-top: 5rem;
}

#tabs-assessoria .box {
  padding: 0;
}

.funjetur-banner {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 680px;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  position: relative;
}

.funjetur-banner .banner {
  width: 100%;
  height: 100%;
  background: url("../img/fungetur-credit/fungetur-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px;
}

.funjetur-banner .banner .txt-banner {
  display: flex;
  width: 100%;
  justify-content: initial;
  flex-direction: column;
  margin-top: 3rem;
  padding-right: 12vw;
}

.funjetur-banner .banner .txt-banner .title {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Gotham Book";
  font-size: 2.5rem;
}

.funjetur-banner .banner .txt-banner .title .txt-bold {
  font-family: "Gotham Bold";
}

.funjetur-banner .banner .txt-banner .title .txt-underline-bold {
  font-family: "Gotham Bold";
  text-decoration: underline;
}

.funjetur-banner .banner .txt-banner .botoes-banner {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: initial;
}

.funjetur-banner .banner .txt-banner .list-itens {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.funjetur-banner .banner .txt-banner .list-itens .item {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.funjetur-banner .banner .txt-banner .list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

@media (max-width: 860px) {
  .funjetur-banner .banner {
    padding: 80px 40px;
  }
  .funjetur-banner .banner .txt-banner {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .funjetur-banner .banner {
    padding: 40px 20px;
  }
  .funjetur-banner .banner .txt-banner .title {
    font-size: 2rem;
  }
  .funjetur-banner .banner .txt-banner .list-itens .item {
    font-size: 1rem;
  }
  .funjetur-banner .banner .txt-banner .botoes-banner .btn-banner {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .funjetur-banner .banner .txt-banner {
    margin-top: 0;
  }
}

.fungeturIntro {
  padding: 5.25rem 0;
}

.fungeturIntro .flexItens {
  display: flex;
  flex-flow: row;
  width: 80%;
  margin: 0 auto;
}

.fungeturIntro .flexItens .itemImg {
  height: 100%;
  width: 250px;
  margin-right: 2rem;
}

.fungeturIntro .flexItens .itemText {
  padding-top: 2.8rem;
  text-align: left;
}

.fungeturIntro .flexItens .itemText .textSpan {
  font-family: "Gotham Medium";
  font-weight: 500;
}

.fungeturIntro .flexItens .itemText .text {
  font-family: "Gotham Light";
  text-align: inherit;
  font-size: 1.875rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.6px;
  margin: 0;
}

.fungeturIntro .flexItens .itemText .subText {
  padding-top: 2.8125rem;
  font-family: "Gotham Book";
  text-align: inherit;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  margin: 0;
}

@media (max-width: 768.98px) {
  .fungeturIntro .flexItens {
    flex-flow: column;
  }
  .fungeturIntro .flexItens .itemImg {
    margin: 0 auto;
  }
  .fungeturIntro .flexItens .itemText {
    text-align: center;
    padding-top: 2rem;
  }
}

@media (max-width: 993.98px) {
  .fungeturIntro .flexItens {
    width: 100%;
  }
}

.exclusive-conditions-fungetur {
  background-color: #dfdcdc;
  background-image: url(../img/bgmg-bg_pattern-light.png);
  position: relative;
  padding: 40px 0 20px 0;
}

.exclusive-conditions-fungetur .title {
  font-family: "Gotham Bold";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: -0.8px;
  text-align: left;
  display: inline-block;
  margin: 0;
}

.exclusive-conditions-fungetur .box-white {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
}

.exclusive-conditions-fungetur .box-white .subtitle {
  font-size: 1.625rem;
  font-family: "Gotham Bold";
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 1.375rem;
  padding: 0;
}

.exclusive-conditions-fungetur .box-white a {
  text-decoration: underline;
}

.fungeturInfographic {
  display: block;
  position: relative;
  clear: both;
  padding: 5rem 0;
  width: 100%;
}

.fungeturInfographic .title {
  font-family: "Gotham Light";
  font-size: 1.9rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
}

.fungeturInfographic .image {
  padding-top: 4.625rem;
}

.fungeturInfographic .infographic {
  width: 100%;
  height: auto;
  margin: 3rem 0 0;
  padding: 0;
}

.fungeturInfographic .infographic .step {
  width: 550px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}

.fungeturInfographic .infographic .step .info {
  float: left;
  width: 70%;
}

.fungeturInfographic .infographic .step .info .title {
  font-family: "Gotham Book";
  font-size: 2rem;
  font-weight: bold;
  color: #676c73;
}

.fungeturInfographic .infographic .step .info .title .number {
  color: #d22828;
  font-size: 3rem;
  font-weight: 300;
}

.fungeturInfographic .infographic .step .info .txt {
  font-size: 1.12rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

.fungeturInfographic .infographic .step .info .txt .txt-bold {
  font-family: "Gotham Medium";
}

.fungeturInfographic .infographic .step .info .txt .link {
  text-decoration: underline;
}

.fungeturInfographic .infographic .step .info .txt .link:hover {
  color: #3998b5;
}

.fungeturInfographic .infographic .step .info .txt.txt-small {
  font-size: 0.85rem;
  line-height: 1.2;
  margin-top: 0.3rem;
}

.fungeturInfographic .infographic .step .info .infographic-docs {
  font-size: 0.9rem;
  margin-top: 1rem;
}

.fungeturInfographic .infographic .step .info .infographic-docs .txt-bold {
  display: block;
}

.fungeturInfographic .infographic .step .info .infographic-docs span {
  display: block;
}

.fungeturInfographic .infographic .step .icon {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #ebebeb;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.fungeturInfographic .infographic .step .icon .img-icon {
  width: 80px;
  height: 80px;
}

.fungeturInfographic .infographic .step.right:after {
  content: "";
  position: absolute;
  top: 142px;
  right: -87px;
  background-image: url("../img/arow-grey-right.svg");
  width: 60px;
  height: 45px;
}

.fungeturInfographic .infographic .step.right .info .title .number {
  margin-left: 1rem;
}

.fungeturInfographic .infographic .step.left:last-child:before {
  display: none;
}

.fungeturInfographic .infographic .step.left:before {
  content: "";
  position: absolute;
  top: 128px;
  left: -72px;
  background-image: url("../img/arow-grey-left.svg");
  width: 60px;
  height: 45px;
}

.fungeturInfographic .infographic .step.left .info .title .number {
  margin-right: 1rem;
}

.fungeturInfographic .step:nth-child(3):after {
  top: 75px !important;
}

@media (max-width: 767px) {
  .fungeturInfographic {
    padding: 5rem 0 5rem 0;
  }
  .fungeturInfographic .title .number {
    font-size: 2rem;
    text-align: right;
    float: left;
    min-height: 80px;
    padding-top: 22px;
    padding-left: 8px;
  }
  .fungeturInfographic .infographic .step {
    width: 100%;
    margin-bottom: 30px;
  }
  .fungeturInfographic .infographic .step .info .title {
    font-size: 1.1rem;
  }
  .fungeturInfographic .infographic .step .info .txt {
    font-size: 0.7rem;
    margin-left: 50px;
  }
  .fungeturInfographic .infographic .step .icon {
    width: 80px;
    height: 80px;
  }
  .fungeturInfographic .infographic .step .icon .img-icon {
    width: 40px;
    height: 40px;
  }
}

.formularioFungetur {
  min-height: 380px !important;
}

.formularioFungetur #formFungetur {
  text-align: center;
}

.bdmg-en {
  float: right;
  width: auto;
  padding: 2rem 0 2rem 2rem;
  cursor: pointer;
}

.bdmg-en .eua-flag {
  float: left;
  height: 40px;
  margin-left: 1rem;
  text-align: center;
  position: relative;
}

.bdmg-en .eua-flag span {
  float: left;
  height: 40px;
  font-size: 0.9em;
  color: #455560;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}

.bdmg-en-nav {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px #455560;
  width: auto;
  position: absolute;
  top: 80px;
  right: 0;
  padding: 20px;
}

.bdmg-en-nav:before {
  content: "";
  border-bottom: 6px solid #d22828;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}

.bdmg-en-nav ul {
  padding: 0;
  margin: 0;
}

.bdmg-en-nav ul li {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

.bdmg-en-nav ul li:hover a {
  font-weight: bold;
}

.bdmg-en-nav ul li a {
  color: #d22828;
}

.bdmg-en-mobile {
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.bdmg-en-mobile span {
  font-size: 11px;
  color: #4b4f54;
  padding: 10px;
  font-weight: bold;
}

.editalBanner {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .editalBanner {
    margin-top: 0;
  }
}

.editalBanner .banner {
  width: 100%;
  background: url("../img/editais/banner-edital-municipios.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0;
  margin: 0;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .editalBanner .banner {
    margin-top: 0px;
  }
}

.editalBanner .banner .container {
  min-height: 340px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.editalBanner .banner .container .txt-banner {
  display: flex;
  justify-content: initial;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 3rem;
  color: #fff;
}

.editalBanner .banner .txt-banner h1 {
  font-weight: bold;
  font-family: "Gotham Light";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: left;
  color: #ffffff;
  margin-top: 2rem;
}

.editalBanner .banner .txt-banner p {
  padding: 1rem 0;
}

.insc-edital {
  display: none;
}

.insc-edital.active {
  display: block;
}

.insc-edital .subtitle {
  color: #4b4f54;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Gotham Medium";
}

.insc-edital .acc-formulario-edital {
  padding-top: 2rem;
}

.insc-edital .acc-formulario-edital #btn-acc {
  display: inline-block;
  height: auto;
}

.insc-edital .acc-formulario-edital .content {
  margin-top: 0;
  margin-right: 4rem;
}

.insc-edital .acc-formulario-edital.active .content {
  display: block;
}

#editalDinamico .form-edital {
  margin: 3rem 0 0 0;
}

#editalDinamico .form-edital-cnpj .row {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

#editalDinamico #validateCpnj,
#editalDinamico #cnpjNull {
  margin-bottom: 0;
  font-size: 0.9rem;
}

#editalDinamico #validateCpnj span {
  font-weight: bold;
}

#editalDinamico input#cnpj {
  margin-bottom: 10px;
}

#editalDinamico input::-webkit-outer-spin-button,
#editalDinamico input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#editalDinamico button.multiselect:focus,
#editalDinamico .investimentos ul li a:focus {
  box-shadow: none;
  border-color: #d22828;
  outline: 0;
}

#editalDinamico .investimentos .item-investimento {
  border: 1px solid #d1d1d1;
  margin-bottom: 30px;
  padding: 20px 10px 0 10px;
}

#editalDinamico .investimentos h5 {
  float: left;
  margin-bottom: 0;
  font-size: 1rem;
}

#editalDinamico .investimentos .itens-financiaveis-pdf {
  background: transpaent;
  border: 1px solid #d22828;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Medium;
  padding: 5px;
  float: right;
}

#editalDinamico .investimentos label {
  border: 1px solid transparent;
  color: #4b4f54;
  width: 100%;
}

#editalDinamico button.multiselect {
  background: #fff;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 3.438em;
  width: 100%;
  margin: 0;
}

#editalDinamico ul.dropdown-menu,
#editalDinamico .investimentos .btn-group {
  width: 100%;
}

#editalDinamico .investimentos textarea {
  height: 3.438em;
}

#editalDinamico #valor-total {
  margin-bottom: 1rem;
}

#editalDinamico .card-body {
  background: #bfccd8;
}

.-tabs .-tabs-links.etapas-edital .-tab-link {
  color: #676c73;
  background: transparent url(img/editais/seta-fluxo.png) center center
    no-repeat;
  height: 60px;
  width: calc(100% / 6);
  background-size: 100%;
  line-height: 1;
  font-size: 0.9rem;
}

.-tabs .-tabs-links.etapas-edital .-tab-link.active,
.-tabs .-tabs-links.etapas-edital .-tab-link:hover {
  color: white;
  background: transparent url(img/editais/seta-fluxo-ativo.png) center center
    no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .-tabs .-tabs-links.-round-links {
    margin-top: 2rem;
  }
  .-tabs .-tabs-links.-round-links .-tab-link {
    min-width: 150px;
    max-width: 150px;
    background-size: cover;
  }
  .-tabs .-tabs-links.-round-links .-tab-link.active {
    min-width: 150px;
    max-width: 150px;
    padding: 0 20px;
    background-size: cover;
  }
}

.etapas-edital-content {
  padding: 0 0 40px 0 !important;
}

.etapas-edital-content .subtitle {
  font-family: "Gotham Bold";
  font-size: 1.8rem;
  color: #676c73;
  letter-spacing: -0.5px;
  line-height: 1.23;
  margin-bottom: 30px;
}

.etapas-edital-content h3 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: #d22828;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.etapas-edital-content .edital-lista {
  padding: 0 1.2rem;
}

.etapas-edital-content .edital-lista li {
  list-style: disc;
  padding-bottom: 0.6rem;
}

.etapas-edital-content a.downlink {
  color: #4b4f54;
  text-decoration: underline;
}

.etapas-edital-content a.downlink:hover {
  color: #d22828;
}

.etapas-edital-content table {
  text-align: center;
  background: #f7f7f7;
  margin-bottom: 1.8rem;
}

.etapas-edital-content .table-cronograma {
  text-align: left;
}

.etapas-edital-content table tr {
  border-bottom: 1px solid #ebedef;
}

.etapas-edital-content table tr:first-child {
  background: #bfccd8;
}

.etapas-edital-content table tr:last-child {
  border: none;
}

.etapas-edital-content table td {
  border-right: 1px solid #ebedef;
  padding: 0.8rem;
}

.etapas-edital-content table td:last-child {
  border: none;
}

.etapas-edital-content table tr:first-child td {
  padding: 1.5rem;
  border: none;
}

.etapas-edital-content .table-enquadramento tr:nth-child(2) {
  background: #e1e6eb;
}

.etapas-edital-content table td p {
  margin: 0;
  font-size: 15px;
}

.etapas-edital-content table td span {
  font-size: 13px;
}

.etapas-edital-content .inscricao-content,
.etapas-edital-content .habilitacao-content,
.etapas-edital-content .enquadramento-content,
.etapas-edital-content .projeto-content,
.etapas-edital-content .contratacao-content,
.etapas-edital-content .liberacao-content {
  margin-top: 2rem;
}

.etapas-edital-content .enquadramento-docs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  justify-content: center;
}

.etapas-edital-content .enquadramento-docs > a {
  float: left;
  background: #ebebeb;
  padding: 1rem;
  text-align: center;
  color: #676c73;
  margin: 0 0.2rem 1rem 0.2rem;
  width: calc(100% / 6);
  height: 130px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  justify-content: center;
}

.etapas-edital-content .projeto-docs {
  display: flex;
  flex-wrap: wrap;
}

.etapas-edital-content .projeto-docs div {
  flex: 0 50%;
}

@media (max-width: 768px) {
  .etapas-edital-content .projeto-docs div {
    margin-bottom: 1rem;
  }
  .etapas-edital-content .enquadramento-docs {
    display: block;
  }
  .etapas-edital-content .enquadramento-docs > a {
    width: 100%;
  }
}

p.pt-only,
span.pt-only {
  font-size: 13px;
  text-align: center;
}

.tx-en {
  font-size: 3.125rem !important;
}

.menu-mob-doc {
  padding: 5px;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.acesse-documentos {
  color: #fff;
  padding: 5%;
  /* background: url(../img/bg.jpg); */
  background-color: #fff;
  background-size: cover;
  background-position: center;
  text-align: center;
}

/* .acesse-documentos h2 {
    font-weight: 600
}

.acesse-documentos .btn-red {
    height: auto !important
}

@media (min-width: 765px) {
    .acesse-documentos {
        text-align: left
    }
    .acesse-documentos h2 {
        font-size: 2.5rem
    }
    .acesse-documentos .btn-red {
        padding-left: 80px;
        padding-right: 80px
    }
} */

.font-gotham {
  font-family: "Gotham Bold";
}

.tabs #tabGreen {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabGreen .tab-title {
  bottom: 5px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #47c0a0;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabGreen .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabGreen .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabGreen img.capital-tab {
  width: 150px;
  height: 170px;
}

.tabs #tabGreen.active {
  background-color: #50b89d;
}

.tabs #tabGreen.active .tab-title {
  color: white;
  background: #50b89d;
  width: 100%;
  left: 0%;
  padding-top: 40px;
}

p.tx-selic.green {
  font-size: 1.5rem;
  font-family: "Gotham Bold";
  line-height: 0;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  p.tx-selic.green {
    padding-left: 70px;
    font-size: 2rem;
  }
}

.btn-outline-danger {
  color: #d22828;
  border-color: #d22828;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #bd4f5c;
  border-color: #bd4f5c;
}

.btn-danger {
  color: #fff;
  background-color: #d22828;
  border-color: #d22828;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bd4f5c;
  border-color: #bd4f5c;
}

.select2-container .select2-selection--single {
  height: 3.4rem !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.select2-selection__arrow {
  top: 14px !important;
}

.select-pattern {
  height: 3.4rem !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

.form-busca-mobile {
  display: flex;
  width: 100%;
}

.busca-mobile {
  width: 90%;
  position: relative;
  padding-bottom: 20px;
}

.li-busca-mobile {
  background: #676c73d9 !important;
  margin-top: -3px;
}

.busca-mobile > form > input {
  background: transparent;
  border: none;
  color: #acb2ba;
  font-weight: 600;
}

.busca-mobile > form > input:focus {
  border-bottom: 1pt solid #acb2ba;
  outline-color: transparent;
}

.busca-mobile > form > input::placeholder {
  color: #acb2ba;
  font-weight: 600;
}

.busca-mobile > form > img {
  height: 40px;
  margin-right: 50px;
}

.slick-prev,
.slick-next {
  top: 40%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  opacity: 0.25;
  font-size: 30px;
}

.slick-prev:before {
  position: absolute;
  left: -25px;
}

.slick-next:before {
  position: absolute;
  right: -25px;
}

.wine-title {
  font-size: 2.5rem;
  color: #bd4f5c;
  line-height: 1.4em;
  font-family: Gotham Bold;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  .wine-title {
    font-size: 1.5rem;
  }
}

.not-allowed {
  cursor: not-allowed !important;
}

.card-negociacao {
  position: relative;
  background-image: url("../img/Clip.svg");
  background-repeat: no-repeat;
  background-color: #e2dfda;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  opacity: 0.9;
  z-index: 999;
}

.box-padding {
  padding-bottom: 49px;
}

.card-title,
.card-text {
  font-family: "Gotham Book";
  color: #000;
  font-weight: bold;
}

.card-text {
  font-family: "gotham light";
  color: #000;
  font-size: 17px;
}

.button-card-text {
  font-family: "Gotham Book";
  font-size: 17px;
  font-weight: bold;
}

#menuCredito .menu-credito-item .card {
  background-color: #f4f4f4;
  height: 200px;
}

#menuCredito .menu-credito-item .card:hover {
  cursor: pointer;
  background-color: #ffffff;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.title-desafios-covid {
  color: #e73f43;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.subtitle-desafio-covid {
  font-weight: bold;
  font-size: 1.2rem !important;
  padding-top: 0rem;
}

.title-micro-empresas {
  color: #79ade2;
  font-size: 1.2rem !important;
}

.title-media-grande-empresas {
  color: #ff8450;
  font-size: 1.2rem !important;
}

.title-inovacao {
  color: #706e9a;
  font-size: 1.2rem !important;
}

.title-agronegocio {
  color: #44c5a1;
  font-size: 1.2rem !important;
}

.title-sustentabilidade {
  color: #1cb576;
  font-size: 1.2rem !important;
}

.menu-principal .menu-renegociacao a {
  font-size: 1em;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  color: #5cc9ab;
}

.credito-empresa {
  padding-left: 110px;
  margin-top: -20px;
  color: #fff;
}

.menu-mobile-covid-19 {
  font-weight: bold;
}

.card-body {
  padding: 1.3rem;
}

.card-body h5.card-title {
  font-family: Gotham Bold;
  font-size: 1rem;
  padding-bottom: 1.2rem;
}

.card-body p.card-text {
  font-family: Gotham Book;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 1rem;
}

.card-body button.btn.btn-danger.btn-lg.btn-block.button-card-text {
  width: 100%;
}

@media (max-width: 769px) {
  #mainMenuMobile .row ul #covidLink a span.content div.icon img.ico-covid {
    height: 50px;
    padding: 5px;
    position: relative;
    top: -5px;
    left: -8px;
  }
}

.font-094rem {
  font-size: 0.94rem;
}

@media (max-width: 1024px) {
  .menu-principal .busca-principal input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding-right: 0px;
    width: 9rem;
  }
  .menu-principal .menu-item {
    display: inline;
    margin-right: 1rem;
  }
  .menu-principal .menu-item a {
    font-size: 1em;
    color: white;
    line-height: 1.4em;
    font-family: Gotham Medium;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
  }
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

.header .container {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0;
}

.header .container .logo {
  float: left;
  height: auto;
  display: flex;
  justify-content: initial;
  align-items: center;
  cursor: pointer;
}

.header .container .logo .logotipo {
  width: 160px;
  height: auto;
}

.header .container .nav-top {
  float: left;
  width: 100%;
}

.header .container .txt-header {
  font-size: 16px;
  color: #455560;
}

.header .container .item-header {
  border-right: 1px solid #dad9d6;
}

.header .container .acessibilidade {
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  padding: 0 2rem;
  display: none;
}

.header .container .acessibilidade .btn-group {
  margin-left: 0.5rem;
}

.header .container .acessibilidade .btn-header {
  border-radius: 100%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  outline: none;
  margin-right: 0.25rem;
  color: #455560;
  cursor: pointer;
}

.header .container .acessibilidade .btn-header:hover {
  background-color: #d22828;
  color: #fff;
}

.header .container .bdmg-cult,
.header .container .bdmg-blog {
  padding: 0 2rem;
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}

.header .container .bdmg-cult .link,
.header .container .bdmg-blog .link {
  color: #455560;
}

.header .container .bdmg-cult .link:hover,
.header .container .bdmg-blog .link:hover {
  color: #d22828;
}

.header .container .usuario {
  float: right;
  width: auto;
  padding: 0 0 0 2rem;
  cursor: pointer;
}

.header .container .usuario > .user-foto {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  display: none;
}

.header .container .usuario > .user-foto .foto {
  width: 40px;
  height: 40px;
}

.header .container .usuario > .bdmg-digital {
  float: left;
  height: 40px;
  font-size: 16px;
  color: #455560;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}

.header .container .usuario .bdmg-digital-active:after {
  position: absolute;
  right: -30px;
  bottom: -20px;
  display: block;
  z-index: 100;
  content: "";
  width: 215px;
  height: 5px;
  background-color: #e73f43;
}

.header .container .usuario > .icone {
  color: #d22828;
  float: left;
  margin-left: 1rem;
  font-size: 1.5rem;
}

.header .container .menu-mobile {
  float: right;
  width: auto;
  padding: 0 0 0 1rem;
  cursor: pointer;
  display: none;
}

.header .container .menu-mobile .icone {
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .container .menu-mobile .icone .menu-hamburger {
  width: 20px;
  height: 20px;
}

.header .container .bdmg-digital-expand {
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 80px;
  display: none;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item {
  text-align: center;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item .box-icon {
  width: 100%;
  border-radius: 5px;
  background-color: #3998b5;
  padding: 1rem;
  text-align: center;
}

.header
  .container
  .bdmg-digital-expand
  .bdmg-digital-desk
  .item
  .box-icon
  .icon-menu {
  width: auto;
  height: 86px;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item .title {
  font-size: 1.375rem;
  color: #455560;
  font-weight: normal;
  margin: 2rem 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header
  .container
  .bdmg-digital-expand
  .bdmg-digital-desk
  .item
  .btn-secundary-blue:hover {
  color: #fff;
}

.header .container .bdmg-digital-expand .bdmg-digital-desk .item .text-base {
  font-size: 0.85rem;
  color: #455560;
  font-weight: normal;
  margin-top: 2rem;
}

.header .container .bdmg-digital-expand .bdmg-digital-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .header .container .bdmg-blog {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .container .usuario .bdmg-digital-active:after,
  .header .container .acessibilidade .txt-header,
  .header .container .bdmg-cult {
    display: none;
  }
  .header .container .bdmg-digital-expand {
    background-color: #676c73;
    width: 95%;
    max-width: 720px;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
  }
  .header .container .bdmg-digital-expand .bdmg-digital-desk {
    display: none;
  }
  .header .container .bdmg-digital-expand .bdmg-digital-mobile {
    display: block;
  }
  .header .container .bdmg-digital-expand .bdmg-digital-mobile .itens-menu {
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
    background-color: #676c73;
    margin: 0;
    padding: 0 0 40px;
    border-left: 6px solid #3998b5;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item {
    background-color: #545a61;
    padding: 1rem;
    display: flex;
    justify-content: initial;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #858b93;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item:hover {
    background-color: #d22828;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item
    .icon {
    display: inline-block;
    height: 2rem;
    width: auto;
  }
  .header
    .container
    .bdmg-digital-expand
    .bdmg-digital-mobile
    .itens-menu
    .item
    .txt {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-family: "Gotham Light";
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .header .container .acessibilidade {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    position: sticky;
  }
  .header .container {
    padding: 0 15px;
  }
  .header .container .logo .logotipo {
    width: 130px;
  }
  .header .container .usuario .bdmg-digital,
  .header .container .usuario .icone {
    display: none;
  }
  .header .container .menu-mobile {
    display: block;
  }
}

.bdmg-en-mobile {
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.bdmg-en-mobile span {
  font-size: 11px;
  color: #4b4f54;
  padding: 10px;
  font-weight: bold;
}

.bdmg-digital-login {
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-right: 15px;
}

.bdmg-digital-login a {
  color: #4b4f54;
}

.menu-principal-mobile {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: #676c73;
  position: absolute;
  left: -100vw;
  z-index: 101;
  padding: 20px 0 0 15px;
  border-left: 10px solid #d22828;
  height: 100vh;
  width: 95vw;
  font-family: Gotham Light;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-principal-mobile.menuOpen {
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-principal-mobile .logo {
  width: 180px;
  margin-left: 8%;
}

.menu-principal-mobile .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 45px;
  right: 10%;
  float: right;
  z-index: 100;
}

.menu-principal-mobile ul {
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  padding-top: 0px;
}

.menu-principal-mobile li {
  padding-top: 10px;
  background-color: #545a61;
  width: 100%;
  padding-left: 5%;
  margin-bottom: 0.5px;
}

.menu-principal-mobile li.li-busca-mobile {
  height: 75px;
  margin-top: -3px;
  background-color: #676c73d9 !important;
}

.menu-principal-mobile li:last-child {
  border-bottom: none;
}

.menu-principal-mobile li img {
  height: 50px;
  margin-right: 35px;
}

.menu-principal-mobile li .icon {
  width: 70px;
  display: inline-block;
}

.menu-principal-mobile li .icon svg {
  width: 8rem;
  position: relative;
  left: -3rem;
  top: 0rem;
}

.menu-principal-mobile li a {
  font-size: 1em;
  color: white;
  line-height: 1.4em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding-bottom: 10px;
}

.menu-principal-mobile li .menu-item {
  display: inline-block;
  max-width: 50%;
}

.menu-principal-mobile li .plus {
  margin-top: 5px;
  width: 1.9em;
  height: 1.9em;
  float: right;
  margin-right: 2em;
  color: #808991;
  margin-bottom: 0px;
  background-color: #ffffffa1;
  border-radius: 100%;
  border: none;
}

.menu-principal-mobile li .minus {
  width: 2em;
  height: 2em;
  float: right;
  margin-top: 20px;
  margin-right: 5px;
}

.menu-principal-mobile li li {
  padding-bottom: 5px;
  width: 87vw;
  min-height: 50px;
}

#menuSetorPublico .item-menu {
  cursor: pointer;
}

#menuSetorPublico .item-menu p.title {
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-left: 0;
  margin-bottom: 3rem;
  padding-bottom: 0;
  text-align: left;
  color: black;
  height: 0px;
}

#menuSetorPublico .item-menu p.text {
  font-family: gotham book;
  text-align: left;
  color: black;
  font-size: 0.95rem;
}

#menuSetorPublico .item-menu button.saiba-mais {
  width: 100%;
}

#barra-cookie {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.barra-cookie {
  width: 100%;
  background-color: #4b4f54;
  padding: 20px;
}

.barra-cookie .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  font-family: "Gotham Book";
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
}

.barra-cookie figure {
  margin-bottom: 0;
  cursor: pointer;
}

.barra-cookie figure .closeBarraCookies {
  width: 20px;
  height: 20px;
}

.barra-cookie .btn-cookie {
  background: #d22828;
  border: none;
  padding: 10px;
  display: block;
  font-size: 0.8rem;
  color: white;
  line-height: 1.4em;
  font-family: Gotham Medium;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #9f0000;
  margin: 0 0.5rem;
  cursor: pointer;
}

.barra-cookie .link-cookie:hover {
  color: #64d0f1;
}

@media (max-width: 560px) {
  .barra-cookie .txt {
    font-size: 0.875rem;
  }
  #barra-cookie {
    display: none;
  }
}

#barra-cookie-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
  display: none;
}

#barra-cookie-mobile .barra-cookie {
  position: relative;
}

#barra-cookie-mobile .barra-cookie .txt {
  font-size: 0.875rem;
}

#barra-cookie-mobile .barra-cookie .closeBarraCookiesMobile {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}

.banner-mpe-mulheres .banner {
  background: url(../img/mpe/banner_site_empreendedoras.jpg);
  background-position: 20% 0%;
  background-size: cover;
}

.banner-mpe-mulheres .banner .container {
  display: flex;
  padding: 15px;
  justify-content: flex-end;
}

.banner-mpe-mulheres .banner .container .txt-banner {
  background: #ffffffa3;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.banner-mpe-mulheres .banner .container .txt-banner .head-line {
  color: #d22828;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.banner-mpe-mulheres .banner .container .txt-banner .head-title {
  letter-spacing: -0.02em;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

.banner-mpe-mulheres .banner .container .txt-banner .head-text {
  letter-spacing: -0.02em;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.banner-mpe-mulheres .banner .container .txt-banner .botoes-banner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.banner-mpe-mulheres .banner .container .txt-banner .botoes-banner .btn-banner {
  padding: 1rem 1.3rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.banner-mpe-mulheres
  .banner
  .container
  .txt-banner
  .botoes-banner
  .btn-banner
  .btn-banner.bgred {
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
  margin-right: 10px;
}

.banner-mpe-mulheres
  .banner
  .container
  .txt-banner
  .botoes-banner
  .btn-banner
  .btn-banner.bgred:hover {
  background-color: #9f0000;
}

@media (min-width: 992px) {
  .banner-mpe-mulheres {
    margin-top: 80px;
  }
  .banner-mpe-mulheres .banner {
    width: 100%;
    height: 100%;
    background: url(../img/mpe/banner_site_empreendedoras.jpg);
    background-position: 42% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 700px;
  }
  .banner-mpe-mulheres .banner .container .txt-banner {
    background: none;
    max-width: 600px;
  }
  .banner-mpe-mulheres .banner .container .txt-banner .head-title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .banner-mpe-mulheres .banner .container .txt-banner .botoes-banner {
    justify-content: left;
  }
  .banner-mpe-mulheres .banner {
    width: 100%;
    height: 100%;
    background: url(../img/mpe/banner_site_empreendedoras.jpg);
    background-position: 42% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 700px;
  }
  .banner-mpe-mulheres .banner .container .txt-banner {
    background: none;
    max-width: 600px;
  }
  .banner-mpe-mulheres .banner .container .txt-banner .head-title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .banner-mpe-mulheres .banner .container .txt-banner .botoes-banner {
    justify-content: left;
  }
}

.banner-bdmg-solidario-covid.--english-version .banner h3.title-white {
  text-transform: uppercase;
}

.banner-bdmg-solidario-covid .banner {
  top: 8rem;
  position: relative;
}

.banner-bdmg-solidario-covid .banner h1.title {
  font-family: gotham bold;
  color: #3641a3;
  font-size: 2.1rem;
}

.banner-bdmg-solidario-covid .banner h2.subtitle {
  color: #3641a3;
  font-family: Gotham book;
  font-size: 1.6rem;
  margin-top: -1rem;
  font-weight: bold;
  font-size: 1rem;
}

.banner-bdmg-solidario-covid .banner h3.title-white {
  color: #fff;
  font-family: gotham bold;
  text-align: left;
  line-height: 1.6rem;
  font-size: 1.8rem;
  padding-right: 6.2rem;
  padding-top: 1rem;
  width: 540px;
}

.banner-bdmg-solidario-covid .banner ul.list-itens {
  padding-top: 3rem;
  position: relative;
  left: -2rem;
  top: 0rem;
  color: #3641a3;
  font-family: Gotham Book;
}

.banner-bdmg-solidario-covid .banner ul.list-itens .item {
  font-size: 1.2rem;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 1rem;
  font-family: "Gotham Book";
  color: #3641a3;
}

.banner-bdmg-solidario-covid .banner ul.list-itens .item:before {
  content: "";
  background: url(../img/check-blue.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

.banner-bdmg-solidario-covid .banner .botoes-banner a.bblue {
  font-size: 1rem;
  background-color: #3641a3;
  color: #fff;
  padding: 1rem 2rem;
  box-shadow: 0px 2px 0 0 #10132d;
}

.banner-bdmg-solidario-covid .banner .botoes-banner a.bblue:hover {
  background-color: #2c3269;
}

@media (max-width: 769px) {
  .banner-bdmg-solidario-covid {
    background-position: 85%;
    height: 550px;
    margin-top: 0;
  }
  .banner-bdmg-solidario-covid.--english-version {
    background-position: 100%;
  }
  .banner-bdmg-solidario-covid .banner {
    top: 4rem;
    position: relative;
    background: #61b483cc;
    margin: 0 1rem;
    border-radius: 1rem;
    padding: 1rem;
  }
  .banner-bdmg-solidario-covid .banner h1.title {
    font-size: 1.8rem;
  }
  .banner-bdmg-solidario-covid .banner h2.subtitle {
    padding-top: 0.4rem;
  }
  .banner-bdmg-solidario-covid .banner h3.title-white {
    font-size: 1.3rem;
    padding-right: 0;
    width: auto;
  }
  .banner-bdmg-solidario-covid .banner ul.list-itens {
    height: auto;
    display: block;
    padding-top: 2rem;
  }
  .banner-bdmg-solidario-covid .banner ul.list-itens .item {
    color: #fff;
    padding-left: 3rem;
    position: relative;
    font-size: 1rem;
  }
  .banner-bdmg-solidario-covid .banner ul.list-itens .item:before {
    content: "";
    background: url(../img/check-blue.svg) no-repeat;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 0;
    position: absolute;
    left: 0rem;
    top: 0.4rem;
  }
  .banner-bdmg-solidario-covid .banner .botoes-banner.d-inline-block {
    padding-top: 1rem;
  }
  .banner-bdmg-solidario-covid .banner .botoes-banner a.bblue {
    text-align: center;
  }
}

@media (max-width: 426px) {
  .banner-bdmg-solidario-covid {
    height: 750px;
  }
  .banner-bdmg-solidario-covid.--english-version {
    height: 680px;
    background-position: 88%;
  }
}

@media (max-width: 361px) {
  .banner-bdmg-solidario-covid {
    height: 800px;
  }
  .banner-bdmg-solidario-covid.--english-version {
    height: 680px;
  }
  .banner-bdmg-solidario-covid .banner {
    top: 2rem;
  }
  .banner-bdmg-solidario-covid .banner h1.title {
    font-size: 1.7rem;
  }
}

@media (max-width: 321px) {
  .banner-bdmg-solidario-covid {
    background-position: 80%;
    height: 650px;
    margin-top: 0;
  }
  .banner-bdmg-solidario-covid.--english-version {
    height: 630px;
  }
  .banner-bdmg-solidario-covid .banner {
    top: 2rem;
  }
  .banner-bdmg-solidario-covid .banner h1.title {
    font-size: 1.5rem;
  }
  .banner-bdmg-solidario-covid .banner h2.subtitle {
    font-size: 0.9rem;
  }
  .banner-bdmg-solidario-covid .banner h3.title-white {
    font-size: 0.9rem;
    padding-right: 0;
    width: auto;
  }
  .banner-bdmg-solidario-covid .banner ul.list-itens {
    padding-top: 1rem;
  }
  .banner-bdmg-solidario-covid .banner ul.list-itens .item {
    font-size: 0.9rem;
    padding-left: 2rem;
  }
  .banner-bdmg-solidario-covid .banner ul.list-itens .item:before {
    width: 20px;
    height: 20px;
  }
  .banner-bdmg-solidario-covid .banner .botoes-banner a.bblue {
    font-size: 0.9rem;
  }
}

/* .banner-empreendedoras-minas {
    background: url(../img/banners/empreededoras-minas/banner-empreendedoras-minas.jpg);
    background-size: cover;
    background-position: 85%;
    height: 700px;
    margin-top: 80px;
    background-repeat: no-repeat
} */

.banner-empreendedoras-minas .banner {
  top: 8rem;
  position: relative;
}

.banner-empreendedoras-minas .banner h1.title {
  font-family: gotham bold;
  color: #e74526;
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.6rem;
}

.banner-empreendedoras-minas .banner h3.title-black {
  font-family: Gotham Bold;
  font-size: 1.7rem;
  text-align: left;
  padding-top: 1rem;
}

.banner-empreendedoras-minas .banner ul.list-itens {
  padding-top: 3rem;
  position: relative;
  left: -2rem;
  top: 0rem;
  font-family: Gotham Book;
}

.banner-empreendedoras-minas .banner ul.list-itens .item {
  font-size: 1.2rem;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 1rem;
  font-family: "Gotham Book";
  color: black;
  padding-left: 2rem;
}

.banner-empreendedoras-minas .banner ul.list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg) no-repeat;
  display: inline-block;
  width: 26px;
  height: 20px;
  position: absolute;
  left: 2rem;
  margin-top: 0.4rem;
}

.banner-empreendedoras-minas .banner .botoes-banner a.borange {
  font-size: 1rem;
  background-color: #e74526;
  color: #fff;
  padding: 1rem 2rem;
  box-shadow: 0px 2px 0 0 #672316;
  position: relative;
  left: 2rem;
}

.banner-empreendedoras-minas .banner .botoes-banner a.borange:hover {
  background-color: #ff5722;
}

/* .banner-empreendedoras-minas.--english-version {
    height: 750px;
    background: url(../img/banners/empreededoras-minas/banner_produtos_empreendedoras_sem_selo-en-min.jpg);
    background-size: cover;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-position-x: center
} */

@media (max-width: 1025px) {
  .banner-empreendedoras-minas {
    background-position: 60%;
    /* height: 820px */
    height: 900px;
  }
  .banner-empreendedoras-minas .banner h1.title {
    font-family: gotham bold;
    color: #e74526;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.6rem;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-family: Gotham Bold;
    font-size: 1.6rem;
    text-align: left;
    padding-top: 1rem;
  }
}

@media (max-width: 769px) {
  .banner-empreendedoras-minas {
    background-position: 21%;
    height: 590px;
    margin-top: 0;
  }
  .banner-empreendedoras-minas .banner {
    top: 4rem;
    position: relative;
    background: #ffffffcc;
    margin: 0 1rem;
    border-radius: 1rem;
    padding: 1rem;
  }
  .banner-empreendedoras-minas .banner h1.title {
    font-size: 1.8rem;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-size: 1.3rem;
    padding-right: 0;
    width: auto;
  }
  .banner-empreendedoras-minas .banner ul.list-itens {
    height: auto;
    display: block;
    padding-top: 2rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item {
    color: black;
    padding-left: 3rem;
    position: relative;
    font-size: 1rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item:before {
    content: "";
    background: url(../img/check-orange.svg) no-repeat;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 0;
    position: absolute;
    left: 0rem;
    top: -0.2rem;
  }
  .banner-empreendedoras-minas .banner .botoes-banner.d-inline-block {
    padding-top: 1rem;
  }
  .banner-empreendedoras-minas .banner .botoes-banner.d-md-inline-block {
    width: 100%;
  }
  .banner-empreendedoras-minas .banner .botoes-banner a.borange {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 5rem;
  }
  .banner-empreendedoras-minas.--english-version {
    background-position: 21%;
    height: 590px;
    margin-top: 0;
  }
}

@media (max-width: 426px) {
  .banner-empreendedoras-minas {
    height: 870px;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-size: 1.5rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item {
    font-size: 1.2rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item:before {
    top: 0.2rem;
  }
  .banner-empreendedoras-minas .banner .botoes-banner a.borange {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 0;
    left: 0;
  }
  .banner-empreendedoras-minas.--english-version {
    background-position: 28%;
    height: 980px;
  }
}

@media (max-width: 415px) {
  .banner-empreendedoras-minas .banner h1.title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-size: 1.4rem;
  }
  .banner-empreendedoras-minas.--english-version {
    height: 900px;
  }
}

@media (max-width: 413px) {
  .banner-empreendedoras-minas .banner h1.title {
    font-size: 1.6rem;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-size: 1.4rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item {
    font-size: 1.1rem;
  }
}

@media (max-width: 376px) {
  .banner-empreendedoras-minas {
    height: 800px;
  }
  .banner-empreendedoras-minas .banner h1.title {
    font-size: 1.4rem;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-size: 1.25rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item {
    font-size: 1rem;
  }
  .banner-empreendedoras-minas .banner .botoes-banner a.borange {
    margin-top: 0rem;
    text-align: center;
    margin-bottom: 0rem;
    margin-left: 0;
    left: 0;
    font-size: 1rem;
  }
}

@media (max-width: 361px) {
  .banner-empreendedoras-minas {
    height: 740px;
  }
  .banner-empreendedoras-minas .banner {
    top: 2rem;
  }
  .banner-empreendedoras-minas .banner h1.title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-size: 1.15rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens {
    padding-top: 1rem;
  }
  .banner-empreendedoras-minas.--english-version {
    height: 760px;
  }
}

@media (max-width: 321px) {
  .banner-empreendedoras-minas {
    background-position: 30%;
    height: 590px;
    margin-top: 0;
  }
  .banner-empreendedoras-minas .banner {
    top: 2rem;
  }
  .banner-empreendedoras-minas .banner h1.title {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .banner-empreendedoras-minas .banner h3.title-black {
    font-size: 0.9rem;
    padding-right: 0;
    width: auto;
  }
  .banner-empreendedoras-minas .banner ul.list-itens {
    padding-top: 1rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item {
    font-size: 0.8rem;
    padding-left: 2rem;
  }
  .banner-empreendedoras-minas .banner ul.list-itens .item:before {
    width: 20px;
    height: 20px;
  }
  .banner-empreendedoras-minas .banner .botoes-banner a.borange {
    font-size: 0.8rem;
  }
  .banner-empreendedoras-minas.--english-version {
    height: 630px;
  }
}

.banner-mpe-jun-2020 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .banner-mpe-jun-2020 {
    margin-top: 0;
  }
}

/* .banner-mpe-jun-2020 .banner {
    background-image: url("../img/banners/mpe/banner_site_desembolso_recorde_mpe_1920x680.jpg");
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    color: #fff
} */

@media screen and (max-width: 1024px) {
  .banner-mpe-jun-2020 .banner {
    height: 670px;
    background-position-x: 85%;
  }
  .banner-mpe-jun-2020 .banner.--english-version {
    height: 680px;
  }
}

@media screen and (max-width: 768px) {
  /* .banner-mpe-jun-2020 .banner {
        height: 600px;
        background-image: url(../img/banners/mpe/banner_site_desembolso_recorde_mpe_mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 96%
    }

    .banner-mpe-jun-2020 .banner.--english-version {
        height: 560px
    } */
}

@media screen and (max-width: 425px) {
  .banner-mpe-jun-2020 .banner {
    height: 680px;
  }
  .banner-mpe-jun-2020 .banner.--english-version {
    height: 620px;
  }
}

@media screen and (max-width: 414px) {
  .banner-mpe-jun-2020 .banner {
    height: 750px;
  }
}

@media screen and (max-width: 412px) {
  .banner-mpe-jun-2020 .banner {
    height: 740px;
  }
}

@media screen and (max-width: 375px) {
  .banner-mpe-jun-2020 .banner {
    height: 740px;
  }
  .banner-mpe-jun-2020 .banner.--english-version {
    height: 670px;
  }
}

@media screen and (max-width: 320px) {
  .banner-mpe-jun-2020 .banner {
    height: 830px;
  }
  .banner-mpe-jun-2020 .banner.--english-version {
    height: 700px;
  }
}

@media screen and (max-width: 425px) {
  .banner-mpe-jun-2020 .banner .div-group-text {
    background-color: #311a1087;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 1rem;
  }
}

.banner-mpe-jun-2020 .banner .div-group-text .title {
  margin-top: 100px;
  font-family: Gotham Bold;
  margin-bottom: 30px;
}

.banner-mpe-jun-2020 .banner .div-group-text .title.--english-version {
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .banner-mpe-jun-2020 .banner .div-group-text .title.--english-version h1 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner-mpe-jun-2020 .banner .div-group-text .title h1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-mpe-jun-2020 .banner .div-group-text .title {
    margin-top: 60px;
  }
}

@media screen and (max-width: 425px) {
  .banner-mpe-jun-2020 .banner .div-group-text .title {
    margin-top: 30px;
  }
}

.banner-mpe-jun-2020 .banner .div-group-text .text {
  margin-bottom: 1rem;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .banner-mpe-jun-2020 .banner .div-group-text .text {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .banner-mpe-jun-2020 .banner .div-group-text .text {
    width: 80%;
  }
}

@media screen and (max-width: 425px) {
  .banner-mpe-jun-2020 .banner .div-group-text .text {
    width: 100%;
  }
}

.banner-mpe-jun-2020 .banner .div-group-text .sub-title {
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-family: Gotham Bold;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .banner-mpe-jun-2020 .banner .div-group-text .sub-title {
    width: 85%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .banner-mpe-jun-2020 .banner .div-group-text .sub-title {
    width: 95%;
    margin-bottom: 2rem;
  }
}

.banner-mpe-jun-2020 .banner .div-group-text .sub-title p {
  font-size: 1rem;
}

.banner-mpe-jun-2020 .banner .div-group-text .div-button {
  font-size: 1rem;
}

@media screen and (max-width: 425px) {
  .banner-mpe-jun-2020 .banner .div-group-text .div-button {
    justify-content: center;
    display: flex;
  }
}

.banner-mpe-jun-2020 .banner .div-group-text .div-button a {
  background-color: #aaaa4f;
  border-radius: 0.5rem;
  padding: 0.8rem 1.7rem;
  color: #fff;
}

@media screen and (max-width: 375px) {
  .banner-mpe-jun-2020 .banner .div-group-text .div-button a {
    padding: 0.5rem 0.5rem;
  }
}

@media screen and (max-width: 320px) {
  .banner-mpe-jun-2020 .banner .div-group-text .div-button a {
    padding: 0.4rem 0.6rem;
  }
}

.banner-mpe-ago-2020 {
  height: 600px;
  margin-top: 80px;
  color: #fff;
}

@media (max-width: 768px) {
  .banner-mpe-ago-2020 {
    margin-top: 0px;
  }
}

@media (max-width: 425px) {
  .banner-mpe-ago-2020 {
    height: 660px;
  }
}

@media (max-width: 412px) {
  .banner-mpe-ago-2020 {
    height: 730px;
  }
}

@media (max-width: 379px) {
  .banner-mpe-ago-2020 {
    height: 800px;
  }
}

@media (max-width: 355px) {
  .banner-mpe-ago-2020 {
    height: 860px;
  }
}

.banner-mpe-ago-2020 .banner {
  /* background: url("../img/banners/mpe/banner_site_mpe_ago_2020.png"); */
  height: 600px;
  background-position-x: 60%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .banner-mpe-ago-2020 .banner {
    /* background-image: url(../img/banners/mpe/elemento-hero2.png), linear-gradient(90deg, #ebebeb 15%, #ebebeb 15%); */
    background-size: cover, contain;
    background-position: center, center;
  }
}

@media (max-width: 425px) {
  .banner-mpe-ago-2020 .banner {
    height: 660px;
  }
}

@media (max-width: 412px) {
  .banner-mpe-ago-2020 .banner {
    height: 730px;
  }
}

@media (max-width: 379px) {
  .banner-mpe-ago-2020 .banner {
    height: 800px;
  }
}

@media (max-width: 355px) {
  .banner-mpe-ago-2020 .banner {
    height: 860px;
  }
}

.banner-mpe-ago-2020 .banner .div-group-text {
  margin-top: 5rem;
  width: 40%;
}

@media (max-width: 768px) {
  .banner-mpe-ago-2020 .banner .div-group-text {
    margin-top: 5rem;
    width: 60%;
  }
}

@media (max-width: 425px) {
  .banner-mpe-ago-2020 .banner .div-group-text {
    width: 100%;
    background: #00000080;
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 2rem;
  }
}

.banner-mpe-ago-2020 .banner .title h1 {
  font-size: 2rem;
  font-family: Gotham Bold;
}

@media (max-width: 320px) {
  .banner-mpe-ago-2020 .banner .title h1 {
    font-size: 1.6rem;
  }
}

.banner-mpe-ago-2020 .banner .content {
  width: 460px;
  padding-bottom: 1rem;
  font-family: Gotham Book;
  font-size: 1.1rem;
  padding-top: 1rem;
}

@media (max-width: 425px) {
  .banner-mpe-ago-2020 .banner .content {
    width: 100%;
  }
}

.banner-mpe-ago-2020 .banner .text-yellow {
  width: 370px;
  color: #ffaa2d;
  font-family: Gotham Book;
  font-weight: bolder;
  letter-spacing: -1px;
  line-height: 1.1rem;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 425px) {
  .banner-mpe-ago-2020 .banner .text-yellow {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .banner-mpe-ago-2020 .banner .cta {
    display: flex;
    justify-content: center;
  }
}

.banner-mpe-ago-2020 .banner .cta button {
  color: #ffffff;
  background: #ffaa2d;
  border: none;
  border-radius: 10px;
  padding: 8px 15px;
  line-height: 1rem;
  font-family: Gotham Book;
  font-weight: 100;
}

@media (max-width: 1024px) {
  .banner-mpe-ago-2020 .banner .title h1 {
    font-size: 1.9rem;
    font-family: Gotham Bold;
  }
}

p.tx-selic.wine,
p.tx-selic.green,
p.tx-selic.purple,
p.tx-selic.orange,
p.tx-selic.yellow,
p.tx-selic.blue-medium,
p.tx-selic.rose {
  font-size: 1.5rem;
  font-family: "Gotham Bold";
  line-height: 0;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

p.tx-selic.wine.--index-selic,
p.tx-selic.green.--index-selic,
p.tx-selic.purple.--index-selic,
p.tx-selic.orange.--index-selic,
p.tx-selic.yellow.--index-selic,
p.tx-selic.blue-medium.--index-selic,
p.tx-selic.rose.--index-selic {
  font-size: 1rem;
  text-transform: inherit;
}

@media (min-width: 1024px) {
  p.tx-selic.wine,
  p.tx-selic.green,
  p.tx-selic.purple,
  p.tx-selic.orange,
  p.tx-selic.yellow,
  p.tx-selic.blue-medium,
  p.tx-selic.rose {
    padding-left: 70px;
    font-size: 2rem;
  }
  p.tx-selic.wine.--index-selic,
  p.tx-selic.green.--index-selic,
  p.tx-selic.purple.--index-selic,
  p.tx-selic.orange.--index-selic,
  p.tx-selic.yellow.--index-selic,
  p.tx-selic.blue-medium.--index-selic,
  p.tx-selic.rose.--index-selic {
    font-size: 1rem;
    text-transform: inherit;
  }
}

.because-bdmg .title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.because-bdmg .text {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.because-bdmg .cardContainer {
  justify-content: center;
}

.because-bdmg .cardContainer .cardBecause {
  max-width: 350px;
}

.because-bdmg .cardContainer .cardBecause .text-orange {
  color: #f08253;
}

.because-bdmg .cardContainer .cardBecause .text-blue {
  color: #3a98b5;
}

.reflita {
  padding-top: 45px;
}

.reflita .btnReflita {
  margin: 1rem auto;
}

.mpe-if-your-company .btns-container button,
.mpe-if-your-company .btns-container .btn-cta {
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
  margin: 14px;
  min-width: 180px;
  white-space: break-spaces;
}

.banner-principal {
  width: 100%;
  height: 680px;
  min-height: 680px;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  position: relative;
}

.banner-principal .banner {
  width: 100%;
  height: 100%;
  background: url("../img/bg-banner-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-principal .banner::before {
  content: "";
  background: url(../img/bg-banner-home-efeito.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  position: absolute;
  width: 100%;
  height: 300px;
  opacity: 0.5;
  margin-top: -50px;
}

.banner-principal .banner .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner-principal .banner .container .txt-banner {
  width: 690px;
  display: flex;
  justify-content: initial;
  flex-direction: column;
  align-items: center;
  clear: both;
}

.banner-principal .banner .container .txt-banner .title {
  font-size: 3.25rem;
  color: #4e5156;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
}

.banner-principal .banner .container .txt-banner .text {
  font-size: 1.375rem;
  color: #4e5156;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin-top: 20px;
  margin-bottom: 60px;
}

.banner-principal .banner .container .txt-banner .botoes-banner {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .banner-principal .container .banner .txt-banner {
    width: 80%;
    right: 0;
  }
  .banner-principal .container .banner .txt-banner .text {
    text-align: right;
  }
  .banner-principal .container .banner .botoes-banner {
    width: 80%;
    top: 380px;
    right: 0;
    display: flex;
  }
}

@media (max-width: 991px) {
  .banner-principal .banner::before {
    background: transparent;
  }
  .banner-principal .banner .container .txt-banner {
    width: 100%;
  }
  .banner-principal .banner .container .txt-banner .title {
    text-align: center;
  }
  .banner-principal .banner .container .txt-banner .text {
    text-align: right;
  }
  .banner-principal .banner .container .txt-banner .botoes-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .banner-principal .banner .container .txt-banner .botoes-banner .btn-banner {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .banner-principal {
    margin-top: 0px !important;
  }
  .banner-principal .banner {
    /* background-position: 33% 0% !important; */
    object-fit: contain;
    background-position: center;
    /* display: none; */
  }
  .banner-principal .banner .container {
    align-items: normal;
  }
  .banner-principal .banner .container .txt-banner {
    padding-top: 30px;
  }
  .banner-principal .banner .container .txt-banner .title {
    text-align: center;
  }
  .banner-principal .banner .container .txt-banner .text {
    text-align: right !important;
    margin-top: 32px;
    display: block;
    width: 80%;
    margin-left: 20%;
    /* display: none; */
  }
  .banner-principal .banner .container .txt-banner .botoes-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .banner-principal .banner .container .txt-banner .botoes-banner .button {
    margin-bottom: 18px !important;
  }
}

@media (max-width: 560px) {
  .banner-principal .banner {
    padding: 0px;
    background-position: 30% 0%;
  }
  .banner-principal .banner .container .txt-banner .title {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .banner-principal .banner .container .txt-banner .text {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1rem;
  }
  .banner-principal .banner .container .txt-banner .botoes-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
  }
  .banner-principal .banner .container .txt-banner .botoes-banner .btn-banner {
    margin-bottom: 2rem;
  }
}

.transparencyBanner .banner {
  width: 100%;
  min-height: 462px;
  background: url("../img/trasnparency-home-banner_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
  margin-top: 80px;
}

.transparencyBanner .banner .txt-banner {
  height: 462px;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.transparencyBanner .banner .txt-banner .title {
  font-size: 3.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  margin: 0;
}

.transparencyBanner .banner .txt-banner .text {
  font-size: 1.375rem;
  color: #fff;
  font-family: "Gotham Book";
  font-weight: normal;
  width: 100%;
  display: block;
  font-family: "Gotham Book";
  line-height: 1.45;
  letter-spacing: -0.4px;
  margin: 0;
  margin-top: 32px;
}

.transparencyBanner .banner .btnBanner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.transparencyBanner .banner .btnRed {
  border-radius: 5px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
  color: #fff;
  font-family: "Gotham Medium";
  padding: 12px 35px;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  text-align: center;
}

.transparencyBanner .banner .btnRed:hover {
  background-color: #9f0000;
}

.transparencyBanner .banner .track {
  color: #fff;
  font-family: "Gotham Book";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.13;
  letter-spacing: -0.3px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
}

.transparencyBanner .banner .track a {
  color: #fff;
  padding: 0 5px;
}

.transparencyBanner .txt-banner {
  height: auto !important;
}

.transparencyBanner .content {
  height: 462px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.transparencyBanner .content .tagBanner {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.transparencyBanner .content .tagBanner .tag {
  background-color: #d22828;
  border-radius: 6px;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 8px 13px;
  margin-top: 5px;
}

.transparencyBanner .content .tagBanner .tag a.voltar {
  text-align: center;
  min-width: 80px;
}

.transparencyBanner .content .tagBanner .tagText {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  text-align: left;
  color: #ffffff;
}

.transparencyBanner .content .tagBanner .tagImg {
  margin-right: 12px;
}

@media (max-width: 991px) {
  .transparencyBanner .banner {
    margin-top: 0px;
  }
  .transparencyBanner .banner .txt-banner {
    width: 80% !important;
  }
}

@media (max-width: 576px) {
  .transparencyBanner .banner {
    background-position: 54% 50%;
  }
  .transparencyBanner .content {
    display: block;
    justify-content: normal;
  }
  .transparencyBanner .content .txt-banner .title {
    font-size: 1.8rem;
    margin-top: 40px;
    line-height: 1.4;
  }
  .transparencyBanner .content .txt-banner .text {
    font-size: 1rem;
  }
  .transparencyBanner .content .tagBanner {
    margin-top: 40px;
  }
  .transparencyBanner .content .tagBanner .tag .tagText {
    font-size: 0.8rem !important;
  }
}

.transparencyGovernanceBanner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .transparencyGovernanceBanner {
    margin-top: 0px;
  }
}

/* .banner-press-room {
    width: 100%;
    height: 462px;
    padding: 0;
    margin: 0;
    background-image: url(../img/news-room/bg-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start
} */

.banner-press-room .txt {
  font-family: "Gotham Book";
  font-size: 2.5rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: left;
  color: #ffffff;
}

.banner-press-room .txt .bold {
  font-family: "Gotham Bold";
  font-weight: bold;
  display: block;
}

@media (max-width: 769px) {
  .banner-press-room {
    margin-top: 0px;
  }
  .banner-press-room .txt {
    font-size: 1.8rem;
    text-align: center;
  }
}

.relation-banner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.relation-banner .banner {
  width: 100%;
  min-height: 540px;
  background: url("../img/investidor/bg-banner-investidores.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px;
  display: flex;
  align-items: center;
}

.relation-banner .banner .txt-banner {
  display: flex;
  align-items: initial;
  width: 660px;
  justify-content: initial;
  flex-direction: column;
}

.relation-banner .banner .txt-banner .title {
  font-size: 3.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 24px;
}

.relation-banner .banner .txt-banner .text {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  font-family: "Gotham Book";
  line-height: 1.45;
  letter-spacing: -0.4px;
  margin: 0;
}

.relation-banner .banner .txt-banner .list-itens {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.relation-banner .banner .txt-banner .list-itens .item {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.relation-banner .banner .txt-banner .list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

.relation-banner .banner .txt-banner .botoes-banner {
  position: absolute;
  left: 0;
  top: 320px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .relation-banner {
    margin-top: 0px;
  }
  .relation-banner .banner {
    background-position: 33% 0% !important;
    padding: 40px !important;
  }
  .relation-banner .banner .container {
    align-items: normal;
  }
  .relation-banner .banner .container .txt-banner .title {
    text-align: left;
  }
  .relation-banner .banner .container .txt-banner .text {
    text-align: left !important;
    margin-top: 32px;
    display: block;
    width: 80%;
  }
  .relation-banner .banner .container .txt-banner .botoes-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .relation-banner .banner .container .txt-banner .botoes-banner .button {
    margin-bottom: 18px !important;
  }
}

@media (max-width: 560px) {
  .relation-banner .banner {
    padding: 0px !important;
    background-position: 64% 0% !important;
  }
  .relation-banner .banner .txt-banner {
    width: 100% !important;
  }
  .relation-banner .banner .txt-banner .title {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .relation-banner .banner .txt-banner .text {
    text-align: center;
    margin-top: 20px !important;
    font-size: 1.1rem;
  }
  .relation-banner .banner .txt-banner .botoes-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
  }
  .relation-banner .banner .txt-banner .botoes-banner .btn-banner {
    margin-bottom: 2rem;
  }
}

.banner-documentos {
  padding: 5% 0;
  color: #fff;
  background: url(../img/documentos/documentos-bg.jpg);
  background-size: cover;
  background-position: center;
}

.banner-documentos .navegacao {
  color: #ff6468;
  font-weight: 600;
}

.banner-documentos .titulo h1 {
  font-weight: 700;
  font-size: 2.3rem;
}

.busca {
  background-color: #f0f0f0;
}

.busca form.busca-documentos {
  width: 100%;
}

.busca form.busca-documentos .input-busca-documentos {
  border-radius: 4px;
  border: solid 1pt #cfcfcf;
  width: 95%;
  padding: 10px;
  font-size: 12px;
  padding-right: 45px;
}

.busca form.busca-documentos .ico-busca {
  margin-left: -35px;
  margin-top: 8px;
}

#bdmgtable_documentosGerais_filter,
#bdmgtable_documentosProdutos_filter {
  display: none;
}

div.busca p.txt_busca {
  text-align: center;
}

@media (min-width: 769px) {
  .banner-documentos {
    margin-top: 80px;
  }
  .banner-documentos .botao {
    margin-left: 0px;
  }
  div.busca p.txt_busca {
    text-align: right;
    padding-top: 5px;
  }
}

.edital-banner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.edital-banner .banner {
  width: 100%;
  height: 462px;
  background: url("../img/editais/editais-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0;
  margin: 0;
}

.edital-banner .banner .txt-banner {
  width: 660px;
  height: 462px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: left;
  padding-top: 100px;
}

.edital-banner .banner .txt-banner .title {
  font-size: 3.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  margin: 0;
}

.edital-banner .banner .txt-banner .text {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Gotham Book";
  font-weight: normal;
  width: 100%;
  display: block;
  font-family: "Gotham Book";
  line-height: 1.45;
  letter-spacing: -0.4px;
  margin: 0;
}

@media (max-width: 768px) {
  .edital-banner {
    height: 1005;
    margin-top: 0px;
  }
  .edital-banner .banner {
    padding: 15px;
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .edital-banner .banner {
    background-position: 60% 0%;
  }
  .edital-banner .banner .txt-banner {
    width: 100%;
  }
  .edital-banner .banner .txt-banner .title {
    font-size: 2rem;
    line-height: 40px;
  }
  .edital-banner .banner .txt-banner .text {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}

.banner-principal.banner-quiz {
  height: 582px;
  min-height: 582px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .banner-principal.banner-quiz.--english-version {
    margin-top: 0;
    height: 640px;
  }
}

@media screen and (max-width: 426px) {
  .banner-principal.banner-quiz.--english-version {
    height: 590px;
  }
}

@media screen and (max-width: 375px) {
  .banner-principal.banner-quiz.--english-version {
    height: 640px;
  }
}

@media screen and (max-width: 321px) {
  .banner-principal.banner-quiz.--english-version {
    height: 660px;
  }
}

.banner-principal.banner-quiz.--english-version .banner .container {
  margin-top: 3rem;
}

@media screen and (max-width: 426px) {
  .banner-principal.banner-quiz.--english-version .banner .container {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner-principal.banner-quiz.--english-version
    .banner
    .container
    .txt-banner {
    top: -4rem;
  }
}

@media screen and (max-width: 426px) {
  .banner-principal.banner-quiz.--english-version
    .banner
    .container
    .txt-banner {
    top: 3rem;
  }
}

@media screen and (max-width: 321px) {
  .banner-principal.banner-quiz.--english-version
    .banner
    .container
    .txt-banner {
    top: 2rem;
  }
}

.banner-principal.banner-quiz.--english-version
  .banner
  .container
  .txt-banner
  .botoes-banner {
  margin-top: 2rem;
}

@media screen and (max-width: 426px) {
  .banner-principal.banner-quiz.--english-version
    .banner
    .container
    .txt-banner
    .botoes-banner {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 321px) {
  .banner-principal.banner-quiz.--english-version
    .banner
    .container
    .txt-banner
    .botoes-banner {
    top: 0px;
  }
}

.banner-principal.banner-quiz .banner {
  width: 100%;
  background: url("../img/questionario-inovacao/banner-quiz.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  min-height: 600px;
}

.banner-principal.banner-quiz .banner .txt-banner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: initial;
  width: 660px;
  justify-content: initial;
  flex-direction: column;
}

@media screen and (max-width: 426px) {
  .banner-principal.banner-quiz .banner .txt-banner {
    top: -10px;
  }
}

.banner-principal.banner-quiz .banner .txt-banner .title {
  font-size: 3.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 24px;
}

.banner-principal.banner-quiz .banner .txt-banner .text {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  font-family: "Gotham Book";
  line-height: 1.45;
  letter-spacing: -0.4px;
  margin: 0;
}

.banner-principal.banner-quiz .banner .txt-banner .list-itens {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.banner-principal.banner-quiz .banner .txt-banner .list-itens .item {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.banner-principal.banner-quiz .banner .txt-banner .list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

.banner-principal.banner-quiz .banner .txt-banner .botoes-banner {
  left: 0;
  top: 400px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 426px) {
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner {
    top: -50px !important;
  }
}

@media (max-width: 1024px) {
  .banner-principal.banner-quiz .banner .txt-banner {
    width: 80%;
    right: 0;
  }
  .banner-principal.banner-quiz .banner .txt-banner .text {
    text-align: left;
  }
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner {
    width: 80%;
    top: 420px;
    right: 0;
    display: flex;
  }
}

@media (max-width: 991px) {
  .banner-principal.banner-quiz .banner .txt-banner {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
  }
  .banner-principal.banner-quiz .banner .txt-banner .title {
    text-align: center;
  }
  .banner-principal.banner-quiz .banner .txt-banner .text {
    text-align: right;
  }
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner {
    position: relative;
    width: 100%;
    top: 20px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner .btn-banner {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .banner-principal.banner-quiz {
    height: 670px;
    color: #fff;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 426px) {
  .banner-principal.banner-quiz {
    height: 590px;
  }
}

@media screen and (max-width: 768px) and (max-width: 376px) {
  .banner-principal.banner-quiz {
    height: 620px;
  }
}

@media screen and (max-width: 768px) and (max-width: 361px) {
  .banner-principal.banner-quiz {
    height: 640px;
  }
}

@media screen and (max-width: 768px) and (max-width: 321px) {
  .banner-principal.banner-quiz {
    height: 660px;
  }
}

@media (max-width: 768px) {
  .banner-principal.banner-quiz .banner {
    padding: 15px;
    background-position: 60% !important;
  }
  .banner-principal.banner-quiz .banner .txt-banner {
    position: relative;
    width: 80%;
    top: -1rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .banner-principal.banner-quiz .banner .txt-banner .title {
    text-align: left !important;
  }
  .banner-principal.banner-quiz .banner .txt-banner .text {
    text-align: left !important;
    margin-top: 2rem;
  }
  .banner-principal.banner-quiz .banner .txt-banner .list-itens {
    margin-top: 2rem;
  }
  .banner-principal.banner-quiz .banner .txt-banner .list-itens .item {
    font-size: 1rem;
  }
  .banner-principal.banner-quiz .banner .txt-banner .list-itens .item:before {
    content: "";
    background: url(../img/check-white.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 0.7rem;
  }
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner {
    position: relative;
    width: 100%;
    top: 40px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner .btn-banner {
    margin-bottom: 2rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner-principal.banner-quiz .banner {
    height: 100%;
    padding: 0px;
    background-position: 30% 50%;
  }
  .banner-principal.banner-quiz .banner .txt-banner {
    position: relative;
    width: 100%;
    top: 20px;
    right: 0;
    margin: 0 auto;
  }
  .banner-principal.banner-quiz .banner .txt-banner .title {
    text-align: center;
    font-size: 2rem;
    line-height: 40px;
  }
  .banner-principal.banner-quiz .banner .txt-banner .text {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
  }
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner {
    position: relative;
    width: 100%;
    top: 40px;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) and (max-width: 426px) {
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner {
    margin-top: 5rem !important;
  }
}

@media (max-width: 767px) {
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner .btn-banner {
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 376px) {
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner .btn-banner {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 361px) {
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner .btn-banner {
    padding: 15px 4px;
  }
}

@media screen and (max-width: 767px) and (max-width: 321px) {
  .banner-principal.banner-quiz .banner .txt-banner .botoes-banner .btn-banner {
    padding: 5px 0px;
    font-size: 1rem;
  }
}

.transparencyDocumentsBanner {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .transparencyDocumentsBanner {
    margin-top: 0px;
  }
  .transparencyDocumentsBanner .banner {
    padding-top: 30px;
  }
  .transparencyDocumentsBanner .banner .btnBanner {
    padding-top: 30px;
  }
}

.aboutBdmgBanner .banner {
  width: 100%;
  background: url("../img/about-BDMG_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  padding-bottom: 1rem;
}

.aboutBdmgBanner .banner .container {
  min-height: 462px;
}

.aboutBdmgBanner .banner .text {
  font-family: "Gotham Light";
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: left;
  color: #ffffff;
  max-width: 950px;
}

.aboutBdmgBanner .banner .text .bold {
  font-family: "Gotham Bold";
}

@media (max-width: 768px) {
  .aboutBdmgBanner .banner {
    margin-top: 0px;
  }
  .aboutBdmgBanner .banner .text {
    font-size: 1.5rem;
  }
}

.banner-mge {
  width: 100%;
  height: 680px;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  position: relative;
}

.banner-mge .banner {
  width: 100%;
  height: 100%;
  background: url("../img/bg-banner-mge.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-mge .banner .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

.banner-mge .banner .container .txt-banner {
  display: flex;
  align-items: center;
  width: 700px;
  justify-content: initial;
  flex-direction: column;
}

.banner-mge .banner .container .txt-banner .title {
  font-size: 3.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  font-family: "Gotham Light";
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: left;
}

.banner-mge .banner .container .txt-banner .title .txt-bold {
  font-family: "Gotham Bold";
}

.banner-mge .banner .container .txt-banner .title .txt-underline {
  text-decoration: underline;
}

.banner-mge .banner .container .txt-banner .text {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  margin-top: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
}

.banner-mge .banner .container .botoes-banner {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  width: 700px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .banner-mge .banner .txt-banner {
    width: 80%;
    right: 0;
  }
  .banner-mge .banner .txt-banner .text {
    text-align: left;
  }
  .banner-mge .banner .txt-banner .title {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .banner-mge .banner .txt-banner {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
  }
  .banner-mge .banner .txt-banner .title {
    text-align: center;
  }
  .banner-mge .banner .txt-banner .text {
    text-align: right;
  }
  .banner-mge .banner .botoes-banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .banner-mge .banner .botoes-banner .btn-banner {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .banner-mge {
    height: 100%;
    margin-top: 0px;
  }
  .banner-mge .banner {
    background-position: center center;
    background-size: cover;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .banner-mge .banner {
    background-position: 65%;
  }
}

@media (max-width: 768px) {
  .banner-mge .banner .container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .banner-mge .banner .container .txt-banner {
    position: relative;
    width: 100%;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .banner-mge .banner .container .txt-banner {
    width: 60%;
    margin: 0;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .banner-mge .banner .container .txt-banner {
    width: 100%;
    margin: 0;
    background: #00000080;
    padding: 1rem;
    border-radius: 1rem;
  }
}

@media (max-width: 768px) {
  .banner-mge .banner .container .txt-banner .title {
    text-align: left;
    font-size: 2rem;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .banner-mge .banner .container .txt-banner .text {
    text-align: left;
    margin-top: 1rem;
    font-size: 1rem;
    display: inline-block;
  }
  .banner-mge .banner .container .botoes-banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .banner-mge .banner .botoes-banner .btn-banner {
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 375px) {
  .banner-mge .banner .txt-banner .title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .banner-mge .banner .botoes-banner {
    margin-top: 1rem;
  }
}

.banner-principal.banner-agro {
  height: 540px;
  min-height: 540px;
}

.banner-principal.banner-agro .banner {
  height: 100%;
  width: 100%;
  background: url("../img/agro/agro-banner.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.banner-principal.banner-agro .banner .container {
  padding: 80px;
  display: block;
  justify-content: normal;
  height: 100%;
}

.banner-principal.banner-agro .banner .txt-banner {
  display: flex;
  align-items: initial;
  justify-content: initial;
  flex-direction: column;
}

.banner-principal.banner-agro .banner .txt-banner .title {
  font-size: 3.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 24px;
}

.banner-principal.banner-agro .banner .txt-banner .text {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  font-family: "Gotham Book";
  line-height: 1.45;
  letter-spacing: -0.4px;
  margin: 0;
}

.banner-principal.banner-agro .banner .txt-banner .list-itens {
  list-style: none;
  margin: 1rem 0 0;
  margin-left: 20px;
  padding: 0;
}

.banner-principal.banner-agro .banner .txt-banner .list-itens .item {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.banner-principal.banner-agro .banner .txt-banner .list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

.banner-principal.banner-agro .banner .botoes-banner {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: initial;
}

.banner-principal.banner-agro .banner .botoes-banner .btn-banner {
  margin-right: 2rem;
}

.banner-principal.banner-agro .banner::before {
  top: 50px;
  left: 0;
}

.banner-principal.banner-agro .banner .button {
  margin: 10px;
}

.banner-principal.banner-agro .banner .btns-container {
  margin-top: 40px;
}

.banner-principal.banner-agro .banner .btns-container .button {
  display: inline-block;
  margin: 5px;
}

@media (max-width: 1024px) {
  .banner-principal.banner-agro {
    height: 580px;
  }
  .banner-principal.banner-agro .banner .txt-banner {
    width: 80%;
    right: 0;
  }
  .banner-principal.banner-agro .banner .txt-banner .text {
    text-align: left;
  }
  .banner-principal.banner-agro .banner .botoes-banner {
    width: 80%;
    top: 370px;
    right: 0;
    display: flex;
  }
}

@media (max-width: 768px) {
  .banner-principal.banner-agro .banner {
    margin-right: none;
    padding: 0 20px !important;
    width: 100%;
    overflow: hidden;
  }
  .banner-principal.banner-agro .banner .btns-container {
    bottom: 20px;
  }
  .banner-principal.banner-agro .banner .btns-container .button {
    margin-top: 20px;
  }
  .banner-principal.banner-agro .txt-banner.-agro {
    width: 100% !important;
  }
  .banner-principal.banner-agro .txt-banner.-agro p.text {
    text-align: left !important;
  }
  .banner-principal.banner-agro .botoes-banner.-agro {
    vertical-align: bottom;
    float: none;
    bottom: 0;
    top: 300px;
    float: none;
    width: 100% !important;
    position: relative !important;
    height: fit-content;
  }
  .banner-principal.banner-agro .button {
    font-size: 0.8rem;
    width: 100%;
  }
  .banner-principal.banner-agro h1.title {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  .banner-principal.banner-agro p.text,
  .banner-principal.banner-agro li {
    font-size: 1rem !important;
  }
  .banner-principal.banner-agro p.text {
    display: block;
    width: 100%;
  }
  .banner-principal.banner-agro .list-itens .item:before {
    width: 14px !important;
    height: 10px !important;
  }
}

@media (max-width: 767px) {
  .banner-principal.banner-agro {
    height: 700px;
  }
  .banner-principal.banner-agro .banner {
    height: 100%;
    padding: 0px;
    background-position: 30% 50%;
  }
  .banner-principal.banner-agro .banner .container {
    padding: 0;
  }
  .banner-principal.banner-agro .banner .txt-banner {
    position: relative;
    width: 100%;
    top: 20px;
    right: 0;
    margin: 0 auto;
  }
  .banner-principal.banner-agro .banner .txt-banner .title {
    text-align: center;
    font-size: 2rem;
    line-height: 40px;
  }
  .banner-principal.banner-agro .banner .txt-banner .text {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
  }
  .banner-principal.banner-agro .banner .botoes-banner {
    position: relative;
    width: 100%;
    top: 40px;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .banner-principal.banner-agro .banner .botoes-banner .btn-banner {
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 1rem;
    font-size: 1rem;
  }
}

.green-banner {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 680px;
  padding: 0;
  margin: 0;
  position: relative;
}

.green-banner .banner {
  width: 100%;
  height: 100%;
  background: url("../img/green-credit/bg-green-credit.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px;
}

.green-banner .banner .txt-banner {
  display: flex;
  width: 100%;
  justify-content: initial;
  flex-direction: column;
  margin-top: 3rem;
  padding-right: 12vw;
}

.green-banner .banner .txt-banner .title {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "Gotham Book";
  font-size: 2.5rem;
}

.green-banner .banner .txt-banner .title .txt-bold {
  font-family: "Gotham Bold";
}

.green-banner .banner .txt-banner .title .txt-underline-bold {
  font-family: "Gotham Bold";
  text-decoration: underline;
}

.green-banner .banner .txt-banner .list-itens {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.green-banner .banner .txt-banner .list-itens .item {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.green-banner .banner .txt-banner .list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

.green-banner .banner .txt-banner .botoes-banner {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: initial;
}

@media (max-width: 860px) {
  .green-banner .banner {
    padding: 80px 40px;
  }
  .green-banner .banner .txt-banner {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .green-banner .banner {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) and (max-width: 425px) {
  .green-banner .banner {
    padding: 1px 20px;
  }
}

@media (max-width: 767px) {
  .green-banner .banner .txt-banner .title {
    font-size: 2rem;
  }
  .green-banner .banner .txt-banner .list-itens .item {
    font-size: 1rem;
  }
  .green-banner .banner .txt-banner .botoes-banner .btn-banner {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .green-banner .banner .txt-banner {
    margin-top: 0;
  }
}

.public-banner {
  margin-top: 80px;
}

.public-banner .bannerBg {
  width: 100%;
  background: url("../img/public_banner-bg-x1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.public-banner .bannerBg .txtBanner {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.public-banner .bannerBg .txtBanner .title {
  font-size: 3.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  margin-top: 4.25rem;
  margin-bottom: 2.375rem;
}

.public-banner .bannerBg .txtBanner .text {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  font-family: "Gotham Book";
  line-height: 1.45;
  letter-spacing: -0.4px;
  margin: 0;
}

.public-banner .bannerBg .txtBanner .list-itens {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.public-banner .bannerBg .txtBanner .list-itens .item {
  font-size: 1.375rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.public-banner .bannerBg .txtBanner .list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg);
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  margin-right: 0.7rem;
}

.public-banner .btn-banner {
  text-align: center;
  width: 28.375rem;
  margin-top: 4rem;
  margin-bottom: 5.625rem;
  padding: 1.2rem 3rem;
  border: none;
  border-radius: 5px;
  font-size: 1.125rem;
}

.public-banner .btn-banner.bgred {
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.public-banner .btn-banner.bgred:hover {
  background-color: #9f0000;
}

.public-banner .btn-banner.bgwhite {
  background-color: rgba(255, 255, 255, 0.8);
  color: #455560;
}

.public-banner .btn-banner.bgwhite:hover {
  background-color: rgba(235, 235, 235, 0.8);
}

@media (max-width: 575.98px) {
  .public-banner .bannerBg .txtBanner {
    width: 100%;
    text-align: left;
  }
  .public-banner .bannerBg .txtBanner .title {
    text-align: left !important;
  }
  .public-banner .bannerBg .btn-banner {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .public-banner .bannerBg .txtBanner {
    width: 100%;
    text-align: left;
  }
  .public-banner .bannerBg .txtBanner .title {
    text-align: left !important;
  }
  .public-banner .bannerBg .btn-banner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .public-banner {
    margin-top: 0px;
  }
  .public-banner .bannerBg .txtBanner .title {
    font-size: 2rem;
    margin: 20px 0;
  }
  .public-banner .bannerBg .txtBanner .text {
    font-size: 1rem;
  }
  .public-banner .bannerBg .txtBanner .list-itens .item {
    font-size: 0.8rem;
  }
  .public-banner .bannerBg .btn-banner {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.atendimento-banner {
  margin-top: 80px;
}

.atendimento-banner .bannerBg {
  width: 100%;
  min-height: 462px;
  background: url("../img/atendimento-banner_bg-x1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atendimento-banner .txtBanner {
  display: flex;
  flex-direction: column;
}

.atendimento-banner .title {
  font-size: 3.25rem;
  color: #4b4f54;
  font-weight: bold;
  line-height: 60px;
  font-family: "Gotham Bold";
  letter-spacing: -1px;
  text-align: left;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 100px;
}

@media (max-width: 798px) {
  .atendimento-banner {
    margin-top: 0px;
  }
}

.funjetur-giro-banner {
  width: 100%;
  height: auto;
  min-height: 680px;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  position: relative;
  margin-bottom: -80px;
}

.funjetur-giro-banner .banner {
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #d6d6d2 50%, rgba(0, 0, 0, 0.313725) 50%),
    url(../assets-lp/fungetur/imgs/fundo-fungetur.jpg);
  background-size: contain, contain;
  background-position: left, right;
  background-repeat: repeat, no-repeat;
  padding: 80px;
  color: #220707;
  font-family: Gotham Medium;
}

.funjetur-giro-banner .banner .txt-banner {
  display: flex;
  width: 100%;
  justify-content: initial;
  flex-direction: column;
  margin-top: 3rem;
}

.funjetur-giro-banner .banner .txt-banner .title {
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: gotham bold;
  font-size: 1.9rem;
  max-width: 580px;
  width: 87%;
  line-height: 2.7rem;
}

.funjetur-giro-banner .banner .txt-banner .title .txt-bold {
  font-family: "Gotham Bold";
}

.funjetur-giro-banner .banner .txt-banner .title .txt-underline-bold {
  font-family: "Gotham Bold";
  text-decoration: underline;
}

.funjetur-giro-banner .banner .txt-banner .botoes-banner {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: initial;
}

.funjetur-giro-banner
  .banner
  .txt-banner
  .botoes-banner
  a.btn-banner.bgred.d-inline-block {
  font-size: 1rem;
  background-color: #233444;
  color: #fff;
  padding: 1rem 1rem;
  box-shadow: 0px 2px 0 0 #233444;
  width: 16rem;
}

.funjetur-giro-banner
  .banner
  .txt-banner
  .botoes-banner
  a.btn-banner.bgred.d-inline-block:hover {
  background-color: #31465a;
}

.funjetur-giro-banner .banner .txt-banner .list-itens {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.funjetur-giro-banner .banner .txt-banner .list-itens .item {
  font-size: 1.275rem;
  font-weight: normal;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 0.8rem;
  font-family: "Gotham Book";
}

.funjetur-giro-banner .banner .txt-banner .list-itens .item:before {
  content: "";
  background: url(../img/check-white.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

@media (max-width: 860px) {
  .funjetur-giro-banner .banner {
    padding: 80px 40px;
  }
  .funjetur-giro-banner .banner .txt-banner {
    padding: 0;
  }
}

@media (max-width: 769px) {
  .funjetur-giro-banner {
    margin-top: 0px;
    min-height: 0px;
    height: 500px;
  }
  .funjetur-giro-banner .banner {
    padding: 10px 10px;
    background: linear-gradient(90deg, #d6d6d2 67%, rgba(0, 0, 0, 0.313725) 50%),
      url(../assets-lp/fungetur/imgs/fundo-fungetur.jpg);
    background-size: contain, contain;
    background-position: left, 530%;
    background-repeat: repeat, no-repeat;
  }
  .funjetur-giro-banner .banner .txt-banner .title {
    font-size: 1.7rem;
    border-radius: 10px;
    padding: 10px;
    width: 440px;
  }
  .funjetur-giro-banner .banner .txt-banner .list-itens {
    padding: 10px;
    margin-top: 5px;
    border-radius: 10px;
  }
  .funjetur-giro-banner .banner .txt-banner .list-itens .item {
    font-size: 1rem;
  }
  .funjetur-giro-banner .banner .txt-banner .list-itens .item:before {
    content: "";
    background: url(../img/check-white.svg) no-repeat;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-right: 0.4rem;
  }
  .funjetur-giro-banner .banner .txt-banner .botoes-banner {
    margin-top: 5px;
  }
  .funjetur-giro-banner .banner .txt-banner .botoes-banner .btn-banner {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    background-color: #233444;
    box-shadow: 0px 2px 0 0 #233444;
  }
  .funjetur-giro-banner .banner .txt-banner .botoes-banner .btn-banner:hover {
    background-color: #233444;
  }
}

@media (max-width: 426px) {
  .funjetur-giro-banner {
    height: 540px;
  }
  .funjetur-giro-banner .banner {
    padding: 10px 10px;
    background: url(../assets-lp/fungetur/imgs/fundo-fungetur.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .funjetur-giro-banner .banner .container {
    background: #d6d6d2e8;
    border-radius: 10px;
    color: #233444;
  }
  .funjetur-giro-banner .banner .container .txt-banner {
    margin-top: 1rem;
  }
  .funjetur-giro-banner .banner .container .txt-banner .title {
    width: 100%;
    font-size: 2rem;
  }
}

@media (max-width: 376px) {
  .funjetur-giro-banner {
    height: 590px;
  }
}

@media (max-width: 321px) {
  .funjetur-giro-banner .banner .container .txt-banner .title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

.cta-flutuante {
  position: fixed;
  top: 90%;
  padding: 10px;
  z-index: 999;
}

a.cor-roxa {
  background: #535fa8;
  color: #fff;
}

a.cor-roxa:hover {
  background: #535fa8;
  color: #fff !important;
}

a.cor-roxa:visited {
  background: #535fa8;
  color: #fff !important;
}

.banner-principal-covid {
  width: 100%;
  height: 680px;
  min-height: 680px;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  position: relative;
}

.banner-principal-covid .banner {
  width: 100%;
  height: 100%;
  background: url(../img/bg-banner-covid_bdmg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-principal-covid .banner .container {
  margin-top: 80px;
}

.banner-principal-covid .banner .container .box1 {
  width: 445px;
  font-family: Gotham;
  font-size: 1.2rem;
  background-color: #3f3a3acc;
  position: absolute;
  top: 100px;
  color: #fff;
  padding: 40px;
  min-height: 460px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
}

.banner-principal-covid .banner .container .box1 header h1 {
  font-size: 2.2rem;
  font-family: gotham bold;
  line-height: 2.6rem;
  word-spacing: -0.2rem;
  margin-bottom: 2rem;
}

.banner-principal-covid .banner .container .box1 p {
  font-size: 1.1rem;
  font-family: gotham light;
  font-weight: 500;
  margin-bottom: 3rem;
}

.banner-principal-covid .banner .container .box1 p.text-center {
  margin-bottom: 0;
  margin-top: -1rem;
}

.banner-principal-covid .banner .container .box1 p.text-center .cta2 {
  font-size: 0.9rem;
  font-family: gotham light;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}

.banner-principal-covid .banner .container .box1 .cta {
  width: 100%;
  margin-left: 50% !important;
  transform: translateX(-50%);
  height: 0rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: gotham light;
  font-weight: 700;
  margin-bottom: 1rem;
}

.banner-principal-covid .banner .container .box2 {
  position: relative;
  width: 260px;
  float: right;
  top: 130px;
  color: #fff;
  padding: 10px;
}

.banner-principal-covid .banner .container .box2 .content {
  background: #c6d8e9;
  padding: 20px 20px;
  margin-top: -8px;
  color: #4b4f54;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 1.5rem;
  font-size: 0.9rem;
  word-spacing: 0rem;
}

.banner-principal-covid .banner .container .box2 .content p .cta {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #4b4f54;
  font-weight: bold;
}

.banner-principal-covid .banner .container .box2 .ico {
  background-image: url("../img/ico-alert.png");
  width: 55px;
  height: 55px;
  position: absolute;
  left: -5px;
  top: 22px;
  -webkit-clip-path: polygon(30% 0, 100% 1%, 100% 100%, 30% 100%);
  clip-path: polygon(30% 0, 100% 1%, 100% 100%, 30% 100%);
}

.banner-principal-covid .banner .container .box2 header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ff9966;
  border-radius: 10px 10px 0px 0px;
}

.banner-principal-covid .banner .container .box2 header h2 {
  font-size: 1rem;
  font-family: gotham bold;
  padding-left: 2.2rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  line-height: 1.4rem;
}

@media (max-width: 769px) {
  .banner-principal-covid {
    margin-top: 0 !important;
    height: 700px;
  }
  .banner-principal-covid .banner .container {
    margin-top: 0;
  }
  .banner-principal-covid .banner .container .box1 {
    position: relative;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
    top: 50px;
    min-height: 0px;
  }
  .banner-principal-covid .banner .container .box1 p {
    margin-bottom: 3rem;
  }
  .banner-principal-covid .banner .container .box2 {
    width: 100%;
    float: left;
    top: 80px;
  }
  .banner-principal-covid .banner .container .box2 header h2 {
    font-size: 1.5rem;
    padding-left: 50px;
  }
  .banner-principal-covid .banner .container .box2 .content p {
    text-align: center;
  }
}

@media (max-width: 426px) {
  .banner-principal-covid {
    height: 880px;
  }
  .banner-principal-covid .banner .container .box1 p {
    margin-bottom: 1rem;
  }
  .banner-principal-covid .banner .container .box1 .cta {
    font-size: 0.8rem;
  }
}

@media (max-width: 376px) {
  .banner-principal-covid {
    height: 810px;
  }
  .banner-principal-covid .banner .container .box1 {
    padding: 20px;
  }
  .banner-principal-covid .banner .container .box1 header h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 321px) {
  .banner-principal-covid {
    height: 910px;
  }
}

.banner-principal-covid .banner {
  height: 680px;
  color: #fff;
  background-position: top;
  background-image: url("../img/bg-home-covid.jpg");
}

.banner-principal-covid .banner .container .row {
  padding-top: 9rem;
}

.banner-principal-covid .banner .container .row .box-1 {
  top: 50px;
}

.banner-principal-covid .banner .container .row .box-1 h1 {
  font-family: gotham bold;
  font-size: 2.1rem;
  line-height: 2.6rem;
  padding-bottom: 1rem;
}

.banner-principal-covid .banner .container .row .box-1 p {
  padding-bottom: 1rem;
  padding-right: 3rem;
  font-size: 1.2rem;
}

.banner-principal-covid .banner .container .row .box-1 p.notice {
  margin-left: 4rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .banner-principal-covid .banner .container .row .box-1 p.notice {
    margin-left: 6rem;
  }
}

@media (max-width: 425px) {
  .banner-principal-covid .banner .container .row .box-1 p.notice {
    margin-left: inherit;
    text-align: center;
  }
}

.banner-principal-covid .banner .container .row .box-1 a {
  width: 80%;
  font-family: gotham Book;
  font-weight: 700;
  font-size: 1.1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  cursor: no-drop;
}

@media (max-width: 1024px) {
  .banner-principal-covid .banner .container .row .box-1 a {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .banner-principal-covid .banner .container .row .box-2 {
    margin-left: 20%;
  }
}

@media (max-width: 768px) {
  .banner-principal-covid .banner .container .row .box-2 {
    margin-left: 0%;
  }
}

.banner-principal-covid .banner .container .row .box-2 .card {
  background-color: #ebebebe6;
  padding: 0.5rem;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  width: 350px;
  cursor: pointer;
}

.banner-principal-covid .banner .container .row .box-2 .card .card-body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.banner-principal-covid
  .banner
  .container
  .row
  .box-2
  .card
  .card-body
  .card-title {
  font-family: gotham bold;
  color: #37393d;
  font-size: 1.8rem;
}

.banner-principal-covid
  .banner
  .container
  .row
  .box-2
  .card
  .card-body
  .card-text {
  color: #37393d;
  font-family: Gotham Book;
}

.banner-principal-covid
  .banner
  .container
  .row
  .box-2
  .card
  .card-body
  .card-text
  a {
  color: #37393d;
  font-weight: bold;
  text-decoration: underline;
}

.banner-principal-covid .banner .container .row .box-2 .card .ico img {
  position: absolute;
  top: -60px;
  left: 0;
  opacity: 0.5;
}

@media (max-width: 769px) {
  .banner-principal-covid {
    height: 900px !important;
  }
  .banner-principal-covid .banner {
    height: 100%;
  }
  .banner-principal-covid .banner .container .row {
    justify-content: center;
  }
  .banner-principal-covid .banner .container .row .box-1 {
    top: 13rem;
    width: 70%;
    left: 1rem;
  }
  .banner-principal-covid .banner .container .row .box-1 a {
    width: 90%;
  }
  .banner-principal-covid .banner .container .row .box-2 {
    width: 70%;
    top: 20px;
  }
  .banner-principal-covid .banner .container .row .box-2 .card {
    width: 90%;
  }
}

@media (max-width: 769px) and (max-width: 768px) {
  .banner-principal-covid .banner .container .row .box-2 .card {
    position: relative;
    top: 3rem;
  }
}

@media (max-width: 769px) and (max-width: 320px) {
  .banner-principal-covid .banner .container .row .box-2 .card {
    top: 7rem;
  }
}

@media (max-width: 769px) {
  .banner-principal-covid
    .banner
    .container
    .row
    .box-2
    .card
    .card-body
    .card-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 426px) {
  .banner-principal-covid .banner .container .row .box-1 {
    width: 90%;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .banner-principal-covid .banner .container .row .box-1 h1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .banner-principal-covid .banner .container .row .box-1 p {
    padding-right: 1rem;
    padding-bottom: 0.8rem;
  }
  .banner-principal-covid .banner .container .row .box-1 a {
    width: 100%;
    white-space: pre-wrap;
  }
  .banner-principal-covid .banner .container .row .box-2 {
    top: -50px;
    width: 100%;
  }
}

@media (max-width: 426px) and (max-width: 320px) {
  .banner-principal-covid .banner .container .row .box-2 {
    top: -170px;
  }
}

@media (max-width: 426px) {
  .banner-principal-covid .banner .container .row .box-2 .card {
    width: 100%;
    background-color: #ebebeb;
  }
  .banner-principal-covid
    .banner
    .container
    .row
    .box-2
    .card
    .card-body
    .card-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 376px) {
  .banner-principal-covid {
    height: 800px;
  }
}

.banner-principal-renegociacao {
  margin-top: 5rem;
  color: #fff;
  font-family: Gotham Book;
}

.banner-principal-renegociacao .banner {
  background-image: url(../img/renegociacao/bg-banner.jpg);
  height: 550px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-principal-renegociacao .banner .container .row .title {
  top: 10rem;
}

.banner-principal-renegociacao .banner .container .row .title h1 {
  font-weight: bold;
  font-family: Gotham Bold;
  font-size: 3rem;
}

.banner-principal-renegociacao .banner .container .row .title p {
  font-family: Gotham Book;
  margin-top: 2rem;
  font-size: 1.2rem;
  padding-right: 6rem;
}

@media (max-width: 769px) {
  .banner-principal-renegociacao {
    margin-top: 0;
  }
  .banner-principal-renegociacao .banner {
    background-position-x: 57%;
  }
}

@media (max-width: 426px) {
  .banner-principal-renegociacao .banner {
    height: 600px;
  }
}

@media (max-width: 376px) {
  .banner-principal-renegociacao .banner {
    height: 650px;
  }
  .banner-principal-renegociacao .banner .container .row .title {
    top: 6rem;
  }
}

@media (max-width: 321px) {
  .banner-principal-renegociacao .banner .container .row .title h1 {
    font-size: 2rem;
  }
  .banner-principal-renegociacao .banner .container .row .title p {
    padding-right: 0;
  }
}

.banner-produtos-covid {
  margin-top: 5rem;
}

.banner-produtos-covid .banner {
  padding-top: 7rem;
  background: url(../img/produtos-covid/bg-banner-produtos-covid.jpg) no-repeat;
  color: #fff;
  padding-bottom: 7rem;
  background-size: cover;
  background-position-x: center;
  height: 590px;
}

@media (max-width: 1024px) {
  .banner-produtos-covid .banner {
    height: 600px;
  }
}

.banner-produtos-covid .banner .container .row .title h1 {
  font-size: 2.5rem;
  font-family: Gotham Bold;
  margin-bottom: 2rem;
  line-height: 3rem;
}

.banner-produtos-covid .banner .container .row .title p {
  font-size: 1.3rem;
}

.banner-produtos-covid .banner .container .row .title p.subtitle {
  font-size: 1.3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  .banner-produtos-covid .banner .container .row.--col1.--english-version p {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-produtos-covid .banner .container .row.--col1.--english-version p {
    margin-bottom: 1rem;
  }
}

.banner-produtos-covid .banner .container .row.--col1 p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .banner-produtos-covid .banner .container .row.--col1 p {
    margin-bottom: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-produtos-covid .banner .container .row.--col1 p {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner-produtos-covid .banner .container .row.--col2.--english-version p {
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-produtos-covid .banner .container .row.--col2.--english-version p {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .banner-produtos-covid .banner .container .row.--col3.--english-version p {
    margin-bottom: 2.9rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-produtos-covid .banner .container .row.--col3.--english-version p {
    margin-bottom: 1rem;
  }
}

.banner-produtos-covid .banner .container .row p {
  font-weight: bold;
  font-size: 1.2rem;
}

.banner-produtos-covid .banner .container .row a {
  width: 100%;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .banner-produtos-covid .banner .container .row a {
    margin-bottom: 2rem;
  }
}

.banner-produtos-covid .banner .container .row a.btn-outline-secondary {
  color: #fff;
  border: solid 1pt #fff;
  background: transparent;
}

.banner-produtos-covid .banner .container .row a.btn-outline-secondary:hover {
  background: #ffffff59;
}

section.condicoes-covid {
  padding: 5rem 0;
  background: url("../img/produtos-covid/bg.jpg");
}

section.condicoes-covid .bg .row .map-lead .row .lead {
  padding-left: 3.5rem;
  top: 2.2rem;
}

section.condicoes-covid .bg .row .map-lead .row .lead span.red {
  color: #d22828;
}

section.condicoes-covid .bg .row .map-lead .row .lead p {
  font-weight: bold;
  font-family: Gotham Book;
  color: #4b4f54;
  font-size: 1.3rem;
}

section.condicoes-covid .bg .row .text {
  left: 4rem;
  padding-right: 3rem;
  font-size: 1.1rem;
}

@media (max-width: 769px) {
  .banner-produtos-covid {
    margin-top: 0;
  }
  .banner-produtos-covid .banner {
    padding-top: 3rem;
    height: 510px;
    background-position: 70%;
  }
  section.condicoes-covid
    .bg
    .container
    .row
    .col-lg.map-lead
    .row
    .col-lg-4.map {
    display: flex;
    justify-content: center;
  }
  section.condicoes-covid .bg .container .row .col-lg.map-lead .row .col.lead {
    top: 2rem;
  }
  section.condicoes-covid .bg .container .row .col-lg-6.text {
    top: 4rem;
    left: 0px;
  }
}

@media (max-width: 426px) {
  .banner-produtos-covid .banner {
    height: 670px;
    background-position: 50%;
  }
  .banner-produtos-covid .banner.--english-version {
    height: 1020px;
  }
}

@media screen and (max-width: 426px) and (max-width: 414px) {
  .banner-produtos-covid .banner.--english-version {
    height: 1060px;
  }
}

@media screen and (max-width: 426px) and (max-width: 412px) {
  .banner-produtos-covid .banner.--english-version {
    height: 1060px;
  }
}

@media screen and (max-width: 426px) and (max-width: 375px) {
  .banner-produtos-covid .banner.--english-version {
    height: 920px;
  }
}

@media screen and (max-width: 426px) and (max-width: 320px) {
  .banner-produtos-covid .banner.--english-version {
    height: 1000px;
  }
}

@media (max-width: 426px) {
  .banner-produtos-covid .banner a.btn.btn-lg.btn-danger {
    margin-bottom: 2rem;
  }
  section.condicoes-covid .bg .container .row .col-lg.map-lead .row .col.lead {
    padding-left: 1rem;
  }
  section.condicoes-covid .bg .container .row .col-lg-6.text {
    padding-right: 1rem;
  }
}

@media (max-width: 376px) {
  .banner-produtos-covid .banner {
    height: 510px;
  }
  .banner-produtos-covid .banner .container .row .title h1 {
    font-size: 2rem;
    word-spacing: -0.3rem;
    line-height: 2.3rem;
  }
  .banner-produtos-covid .banner .container .row .title p.subtitle {
    font-size: 0.94rem;
  }
  .banner-produtos-covid .banner .container .row .title .row .col p {
    font-size: 1rem;
    text-align: center;
  }
  section.condicoes-covid .bg .row .map-lead .row .lead p {
    text-align: center;
    padding: 0 2rem;
    font-size: 1.25rem;
  }
  section.condicoes-covid .bg .container .row .col-lg-6.text {
    padding: 0 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 321px) {
  .banner-produtos-covid .banner {
    height: 580px;
  }
  .banner-produtos-covid .banner .container .row .title h1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .banner-produtos-covid .banner .container .row .title p.subtitle {
    font-size: 1.1rem;
  }
  .banner-produtos-covid .banner .container .row .title .row .col a {
    font-size: 0.9rem;
  }
  .banner-produtos-covid .banner .container .row .title .row .col p {
    font-size: 1rem;
  }
}

@media (max-width: 376px) {
  .ultra-card {
    padding-bottom: 1rem;
  }
  .section-box {
    padding-bottom: 1rem;
  }
  .ultra-card > .uc-content .uc-content-box {
    padding-bottom: 1rem;
  }
  .ultra-card > .uc-content .uc-text {
    margin-bottom: 1rem;
  }
  div#section-box-mge {
    margin-bottom: 4rem;
  }
}

.banner-desenvolve-rio-doce {
  background: url(../img/banners/desenvolve-rio-doce/banner-desenvolve-rio-doce.jpg);
  background-size: cover;
  background-position: center;
  height: 700px;
  margin-top: 80px;
  background-repeat: no-repeat;
}

.banner-desenvolve-rio-doce .banner {
  top: 8rem;
  position: relative;
}

.banner-desenvolve-rio-doce .banner h1.title {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 50px;
  color: #64fdd3;
  font-family: "Gotham Bold";
  font-weight: bold;
  text-transform: uppercase;
}

.banner-desenvolve-rio-doce .banner h2.subtitle {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 50px;
  color: #ffffff;
  font-family: "Gotham Bold";
  font-weight: bold;
}

.banner-desenvolve-rio-doce .banner p a.bred {
  border-radius: 5px;
  filter: drop-shadow(0px 2px 0px #9f0000);
  background-color: #d22828;
  color: #fff;
  margin-top: 3rem;
  padding: 1rem 2rem;
}

.banner-desenvolve-rio-doce .banner p a.bred:hover {
  background-color: #b12b2b;
}

@media (max-width: 1025px) {
  .banner-desenvolve-rio-doce {
    height: 470px;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Gotham Bold";
    font-weight: bold;
    margin-top: -1rem;
  }
}

@media (max-width: 769px) {
  .banner-desenvolve-rio-doce {
    background-position: 40%;
    height: 430px;
    margin-top: 0;
  }
  .banner-desenvolve-rio-doce .banner {
    top: 4rem;
    position: relative;
    margin: 0 1rem;
    border-radius: 1rem;
    padding: 1rem;
  }
  .banner-desenvolve-rio-doce .banner h1.title {
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin-bottom: -0.5rem;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 2.1rem;
    padding-right: 0;
    width: auto;
    line-height: 2.7rem;
    font-family: "Gotham Bold";
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
  .banner-desenvolve-rio-doce .banner p a.bred {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 0rem;
    font-size: 0.8rem;
    padding: 1rem;
  }
}

@media (max-width: 426px) {
  .banner-desenvolve-rio-doce {
    height: 420px;
    background-position: 55%;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .banner-desenvolve-rio-doce .banner p a.bred {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 0;
    left: 0;
    padding: 1rem 2rem;
  }
}

@media (max-width: 415px) {
  .banner-desenvolve-rio-doce .banner {
    top: 2rem;
  }
  .banner-desenvolve-rio-doce .banner h1.title {
    font-size: 0.8rem;
    line-height: 2rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 1.7rem;
    line-height: 2.3rem;
    width: 90%;
  }
}

@media (max-width: 413px) {
  .banner-desenvolve-rio-doce {
    height: 480px;
  }
  .banner-desenvolve-rio-doce .banner h1.title {
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding-bottom: 2rem;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 1.7rem;
  }
  .banner-desenvolve-rio-doce .banner p a.bred {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 0;
    left: 0;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    white-space: inherit;
  }
}

@media (max-width: 376px) {
  .banner-desenvolve-rio-doce {
    height: 400px;
  }
  .banner-desenvolve-rio-doce .banner h1.title {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 1.35rem;
    width: 90%;
  }
  .banner-desenvolve-rio-doce .banner p a.bred {
    margin-top: 0rem;
    text-align: center;
    width: 100%;
    white-space: inherit;
    padding: 1rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 361px) {
  .banner-desenvolve-rio-doce {
    height: 430px;
  }
  .banner-desenvolve-rio-doce .banner {
    top: 2rem;
  }
  .banner-desenvolve-rio-doce .banner h1.title {
    font-size: 0.8rem;
    line-height: 0rem;
    margin-top: 2rem;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 1.45rem;
  }
}

@media (max-width: 321px) {
  .banner-desenvolve-rio-doce {
    background-position: 58%;
    height: 490px;
    margin-top: 0;
  }
  .banner-desenvolve-rio-doce .banner {
    top: 2rem;
  }
  .banner-desenvolve-rio-doce .banner h1.title {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-bottom: 1.3rem;
    letter-spacing: 2px;
  }
  .banner-desenvolve-rio-doce .banner h2.subtitle {
    font-size: 1.5rem;
    padding-right: 0;
    width: 90%;
  }
  .banner-desenvolve-rio-doce .banner p a.bred {
    font-size: 0.9rem;
    width: 100%;
    padding: 1rem;
  }
}

.banner-principal-municipio {
  width: 100%;
  height: 560px;
  min-height: 560px;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.banner-principal-municipio .banner {
  width: 100%;
  height: 100%;
  background: url(../img/banner-municipio.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 580px) {
  .banner-principal-municipio .banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .banner-principal-municipio .banner {
    background-position-x: -1360px;
    position: relative;
  }
}

.banner-principal-municipio .banner .container {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .banner-principal-municipio .banner .container {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-principal-municipio .banner .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 580px) {
  .banner-principal-municipio .banner .container {
    z-index: 2;
  }
}

.banner-principal-municipio .banner .container .txt-banner {
  width: 100%;
  display: flex;
  padding: 120px 0px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .banner-principal-municipio .banner .container .txt-banner {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .banner-principal-municipio .banner .container .txt-banner {
    padding-top: 50px;
  }
}

@media screen and (max-width: 580px) {
  .banner-principal-municipio .banner .container .txt-banner {
    padding-top: 50px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 426px) {
  .banner-principal-municipio .banner .container .txt-banner {
    padding-top: 50px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 749px) {
  .banner-principal-municipio .banner .container .txt-banner .btn-novidade {
    border-color: white;
    color: white;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gotham Book";
    font-size: 1.1rem;
  }
}

.banner-principal-municipio .banner .container .txt-banner h1.titulo-banner {
  font-weight: bold;
  font-family: "Gotham Bold";
}

@media screen and (max-width: 580px) {
  .banner-principal-municipio .banner .container .txt-banner h1.titulo-banner {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 426px) {
  .banner-principal-municipio .banner .container .txt-banner .lista-banner {
    padding: 0;
    padding-left: 20px;
  }
}

.banner-principal-municipio
  .banner
  .container
  .txt-banner
  .lista-banner
  .item-lista-banner {
  position: relative;
  margin-bottom: 1rem;
}

.banner-principal-municipio
  .banner
  .container
  .txt-banner
  .lista-banner
  .item-lista-banner:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../img/check-green.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 5px;
  display: block;
}

.banner-principal-municipio .banner .container .txt-banner .btn-danger {
  margin-top: 3rem;
  font-size: 1rem;
  height: 3.7rem;
  display: flex;
  width: 21rem;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-shadow: 1px 1px #af0c0c;
  margin-left: 1rem;
}

@media screen and (max-width: 426px) {
  .banner-principal-municipio .banner .container .txt-banner .btn-danger {
    padding: 0;
    margin: 0;
    margin-top: 3rem;
    width: 100%;
  }
}

.banner-principal-municipio .banner .stick-destaque {
  position: absolute;
  bottom: -50px;
  right: 10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .banner-principal-municipio .banner .stick-destaque {
    right: 0;
  }
}

@media screen and (max-width: 580px) {
  .banner-principal-municipio .banner .stick-destaque {
    display: none;
  }
}

.banner-principal-municipio .banner .stick-destaque p {
  text-align: center;
}

.banner-principal-municipio .banner .stick-destaque p .link {
  color: #00e2ed;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .banner-principal-municipio {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 580px) {
  .banner-principal-municipio {
    min-height: 830px;
  }
}

@media screen and (max-width: 360px) {
  .banner-principal-municipio {
    min-height: 870px;
  }
}

@media screen and (max-width: 321px) {
  .banner-principal-municipio {
    min-height: 1000px;
  }
}

@media screen and (max-width: 426px) {
  .home-card-sec h2 {
    font-size: 1.3rem;
    text-align: center;
    word-spacing: -0.2rem;
    line-height: 2rem;
  }
}

.capitalGiro {
  padding-top: 50px;
  background-color: #f4f4f4;
  font-family: Pt Sans;
}

.capitalGiro h2 {
  line-height: 46px;
  font-size: 35px;
  font-family: Gotham Medium;
  letter-spacing: -1px;
}

.capitalGiro h2 span {
  color: #d22828;
}

.capitalGiro .seta {
  min-width: 200px;
  min-height: 100px;
  position: absolute;
  left: 85%;
  top: 130px;
  z-index: 9;
}

.capitalGiro .conteudo {
  font-size: 20px;
  line-height: 26px;
  color: #676c73;
  font-family: Gotham book;
}

.capitalGiro .formulario {
  border-radius: 12px;
  filter: drop-shadow(0px 3px 0px #4b4f54);
  background-color: #ebebeb;
  border: 1px solid rgba(177, 177, 177, 0.5);
  position: relative;
  margin-top: -100px;
  margin-left: 10%;
  height: 135%;
  width: 80%;
  padding: 10%;
  padding-top: 12%;
  padding-bottom: 6%;
  font-size: 15px;
  line-height: 36px;
  color: #4b4f54;
  font-family: Gotham book;
  font-weight: bold;
  margin-bottom: 0px;
}

.capitalGiro .formulario ul {
  height: 0;
}

.capitalGiro .formulario input {
  height: 55px;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.capitalGiro .formulario input[type="submit"] {
  margin-top: 50px;
  background-color: #d22828;
  color: white;
}

.capitalGiro .formulario label {
  margin: 0px;
  padding: 0;
  line-height: 0;
  padding-left: 5px;
  padding-top: 25px;
}

.capitalGiro .formulario label.hs-error-msg {
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin-left: -20px;
  padding-left: 0;
  height: 10px;
  color: #d22828;
  padding: 0;
}

.capitalGiro .formulario .field {
  margin: 0;
  padding: 0;
}

.capitalGiro .formulario .hs-main-font-element {
  display: none;
}

@media (max-width: 992px) {
  .capitalGiro {
    background-color: #ffffff;
  }
  .capitalGiro .formulario_mobile {
    border-radius: 12px;
    filter: drop-shadow(0px 3px 0px #4b4f54);
    background-color: #ebebeb;
    border: 1px solid rgba(177, 177, 177, 0.5);
    padding: 5%;
    text-align: left;
  }
  .capitalGiro .formulario_mobile ul {
    height: 0;
  }
  .capitalGiro .formulario_mobile label {
    font-size: 1.3rem;
    letter-spacing: -1px;
    line-height: 52px;
    color: #4b4f54;
    width: 100%;
    font-family: gotham;
    margin-bottom: -10px;
    margin-top: 20px;
    margin-left: 5px;
  }
  .capitalGiro .formulario_mobile input {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #d7d7d7;
    width: 100%;
    height: 60px;
    padding: 5%;
  }
  .capitalGiro .formulario_mobile input[type="submit"] {
    margin-top: 10%;
    background-color: #d22828;
    color: white;
  }
  .capitalGiro .formulario_mobile label.hs-error-msg {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-left: -20px;
    padding-left: 0;
    color: #d22828;
    margin-top: 0px;
  }
  .capitalGiro .formulario_mobile .hs-main-font-element {
    display: none;
  }
  .capitalGiro .formulario_mobile .field {
    margin: 0;
    padding: 0;
  }
  .capitalGiro .conteudo {
    font-size: 1.1em;
    text-align: left;
    color: #676c73;
    padding-left: 15px;
    padding-bottom: 15%;
  }
  .capitalGiro h2 {
    padding-bottom: 15%;
  }
}

.capGiroAbas {
  text-align: center;
  font-family: Gotham Book;
}

.capGiroAbas__title {
  padding: 50px 0%;
  font-size: 34px;
  font-weight: bold;
}

.capGiroAbas__subtitle {
  padding: 0 20% 80px 20%;
  font-size: 24px;
}

.capGiroAbas__textNav {
  text-align: right;
  font-size: 15px;
  padding-left: 50px;
}

.capGiroAbas__itemNav {
  text-align: right;
  border-bottom: 1pt solid #0000001f;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.capGiroAbas__itemNav a {
  color: #676c73;
}

.capGiroAbas__texto {
  font-size: 16px;
}

.capGiroAbas__produto {
  text-align: left;
  background: #f5f5f6;
  padding: 5%;
  border-radius: 10px;
  height: 100%;
}

.capGiroAbas__produtoMob {
  text-align: center;
  background: #f5f5f6;
  padding: 5%;
  border-radius: 10px;
  height: 100%;
}

.capGiroAbas__produtoMob::before {
  content: "";
  border-left: 26px solid transparent;
  border-bottom: 26px solid #f5f5f6;
  border-right: 26px solid transparent;
  top: 22px;
  position: absolute;
  padding-left: 5px;
  left: 42%;
}

.capGiroAbas__btnGroup__btn {
  font-size: 16px;
}

.capGiroAbas__colProd {
  margin-left: 40px;
}

.capGiroAbas__title__prod {
  text-align: left;
  padding-bottom: 30px;
  padding-top: 0px;
  font-size: 34px;
  font-weight: bolder;
  font-family: Gotham Book;
}

.capGiroAbas__img {
  width: 100%;
  height: 100%;
  max-width: 290px;
}

.capGiroAbas__imglogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -40%);
}

.capGiroAbas__txtSlt {
  font-family: Gotham Book;
  font-size: 0.9em;
}

@media (max-width: 767.98px) {
  .capGiroAbas__title {
    padding: 0;
    padding-bottom: 30px;
    font-size: 25px;
    letter-spacing: -2px;
    line-height: 2rem;
  }
  .capGiroAbas__subtitle {
    padding: 0;
    font-size: 20px;
    font-family: gotham book;
  }
  .capGiroAbas__imgProdMob {
    max-width: 100%;
  }
  .capGiroAbas__imglogoMob {
    position: absolute;
    top: 75%;
    left: 40%;
    width: 100px;
  }
  select.form-control {
    font-weight: bold;
    font-family: gotham bold;
  }
}

.capGiroAbas__btnGroup__btn--simulacao {
  font-size: 1em;
  width: 100%;
  line-height: 2.5rem;
}

.capGiroAbas__btnGroup__btn--saibaMais {
  font-size: 1em;
  line-height: 2rem;
  margin-bottom: 20px;
}

.capGiroAbas__btnGroup__btn--saibaMais:hover {
  color: #dc3545;
}

.capGiroAbas__itemNav--active {
  font-size: 22px;
  font-weight: bold;
}

.capGiroAbas__itemNav--active::after {
  content: "";
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-right: 26px solid #f5f5f6;
  top: 0;
  position: absolute;
  padding-left: 5px;
  right: -70px;
}

.--geraminas {
  color: #706e9a !important;
}

.--geraminas-social {
  color: #ffb838 !important;
}

.--bdmg-solidario {
  color: #3c7d9a !important;
}

.--minas-criativa {
  color: #a4899f !important;
}

.--empreendedoras-de-minas {
  color: #ff8450 !important;
}

.--desenvolve-rio-doce {
  color: #bd4f5c !important;
}

.--geraminas-giro-mais {
  color: #50b89d !important;
}

.--fungetur {
  color: #ff8450 !important;
}

.--bdmg-solidario-saude {
  color: #00a8b0 !important;
}

.--geraminas-giro-mais-saude {
  color: #50b89d !important;
}

@media (max-width: 767.98px) {
  .capGiroAbas__produtoMob h2 {
    text-align: center;
    font-family: gotham bold;
  }
}

.tabs {
  margin: 80px 0 80px 20px;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}

.tabs .tab-link {
  margin-right: 5px;
}

.tabs .tab-link.active {
  margin-top: -16px;
  height: 244px;
}

.tabs #tabKimberly {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabKimberly .tab-title {
  bottom: 25px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #706e9a;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabKimberly .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabKimberly .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabKimberly img.capital-tab {
  width: 150px;
}

.tabs #tabKimberly.active {
  background-color: #706e9a;
}

.tabs #tabKimberly.active .tab-title {
  color: white;
}

.tabs #tabYellow {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabYellow .tab-title {
  bottom: 5px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #ffb838;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabYellow .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabYellow .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabYellow img.capital-tab {
  width: 150px;
}

.tabs #tabYellow.active {
  background-color: #ffb838;
}

.tabs #tabYellow.active .tab-title {
  color: white;
}

.tabs #tabBlue {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabBlue .tab-title {
  bottom: 25px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #3c7d9a;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabBlue .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabBlue .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabBlue img.capital-tab {
  width: 150px;
}

.tabs #tabBlue.active {
  background-color: #3c7d9a;
}

.tabs #tabBlue.active .tab-title {
  color: white;
}

.tabs #tabPurple {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabPurple .tab-title {
  bottom: 25px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #a4899f;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabPurple .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabPurple .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabPurple img.capital-tab {
  width: 150px;
}

.tabs #tabPurple.active {
  background-color: #a4899f;
}

.tabs #tabPurple.active .tab-title {
  color: white;
}

.tabs #tabOrange {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabOrange .tab-title {
  bottom: 5px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #ff8450;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabOrange .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabOrange .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabOrange img.capital-tab {
  width: 150px;
}

.tabs #tabOrange.active {
  background-color: #ff8450;
}

.tabs #tabOrange.active .tab-title {
  color: white;
}

.tabs #tabRed {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabRed .tab-title {
  bottom: 5px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #bd4f5c;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabRed .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabRed .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabRed img.capital-tab {
  width: 150px;
}

.tabs #tabRed.active {
  background-color: #bd4f5c;
}

.tabs #tabRed.active .tab-title {
  color: white;
}

.tabs #tabFungetur {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.tabs #tabFungetur .tab-title {
  bottom: 5px;
  display: block;
  left: 5%;
  width: 90%;
  position: absolute;
  font-size: 1em;
  color: #ff8450;
  line-height: 1.4em;
  font-family: Gotham Book;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tabs #tabFungetur .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #tabFungetur .circle {
  position: absolute;
  top: -4px;
  left: -4px;
}

.tabs #tabFungetur img.capital-tab {
  width: 150px;
}

.tabs #tabFungetur.active {
  background-color: #ff8450;
}

.tabs #tabFungetur.active .tab-title {
  color: white;
}

#tabKimberlyC .big-title,
#tabKimberlyC .abstract {
  color: #706e9a;
}

#tabYellowC .big-title,
#tabYellowC .abstract {
  color: #ffb838;
}

#tabBlueC .big-title,
#tabBlueC .abstract {
  color: #3c7d9a;
}

#tabPurpleC .big-title,
#tabPurpleC .abstract {
  color: #a4899f;
}

#tabOrangeC .big-title,
#tabOrangeC .abstract {
  color: #ff8450;
}

#tabRedC .big-title,
#tabRedC .abstract {
  color: #bd4f5c;
}

#tabGreenC .big-title,
#tabGreenC .abstract {
  color: #50b89d;
}

#tabFungeturC .big-title,
#tabFungeturC .abstract {
  color: #ff8450;
}

#tab8C .big-title,
#tab8C .abstract {
  color: #706e9a;
}

#tab9C .big-title,
#tab9C .abstract {
  color: #50b89d;
}

.tabs-new {
  cursor: pointer;
}

.slick-slide > div > div > p {
  display: flex;
  justify-content: center;
  width: 150px;
  text-align: center;
}

.slick-slide > div > div#tabKimberly > p {
  color: #706e9a;
}

.slick-slide > div > div#tabYellow > p {
  color: #ffb838;
}

.slick-slide > div > div#tabBlue > p {
  color: #3c7d9a;
}

.slick-slide > div > div#tabPurple > p {
  color: #a4899f;
}

.slick-slide > div > div#tabOrange > p {
  color: #ff8450;
}

.slick-slide > div > div#tabRed > p {
  color: #bd4f5c;
}

.slick-slide > div > div#tabFungetur > p {
  color: #ff8450;
}

.slick-slide > div > div#tabGreen > p {
  color: #50b89d;
}

.slick-slide > div > div#tab8 > p {
  color: #706e9a;
}

.slick-slide > div > div#tab9 > p {
  color: #50b89d;
}

.slick-slide.active > div > div {
  border-radius: 10px;
  width: 150px !important;
}

.slick-slide.active > div > div#tabKimberly {
  background-color: #706e9a;
}

.slick-slide.active > div > div#tabYellow {
  background-color: #ffb838;
}

.slick-slide.active > div > div#tabBlue {
  background-color: #3c7d9a;
}

.slick-slide.active > div > div#tabPurple {
  background-color: #a4899f;
}

.slick-slide.active > div > div#tabOrange {
  background-color: #ff8450;
}

.slick-slide.active > div > div#tabRed {
  background-color: #bd4f5c;
}

.slick-slide.active > div > div#tabFungetur {
  background-color: #ff8450;
}

.slick-slide.active > div > div#tabGreen {
  background-color: #50b89d;
}

.slick-slide.active > div > div#tab8 {
  background-color: #706e9a;
}

.slick-slide.active > div > div#tab9 {
  background-color: #50b89d;
}

.slick-slide.active > div > div > p {
  color: #fff !important;
}

#denuncia .btn-red {
  padding: 0.9rem 1rem;
}

#denuncia img.selo_oge {
  max-width: 100px;
  margin-right: 15px;
}

#denuncia img.selo_oge:hover {
  background-color: transparent !important;
}

@media (max-width: 769px) {
  #denuncia .btn-red {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #denuncia img.selo_oge {
    width: 60px;
    height: 50px;
    margin-right: 0;
  }
}

.innovationBanner {
  padding-bottom: 100px;
}

.innovationBanner .bgImage {
  padding-top: 90px;
  background-image: url("../img/inovacao-banner_bg-x3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.innovationBanner .container {
  display: flex;
  flex-flow: column nowrap;
}

.innovationBanner .textIntro {
  font-family: "Gotham Book";
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #d22828;
  margin: 0;
}

.innovationBanner .title {
  padding-top: 33px;
  padding-bottom: 65px;
  font-family: "Gotham Medium";
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #4b4f54;
  margin: 0;
}

.innovationBanner .btnRed {
  align-self: center;
  font-family: "Gotham Medium";
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.12;
  letter-spacing: -0.3px;
  color: #ffffff;
  padding: 1rem 118px;
  text-align: center;
  border-radius: 5px;
  background-color: #d22828;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.innovationBanner .btnRed:hover {
  background-color: #9f0000;
}

.innovationBanner .cardsFlex {
  margin-top: 100px;
  margin-bottom: 11px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
}

.innovationBanner .cardsFlex .cardInfo {
  background-color: #3998b5;
  color: #fff;
  border-radius: 10px;
  margin: 10px 0;
  padding: 44px 10px;
  width: 30%;
  letter-spacing: normal;
  text-align: center;
}

.innovationBanner .cardsFlex .cardTitle {
  font-family: "Gotham Book";
  font-size: 22px;
  line-height: 1.86;
  margin: 0;
}

.innovationBanner .cardsFlex .cardTitle span {
  font-size: 15px;
}

.innovationBanner .cardsFlex .cardText {
  font-family: "Gotham Bold";
  font-size: 40px;
  line-height: 1.03;
  margin: 0;
}

.innovationBanner .subTitle {
  margin-top: 38px;
  font-family: "Gotham Bold";
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  text-align: left;
  color: #4b4f54;
}

.innovationBanner .text {
  margin-bottom: 17px;
  font-family: "Gotham Book";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}

.innovationBanner .list {
  display: flex;
  flex-wrap: wrap;
}

.innovationBanner .topic {
  font-family: "Gotham Book";
  width: 33%;
  padding-right: 30px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #4b4f54;
  margin: 0;
}

.innovationBanner .legal {
  font-size: 0.9rem;
}

@media (max-width: 769px) {
  .innovationBanner .btnRed {
    font-size: 16px;
    padding: 1rem 30%;
  }
  .innovationBanner .topic {
    width: 50%;
  }
  .innovationBanner .cardsFlex {
    justify-content: space-around;
  }
  .innovationBanner .cardsFlex .cardInfo {
    flex: 1 0 100%;
  }
}

.innovationContact {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

.innovationContact .banner {
  width: 100%;
  height: 564px;
  background-image: url("../img/bdmg-innovation-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}

.innovationContact .banner .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 0px;
}

.innovationContact .banner .lead {
  font-family: "Gotham Book";
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.innovationContact .box {
  max-width: 920px;
  height: auto;
  background-color: #ebebeb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -250px auto 0;
  padding: 6.375rem 5rem 5rem;
  position: relative;
}

.innovationContact .box .item {
  text-align: center;
  padding: 0 3rem;
}

.innovationContact .box .textBox {
  padding-top: 43px;
  padding-bottom: 49px;
}

.innovationContact .box .textBold {
  font-weight: bold;
}

.innovationContact .box > .icon {
  width: 132px;
  height: 132px;
  background-color: #d22828;
  position: absolute;
  top: -70px;
  left: calc(50% - 66px);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innovationContact .box > .icon .icon-img {
  width: 55px;
  height: 92px;
}

.innovationContact .box .contact-form .form-control.btn-red {
  max-width: 300px;
  margin: 0 auto;
}

.innovationContact .box textarea {
  height: 10rem;
}

@media (max-width: 992px) {
  .innovationContact .box {
    padding: 3.375rem 1rem;
  }
  .innovationContact .box .textBox {
    text-align: center;
    align-self: auto;
  }
}

@media (max-width: 768px) {
  .innovationContact .banner {
    padding: 2.5rem 0;
  }
  .innovationContact .banner .subtitle {
    font-size: 2rem;
  }
  .innovationContact .banner .lead {
    font-size: 1rem;
  }
  .innovationContact .box {
    padding: 6.375rem 1.5rem 2.5rem;
  }
  .innovationContact .box .icon .icon-img {
    width: 55px;
    height: 92px;
  }
}

@media (max-width: 580px) {
  .innovationContact .box {
    padding: 6.375rem 1rem 3rem;
  }
  .innovationContact .box .contact-form .form-control.btn-red {
    width: 100%;
    max-width: 100%;
  }
}

.support-sector-public {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #fff;
}

.support-sector-public .subtitle {
  color: #4b4f54;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Gotham Medium";
  margin-bottom: 3rem;
}

.support-sector-public .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 2rem 0;
  text-align: center;
}

.support-sector-public .acting-front {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-sector-public .acting-front .btn-financing {
  width: 400px;
  border-radius: 10px;
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.4px;
  text-align: center;
  color: #00a8b0;
  display: block;
  padding: 2rem;
  margin: 0 2px;
}

.support-sector-public .acting-front .btn-financing:hover {
  background-color: #4cc1a1;
  color: #fff;
}

.support-sector-public .acting-front .btn-financing.active {
  background-color: #4cc1a1;
  color: #fff;
  padding: 3rem 2rem;
}

.support-sector-public .content-tabs {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

.support-sector-public .content-tabs .nav {
  justify-content: center;
}

.support-sector-public .content-tabs .nav-tabs {
  border-bottom: 0;
}

.support-sector-public .content-tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  width: 340px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.support-sector-public .content-tabs .nav-tabs .nav-link.active {
  background-color: #ebebeb;
  border-top: 4px solid #d22828;
  color: #808991;
}

.support-sector-public .content-tabs .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #f7f7f7;
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
  color: #b4b9bd;
}

.support-sector-public .content-tabs .tab-content {
  border-radius: 10px;
  background-color: #ebebeb;
  padding: 4rem;
}

.support-sector-public .content-tabs .tab-content .txt {
  font-family: "Gotham Medium";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 0 0 1rem;
  text-align: left;
  color: #4b4f54;
}

.support-sector-public .content-tabs .tab-content .legal {
  font-family: "Gotham Book";
  font-size: 0.813rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: justify;
  color: #676c73;
}

.support-sector-public .content-tabs .tab-content .list-itens {
  list-style: disc;
}

.support-sector-public .content-tabs .tab-content .list-itens .item {
  font-family: "Gotham Book";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #4b4f54;
}

.support-sector-public .content-tabs .tab-content .img-inner {
  width: 412px;
  height: 293px;
  border-radius: 10px;
}

.support-sector-public .content-tabs .tab-content .img-rioDoce {
  width: 412px;
  height: auto;
  border-radius: 10px;
}

#sectorContact h2.subtitle {
  display: block;
  width: 70%;
  margin-left: 20%;
}

#sectorContact .banner {
  background-image: url("../img/bdmg-sector-public-contact.jpg");
}

#sectorContact textarea {
  height: 10rem;
}

#sectorContact .chosen-container-single .chosen-single,
#sectorContact .chosen-single,
#sectorContact .chosen-drop {
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  background-image: none;
  box-shadow: none;
  background: #fff;
  margin: 0 auto;
  font-size: 1rem;
  padding: 0 8px;
}

#sectorContact .itens-select {
  background-color: #dfdcdc;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  padding: 3rem 0;
  margin-top: 5rem;
}

#sectorContact .itens-select .icon {
  width: 140px;
  height: 140px;
  display: inline-block;
}

#sectorContact .itens-select .title {
  font-family: "Gotham Bold";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: -0.8px;
  text-align: left;
  display: inline-block;
  margin: 0;
}

#sectorContact .itens-select .box-white {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 2rem;
}

#sectorContact .itens-select .box-white .subtitle {
  font-size: 1.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 1.375rem;
  padding: 0;
}

#sectorContact .itens-select .box-white .txt {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

#sectorContact .itens-select .box-white .list-itens {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

#sectorContact .itens-select .box-white .list-itens .item.link {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3998b5;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

#sectorContact .itens-select .box-white .list-itens .item:before {
  content: "";
  width: 21px;
  height: 15px;
  display: inline-block;
  margin-right: 0.5rem;
}

/* #sectorContact .itens-select .box-white .list-itens .item.checkPurple:before {
    background-image: url("../img/mpe/check-purple.svg")
}

#sectorContact .itens-select .box-white .list-itens .item.checkWine:before {
    background-image: url("../img/mpe/check-wine.svg")
}

#sectorContact .itens-select .box-white .list-itens .item.checkOrange:before {
    background-image: url("../img/mpe/check-orange.svg")
}

#sectorContact .itens-select .box-white .list-itens .item.checkBlue:before {
    background-image: url("../img/mpe/check-blue.svg")
}

#sectorContact .itens-select .box-white .list-itens .item.checkYellow:before {
    background-image: url("../img/mpe/check-yellow.svg")
}

#sectorContact .itens-select .box-white .list-itens .item.checkRose:before {
    background-image: url("../img/mpe/check-rose.svg")
} */

#sectorContact .itens-select .statistics {
  text-align: center;
  position: relative;
}

#sectorContact .itens-select .statistics .title {
  font-family: "Gotham Bold";
  font-size: 1.625rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #676c73;
  margin-bottom: 1rem;
}

#sectorContact .itens-select .statistics .numbers {
  font-family: "Gotham Bold";
  font-size: 4.125rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.48;
  letter-spacing: -1.3px;
  text-align: center;
  height: 36px;
}

#sectorContact .itens-select .statistics .numbers .small {
  font-family: "Gotham Book";
  font-size: 26px;
  font-weight: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
}

#sectorContact .itens-select .statistics .link {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3998b5;
}

#sectorContact .itens-select .statistics .link:hover {
  text-decoration: underline;
}

#sectorContact .itens-select .statistics .txt {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #676c73;
  margin: 10px 0 0;
}

#sectorContact .itens-select .separator {
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 34px;
}

#sectorContact .itens-select .divLinks {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#sectorContact .itens-select .divLinks .link {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3998b5;
}

#sectorContact .itens-select .divLinks .link:hover {
  text-decoration: underline;
}

#sectorContact .itens-select .legal {
  font-family: "Gotham Book";
  font-size: 0.813rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: justify;
  color: #676c73;
}

#sectorContact .itens-select .form-cnae {
  width: 100%;
  display: block;
}

#sectorContact .itens-select .form-cnae .btn-red {
  padding: 0;
}

@media (max-width: 760px) {
  .support-sector-public .content-tabs .tab-content {
    border-radius: 10px;
    background-color: #ebebeb;
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .support-sector-public .subtitle {
    font-family: Gotham Bold;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .support-sector-public .mt-5 {
    margin-top: 20px !important;
  }
  .support-sector-public p.txt {
    margin: 20px 0;
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .support-sector-public .acting-front {
    margin: 0;
  }
  .support-sector-public .acting-front .btn-financing {
    padding: 10px 0;
    font-size: 0.8rem;
  }
  .support-sector-public .acting-front .btn-financing.active {
    height: fit-content;
    padding: 20px 0;
  }
  .support-sector-public .content-tabs {
    margin-top: 20px;
  }
  #financingCity .img-inner {
    width: 90%;
    margin-bottom: 20px;
  }
  #financingCity .button {
    margin-top: 20px;
    width: 100%;
  }
  #financingCity ul.list-itens {
    list-style-type: disc;
    padding-left: 20px;
  }
  #financingCity ul.list-itens li.item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  #sectorContact h2.subtitle {
    width: 90%;
    margin-left: 5%;
  }
}

.home-card {
  margin-top: 3rem;
  width: 18vw;
  height: 450px;
  border-radius: 10px;
  cursor: pointer;
}

.home-card .card-titulo {
  font-size: 2rem;
}

.home-card .home-strech {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  width: 100%;
  height: 95%;
}

.home-card .home-strech .home-card-header {
  margin-top: 1rem;
}

.home-card .home-strech .home-card-header .home-card-logo {
  width: 3rem;
  margin: 1.7rem 0rem;
}

.home-card .home-card-text {
  font-size: 1.5rem;
}

.home-card .home-card-footer {
  margin: auto 0 0;
}

.home-card .home-card-footer .home-linha {
  background-color: #b5b5b58a;
  height: 1px;
  width: 90%;
  margin: 0.5rem 1rem;
}

.home-card .home-card-footer .home-botao {
  font-size: 20px;
  text-decoration: underline;
  color: white;
}

.home-card .home-card-footer .home-botao:hover {
  font-size: 20px;
}

.home-card-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../img/2via-boleto.png");
  background-repeat: repeat-x;
  background-size: cover;
  text-align: center;
  font-family: Gotham Book;
}

.home-card-sec .subtitulo {
  padding-top: 30px;
  font-size: 26px;
}

.home-card-sec h2 {
  font-family: Gothan Bulk inherit;
  font-family: "Gotham Bold";
  color: #455560;
}

.titulo-branco {
  color: #fff !important;
  font-size: 2rem;
}

.home-card-sec h4 {
  font-family: Gothan Bulk inherit;
  font-family: "Gotham Bold";
  color: #fff;
}

.home-card-sec h2 span.red-text {
  color: #d22828;
  font-weight: bold;
}

.home-card-sec .fundo {
  padding: 20px;
  border-radius: 10px;
  padding-bottom: 70px;
  text-align: center;
  height: 100%;
  margin-top: 3.5rem;
}

.municipios {
  background: url("../img/poste-luz.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.assessoria {
  background: url("../img/obras.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.rio-doce {
  background: url("../img/riodoce.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.home-card-sec .fundo .img-fluid.rounded-circle {
  margin-bottom: 30px;
}

.home-card-sec .fundo .red-text {
  color: #d22828;
  margin-bottom: 40px;
  margin-top: 20px;
  font-weight: bold !important;
  font-family: gotham book;
  font-size: 1em;
}

.home-card-sec .fundo p {
  height: auto;
}

.home-card-sec .fundo a.btn.btn-red-border {
  position: absolute;
  bottom: 30px;
  width: 75%;
}

.fundo a.btn.btn-red-border:hover {
  color: red;
}

.home-card-footer {
  padding-top: 2rem;
}

.home-card-sec-img {
  max-width: 170px;
  max-height: 170px;
  height: 170px;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 50%;
  margin: auto;
  margin-top: 20px;
}

.embaixo {
  position: absolute;
  left: 20%;
  bottom: 20px;
  width: 60% !important;
  font-size: 20px;
  text-decoration: underline;
  color: white;
}

@media screen and (max-width: 375px) {
  .card-titulo {
    font-size: 1.4rem;
  }
  .home-card {
    width: 100%;
    height: 65vh;
  }
  .home-card-text {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 766px) {
  .home-card {
    width: 100%;
    height: 400px;
  }
  .home-card-text {
    font-size: 1.4rem !important;
  }
  .titulo {
    font-size: 1.6rem !important;
  }
}

@media screen and (min-width: 767px) {
  .home-card {
    width: 100%;
    height: 400px;
  }
  .titulo {
    font-size: 2rem;
  }
  .home-card-footer {
    padding-top: 0rem;
  }
  .home-card-text {
    font-size: 1.5rem !important;
  }
  .home-card-sec h2 {
    font-size: 2rem;
  }
  .home-card-sec .subtitulo {
    font-size: 18px;
  }
  .home-card-sec .fundo {
    margin: 20px;
    height: auto;
  }
  .home-card-sec .fundo p {
    margin-bottom: auto;
  }
  .home-card-sec .fundo .home-card-sec-img {
    text-align: center;
    margin: auto;
  }
  .home-card-sec .fundo a.btn.btn-red-border {
    position: relative;
    width: 100%;
    margin-top: 35%;
  }
  .embaixo {
    bottom: 7%;
  }
}

.collapse-link {
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}

.collapse-link.dark-blue {
  color: #3c7d9a;
}

.collapse-link.green {
  color: #4cc1a1;
}

.collapse-link.orange {
  color: #ff8450;
}

hr {
  margin-bottom: 4rem;
  width: 100%;
}

hr.dark-blue {
  background-color: #3c7d9a;
}

hr.green {
  background-color: #4cc1a1;
}

hr.orange {
  background-color: #ff8450;
}

.italico {
  font-style: italic;
}

.bold {
  font-weight: 700;
  font-weight: bold;
}

.fundo-collapse {
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fundo-collapse.dark-blue {
  background-color: #3c7d9a;
}

.fundo-collapse.green {
  background-color: #4cc1a1;
}

.fundo-collapse.orange {
  background-color: #ff8450;
}

.collapse-link:hover {
  text-decoration: underline;
  color: #d83737;
  font-weight: 700;
}

.collapse-municipio {
  background-color: #f0f0ef;
  padding: 40px;
}

.collapse-municipio .municipio-conteudo {
  margin-bottom: 5rem;
}

.collapse-municipio .paragrafo-collapse-municipio {
  margin-bottom: 0px;
}

.collapse-municipio .logo-bdmg {
  width: 55px;
}

.collapse-municipio h1 {
  font-family: "Gotham Bold";
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding-bottom: 0;
  padding-left: 1rem;
}

.collapse-municipio .text-collapse-color {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 426px) {
  .collapse-municipio .text-collapse-color {
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.collapse-municipio h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

/* .collapse-municipio ul {
    list-style-image: url(../img/collapse-municipios/collapse_municipio_check.png);
    padding-inline-start: 30px;
    margin-bottom: 2rem;
    margin-top: -1rem
} */

.collapse-municipio ul li {
  position: relative;
  line-height: 1rem;
}

.collapse-municipio ul li:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../img/check-green.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 5px;
  display: block;
}

.collapse-municipio .logo-bdmg-section {
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 50px;
  text-align: center;
  margin-top: 2.5rem !important;
}

.collapse-municipio .logo-bdmg-section h2 {
  font-weight: 700;
}

.collapse-municipio .collapse-bloco {
  max-width: 1140px;
  background: black;
  margin-top: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* .collapse-municipio .icone {
    background-image: url("../img/collapse-municipios/collapse_municipios_logo.png")
} */

.collapse-municipio .fundo-municipio-img {
  width: inherit;
}

.collapse-municipio .fundo-municipio-img.--img2 {
  max-height: 337px;
  max-width: 351px;
  margin-left: 6rem;
}

@media (max-width: 749px) {
  .collapse-municipio .fundo-municipio-img.--img2 {
    margin-left: 0;
    width: 100%;
  }
}

.collapse-municipio .texto-italico {
  font-style: italic;
}

.collapse-municipio .title {
  width: 100%;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.8px;
  color: #455560;
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-family: Gotham Bold;
}

.collapse-municipio .title2 {
  width: 100%;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.8px;
  color: #455560;
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-family: Gotham Bold;
}

.collapse-municipio .fundo {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  margin-bottom: 20px;
}

.collapse-municipio .fundo .fundo-municipio-toggle {
  padding: 40px 80px 20px;
}

.collapse-municipio .fundo-collapse-final {
  background-color: #f4f4f3;
}

.collapse-municipio .fundo-collapse-final p {
  font-weight: 700;
}

.collapse-municipio .conteudo-collapse {
  text-align: left;
  font-family: "Gotham Book", serif;
}

.collapse-municipio .conteudo-collapse.--english-version {
  font-family: "Gotham Book";
}

.collapse-municipio .expand-submenu {
  font-size: 30px;
  color: white;
  padding-left: 30px;
}

.collapse-municipio li {
  padding-bottom: 1em !important;
}

.collapse-button {
  width: 20rem;
  padding: 1rem;
  font-size: 1rem;
  margin: auto;
  color: white;
  background-color: #d22828;
}

.collapse-button:hover {
  background-color: #bd4f5c;
}

.footer-item-collapse {
  width: 100%;
  background-color: #f4f4f3;
  border-radius: 10px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-item-collapse p {
  color: #455560;
  font-size: 1.4rem;
  font-family: "Gotham Bold";
  margin: 0;
  text-align: left;
  max-width: 500px;
}

.footer-item-collapse .btn + .btn {
  margin-left: 2rem;
  border: 1.5pt solid #5d5b5b;
  background: transparent;
  height: 3.6rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-weight: bold;
}

.footer-item-collapse .btn + .btn.--talk-to-us {
  width: 35%;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 426px) {
  .footer-item-collapse .btn + .btn.--talk-to-us {
    width: 90%;
  }
}

@media screen and (max-width: 375px) {
  .collapse-button {
    width: 12rem;
    padding: 0.5rem;
    font-size: 1rem;
  }
  #collapse-municipio h1 {
    font-size: 0.8rem;
    line-height: 1rem !important;
  }
  .fundo-collapse {
    padding: 12px;
  }
  .collapse-municipio .fundo .fundo-municipio-toggle {
    padding: 30px 20px 20px;
  }
  .collapse-municipio .title {
    font-size: 24px;
    line-height: 1.2;
  }
  .collapse-municipio .title2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .footer-item-collapse {
    padding: 0px 0px;
  }
  .footer-item-collapse .btn + .btn {
    margin-left: 0rem;
  }
  .footer-item-collapse {
    flex-direction: column;
  }
  .footer-item-collapse p {
    font-size: 1rem;
    max-width: 100%;
    margin: 2rem 0;
  }
  .footer-item-collapse .btn {
    margin: 1rem 0;
    padding: 1rem !important;
  }
}

@media screen and (min-width: 376px) and (max-width: 766px) {
  .collapse-button {
    width: 12rem;
    padding: 0.5rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 376px) and (max-width: 766px) and (max-width: 426px) {
  .collapse-button {
    width: 70%;
    height: 3rem;
  }
}

@media screen and (min-width: 376px) and (max-width: 766px) {
  #collapse-municipio h1 {
    font-size: 0.9rem;
    line-height: 1rem !important;
  }
  .fundo-collapse {
    padding: 12px;
  }
  .collapse-municipio .fundo .fundo-municipio-toggle {
    padding: 30px 20px 20px;
  }
  .collapse-municipio .title {
    font-size: 28px;
    line-height: 1.2;
  }
  .collapse-municipio .title2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .footer-item-collapse {
    padding: 0px 0px;
  }
  .footer-item-collapse {
    flex-direction: column;
  }
  .footer-item-collapse p {
    max-width: 100%;
    margin: 2rem 0;
  }
  .footer-item-collapse .btn {
    margin: 1rem 0;
  }
}

@media (min-width: 767px) {
  #collapse-municipio .fundo .fundo-municipio-toggle {
    padding: 40px 40px 20px;
  }
  #collapse-municipio h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 0;
  }
  #collapse-municipio .title {
    font-size: 1.5rem;
  }
}

.menor {
  background-image: url(../img/minus-icon.svg);
  display: block;
  height: 30px;
  width: 30px;
}

.menor.--orange {
  background-image: url(../img/minus-icon-orange.svg);
}

.menor.--blue {
  background-image: url(../img/minus-icon-blue.svg);
}

.maior {
  background-image: url(../img/plus-icon.svg);
  display: block;
  height: 30px;
  width: 30px;
}

.maior.--orange {
  background-image: url(../img/plus-icon-orange.svg);
}

.maior.--blue {
  background-image: url(../img/plus-icon-blue.svg);
}

.collapse-municipio .fundo .fundo-municipio-toggle .footer-item-collapse p {
  font-size: 1rem;
  font-family: Gotham Book;
  font-weight: bold;
}

@media (max-width: 769px) {
  .home-card-sec h2 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 769px) and (max-width: 426px) {
  .home-card-sec h2 {
    font-size: 1.4rem;
    padding: 0 !important;
    text-align: left;
  }
}

@media (max-width: 769px) {
  .home-card-sec .home-card .home-strech .home-card-header h2.titulo-branco {
    font-size: 1.3rem;
    padding: 0 0.4rem !important;
    text-align: center;
  }
  .home-card-sec
    .home-card
    .home-strech
    .home-card-header
    h2.titulo-branco.--english-version {
    padding: 0 1rem !important;
  }
}

@media (min-width: 769px) {
  .home-card-sec .home-card .home-strech .home-card-header h2.titulo-branco {
    font-size: 1.7rem;
    padding: 0 0.8rem;
  }
}

@media (max-width: 426px) {
  .collapse-municipio .fundo .fundo-collapse h1.text-collapse-color {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media screen and (max-width: 426px) {
  .collapse-municipio {
    padding: 1rem;
  }
}

.collapse-municipio .img-legend {
  margin-top: 1rem;
  color: #999ca0;
}

.collapse-municipio .footer-item-collapse a.btn-danger {
  font-size: 1rem;
  height: 3.7rem;
  display: flex;
  width: 21rem;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-shadow: 1px 1px #af0c0c;
}

@media (max-width: 426px) {
  .collapse-municipio .img-legend {
    margin-bottom: 2rem;
  }
  .collapse-municipio .footer-item-collapse a.btn-danger {
    width: 100%;
    height: 60px;
    margin-top: 1rem;
  }
  .footer-item-collapse .btn + .btn {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
  .collapse-municipio .fundo .fundo-municipio-toggle .footer-item-collapse p {
    padding: 1.2rem !important;
    margin: 0;
    width: 100% !important;
    font-size: 1.1rem;
  }
}

.collapse-municipio.--rio-doce .fundo .fundo-municipio-toggle h3 {
  font-size: 1.2rem;
  color: black;
  line-height: 1.4em;
  font-family: Gotham book;
  text-align: center;
  text-decoration: none;
}

.collapse-municipio.--rio-doce .fundo .fundo-municipio-toggle .item-cartilha {
  width: 100%;
  height: auto;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #54585e;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  border: 1pt solid;
  padding: 0.7rem 1rem;
}

@media screen and (max-width: 768px) {
  .collapse-municipio.--rio-doce .fundo .fundo-municipio-toggle .item-cartilha {
    display: block;
  }
}

.collapse-municipio.--rio-doce
  .fundo
  .fundo-municipio-toggle
  .item-cartilha:last-child {
  margin-bottom: 0;
}

.collapse-municipio.--rio-doce
  .fundo
  .fundo-municipio-toggle
  .item-cartilha
  .icone {
  font-size: 1.2rem;
  color: #8c9194;
  position: absolute;
}

.collapse-municipio.--rio-doce
  .fundo
  .fundo-municipio-toggle
  .item-cartilha
  .nome-cartilha {
  font-size: 1rem;
  margin-left: 2rem;
}

.collapse-municipio.--rio-doce
  .fundo
  .fundo-municipio-toggle
  .item-cartilha
  > a.link-download {
  align-self: flex-end;
  color: #54585e;
  text-decoration: underline;
}

.section-bdmg-digital {
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #293239;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 321px) {
  .section-bdmg-digital {
    padding: 2rem;
  }
}

.section-bdmg-digital .divider.white {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.section-bdmg-digital .title-section {
  font-family: "Gotham Bold";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.17;
  color: #ffffff;
  margin-bottom: 1.75rem;
}

.section-bdmg-digital .subtitle-section {
  font-family: "Pt Sans", serif;
  font-size: 1.375rem;
  color: #fff;
  text-align: left;
}

.section-bdmg-digital .subtitle-section.--english-version {
  font-family: Gotham Book;
}

.section-bdmg-digital .shape-bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/shape-bg-bdmg-section.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -12rem;
  top: 0rem;
  bottom: 0;
  right: 0;
}

.section-bdmg-digital .itens-pills {
  padding-right: 50px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.section-bdmg-digital .itens-pills .nav.nav-pills .nav-link {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  margin-bottom: 10px;
}

.section-bdmg-digital .itens-pills .nav.nav-pills .nav-link.active {
  background-color: #4d5e6b;
}

.section-bdmg-digital .itens-pills .nav.nav-pills .nav-link:last-child {
  margin-bottom: 0;
}

.section-bdmg-digital .itens-pills .nav.nav-pills .nav-item.select {
  width: 100%;
  display: none;
  margin-bottom: 2rem;
}

.section-bdmg-digital
  .itens-pills
  .nav.nav-pills
  .nav-item.select
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.section-bdmg-digital
  .itens-pills
  .nav.nav-pills
  .nav-item.select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  font-size: 1.2rem;
  line-height: 28px;
}

.section-bdmg-digital .tab-content {
  height: 100%;
}

.section-bdmg-digital .tab-content h3 {
  color: #fff;
  padding-bottom: 1rem;
}

@media (max-width: 425px) {
  .section-bdmg-digital .tab-content h3 {
    padding-bottom: 1rem;
  }
}

.section-bdmg-digital .tab-content .tab-pane {
  height: 100%;
}

.section-bdmg-digital .tab-content .tab-pane > .row {
  height: 100%;
}

.section-bdmg-digital .lista-pills {
  padding-left: 20px;
  margin: 0;
}

.section-bdmg-digital .lista-pills .item-lista-pills {
  font-size: 1rem;
  font-family: "PT Sans", serif;
  position: relative;
  margin-bottom: 5px;
}

.section-bdmg-digital .lista-pills .item-lista-pills.--english-version {
  font-family: "Gotham Book";
}

.section-bdmg-digital .lista-pills .item-lista-pills:last-child {
  margin-bottom: 0;
}

.section-bdmg-digital .lista-pills .item-lista-pills:after {
  content: "";
  height: 12px;
  width: 12px;
  background-image: url(../img/check-green.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 6px;
  display: block;
}

.section-bdmg-digital p.italico {
  margin-top: 10px;
  font-style: italic;
  font-size: 0.875rem;
}

.section-bdmg-digital .img-acessar {
  background-image: url(../img/como-acessar.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 190px;
}

@media screen and (max-width: 426px) {
  .section-bdmg-digital .img-acessar {
    min-height: 250px;
    margin: 1rem;
  }
}

.section-bdmg-digital .item-cartilha {
  width: 100%;
  height: auto;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #54585e;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.section-bdmg-digital .item-cartilha:last-child {
  margin-bottom: 0;
}

.section-bdmg-digital .item-cartilha .icone {
  font-size: 1.2rem;
  color: #8c9194;
  position: absolute;
}

.section-bdmg-digital .item-cartilha .nome-cartilha {
  font-size: 1rem;
  margin-left: 2rem;
  display: block;
}

.section-bdmg-digital .item-cartilha > a.link-download {
  align-self: flex-end;
  color: #54585e;
  text-decoration: underline;
}

.section-bdmg-digital .videos-municipio {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.section-bdmg-digital .videos-municipio .item-video {
  width: 240px;
  height: auto;
  padding: 0;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.section-bdmg-digital .videos-municipio .item-video:last-child {
  margin-bottom: 0;
}

.section-bdmg-digital .videos-municipio .item-video .capa {
  width: 100%;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-bdmg-digital .videos-municipio .item-video .capa .icone-play {
  font-size: 2rem;
  color: #a0a4a6;
}

.section-bdmg-digital .videos-municipio .item-video .titulo-video {
  padding: 8px 0;
  text-align: center;
}

@media (max-width: 580px) {
  .section-bdmg-digital .itens-pills {
    padding-right: 0;
    border: none;
    border-right: none;
  }
  .section-bdmg-digital .itens-pills .nav.nav-pills > .nav-link {
    display: none;
  }
  .section-bdmg-digital .itens-pills .nav.nav-pills > .nav-item.select {
    display: block;
  }
}

.section-bdmg-digital .--cta-digital {
  margin-top: 3rem;
  font-size: 1rem;
  height: 3.7rem;
  width: 21rem;
  font-weight: bold;
  box-shadow: 1px 1px #af0c0c;
  margin-left: 1rem;
  padding-top: 0.9rem;
}

@media (max-width: 426px) {
  .section-bdmg-digital .--cta-digital {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 426px) and (max-width: 321px) {
  .section-bdmg-digital .--cta-digital {
    white-space: break-spaces;
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.bdmg-atua {
  width: 100%;
  height: auto;
  background-color: #3c7d9a;
  padding: 30px;
}

.bdmg-atua .info-atua {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bdmg-atua .info-atua .mapa-minas {
  width: auto;
  height: 100%;
  margin-right: 100px;
}

.bdmg-atua .info-atua .desc-atua {
  max-width: 500px;
}

.bdmg-atua .info-atua .desc-atua .title-section {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: Gotham Bold;
}

.bdmg-atua .info-atua .desc-atua .text-atua {
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .bdmg-atua .info-atua {
    flex-direction: column;
  }
  .bdmg-atua .info-atua .mapa-minas {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .bdmg-atua .info-atua .desc-atua {
    width: 100%;
  }
  .bdmg-atua .info-atua .desc-atua .title-section {
    font-size: 1.5rem;
  }
  .bdmg-atua .info-atua .desc-atua .text-atua {
    color: #fff;
    font-size: 0.875rem;
  }
}

.contato-form-sector-public .banner-formulario {
  width: 100%;
  height: 715px;
  background-image: url("../img/formulario.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}

.contato-form-sector-public .banner-formulario .titulo {
  font-family: "Gotham Medium";
  font-size: 2rem;
  line-height: 1.17;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  text-align: center;
  margin-bottom: 1.75rem;
}

.contato-form-sector-public .botao-cadastro {
  margin-top: 1rem;
  font-family: "Gotham Medium";
  font-size: 1.1rem;
  width: 26rem;
  color: white;
  background-color: #282a2d;
  padding: 20px;
}

.contato-form-sector-public .botao-cadastro:hover {
  color: white;
  background-color: #4b4f54;
}

.Formulario {
  padding-top: 50px;
  background-color: #f4f4f4;
  font-family: Pt Sans;
}

.Formulario h2 {
  line-height: 46px;
  font-size: 35px;
  font-family: Gotham Medium;
  letter-spacing: -1px;
}

.Formulario h2 span {
  color: #d22828;
}

.Formulario .seta {
  min-width: 200px;
  min-height: 100px;
  position: absolute;
  left: 85%;
  top: 130px;
  z-index: 9;
}

.Formulario .conteudo {
  font-size: 20px;
  line-height: 26px;
  color: #676c73;
  font-family: Gotham book;
}

.form-modal {
  margin: auto 0 !important;
  width: 100% !important;
  padding: 1rem 1rem !important;
}

.form-modal-titulo {
  color: #d22828;
  font-family: Gotham medium;
}

.form-button {
  width: 100%;
  height: 65px;
  font-size: 1.1rem;
  border-radius: 4px;
  color: white;
  background-color: #d22828;
}

.form-button:hover {
  background-color: #bd4747;
}

.modal-body {
  background-color: #ebebeb;
}

.Formulario .formulario {
  background-color: #ebebeb;
  width: 80%;
  font-size: 15px;
  line-height: 36px;
  color: #4b4f54;
  font-family: Gotham book;
  font-weight: bold;
  max-width: 530px;
  height: auto;
  background-color: #ebebeb;
  border-radius: 5px;
  margin: -530px auto 0;
  padding: 3rem 3rem;
  position: relative;
}

.Formulario .formulario ul {
  height: 0;
}

.Formulario .formulario input {
  height: 55px;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 10px;
  color: #8a8a8a;
  font-style: italic;
}

.Formulario .formulario textarea {
  height: 90px;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 10px;
  color: #8a8a8a;
  font-style: italic;
}

.Formulario .formulario input[type="submit"]:hover {
  background-color: #c24d4d;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.Formulario .formulario input[type="submit"] {
  margin-top: 50px;
  background-color: #d22828;
  color: white;
}

.Formulario .formulario label {
  margin: 0px;
  padding: 0;
  line-height: 0;
  padding-left: 5px;
  padding-top: 25px;
}

.Formulario .formulario label.hs-error-msg {
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin-left: -20px;
  padding-left: 0;
  height: 10px;
  color: #d22828;
  padding: 0;
}

.Formulario .formulario .field {
  margin: 0;
  padding: 0;
}

.Formulario .formulario .hs-main-font-element {
  display: none;
}

@media screen and (max-width: 375px) {
  .Formulario .formulario {
    width: 95% !important;
    padding: 1rem 1rem;
  }
  .contato-form-sector-public .botao-cadastro {
    width: 18rem !important;
    padding: 15px;
    font-size: 1rem;
  }
  .modal-content {
    width: 95vw !important;
  }
  .contato-form-sector-public .endereco .contato-form-sector-public-titulo {
    font-size: 1.4rem !important;
  }
  .form-button {
    font-size: 0.9rem;
  }
  .btn-red {
    padding: 0.1rem;
  }
}

@media screen and (max-width: 766px) {
  .Formulario .formulario {
    width: 95% !important;
    padding: 1rem 1rem;
  }
  .contato-form-sector-public .botao-cadastro {
    width: 18rem !important;
    padding: 15px;
    font-size: 1rem;
  }
  .modal-content {
    width: 95vw !important;
  }
  .contato-form-sector-public .endereco .contato-form-sector-public-titulo {
    font-size: 1.8rem !important;
  }
  .form-button {
    font-size: 1rem;
  }
}

@media screen and (min-width: 767px) {
  .Formulario .formulario {
    width: 95% !important;
    padding: 2rem 2rem;
  }
  .contato-form-sector-public .botao-cadastro {
    width: 25rem !important;
    padding: 20px;
    font-size: 1rem;
  }
  .modal-content {
    width: 100% !important;
  }
  .contato-form-sector-public .endereco .contato-form-sector-public-titulo {
    font-size: 1.5rem !important;
  }
  .form-button {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .Formulario {
    background-color: #ffffff;
  }
  .Formulario .formulario_mobile {
    border-radius: 12px;
    filter: drop-shadow(0px 3px 0px #4b4f54);
    background-color: #ebebeb;
    border: 1px solid rgba(177, 177, 177, 0.5);
    padding: 5%;
    text-align: left;
  }
  .Formulario .formulario_mobile ul {
    height: 0;
  }
  .Formulario .formulario_mobile label {
    font-size: 1.3rem;
    letter-spacing: -1px;
    line-height: 52px;
    color: #4b4f54;
    width: 100%;
    font-family: gotham;
    margin-bottom: -10px;
    margin-top: 20px;
    margin-left: 5px;
  }
  .Formulario .formulario_mobile input {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #d7d7d7;
    width: 100%;
    height: 60px;
    padding: 5%;
  }
  .Formulario .formulario_mobile input[type="submit"] {
    margin-top: 10%;
    background-color: #d22828;
    color: white;
  }
  .Formulario .formulario_mobile label.hs-error-msg {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-left: -20px;
    padding-left: 0;
    color: #d22828;
    margin-top: 0px;
  }
  .Formulario .formulario_mobile .hs-main-font-element {
    display: none;
  }
  .Formulario .formulario_mobile .field {
    margin: 0;
    padding: 0;
  }
  .Formulario .conteudo {
    font-size: 1.1em;
    text-align: left;
    color: #676c73;
    padding-left: 15px;
    padding-bottom: 15%;
  }
  .Formulario h2 {
    padding-bottom: 15%;
  }
}

.contato-form-sector-public {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #fff;
}

.contato-form-sector-public .endereco {
  position: relative;
  margin: 60px 0 3.5rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.contato-form-sector-public .endereco .contato-form-sector-public-titulo {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #242424;
  font-weight: bold;
}

.contato-form-sector-public .endereco .texto-suporte {
  margin-top: 1rem;
  color: #242424;
}

.contato-form-sector-public .banner {
  width: 100%;
  height: 564px;
  background-image: url("../img/bg-contato-home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}

.contato-form-sector-public .banner .subtitle {
  font-family: "Gotham Medium";
  font-size: 3rem;
  line-height: 1.17;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 1.75rem;
}

.contato-form-sector-public .banner .lead {
  font-family: "Gotham Book";
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.contato-form-sector-public .box {
  max-width: 920px;
  height: auto;
  background-color: #ebebeb;
  border-radius: 5px;
  margin: -250px auto 0;
  padding: 6.375rem 5rem 5rem;
  position: relative;
}

.contato-form-sector-public .box .item {
  text-align: center;
  padding: 0 3rem;
}

.contato-form-sector-public .box .item .title {
  font-size: 1.375rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -0.4px;
  color: #676c73;
}

.contato-form-sector-public .box .item .tel {
  font-family: "Gotham Bold";
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  letter-spacing: -0.6px;
  text-align: center;
  color: #676c73;
}

.contato-form-sector-public .box .item .txt {
  font-size: 0.938rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #676c73;
}

.contato-form-sector-public .box .icon {
  width: 132px;
  height: 132px;
  background-color: #d22828;
  position: absolute;
  top: -70px;
  left: calc(50% - 66px);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-control.control-modal {
  height: 4.1rem;
}

.contato-form-sector-public .box .icon .icon-img {
  width: 55px;
  height: 92px;
}

.contato-form-sector-public
  .box
  .contato-form-sector-public-form
  .form-control.button {
  max-width: 300px;
  margin: 0 auto;
}

.contato-form-sector-public .address {
  position: relative;
  margin: 60px 0 3.5rem;
}

.contato-form-sector-public .address .title {
  font-size: 1.375rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: -0.4px;
  color: #676c73;
}

.contato-form-sector-public .address .tel {
  font-family: "Gotham Bold";
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  letter-spacing: -0.6px;
  text-align: center;
  color: #676c73;
}

.contato-form-sector-public .address .txt {
  font-size: 0.938rem;
  font-family: "Gotham Book";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #676c73;
}

.contato-form-sector-public .map {
  width: 920px;
  height: 410;
  padding: 0 0 5rem;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .contato-form-sector-public .box {
    padding: 3.375rem 1rem;
  }
}

@media (max-width: 768px) {
  .contato-form-sector-public .banner {
    background-position: 23% !important;
    padding: 24px 0;
  }
  .contato-form-sector-public .banner .subtitle {
    font-size: 2rem;
  }
  .contato-form-sector-public .banner .lead {
    font-size: 1rem;
  }
  .contato-form-sector-public .box {
    padding: 6.375rem 1.5rem 2.5rem;
  }
  .contato-form-sector-public .box .item {
    text-align: center;
    padding: 0 3rem;
  }
  .contato-form-sector-public .box .item:first-child {
    margin-bottom: 2rem;
  }
  .contato-form-sector-public .box .item .title {
    font-size: 1rem;
  }
  .contato-form-sector-public .box .item .tel {
    font-size: 2rem;
  }
  .contato-form-sector-public .box .icon {
    width: 132px;
    height: 132px;
    background-color: #d22828;
    position: absolute;
    top: -70px;
    left: calc(50% - 66px);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contato-form-sector-public .box .icon .icon-img {
    width: 55px;
    height: 92px;
  }
  .contato-form-sector-public .address {
    position: relative;
    margin: 2.5rem 0;
  }
  .contato-form-sector-public .address .title {
    font-size: 1rem;
  }
  .contato-form-sector-public .map {
    width: 100%;
    height: auto;
    padding: 0 0 2.5rem;
    text-align: center;
  }
}

@media (max-width: 580px) {
  .contato-form-sector-public .box {
    padding: 6.375rem 1rem 3rem;
  }
  .contato-form-sector-public .box .item .title {
    font-size: 1rem;
  }
  .contato-form-sector-public .box .item .tel {
    font-size: 1.5rem;
  }
  .contato-form-sector-public
    .box
    .contato-form-sector-public-form
    .form-control.btn-red {
    width: 100%;
    max-width: 100%;
  }
  .contato-form-sector-public .address .tel {
    font-size: 1.5rem;
  }
}

.contato-form-sector-public .contato-titulo {
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: Gotham Book;
}

section.depoimentos-municipios {
  margin: 5rem 0;
  text-align: center;
  margin-bottom: 3rem;
}

section.depoimentos-municipios h2 {
  font-weight: 700;
}

section.depoimentos-municipios p.subtitle {
  font-family: "PT Sans";
  color: #455560;
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.12rem;
}

section.depoimentos-municipios .swiper-container {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  section.depoimentos-municipios .swiper-container {
    width: 80%;
  }
}

section.depoimentos-municipios .swiper-slide {
  height: 600px;
  font-size: 18px;
  width: 24rem !important;
}

@media (max-width: 768px) {
  section.depoimentos-municipios .swiper-slide {
    width: 17rem !important;
    height: 40rem !important;
    margin-right: 1rem;
  }
}

@media (max-width: 425px) {
  section.depoimentos-municipios .swiper-slide {
    margin-right: 0rem;
    width: 340px !important;
  }
}

@media (max-width: 414px) {
  section.depoimentos-municipios .swiper-slide {
    width: 332px !important;
  }
}

@media (max-width: 412px) {
  section.depoimentos-municipios .swiper-slide {
    width: 330px !important;
  }
}

@media (max-width: 375px) {
  section.depoimentos-municipios .swiper-slide {
    width: 300px !important;
  }
}

@media (max-width: 360px) {
  section.depoimentos-municipios .swiper-slide {
    width: 288px !important;
  }
}

@media (max-width: 320px) {
  section.depoimentos-municipios .swiper-slide {
    width: 256px !important;
  }
}

section.depoimentos-municipios .swiper-slide .card {
  max-width: 22rem;
  background: #f0f0ef;
  border-radius: 10px 10px 0 0;
  border: none;
  overflow: hidden;
  height: 590px;
}

@media (max-width: 768px) {
  section.depoimentos-municipios .swiper-slide .card {
    height: 650px;
  }
}

@media (max-width: 425px) {
  section.depoimentos-municipios .swiper-slide .card {
    height: 600px;
  }
}

@media (max-width: 360px) {
  section.depoimentos-municipios .swiper-slide .card {
    height: 650px;
  }
}

section.depoimentos-municipios .swiper-slide .card .card-img-top {
  object-fit: cover;
  height: 12rem;
  object-position: 50% 10%;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
}

section.depoimentos-municipios .swiper-slide .card .card-text {
  font-size: 1.2rem;
  padding: 1rem;
  text-align: left;
  font-style: italic;
  font-family: "PT Sans";
  color: #455560;
  line-height: 1.8rem;
  font-weight: 400;
}

@media (max-width: 320px) {
  section.depoimentos-municipios .swiper-slide .card .card-text {
    padding: 0rem;
  }
}

section.depoimentos-municipios .swiper-slide .card .card-title {
  text-align: left;
  padding: 1rem;
  margin-top: -1rem;
  font-family: "PT Sans";
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #455560;
}

section.depoimentos-municipios .swiper-slide .card .card-subtitle {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 1rem;
  margin-top: -1.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: lighter;
  font-family: "PT Sans";
  letter-spacing: 0.5px;
  color: #455560;
}

section.depoimentos-municipios .swiper-slide .card .card-footer {
  background: transparent;
  border: none;
  position: absolute;
  bottom: 1rem;
  left: 0rem;
}

section.depoimentos-municipios .swiper-button-prev,
section.depoimentos-municipios .swiper-container-rtl .swiper-button-next {
  left: -5%;
  right: auto;
  position: relative;
  top: 300px;
  color: #4b4f54;
}

@media (max-width: 1024px) {
  section.depoimentos-municipios .swiper-button-prev,
  section.depoimentos-municipios .swiper-container-rtl .swiper-button-next {
    left: 5%;
  }
}

@media (max-width: 425px) {
  section.depoimentos-municipios .swiper-button-prev,
  section.depoimentos-municipios .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

section.depoimentos-municipios .swiper-button-next,
section.depoimentos-municipios .swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 98%;
  position: relative;
  top: 300px;
  color: #4b4f54;
}

@media (max-width: 1024px) {
  section.depoimentos-municipios .swiper-button-next,
  section.depoimentos-municipios .swiper-container-rtl .swiper-button-prev {
    left: 90%;
  }
}

@media (max-width: 425px) {
  section.depoimentos-municipios .swiper-button-next,
  section.depoimentos-municipios .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

section.depoimentos-municipios
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
section.depoimentos-municipios .swiper-pagination-custom,
section.depoimentos-municipios .swiper-pagination-fraction {
  bottom: 0rem;
}

.fungeturIntro-giro {
  padding: 5rem 0 0;
  background-color: #233444;
  color: #fff;
  margin-top: 30px;
}

.fungeturIntro-giro .btn-banner {
  background: transparent;
  box-shadow: none;
  border: 1pt solid;
  padding: 1rem;
  width: 25rem;
}

@media (max-width: 425px) {
  .fungeturIntro-giro .btn-banner {
    width: 15rem;
  }
}

.fungeturIntro-giro .container .row {
  padding-bottom: 4rem;
}

.fungeturIntro-giro .container .row .col-md-8 p {
  font-size: 1.1rem;
}

.fungeturIntro-giro .container .row .col-md-8 p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.fungeturIntro-giro .container .row .col-md-6.box2 {
  padding-left: 4rem;
}

.fungeturIntro-giro .container .row .col-md-6 h3 {
  color: #fff;
  font-size: 1.5rem;
  font-family: gotham bold;
  text-align: left;
  padding-bottom: 1rem;
}

.fungeturIntro-giro .container .row .col-md-6 ul.list-itens {
  font-size: 1.19rem;
  padding-left: 0;
}

.fungeturIntro-giro .container .row .col-md-6 ul.list-itens .item:before {
  content: "";
  background: url(../img/check-lightblue.svg);
  display: inline-block;
  width: 21px;
  height: 15px;
  margin-right: 0.7rem;
}

.fungeturIntro-giro .container .row .col-md-5.box1 {
  border-right: solid 1pt #fff;
}

.fungeturIntro-giro .container .row .col-md-5 h3 {
  color: #fff;
  font-size: 1.5rem;
  font-family: gotham bold;
  text-align: left;
  padding-bottom: 1rem;
}

.fungeturIntro-giro .container .row .col-md-5 p {
  font-size: 1.2rem;
  padding-bottom: 2rem;
}

.fungeturIntro-giro p.text-detalhes {
  padding-top: 1rem;
  margin-top: 1rem;
}

.fungeturIntro-giro .flexItens {
  display: flex;
  flex-flow: row;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

.fungeturIntro-giro .flexItens .itemImg {
  height: 100%;
  width: 150px;
  margin-right: 4rem;
}

.fungeturIntro-giro .flexItens .itemText {
  text-align: left;
}

.fungeturIntro-giro .flexItens .itemText .textSpan {
  font-family: "Gotham Medium";
  font-weight: 500;
}

.fungeturIntro-giro .flexItens .itemText .text {
  font-family: "Gotham Light";
  text-align: inherit;
  font-size: 1.575rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.6px;
  margin: 0;
}

.fungeturIntro-giro .text-detalhes {
  max-width: 352px;
  color: #4b4f54;
  font-size: 24px;
  letter-spacing: -0.02em;
  width: 100%;
  float: right;
  margin-top: 50px;
  font-weight: bold;
}

.fungeturIntro-giro .border-right {
  border-right: 0.5pt solid #535fa8 !important;
  padding-top: 0px;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.fungeturIntro-giro .fungetur-lista {
  max-width: 497px;
  color: #4b4f54;
  font-size: 20px;
  letter-spacing: -0.02em;
  padding-top: 50px;
  margin-top: 50px;
  margin-left: 40px;
}

.fungeturIntro-giro .flexItens .itemText .subText {
  padding-top: 2.8125rem;
  font-family: "Gotham Book";
  text-align: inherit;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: -0.3px;
  margin: 0;
}

@media (max-width: 769px) {
  .fungeturIntro-giro .container .row {
    align-items: center;
    padding-bottom: 2rem;
  }
}

@media (max-width: 426px) {
  .fungeturIntro-giro {
    padding: 3rem 1rem 0;
    background-color: #233444;
    color: #fff;
    margin-top: 10rem;
  }
}

@media (max-width: 426px) and (max-width: 360px) {
  .fungeturIntro-giro {
    margin-top: 12rem;
  }
}

@media (max-width: 426px) and (max-width: 320px) {
  .fungeturIntro-giro {
    margin-top: 5rem;
  }
}

@media (max-width: 426px) {
  .fungeturIntro-giro .container .row .col-md-5.box1 {
    border-right: none;
  }
  .fungeturIntro-giro .container .row .col-md-6.box2 {
    padding-left: 1rem;
  }
}

.exclusive-conditions-fungetur-giro {
  background-color: #d6d6d2;
  position: relative;
  padding: 40px 0 20px 0;
  color: #000;
}

.exclusive-conditions-fungetur-giro .title {
  font-family: "Gotham Bold";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: -0.8px;
  text-align: left;
  display: inline-block;
  margin: 0;
}

.exclusive-conditions-fungetur-giro .box-white {
  min-height: auto;
}

.exclusive-conditions-fungetur-giro .box-white ul {
  list-style: initial;
  margin: 0;
  margin-left: -1.5rem;
}

.exclusive-conditions-fungetur-giro .box-white .subtitle {
  font-size: 1.625rem;
  font-family: "Gotham Bold";
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 1.375rem;
  padding: 0;
  color: #233444;
}

.exclusive-conditions-fungetur-giro .box-white a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.exclusive-conditions-fungetur-giro p.condicoes {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-top: 10px;
}

.comp-simulacao-fungetur-giro {
  padding-bottom: 2rem;
  background: #d6d6d2;
  color: #000;
  color: #000;
}

.comp-simulacao-fungetur-giro .faca-simulacao {
  font-size: 22px;
  padding-top: 12px;
  margin-right: 50px;
  font-family: gotham bold;
}

.comp-simulacao-fungetur-giro p.text-simulacao {
  font-size: 18px;
  margin-top: 45px;
  text-align: center;
  padding: 0 5rem;
}

@media (max-width: 425px) {
  .comp-simulacao-fungetur-giro p.text-simulacao {
    padding: 0 2rem;
  }
}

.comp-simulacao-fungetur-giro p.text-simulacao a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 376px) {
  .comp-simulacao-fungetur-giro p.text-simulacao {
    padding: 0 1rem;
  }
}

@media (max-width: 769px) {
  .exclusive-conditions-fungetur-giro .title {
    font-family: "Gotham Bold";
    font-size: 40px;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: -0.8px;
    text-align: center;
    display: inline-block;
    margin: 0;
  }
  .comp-simulacao-fungetur-giro .faca-simulacao {
    font-size: 22px;
    padding-top: 12px;
    margin-right: 0px;
    text-align: center;
  }
  .exclusive-conditions-fungetur-giro p.condicoes {
    color: #4b4f54;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-top: 35px;
  }
}

.fungeturConditions {
  padding-top: 1.5rem;
  background-color: #f7f7f7;
  position: relative;
  font-family: "Gotham Book";
}

@media (max-width: 425px) {
  .fungeturConditions .request-credit .icon {
    padding-right: 1rem;
  }
}

.fungeturConditions .request-credit h3.subtitle {
  font-size: 2rem !important;
  padding: 3rem;
  font-family: gotham medium;
  color: #000;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .fungeturConditions {
    padding-top: 0.5rem;
  }
  .fungeturConditions .request-credit h3.subtitle {
    padding: 1rem;
  }
}

@media (max-width: 376px) {
  .fungeturConditions .request-credit h3.subtitle {
    font-size: 1.6rem !important;
    padding: 1.5rem;
  }
}

.cta-flutuante {
  position: fixed;
  top: 90%;
  padding: 10px;
  z-index: 999;
}

a.cor-roxa {
  background: #535fa8;
  color: #fff;
}

a.cor-roxa:hover,
a.cor-roxa:visited {
  background: #535fa8;
  color: #fff !important;
}

.rates-fungetur .container .row .box {
  border-right: 1pt solid #233444;
  justify-content: center;
  padding: 2rem;
}

@media (max-width: 991px) {
  .rates-fungetur .container .row .box {
    border: none;
    border-bottom: 1pt solid #233444;
    padding: 0;
    padding-bottom: 3rem;
    width: 80%;
  }
}

.rates-fungetur .container .row .box.box4 {
  border: none;
}

/* .rates-fungetur .container .row .row .icon1 {
    background-image: url(../assets-lp/fungetur/imgs/icon1.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 1rem
} */

/* .rates-fungetur .container .row .row .icon2 {
    background-image: url(../assets-lp/fungetur/imgs/icon2.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 1rem
} */

/* .rates-fungetur .container .row .row .icon3 {
    background-image: url(../assets-lp/fungetur/imgs/icon3.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 1rem
}

.rates-fungetur .container .row .row .icon4 {
    background-image: url(../assets-lp/fungetur/imgs/icon11.svg);
    width: 110px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 1rem
}

.rates-fungetur .container .row .row .icon5 {
    background-image: url(../ass/fungetur/imgs/icon8.svg);
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 1rem
} */

.rates-fungetur .container .row .row h3.conditions {
  color: #233444;
  font-family: gotham bold;
  line-height: 2rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.rates-fungetur .container .row .row p.txt {
  color: #000;
  margin: 0;
  font-size: 1.3rem;
}

.rates-fungetur .legal {
  font-family: "Gotham Book";
  font-size: 0.813rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}

.section-legal p {
  font-size: 13px;
}

.section-legal ul li {
  list-style: initial;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.renegociacao {
  padding: 5rem 0;
}

.renegociacao .topo .iconeBDMG {
  background: url(../img/renegociacao/bdmg_vector.svg) no-repeat;
  height: 300px;
  background-position-x: center;
}

.renegociacao .topo .text h2 {
  font-family: Gotham Bold;
  padding: 1rem 0;
}

.renegociacao .topo .text p {
  font-family: Gotham Book;
  font-size: 1.2rem;
  padding-right: 11rem;
}

.renegociacao .content .wrap {
  overflow: hidden;
  position: inherit;
}

.renegociacao .content .wrap header {
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}

.renegociacao .content .wrap header.header1 {
  background: #00a8b0;
}

.renegociacao .content .wrap header.header2 {
  background: #706e9a;
}

.renegociacao .content .wrap header img {
  position: absolute;
  width: 150px;
  top: -4.1rem;
  left: -3rem;
  height: 165px;
}

.renegociacao .content .wrap header h3 {
  color: #fff;
  font-family: Gotham Book;
  padding-left: 7rem;
  text-align: left;
  padding-right: 8rem;
}

.renegociacao .content main {
  padding: 2rem;
  background: #f5f5f5;
  font-size: 1.2rem;
  min-height: 430px;
}

.renegociacao .content main .email {
  color: #d22828;
  font-family: Gotham Bold;
  font-size: 1.1rem;
  text-decoration: underline;
}

.renegociacao .content main p {
  padding-right: 4rem;
  line-height: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.renegociacao .content main p.pr1 {
  padding-right: 1rem;
}

.renegociacao .content main .buttom a.cta {
  background: #d22828;
  border: solid 1pt #9f0000;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
  padding-bottom: 0.8rem;
  padding-top: 0.6rem;
}

.renegociacao .content main .buttom a.cta:active {
  background: #d22828;
  border: solid 1pt #9f0000;
}

.renegociacao .content main .buttom p {
  font-size: 1rem;
  padding-right: inherit;
  text-align: center;
  margin-top: -0.5rem;
}

.renegociacao .content main .buttom p a {
  color: #455560;
  font-weight: bold;
  text-decoration: underline;
}

.footer-renegociacao {
  background: url(../img/renegociacao/dobra-selo-desktop.png) no-repeat;
  width: 100%;
  height: 200px;
  background-position: center;
  position: relative;
  bottom: -2rem;
}

@media (max-width: 1025px) {
  .renegociacao .content .wrap header h3 {
    padding-right: 3rem;
  }
  .renegociacao .content main p {
    padding-right: 0rem;
  }
  .renegociacao .content main .email {
    word-break: break-word;
    font-size: 1rem;
  }
}

@media (max-width: 769px) {
  .renegociacao .topo .text p {
    padding-right: 0rem;
  }
  .renegociacao .content main {
    min-height: unset;
    margin-bottom: 3rem;
  }
  .footer-renegociacao {
    height: 160px;
    background-position-x: 63%;
    margin-top: -5rem;
  }
}

@media (max-width: 426px) {
  .footer-renegociacao {
    background: url(../img/renegociacao/dobra-selo-mobile.png) no-repeat;
    background-position: left;
    height: 150px;
    width: 100vw;
    background-size: cover;
    margin-top: -1rem;
  }
}

@media (max-width: 426px) and (max-width: 375px) {
  .footer-renegociacao {
    margin-top: -4rem;
  }
}

@media (max-width: 376px) {
  .renegociacao .content main .buttom p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 321px) {
  .renegociacao .content main .buttom a.cta {
    font-size: 0.9rem;
  }
  .renegociacao .content .wrap header h3 {
    font-size: 1.2rem;
    padding-right: 1rem;
    padding-left: 5rem;
  }
  .footer-renegociacao {
    background-size: contain;
    height: 120px;
    margin-top: -5rem;
  }
}

.many-businessman {
  width: 100%;
  height: auto;
  padding: 40px 0 0;
  margin: 0;
  position: relative;
}

.many-businessman a {
  text-decoration: underline !important;
}

.many-businessman a.chosen-single {
  text-decoration: none !important;
}

.many-businessman .subtitle {
  font-family: "Gotham Medium";
  font-size: 1.375rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4b4f54;
  font-size: 2.5rem;
  text-align: center;
  font-family: Gotham Light;
  font-weight: 100;
}

.many-businessman .subtitle .underline-txt {
  border-bottom: 2px solid #676c73;
}

.many-businessman .subtitle .bold-txt {
  font-family: Gotham Medium;
}

.many-businessman .txt {
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  margin: 40px 0;
  text-align: center;
}

.many-businessman .txt .bold-txt {
  font-family: "Gotham Bold";
}

.many-businessman .txt-featured {
  color: #d22828;
  font-family: "Gotham Book";
  text-align: center;
}

.many-businessman .arow-red {
  position: absolute;
  top: 25px;
  right: 29%;
  width: 76px;
  height: 81px;
}

.many-businessman .wrapper-table {
  padding: 0 6rem;
}

.many-businessman .pCNAEMensagem {
  width: 100%;
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #4b4f54;
  font-family: "Gotham Book";
  text-align: left;
}

.many-businessman .chosen-container-single .chosen-single,
.many-businessman .chosen-single,
.many-businessman .chosen-drop {
  width: 300px;
}

.many-businessman .chosen-container.chosen-container-single {
  width: 300px !important;
}

.many-businessman
  .chosen-container.chosen-container-single.chosen-container-active {
  width: 300px !important;
}

.many-businessman .itens-select {
  background-color: #dfdcdc;
  background-image: url("../img/bgmg-bg_pattern-light.png");
  position: relative;
  padding: 40px 0;
  margin-top: 80px;
}

.many-businessman .itens-select .icon {
  width: 140px;
  height: 140px;
  display: inline-block;
}

.many-businessman .itens-select .title {
  font-family: "Gotham Bold";
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: -0.8px;
  text-align: left;
  display: inline-block;
  margin: 0;
}

.many-businessman .itens-select .box-white {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
}

.many-businessman .itens-select .box-white .subtitle {
  font-size: 1.625rem;
  font-family: "Gotham Bold";
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 0 0 1.375rem;
  padding: 0;
}

.many-businessman .itens-select .box-white .txt {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #676c73;
  margin: 0;
  padding: 0;
}

.many-businessman .itens-select .box-white .list-itens {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.many-businessman .itens-select .box-white .list-itens .item.link {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3998b5;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.many-businessman .itens-select .box-white .list-itens .item:before {
  content: "";
  width: 21px;
  height: 15px;
  display: inline-block;
  margin-right: 0.5rem;
}

/* .many-businessman .itens-select .box-white .list-itens .item.checkPurple:before {
    background-image: url("../img/mpe/check-purple.svg")
}

.many-businessman .itens-select .box-white .list-itens .item.checkWine:before {
    background-image: url("../img/mpe/check-wine.svg")
}

.many-businessman .itens-select .box-white .list-itens .item.checkOrange:before {
    background-image: url("../img/mpe/check-orange.svg")
}

.many-businessman .itens-select .box-white .list-itens .item.checkBlue:before {
    background-image: url("../img/mpe/check-blue.svg")
}

.many-businessman .itens-select .box-white .list-itens .item.checkYellow:before {
    background-image: url("../img/mpe/check-yellow.svg")
}

.many-businessman .itens-select .box-white .list-itens .item.checkRose:before {
    background-image: url("../img/mpe/check-rose.svg")
}

.many-businessman .itens-select .box-white .list-itens .item.checkGreen:before {
    background-image: url("../img/mpe/check-green.svg")
} */

.many-businessman .itens-select .statistics {
  text-align: center;
  position: relative;
}

.many-businessman .itens-select .statistics .title {
  font-family: "Gotham Bold";
  font-size: 1.625rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #676c73;
  margin-bottom: 1rem;
}

.many-businessman .itens-select .statistics .numbers {
  font-family: "Gotham Bold";
  font-size: 4.125rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.48;
  letter-spacing: -1.3px;
  text-align: center;
  height: 36px;
}

.many-businessman .itens-select .statistics .numbers.geraminas-giro-mais-saude {
  font-size: 3rem;
}

.many-businessman .itens-select .statistics .numbers .ao-ano {
  font-size: 1.6rem;
  float: right;
  position: relative;
  top: 1rem;
  right: 1.3rem;
}

.many-businessman .itens-select .statistics .numbers .small {
  font-family: "Gotham Book";
  font-size: 26px;
  font-weight: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
}

.many-businessman .itens-select .statistics .link {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3998b5;
}

.many-businessman .itens-select .statistics .link:hover {
  text-decoration: underline;
}

.many-businessman .itens-select .statistics .txt {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #676c73;
  margin: 10px 0 0;
}

.many-businessman .itens-select .separator {
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 34px;
}

.many-businessman .itens-select .divLinks {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.many-businessman .itens-select .divLinks .link {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3998b5;
}

.many-businessman .itens-select .divLinks .link:hover {
  text-decoration: underline;
}

.many-businessman .itens-select .legal {
  font-family: "Gotham Book";
  font-size: 0.813rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: justify;
  color: #676c73;
}

.many-businessman .itens-select .form-cnae {
  width: 100%;
  display: block;
}

.many-businessman .itens-select .form-cnae .btn-red {
  padding: 0;
}

.many-businessman .wrapper-table {
  padding: 0;
}

@media (max-width: 1199px) {
  .many-businessman .arow-red {
    right: 25%;
  }
}

@media (max-width: 1024px) {
  .many-businessman .itens-select .statistics .numbers {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .many-businessman .arow-red {
    right: 16%;
  }
  .many-businessman .statistics {
    margin-bottom: 30px;
  }
  .many-businessman .separator {
    display: none;
  }
}

@media (max-width: 767px) {
  .many-businessman .arow-red {
    right: 6%;
  }
  .many-businessman .subtitle {
    font-size: 2rem;
  }
  .many-businessman .txt {
    font-size: 1rem;
  }
  .many-businessman .divLinks {
    flex-direction: column;
  }
  .many-businessman .divLinks .link {
    margin-bottom: 2rem;
  }
  .many-businessman .txt-featured {
    font-size: 1rem;
  }
  .many-businessman .itens-select .icon {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto 1rem;
  }
  .many-businessman .itens-select .box-white .subtitle {
    font-size: 1.2rem;
  }
  .many-businessman .itens-select .box-white .txt {
    font-size: 1rem;
  }
  .many-businessman .itens-select .divLinks .link {
    font-size: 1rem;
  }
  .many-businessman .itens-select .title {
    text-align: center;
    font-size: 2rem;
  }
  .many-businessman .itens-select .form-cnae input[type="text"] {
    margin-bottom: 1rem;
  }
}

@media (max-width: 580px) {
  .many-businessman .arow-red {
    display: none;
  }
  .many-businessman .subtitle {
    font-size: 1.5rem;
  }
  .many-businessman .txt {
    margin: 30px 0;
  }
  .many-businessman .itens-select {
    margin-top: 40px;
  }
  .many-businessman .itens-select .box-white {
    padding: 20px;
  }
  .many-businessman .itens-select .legal {
    font-size: 0.75rem;
  }
  .many-businessman .itens-select .mt-5 {
    margin-top: 30px !important;
  }
  .many-businessman .statistics {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    background-color: #f4f4f4;
    padding: 30px 0;
    border-radius: 10px;
  }
}

.many-businessman .fundo {
  color: #fff;
  margin-bottom: 1rem;
}

.many-businessman .fundo .fundo-collapse .maior.maior-purple {
  background-image: url(../img/plus-icon-purple.svg);
}

.many-businessman .fundo .fundo-collapse .maior.maior-orange {
  background-image: url(../img/plus-icon-orange-mpe.svg);
}

.many-businessman .fundo .fundo-collapse .maior.maior-yellow {
  background-image: url(../img/plus-icon-yellow.svg);
}

.many-businessman .fundo .fundo-collapse .maior.maior-rose {
  background-image: url(../img/plus-icon-rose.svg);
}

.many-businessman .fundo .fundo-collapse .menor.maior-purple {
  background-image: url(../img/minus-icon-purple.svg);
}

.many-businessman .fundo .fundo-collapse .menor.maior-orange {
  background-image: url(../img/minus-icon-orange-mpe.svg);
}

.many-businessman .fundo .fundo-collapse .menor.maior-yellow {
  background-image: url(../img/minus-icon-yellow.svg);
}

.many-businessman .fundo .fundo-collapse .menor.maior-rose {
  background-image: url(../img/minus-icon-rose.svg);
}

.many-businessman .fundo .fundo-collapse .text-collapse-color {
  color: #fff;
  font-family: Gotham Bold;
}

@media (max-width: 425px) {
  .many-businessman .fundo .fundo-collapse .text-collapse-color {
    font-size: 2rem;
  }
}

@media (max-width: 320px) {
  .many-businessman .fundo .fundo-collapse .text-collapse-color {
    font-size: 1.6rem;
  }
}

.many-businessman .fundo .fundo-collapse.green {
  color: #4cc1a1 !important;
}

.many-businessman .fundo .fundo-municipio-toggle {
  background-color: #dfdcdc;
  background-image: url(../img/bgmg-bg_pattern-light.png);
  position: relative;
  padding: 40px 0;
}

.many-businessman .fundo .fundo-municipio-toggle.green {
  color: #4cc1a1 !important;
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse a.btn-cta {
  text-decoration: none !important;
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse img.ico {
  max-width: 10rem;
  margin-top: 1rem;
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse h2 {
  font-family: Gotham Bold;
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box {
  min-height: 100%;
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box p {
  margin-top: 1rem;
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box ul {
  margin-top: 1rem;
  padding-inline-start: 0;
  display: inline;
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box ul li {
  line-height: 2rem;
  color: #676c73 !important;
  display: flex;
  align-items: end;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .box
  ul
  li.link {
  text-decoration: underline;
  color: #3998b5 !important;
}

/* .many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box ul li.check-purple:before {
    background-image: url(../img/mpe/check-purple.svg)
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box ul li.check-orange:before {
    background-image: url(../img/mpe/check-orange.svg)
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box ul li.check-yellow:before {
    background-image: url(../img/mpe/check-yellow.svg)
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box ul li.check-rose:before {
    background-image: url(../img/mpe/check-rose.svg)
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .box ul li.check-green:before {
    background-image: url(../img/mpe/check-green.svg)
} */

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .box
  ul
  li:before {
  content: "";
  width: 21px;
  height: 15px;
  display: table;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  margin-top: 0.5rem;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics {
  text-align: center;
  position: relative;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .title {
  font-family: "Gotham Bold";
  font-size: 1.625rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
  text-align: center;
  color: #676c73;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .many-businessman
    .fundo
    .fundo-municipio-toggle
    .conteudo-collapse
    .statistics
    .title {
    font-size: 1.5rem;
  }
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .numbers {
  font-family: "Gotham Bold";
  font-size: 4.125rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.48;
  letter-spacing: -1.3px;
  text-align: center;
  height: 36px;
}

@media (max-width: 1024px) {
  .many-businessman
    .fundo
    .fundo-municipio-toggle
    .conteudo-collapse
    .statistics
    .numbers {
    font-size: 3.225rem;
  }
}

@media (max-width: 768px) {
  .many-businessman
    .fundo
    .fundo-municipio-toggle
    .conteudo-collapse
    .statistics
    .numbers {
    font-size: 2.625rem;
  }
}

@media (max-width: 425px) {
  .many-businessman
    .fundo
    .fundo-municipio-toggle
    .conteudo-collapse
    .statistics
    .numbers {
    font-size: 4.025rem;
  }
}

@media (max-width: 375px) {
  .many-businessman
    .fundo
    .fundo-municipio-toggle
    .conteudo-collapse
    .statistics
    .numbers {
    font-size: 3.125rem;
  }
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .numbers
  .ao-ano {
  font-size: 1.6rem;
  float: right;
  position: relative;
  top: 1rem;
  right: 1.3rem;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .numbers
  .small {
  font-family: "Gotham Book";
  font-size: 26px;
  font-weight: normal;
  line-height: 1.23;
  letter-spacing: -0.5px;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .numbers.geraminas-giro-mais-saude {
  font-size: 3rem;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .link {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #3998b5;
}

@media (max-width: 768px) {
  .many-businessman
    .fundo
    .fundo-municipio-toggle
    .conteudo-collapse
    .statistics
    .link {
    font-size: 0.925rem;
  }
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .link:hover {
  text-decoration: underline;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .txt {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.4px;
  text-align: center;
  color: #676c73;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .many-businessman
    .fundo
    .fundo-municipio-toggle
    .conteudo-collapse
    .statistics
    .txt {
    font-size: 0.925rem;
  }
}

.many-businessman .fundo .fundo-municipio-toggle .conteudo-collapse .legal {
  font-family: "Gotham Book";
  font-size: 0.813rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: justify;
  color: #676c73;
}

.many-businessman
  .fundo
  .fundo-municipio-toggle
  .conteudo-collapse
  .statistics
  .numbers
  .asterisk {
  font-size: 1.5rem;
  position: absolute;
  top: 2rem;
  font-family: "Gotham Book";
}

.section-box {
  clear: both;
  width: 100%;
  padding: 50px 0;
  display: block;
}

.section-box.no-padding {
  padding-top: 0;
}

.section-box.gray {
  background-color: #ebebeb;
}

.section-box.blue {
  background-color: #264165;
}

.section-box .sc-title {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1.4em;
  font-family: "Gotham Bold";
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}

.section-box .sc-subtitle {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4em;
  font-family: "Gotham light";
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}

.section-box .sc-box-transp {
  border: 4px solid #fff;
  border-radius: 10px;
  background: #ffffff26;
  margin-top: 40px;
  padding: 20px 0;
}

.section-box .sc-text {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 60px;
}

.section-box .sc-box-transp .sc-text {
  font-family: "Gotham Book";
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

.section-box .sc-box-transp .sc-vertical {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.section-box .sc-box-transp .sc-vertical.sc-icon {
  align-items: center;
  padding-left: 20px;
}

.ultra-card {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 5px;
  padding-bottom: 40px;
}

.ultra-card > .uc-header {
  display: flex;
  min-height: 84px;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 40px;
  align-items: center;
}

.ultra-card > .uc-header > .uc-title {
  color: #fff;
  font-family: "Gotham Bold";
  font-size: 2.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.7px;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  margin-left: 1rem;
}

@media (max-width: 425px) {
  .ultra-card > .uc-header > .uc-title {
    font-size: 1.8rem;
  }
}

.ultra-card > .uc-header .uc-icon {
  fill: #fff;
  margin: 4px 20px 0 12px;
}

.ultra-card > .uc-content .uc-text {
  font-family: "Gotham Book";
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.ultra-card > .uc-content .uc-content-box {
  padding: 30px 0;
}

.ultra-card > .uc-content .uc-content-box-bg {
  padding: 50px 30px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.ultra-card > .uc-content .uc-content-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.ultra-card > .uc-content .uc-text-list {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}

.ultra-card > .uc-content .uc-content-list > li {
  display: flex;
  padding: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.ultra-card > .uc-content .uc-content-list > li .ico-exclusive {
  width: 100px;
}

@media (max-width: 1024px) {
  .ultra-card > .uc-content .uc-content-list > li .ico-exclusive {
    width: 140px;
  }
}

@media (max-width: 768px) {
  .ultra-card > .uc-content .uc-content-list > li .ico-exclusive {
    width: 60px;
  }
}

@media (max-width: 425px) {
  .ultra-card > .uc-content .uc-content-list > li .ico-exclusive {
    width: 130px;
  }
}

@media (max-width: 375px) {
  .ultra-card > .uc-content .uc-content-list > li .ico-exclusive {
    width: 160px;
  }
}

@media (max-width: 360px) {
  .ultra-card > .uc-content .uc-content-list > li .ico-exclusive {
    width: 170px;
  }
}

@media (max-width: 320px) {
  .ultra-card > .uc-content .uc-content-list > li .ico-exclusive {
    width: 220px;
  }
}

.ultra-card > .uc-content .uc-text-list > li {
  display: flex;
  padding: 0;
  margin-bottom: 4px;
}

.ultra-card > .uc-content .uc-text-list span {
  margin-left: 8px;
}

.ultra-card .uc-list-content {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}

.ultra-card .uc-list-title {
  font-family: "Gotham Bold";
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.7px;
  line-height: 1.5rem;
  margin-top: 8px;
}

@media (max-width: 320px) {
  .ultra-card .uc-list-title {
    font-size: 1.2rem;
  }
}

.ultra-card .uc-list-subtitle {
  font-family: "Gotham Light";
  font-size: 1.125rem;
}

.ultra-card.uc-orange .uc-header {
  background-color: #ff8450;
}

.ultra-card.uc-orange .uc-highlight,
.ultra-card.uc-orange .uc-list-title,
.ultra-card.uc-orange .uc-list-icon {
  color: #ff8450;
  fill: #ff8450;
}

.ultra-card.uc-blue .uc-header {
  background-color: #3c7d9a;
}

.ultra-card.uc-blue .uc-highlight,
.ultra-card.uc-blue .uc-list-title,
.ultra-card.uc-blue .uc-list-icon {
  color: #3c7d9a;
  fill: #3c7d9a;
}

.ultra-card.uc-blue
  .uc-content
  .uc-content-box-bg
  .uc-content-list
  li:first-child
  svg {
  width: 4rem;
}

.ultra-card.uc-blue
  .uc-content
  .uc-content-box-bg
  .uc-content-list
  li:nth-child(4)
  svg {
  width: 3.5rem;
}

.ultra-card.uc-blue
  .uc-content
  .uc-content-box-bg
  .uc-content-list
  li:nth-child(5)
  svg {
  width: 6rem;
}

.ultra-card.uc-green .uc-header {
  background-color: #50b99d;
}

.ultra-card.uc-green .uc-highlight,
.ultra-card.uc-green .uc-list-title,
.ultra-card.uc-green .uc-list-icon {
  color: #50b99d;
  fill: #50b99d;
}

.ultra-card.uc-yellow .uc-header {
  background-color: #ffb838;
}

.ultra-card.uc-yellow .uc-highlight,
.ultra-card.uc-yellow .uc-list-title,
.ultra-card.uc-yellow .uc-list-icon {
  color: #ffb838;
  fill: #ffb838;
}

@media (max-width: 1025px) {
  .ultra-card .uc-content .uc-content-box-bg button.form-control.btn-red {
    height: 4.6rem;
  }
}

@media (max-width: 769px) {
  .section-box.blue .sc-box-transp .sc-vertical {
    padding: 1rem;
  }
}

@media (max-width: 376px) {
  .ultra-card .uc-content .uc-content-box-bg button.form-control.btn-red {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 321px) {
  .section-box.blue {
    margin-bottom: 2rem;
  }
  .section-box.blue .sc-box-transp .sc-vertical {
    word-break: break-word;
    margin-bottom: 0rem;
  }
  .ultra-card .uc-content .uc-content-box-bg button.form-control.btn-red {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ultra-card > .uc-content .uc-text-list > li > svg {
  height: 20px;
  max-height: 20px;
  width: 20px;
  max-width: 20px;
}

.sc-title.red.micro-empresa {
  color: #d22828;
  line-height: 4rem;
  font-weight: bold;
  font-size: 3.9rem;
}

.sc-subtitle.micro-empresa-subtitle {
  color: #4b4f54;
  font-family: gotham light;
  margin-bottom: 2rem;
}

@media (max-width: 769px) {
  .sc-title.red.micro-empresa {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 768px) {
  #Camada_1\ svg_exclusividade {
    width: 3.5rem;
  }
}

@media (max-width: 425px) {
  #Camada_1\ svg_exclusividade {
    width: 6.5rem;
  }
}

.rio-doce-font-color {
  color: #676c73 !important;
}

small.uc-list-subtitle.small-page-desenvolve-rio-doce {
  font-size: 0.95rem;
  font-family: gotham light;
  color: #676c73;
}

.desenvolve-rio-doce-en button.form-control.btn-red {
  font-size: 0.8rem !important;
}

@media (max-width: 426px) {
  .banner-desenvolve-rio-doce {
    height: 480px;
    background-position: 55%;
  }
  .desenvolve-rio-doce-en .ultra-card > .uc-header > .uc-title {
    font-size: 1.7rem;
  }
}

#footer .textContainerMobile img.seloOGE {
  width: 60px;
  margin-left: 3px;
}

.footer-chamada-setor-publico {
  background: url(../img/bdmg-chamada-footer.png) no-repeat;
  width: 100%;
  height: 175px;
  background-position: center;
  position: relative;
  bottom: 71px;
}

.footer-chamada-setor-publico.--english-version {
  background: url(../img/bdmg-chamada-footer-en.png) no-repeat;
  width: 100%;
  height: 137%;
  background-position: center;
  background-position-y: 0.3rem;
}

.footer-base {
  background-color: #335678;
  height: 100px;
  margin-top: 8%;
}

@media (max-width: 1281px) {
  .footer-chamada-setor-publico {
    height: 145px;
  }
}

@media (max-width: 426px) {
  .footer-chamada-setor-publico {
    height: 120%;
    background: url(../img/bdmg-chamada-footer-mobile.png) no-repeat;
    background-position: center;
  }
  .footer-chamada-setor-publico.--english-version {
    background: url(../img/bdmg-chamada-footer-mobile-en.png) no-repeat;
    background-position: center;
  }
  .footer-base {
    background-color: #335678;
    height: 290px;
    margin-top: 20%;
  }
}

.nav-sticky-sections {
  width: 100%;
  padding: 1.6rem 0;
  background-color: #ebebeb;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 101;
}

.nav-sticky-sections ul li {
  display: inline;
  margin-right: 4rem;
}

.nav-sticky-sections ul li a {
  color: #455560;
  text-decoration: underline;
}

.doc-cb p {
  font-size: 2rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
}

@media screen and (max-width: 426px) {
  .doc-cb p {
    font-size: 1rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}

.doc-cb a {
  color: #fff;
  border-color: #fff;
  margin-top: 2rem;
  height: 4rem;
  display: flex;
  align-items: center;
  border: 1pt solid;
  width: 540px;
  justify-content: center;
  font-size: 0.9rem;
  padding: 0 4rem;
}

.doc-cb a:hover {
  background-color: transparent;
  border-color: #fff;
}

.doc-cb a:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #fff;
}

.doc-cb a:not(:disabled):not(.disabled):active:focus {
  border-color: #fff;
}

.doc-cb a:focus {
  box-shadow: 0 0 0 0 #fff;
}

@media screen and (max-width: 480px) {
  .doc-cb a {
    width: 85%;
    justify-content: center;
    margin: auto;
    margin-top: 12%;
  }
}

.home-creditoideal {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  /* background-image: url("../img/background_mgi_beta_teste.jpg"); */
  background-repeat: repeat-x;
  background-size: cover;
  text-align: center;
  font-family: Gotham Book;
}

.home-creditoideal .subtitulo {
  padding-top: 30px;
  font-size: 26px;
}

.home-creditoideal h2 {
  font-size: 36px;
}

.home-creditoideal h2 span.red-text {
  color: #d22828;
  font-weight: bold;
}

.home-creditoideal .fundo {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  padding-bottom: 70px;
  text-align: center;
  height: 100%;
}

.home-creditoideal .fundo .img-fluid.rounded-circle {
  margin-bottom: 30px;
}

.home-creditoideal .fundo .red-text {
  color: #d22828;
  margin-bottom: 40px;
  margin-top: 20px;
  font-weight: bold !important;
  font-family: gotham book;
  font-size: 1em;
}

.home-creditoideal .fundo p {
  height: auto;
}

.home-creditoideal .fundo a.btn.btn-red-border {
  position: absolute;
  bottom: 30px;
  width: 75%;
}

.fundo a.btn.btn-red-border:hover {
  color: red;
}

.home-creditoideal-img {
  max-width: 170px;
  max-height: 170px;
  height: 170px;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 50%;
  margin: auto;
  margin-top: 20px;
}

/* .home-creditoideal-img.--pequenas-empresas {
    background-image: url(../img/produtos-covid/bg-banner-produtos-covid.jpg);
    background-position-x: 80% !important;
    background-size: cover !important
} */

.embaixo {
  position: absolute;
  left: 20%;
  bottom: 20px;
  width: 60% !important;
  font-size: 20px;
  text-decoration: none;
  color: #d22828;
}

@media (max-width: 767.98px) {
  .home-creditoideal h2 {
    font-size: 25px;
  }
  .home-creditoideal .subtitulo {
    font-size: 18px;
  }
  .home-creditoideal .fundo {
    margin: 20px;
    height: auto;
  }
  .home-creditoideal .fundo p {
    margin-bottom: auto;
  }
  .home-creditoideal .fundo .home-creditoideal-img {
    text-align: center;
    margin: auto;
  }
  .home-creditoideal .fundo a.btn.btn-red-border {
    position: relative;
    width: 100%;
    margin-top: 35%;
  }
  .embaixo {
    bottom: 7%;
  }
}

.transparency-governance-tabs .-tabs-content .-tab-item {
  padding-bottom: 0px;
}

.transparency-governance-tabs .-tabs-links.-round-links {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .transparency-governance-tabs .-tabs-links.-round-links {
    justify-content: flex-start;
  }
}

.transparency-governance-tabs .-tabs-links.-round-links .-tab-link {
  width: 12rem;
  min-width: unset;
}

.transparency-governance-tabs .-tabs-links.-round-links .-tab-link.active {
  min-width: 12rem !important;
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-codigo-etica
  .transparency-governance-ethic-code {
  font-size: 1rem;
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-codigo-etica
  .transparency-governance-ethic-code
  .transp-gov-ethic-code-text
  p {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .transparency-governance-tabs
    .governance-content-tabs
    #tab-transacoes
    .summary-records-text {
    padding: 0;
  }
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-transacoes
  .group-button {
  justify-content: left;
  width: 100%;
}

@media screen and (max-width: 765px) {
  .transparency-governance-tabs
    .governance-content-tabs
    #tab-transacoes
    .group-button {
    justify-content: center;
  }
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-transacoes
  .group-button
  a.btn {
  background-color: #808991;
  border-color: #808991;
  padding: 0.8rem 4rem;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .transparency-governance-tabs
    .governance-content-tabs
    #tab-transacoes
    .group-button
    a.btn {
    margin-left: 0;
  }
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-transacoes
  .group-button
  a.btn-primary:focus,
.transparency-governance-tabs
  .governance-content-tabs
  #tab-transacoes
  .group-button
  a
  .btn-primary.focus {
  box-shadow: transparent;
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-transacoes
  .group-button
  a.btn-primary:not(:disabled):not(.disabled):active:focus,
.transparency-governance-tabs
  .governance-content-tabs
  #tab-transacoes
  .group-button
  a
  .btn-primary:not(:disabled):not(.disabled).active:focus,
.transparency-governance-tabs
  .governance-content-tabs
  #tab-transacoes
  .group-button
  a
  .show
  > .btn-primary.dropdown-toggle:focus {
  box-shadow: transparent;
}

@media screen and (max-width: 768px) {
  .transparency-governance-tabs
    .governance-content-tabs
    #tab-estrutura-acionaria
    p.text {
    font-size: 1rem;
    padding: 0 15px;
  }
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-administracao
  .transparencyAdministration
  .textBox
  p.text {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .transparency-governance-tabs
    .governance-content-tabs
    #tab-atas-resumidas
    .summary-records-text {
    padding: 0;
  }
}

.transparency-governance-tabs
  .governance-content-tabs
  #tab-o-bdmg
  .transparency-governance-bdmg
  .transparency-governance-bdmg-text {
  padding: 0;
}

.press-room {
  padding: 2rem 0 0;
}

.press-room .news .date {
  height: 8rem;
  border-radius: 5px 5px 0 0;
  flex-direction: row;
  padding: 1rem;
}

@media (max-width: 425px) {
  .press-room .news .date {
    height: auto;
  }
}

.press-room .news .date.--page-sala-imprensa {
  flex-direction: column;
}

.press-room .news .share {
  height: 8rem;
  background: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  margin-top: 0.5rem;
}

.press-room .news .share .text-share {
  font-size: 2rem;
}

@media (min-width: 426px) {
  .press-room .news .share .text-share {
    display: none;
  }
}

.press-room .news .share .ico {
  font-size: 2.5rem;
}

.press-room .news .share .ico.facebook {
  color: #4267b2;
}

@media (max-width: 425px) {
  .press-room .news .share .ico.facebook {
    display: none;
  }
}

.press-room .news .share .ico.linkedin {
  color: #2867b2;
}

@media (max-width: 425px) {
  .press-room .news .share .ico.linkedin {
    display: none;
  }
}

.press-room .news .share .ico.whatsapp {
  color: #25d366;
}

@media (max-width: 425px) {
  .press-room .news .share .ico.whatsapp {
    display: none;
  }
}

.press-room .news .share .ico.twitter {
  color: #1da1f2;
}

.press-room .news .share .ico.email {
  margin-top: -0.5rem;
}

@media (max-width: 425px) {
  .press-room .news .share .ico.email {
    display: none;
  }
}

.press-room .news .share .ico.print {
  font-size: 2.2rem;
  color: #de0b0b;
}

.press-room .news .share .ico.share-icon {
  color: #706e9a;
}

@media (min-width: 426px) {
  .press-room .news .share .ico.share-icon {
    display: none;
  }
}

.press-room .news .share .ico a {
  color: inherit;
}

.press-room .news .share .text {
  font-size: 1.5rem;
}
