@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


#popup-modal img {
            width: 250px;
            height: auto; /* Mantém a proporção da imagem */
          }

@media(min-width:768px){
  #popup-modal img {
            width: 500px;
            height: auto; /* Mantém a proporção da imagem */
          }
}



/* Transição para o modal aparecer */
#popup-modal {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#popup-modal.show {
  opacity: 1;
}

/* Transição para o modal desaparecer */
#popup-modal.hide {
  opacity: 0;
}


.footer{
  display:none !important;
}

.divDownFaq{
  cursor: pointer;
}

.iconUserWhite{
  width:70px;
}

.downFaqIcon img {
    width: 16px; /* Ajuste o tamanho conforme necessário */
    height: 16px; /* Ajuste o tamanho conforme necessário */
    margin-right: 8px; /* Espaçamento entre a imagem e o texto */
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #8E6C52 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 13px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

@font-face {
font-family: segoeui;
  src: url($assets-segoeui-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: roboto-regular;
  src: url($assets-roboto-regular-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: roboto-black;
src: url($assets-roboto-black-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: roboto-light;
src: url($assets-roboto-light-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: roboto-medium;
src: url($assets-roboto-medium-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: montserrat-bold;
src: url($assets-montserrat-bold-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: montserrat-medium;
src: url($assets-montserrat-medium-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: montserrat-light;
src: url($assets-montserrat-light-ttf) format('truetype');
font-weight: 400;
font-style: normal; 
}


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  
   
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

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

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
  //border-radius: 0;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid #0072EF;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #0072EF;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #0072EF;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  
   
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
 /* list-style: none;
  margin: 0;
  padding: 0;
  */
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
  background-color: transparent;
  border: 1px solid #0072EF;
  border-radius: 4px;
  color: #0072EF;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
    width: auto;
  }
}

.button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .edit-profile-button a:hover, .button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .edit-profile-button a:active, .button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .edit-profile-button a:focus, .button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .edit-profile-button a.button-primary {
  background-color: #0072EF;
  color: #FFFFFF;
  text-decoration: none;
}

.button.button-primary:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected="true"]:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected="true"]:hover, .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected="true"]:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .edit-profile-button a.button-primary:hover, .button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected="true"]:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected="true"]:focus, .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected="true"]:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .edit-profile-button a.button-primary:focus, .button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected="true"]:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected="true"]:active, .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected="true"]:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .edit-profile-button a.button-primary:active {
  background-color: #004189;
  border-color: #004189;
}

.button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled], .edit-profile-button a[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: #0072EF;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #004189;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

.table-striped tr {
  display: revert;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

.table-striped td {
  display: table-cell;
  font-size: 14px !important;
}

@media (min-width: 768px) {
   .direta-login{
     margin-top:0vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    height:100vh;
  }
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {

  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #0072EF;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #0072EF;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #0072EF;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #0072EF;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #666;
  margin-left: 4px;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}
/*
.form footer {
  margin-top: 40px;
  padding-top: 30px;
}
*/

/*
.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}
*/

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;https://planikatendimento.zendesk.com/hc/admin/local_preview/start
}

.form .suggestion-list li a:visited {
  color: #103c60;
}

/***** Header *****/
.header {
  //max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: black;
  min-height: 50px;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    //width: 90%;
    align-items: center;
  }
}

.logo img {
  max-height:24px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .home_login_esquerda{
    display:flex ;
  }
  
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #1F73B7;
  display: none;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #1F73B7;
  text-decoration: underline;
}

.nav-wrapper a.sign-in {
  display: inline-block;
  padding-right: 5px !important;
}

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: #1F73B7;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: #1F73B7;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: #1F73B7;
  background-color: transparent;
}

.user-info > button::after {
  color: #1F73B7;
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: #0072EF;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
/*
.footer {
  border-top: 2px solid black;
  margin-top: 60px;
  padding: 30px 0;
  max-width: 95%;
  margin-left: 50px;
}

.footer a {
  color: #666;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #666;
  display: inline-block;
  font-weight: 300;
}
*/
/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #1F73B7;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 0px;
  box-sizing: border-box;
  color: #666;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  background-color: #f6f6f6;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid #0072EF;
  color: #555;
}

.search-full input[type="search"] {
  border: 1px solid #7c7879;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01J0K8XD44V7P790SX6M7P3NK0);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid #0072EF;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0072EF;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #0072EF;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #333333;
}

.blocks-item-link {
  color: #0072EF;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #0072EF;
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #333333;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01K74RS48D9KEFR46KF8T7YFRJ);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #0072EF;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a {
  color: #333333;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: #333333;
}

.icon-star {
  color: #0072EF;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: #103c60;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: #0072EF;
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #333333;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #0072EF;
  color: #FFFFFF;
  text-decoration: none;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #333333;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #666;
}

.share a:hover {
  text-decoration: none;
  color: #0072EF;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #0072EF;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #0072EF;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

#menu-mobile{
display:none;
}

.titulo_client2{
  font-size:2.5rem important!
}


.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #0072EF;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #103c60;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #0072EF;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #0072EF;
}

.vote-voted:hover {
  color: #004189;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J0K8XDKENS1MNSP5260VVKTP);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: #0072EF;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  background-color: #0072EF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]:hover {
  background-color: #004189;
  border-color: #004189;
}

.community-follow button::after {
  border-left: 1px solid #0072EF;
  content: attr(data-follower-count);
  color: #0072EF;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #0072EF;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #1F73B7;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #103c60;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #0072EF;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #666;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #103c60;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #0072EF;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #0072EF;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #0072EF;
    order: 1;
  }
}



.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #333333;
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #0072EF;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  
  .body-posicao_financeira_indices{
    margin-top:15px;
  }
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #0072EF;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #0072EF;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.edit-profile-button a {
    background-color: black;
    border: 0;
    color: #FFFFFF;
    line-height: normal;
    padding: 8px 20px;
    outline-color: #0072EF;
    font-weight: bolder;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #0072EF;
  border-radius: 4px;
  color: #0072EF;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #1F73B7;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #0072EF;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.botao-header{
  color:white;
}

h1.hero-texto-home {
    text-align-last: left;
}

.botao-de-pesquisa {
  display: table-cell;
  width: 5%;
	vertical-align: top;
}

button.btn-de-pesquisa {
    height: 40px;
    border: 1px solid #7a7879;
    color: white;
  background-color:#7a7879;
  width: 160px;
}
.pesquisa-tabela{
  display: table;
}

input#query {
    display: table-cell;
}

.faqnoticia {
    margin-left: 20%;
}
.redes-sociais-grupo img{
      width: 100%;
}

.col.redes-sociais {
    text-align-last: center;
 		 margin: auto;
}

img.img-icones {
    max-width: 15%;
}
.texto-contato {
    float: right;
}

.container.faqnoticia {
    margin-top: -20px;
}

.list-group-item:after{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    content: '>';
    margin-top: -5px;
}
.list-group-item:focus:after{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    content: '^';
    margin-top: -5px;
}
.list-group-item.active:after{
  content: "^";
}

li.artigos-din{
  color:#5293d6;
}
li.artigos-din:hover {
    cursor: pointer;
  	color:#144578;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
    text-align-last: left;
}

.container {
    padding-bottom: 2%;
}

.list-group-item.active {
    /z-index: 2;
  	color: #000000 !important;
    background-color: #EDEBEB !important;
    border-color: #c8c7c7 !important;
  	font-weight: bold !important;
  	text-decoration: underline !important;
    border-right: 0px;
  	border-left: 0px;
}
.btn_boleto{
  border-top: 0px !important;
}

.list-group-item{
    border-right: 0px !important;
  	border-left: 0px !important;
    padding-left: 50px !important;
}
.botao-header {
  font-family: segoeui;
  font-size: 1em;
}
.hero-texto-home{
  font-family: roboto-black;
}

.btn-de-pesquisa{
  font-family: roboto-black;
  font-size: 1.3em;
}

.faqnoticia h2{
  font-family: roboto-black;
}

.artigos-din{
  font-family: roboto-medium;
}

.faqduvidas h2{
  font-family: roboto-black;
}

.faqduvidas .col-4{
  font-family: roboto-light;
}

.btn-link{
  font-family: roboto-medium;
}

.card-body{
  font-family: roboto-regular;
}

.outrasfuncoes h2{
  font-family: roboto-black;
}

.outrasfuncoes h2 {
    padding-bottom: 3%;
}

.outrasfuncoes p {
  	font-family: roboto-regular;
    float: right;
    padding-top: 8%;
    font-size: 0.7em;
    /* padding-left: 108px; */
    /* margin-top: -75px; */
    width: 60%;
}

.outrasfuncoes p b{
  font-size: 1.4em;
}
.upload-doc{
  display: none;
}

.container.upload-doc {
    text-align: -webkit-center;
      padding-top: 25px;
      align-self: center;
}

  .user-info .dropdown-toggle::after {
    display: none;
}

/* Modal Upload de arquivos */
.modal-dialog {
  margin-top: 10% !important;
}

input.upload {
    float: right;
}

.modal.show .modal-dialog {
  max-width: 50%;
}

@media only screen and (max-width: 600px) {
  .modal.show .modal-dialog {
    max-width: 90%;
	}
}

.row-upload{
  padding-bottom: 10px;
}


.btn-group-lg >.btn, .btn-lg {
    /* padding: .5rem 1rem; */
    font-size: 0.5em;
    line-height: 1.5;
    border-radius: none;
}

.ativa-upload {
    color: black;
    background-color: white;
    border-color: white;
  	font-family: Segoe UI, sans-serif;
  	text-transform: uppercase;
  	height: 2em !important;
  	font-size: 0.8rem !important;
}

.modal-button {
    display: inline-block;
    font-weight: 400;
    color: black;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-button:hover {
 background-color: #000; 
	color: #fff;
}

.modal-button:focus {     
     background-color: #000; 
			color: #fff;
}

.row.row-upload {
    text-align: left;
}

.link {
  cursor: pointer;
}

.modal-dialog {
  max-width: 75%;
}

span.hide-on-mobile {

    color: white;
    text-transform: uppercase;
}

svg#Capa_1 {
    /* width: 4%; */
    width: 12px;
}

.hide-on-mobile span {
    font-family: roboto-regular;
    padding-right: 10px;
}
nav#user-nav {
    display: none;
}

.meus-documentos{
  display:none;
}

.meus-documentos span{
  color: #673d91;
  text-transform: uppercase;
  font-size: 2em;
  font-family: roboto-black;
}

.meus-documentos .container {
    text-align: -webkit-center;
    text-align: center;
}
.meus-documentos a{
  font-family: roboto-regular;
    text-align: left;
    padding-left: -24px;
    max-width: 28%;
    left: 35%;
}

.meus-documentos .list-group-item:after{
    width: unset;
    height: unset;
    position: unset;
    right: unset;
    top: unset;
    content: '';
    margin-top: unset;
}

.row-meus-documentos{
  margin-top: 5%;
}

.row-users{
  margin-top: -8%;
}

.search input[type="search"] {
    padding-left: 40px;
	}

@media (max-width: 769px) {
  .botao-header{
   display: none; 
  }
  
  .list-group-item {
     padding-left: 10px !important;
  }
  .container.outrasfuncoes img {
    max-width: 30%;
    position: absolute;
}
.container.outrasfuncoes p {
    font-size: 0.6em;
}
  .container.outrasfuncoes .col-3 {
    padding-right: 0;
  }
  
.texto-contato {
    padding-left: 0px;
    font-size: 0.85em;
}
  .fone-contato{
    padding-left: 0px;
    font-size: 0.85em;  
  }
  
  img.img-icones {
    max-width: 40%;
}
  .col.redes-sociais {
    text-align-last: center;
    padding-right: 0px;
}
  
  .col-2.footer-inner {
    padding-left: 0;
}
  
  .redes-sociais-grupo img {
    width: 130%;
}
  .dropdown-menu {
    margin-left: -80px;
}
}


@media (max-width: 426px) {
  .dropdown-menu[aria-expanded="true"] {
    display: block;
    left: auto;
}
  .h1, h1{
    font-size: 1.5em !important;
  }
  .h2, h2{
    font-size: 1.2em !important;
  }
  .faqduvidas .col-4{
    flex: unset;
    max-width: 425px;
  }
    .faqduvidas .col-8{
    flex: unset;
    max-width: 425px;
  }
  .outrasfuncoes .col-3{
    flex: unset ;
    max-width: unset;
    padding-bottom: 10px;
  }
  .container.outrasfuncoes img {
    max-width: unset;
    position: unset;
}
  
  .outrasfuncoes p {
    font-family: roboto-regular;
    float: right;
   	padding-top: unset;
   	font-size:unset;
  	padding-left:unset;
    margin-top: 25px;
    width: 70%;
}
  
.container.outrasfuncoes img {
    max-width: 30%;
}
  
  .footer {
    border-top: 2px solid black;
    margin-top: unset;
    padding: 0 5;
    max-width: unset;
    margin-left: unset;
}
.redes-sociais-grupo .col-3{
    flex: unset ;
    max-width: 50%;
    padding-left: 40px;
    padding-right: 0;
}
  
.redes-sociais-grupo .col-2{
    flex: unset ;
    max-width: unset;
    justify-content: center;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
}
.redes-sociais-grupo .col{
    flex: auto ;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5%;
}
.img-icones {
    width: 100%;
}
  
img.img-icones {
    max-width: 30px;
}

.redes-sociais-grupo img {
    width: 100%;
}
}

@media (max-width: 321px) {
  .dropdown-menu[aria-expanded="true"] {
    display: block;
    left: -140px;
    top: 40px;
}
  
  .h1, h1 {
    font-size: 1.2em !important;
}
  
  button.btn-de-pesquisa {
    height: 40px;
   	width: 115px;
}
  
  
  .btn-de-pesquisa {
    font-family: roboto-black;
    font-size: 1.3em;
}
  
  .container.outrasfuncoes img {
    max-width: unset;
    position: unset;
    margin-left: -10px;
}
.redes-sociais-grupo .col-3 {
    flex: unset;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 0;
}
}

.sem-login{
  display:block;
}
.com-login{
  display:none;
}

.botao-header-sem{
  color:black;
}
.botao-header-sem:hover{
  color:black;
  text-decoration: none;
}
.drop-hover{
  cursor: pointer;
}
.drop-hover:hover #drop-sem-login{
   display: block;
  cursor: pointer;
  z-index: 10;
}
.drop-hover #drop-sem-login{
  position: absolute;
  z-index: 10;
  display:none;
}

.logo-topo {
    padding-left: 20%;
}

.logo {
    margin-right: 50px;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.container.com-login.container-com-login {
    margin: auto;
    padding: initial;
  	width: 50%;
}

.col.financeiro-com-login {
    max-width: 28%;
}

.container.redes-sociais-grupo {
    max-width: 100%;
}

.col-2.footer-inner {
    margin: auto;
}


.container.sem-login.container-sem-login {
    margin: auto;
    width: 100%;
      padding: 0;
}

.container-sem-login .col {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 0;
    /* text-align: right; */
    float: right;
    display: flex;
  	margin: auto;
  	flex-direction: row-reverse;
}

.container-sem-login .col a {
 padding: 0px 15px;
}

.sem-login.botao-header-sem.drop-hover {
  padding: 0px 15px;
}

a.nav-link.botao-header-sem {
    margin: 5px 0px;
}

.container.sem-login.container-com-login {
    margin: auto;
    width: 100%;
      padding: 0;
}

.sem-login.botao-header-com.drop-hover {
  padding: 0px 15px;
  border-right: 1px solid #000;
}

.botao-header-com{
  color:black;
}
.botao-header-com:hover{
  color:black;
  text-decoration: none;
}
.drop-hover{
  cursor: pointer;
}
.drop-hover:hover #drop-com-login{
   display: block;
  cursor: pointer;
  z-index: 20;
}
.drop-hover #drop-com-login{
  position: absolute;
  z-index: 20;
  display:none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
  top: 18px;
}

.container-sem-login{
 font-family: sans-serif;
}


.nav-wrapper.sem-login {
   /* border-left: 1px solid #000;*/
}

.nav-wrapper.sem-login {
    font-size: smaller;
    padding-top: 3px;
    padding-left: 10px;
}
@media(max-width: 1502px){
  .container-sem-login .col {
    font-size: 10px;
}

.header {
    //: ;
    max-width: 1160px;
    padding: 0 1%;
    padding: 0 %;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: black;
    min-height: 50px;
}
  
}

@media (min-width: 1200px){

 
  
header.header {
    max-width: 100%;
		padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}

#meus-documentos table th {
  text-align: center;
}

footer .credits {
    font-size: 12px;
}

.col-xs-9 {
    width: 75%;
}

footer .credits {
    font-size: 12px;
}
.col-xs-3 {
    width: 25%;
}

footer .credits a {
    color: #505050;
    display: inline-block;
    margin: 0px 10px;
    text-transform: uppercase;
}

.rede-icone {
    max-width: 16px;
    max-height: 16px;
}

.col-xs-12 {
    width: 100%;
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
hr {
    border-top: 1px solid #505050;
  border-color: #505050;
}
hr {
  border-color: #505050 !important;
}

.hidden-xs{
      text-transform: uppercase;
}

.row.row-footer {
    margin-left: 40px;
}

/*
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
   max-width: 1440px !important;
    width: 100% !important;
	}
}
*/
.row-outras-funcoes{
      place-content: center;
}

svg#cadeado {
    max-width: 12px;
    max-height: 15px;
}

@media (max-width: 1400px){
  .container-sem-login .col {
    margin-left: 8%;
    font-size: 10px;
}
  /*
  #h1_nome_empreendimento{
        padding-left: 60px !important;
  }
  
  .faqduvidas{
        padding-left: 60px !important;
  }
  
  .outrasfuncoes{
    padding-left: 60px !important;
  }
  */
}

@media (max-width: 1172px){
  .container-sem-login .col {
    margin-left: 0px;
    font-size: 10px;
}
}

@media (max-width: 1101px){
  .container-sem-login .col {
    margin-left: 0px;
    font-size: 10px;
}
  .logo {
    margin-right: 25px;
}
}

@media(max-width: 900px){
  .container.sem-login.container-sem-login {
    /* margin: auto; */
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50px;
    /* left: 7%; */
    max-width: 97%;
    padding-left: 5px;
}
}

@media (max-width: 766px){
a.sem-login.botao-header-sem {
    font-size: 7px;
}

.sem-login.botao-header-sem.drop-hover {
    font-size: 7px;
}

.nav-wrapper.sem-login {
    font-size: 7px;
}

svg#cadeado {
    max-width: 11px;
    max-height: 12px;
}
}

.faqduvidas-mobile{
  display:none;
}

.mobile-com-login{
  display:none;
}

@media (max-width: 321px){
  .col-md.col-md-artigos {
    padding-left: 0px;
    padding-right: 0px;
	}
	.btn{
		padding: .375rem 0rem !important;
	}
}

@media (max-width: 426px){
  
  body{
    width: 99%;
  }
  .modal.show .modal-dialog {
    max-width: 100%;
}
  
.button.btn-de-pesquisa{
    width: 110px;
}

.search input[type="search"] {
    padding-left: 5px;
}
  .logo {
    margin-right: 0px;
}
  
  
  .button-login-mobile.mobile-sem-login {
    position: relative;
  	left: 15px;
}
    .button-login-mobile.mobile-sem-login a {
  color:white;
  }
  .navbar {
        left: 20px;
   	 		color:#343a40;
  }
  
  .search-icon {
    left: 355px;
}
  
}

div#navbarToggleExternalContent {
    position: absolute;
    right: 0;
    width: 100%;
  	z-index: 1;
}
.navbar-dark .navbar-toggler {
    color: white;
    border-color: black;
    background-color: white;
}

.navbar-dark .navbar-toggler-icon {
    background-image :url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.mobile-sem-login{
  display: none;
}

.p-4 a {
  color: white !important;
  text-transform: uppercase;
}
.p-4 ul li {
      margin: 5px 0px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: uppercase;
}

.p-4 sub-menu {
    padding-left: 20px!important;
}

.sub-menu-mobile{
  padding-left: 30px;
}

@media (max-width: 321px){
  .link p {
    position: relative;
    top: -10px;
    
  }
  
  .button-login-mobile.mobile-sem-login {
    position: relative;
  	left: 0px;
}
  .navbar {
  left: 0px;
}
button.btn.btn-dark {
    width: 35px;
    height: 31px;
    padding: 0 !important;
    margin: 0;
}
  
  .pos-f-t.mobile-sem-login {
    width: 60px;
}
  .button-login-mobile.mobile-sem-login a {
    font-size: 0.8em;
}
  body {
    max-width: 320px !important;
}
}

@media (max-width: 426px){
  .hide-mobile{
    display: none !important;
  }
  
  div#h1_nome_empreendimento h4 {
    padding-bottom: 25px;
	}
  
}

@media (max-width: 1024px){
    div#h1_nome_empreendimento h4 {
    padding-bottom: 25px;
	}
}
/* Página de Login.*/
*{
  font-family: 'Montserrat',sans-serif !important;
  scroll-behavior: smooth;
}

.metade{
  width: 97vw;
}

.metade h3{
  color:#8E6C52;
  position:relative;
  padding-left: 40px;
}

.esquerda {
    background-color: #c55b8f;
    background-image: url(/hc/theming_assets/01K7502Q6NWRSNNRAT10BDPT8T);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  position: relative;
}

.margin10{
  margin-left:10%;
}
.logo{
  padding-top: 4%;
  cursor:pointer;
}

.direita{
  background-color:white;
}



.direita h1{
 font-size:6em;
  padding-left:10%;
}

.direita h3{
  padding-left: 11%;
}

.direita h4{
  padding-left: 10.8%;
}

#login{
  height:100vh;
  display: flex;
}

#button_login{
  background-color: black;
    border: none;
    cursor: pointer;
    color: white;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 20%;
    font-weight: 600;
    font-size: 1.6rem;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center;
  display:flex;
  align-items: center;
  flex-direction: column-reverse;
}

#button_login a{
  padding:auto;
}

#link_logo{
  height: 35px;
}

svg#logo_branco {
    width: 200px;
}

#button_faq{
   
}
#button_faq img{
    
}

#button_faq span {
  
}

.cursor{
  cursor:pointer;
}
.esquerda h4{
  color:white;
}

#esquerda_bottom{
  position:absolute;
  bottom: 10%;
	left: 5%;
}
#faq {
  margin-top:5%;
}

#faq .container h1{
  text-align: center;
}



.titulo_intro {
    position: relative;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    color: #8E6C52;
    letter-spacing: 4px;
}

.titulo_meio {
    position: relative;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #000;
}

.titulo_principal {
    position: relative;
    font-size: 4.5rem !important;
    font-weight: 400 !important;
    color: #000;
  letter-spacing: 12px;
}

.titulo_client {
    position: relative;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #000;
    width: 30ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 	 margin: auto;
}

.titulo_client2 {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700 !important;
    color: #000;
    width: 24ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
    text-align: center;
}
.intro-title{
    display: inline-block;
    position: relative;
    font-size: 1.875rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    text-align: center;
    line-height: 135%;
    padding-left: 40px;
    margin: 0 auto;
}
.body-pages{
      display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  flex-direction: column;
}

.nome_cliente:after{
  content:"."
}
.titulo_body_login {
    position: relative;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000;
}
.titulo_body_login_w {
    position: relative;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff;
}

.texto_legenda{
    position: relative;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000;
}
.texto_faq{
    position: relative;
    font-size: 16px !important;
    color: #000;
}


.texto_legenda_19{
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #000;
  	width: 90%;
}

.texto_pagina{
    font-weight: 300 !important;
    line-height: 135% !important;
    font-size: 18px !important;
}

.texto_pagina_bold{
    line-height: 135% !important;
    font-size: 25px !important;
  	font-weight: bold;
  	position:relative;
    top: 23px;
    left: 35px;
}

b{font-weight: bold !important;}
.seta_down, .seta_up{
  cursor:pointer;
}

.container_principal{
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
  margin-bottom:2%;
  border-radius: 10px;
  cursor:pointer;
}

.container_principal .col-1{
  margin:auto;
}
.row_principal{
  height: 120px;
}

button.btn.btn-link{
  color:#000;
  font-weight: bold;
}

.row-artigos{
  display:none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

/* Página para escolher o empreendimento.*/
#escolha-empreendimento{
    height: 100vh;
    max-height: 100vh;
    position: relative;
    width: 100%;
}

.bola-rosa{
		position: fixed;
    left: 170px;
    width: 300px;
    height: 300px;
    z-index: 2;
    bottom: -200px;
}

.bola-preta{
    position: fixed;
    right: -120px;
    width: 300px;
    height: 300px;
    z-index: 2;
    top: 10%;
}

.logo-preto {
    position: absolute;
    top: 0%;
    left: 5%;
}

.container.container-empreendimento {

}

.container-empreendimento{
    text-align: center;
}

.empreendimentos {
    display: flex;
    margin: auto;
    place-content: center;
}

.box-empreendimento{
width: 280px;
    padding: 30px 0px 30px 0px;
  border-radius:5px;
    border: 1px solid black;
  margin: 2%;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
}

.box-empreendimento h1{
}


#button_confirm{
  background-color:black;
  border:none;
  cursor:pointer;
  color:white;
  width:260px;
  text-align: center;
  margin:auto;
  height: 65px;
  margin-top: 2%;
  font-weight: 600;
  font-size: 1.6rem;
}

/* Home Logado */

#home_login{
  height:100vh;
  display:flex;
}

.home_login_esquerda{
  background-color: #171717;
  min-height:100vh;
  width:20%;
}

.logo-logado{
  padding-top: 5%;
}

.margin15{
  margin-left: 15%;
}

.white{
  color:white;
}

li#posicao_financeira-li::marker {
  content: url(/hc/theming_assets/01J0K8XADTFCJQ7GDDQA6634FF);
}

li#via_boleto-li::marker {
  content: url(/hc/theming_assets/01J0K8XA0PFJ9P6VRZV5ZTK76J);
}

li#informe_rendimento-li::marker {
  content: url(/hc/theming_assets/01J0K8X8QRZFJ0AGXY6XNB7Z6B);
}

li#antecipacao_pagamento-li::marker {
  content: url(/hc/theming_assets/01J0K8X9JK16XHQKFNST6KXKHZ);
}

li#comunicados-li::marker {
  content: url(/hc/theming_assets/01J0K8X84CXB4W4PYGYMHW2H6Z);
}

li#documentos-li::marker {
  content: url(/hc/theming_assets/01J0K8X9Y2W5EJJ3VDK8R2Q53N);
}

li#andamento_obra-li::marker {
  content: url(/hc/theming_assets/01J0K8X7R5DKB5RXNATVHPAZK2);
}

li#faq-li::marker {
  content: url(/hc/theming_assets/01J0K8X90J74KPHSPZ0AWBP9PQ);
}

li#minhas_solicitacoes-li::marker {
  content: url(/hc/theming_assets/01J0K8X9VNY1AXVEWQZN1EZT32);
}

li#assistencia_tecnica-li::marker {
  content: url(/hc/theming_assets/01J0K8X8CP7EGPT2TYRJBBZCG2);
}

.menu{
  margin-top:20%;
}

.menu-ul li {
  margin-bottom: 8%;
  height: 40px;
}
.config_flex_menu{
  display:flex;
}
.menu-ul li p {
  padding-left: 4%;
  margin: auto;
  margin-left: 0px;
  font-size: 13px;
}

.img_menu {
}

.img_menu img {
    float: right;
}

.home_login_direita{
  width: 80%;
}

.header-home{
  	width: 100%;
    margin: auto;
    clear: both;
    padding: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  	border-bottom: 1px solid #CACED5;
}

#button_select_another {
background-color: #B6967E;
    border: none;
    cursor: pointer;
    color: white;
    width: 180px;
    text-align: center;
  	margin: 50px;
    font-weight: 500 !important;
    font-size: 13px !important;
}

#button_select_another h1{
  font-weight: 500 !important;
    font-size: 13px !important;
}


.user-avatar{
  float:right;
  width: 50px;
  height: 50px;
}

.hide-on-mobile span{
  color:#000;
  line-height: 50px;
}

svg.dropdown-chevron-icon {
    color: #B6967E;
    margin-right: 10px;
}

.dropdown-menu{
margin-left: 65px !important;
}

.body-posicao_financeira{
      text-align-last: center;
      margin-top: 5%;
  		margin-left: 10%;
      margin-right: 10%;
      margin-bottom: 2em;
}

.body-posicao_financeira_centro{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.text_center{
  text-align: center;
  padding-top: 10px;
}

.body-posicao_financeira_valores , .body-posicao_financeira_comunicados,.body-posicao_financeira_andamento,.body-posicao_financeira_indices{
    border: 1px solid #d1d1d1d1;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
  border-radius: 25px;
}

.body-posicao_financeira_valores , .body-posicao_financeira_comunicados{
  width:396px;
  height: 430px;
  margin-left:2%;
}

.body-posicao_financeira_andamento{
  width:396px;
  height: 686px;
  margin-left:2%;
}

.body-posicao_financeira_indices{
  width:812px;
  height: 233px;
  margin-left:2%;
  margin-top: 15px;
}

.body-posicao_financeira_indices h1{
  padding-top: 10px;
  padding-left: 20px;
}

hr {
    border-color: #E8E9EC !important;
}

#myChart_valores{
  width: 65% !important;
  height: 65% !important;
  margin:auto;
  margin-top: -20px;
}

#myChart_valores_text{
	position: absolute;
  margin-top: -40%;
  width: 100%;
	text-align: -webkit-center;
}


#body-posicao_financeira_legenda{
  display:flex;
}

.legenda_valor_pago{
  margin-left: 15%;
}

.legenda_valor_pago::before{
       content: '';
       display: inline-block;
       width: 15px;
       height: 15px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       background-color: #B6967E;
  		margin-left: -20px;
    	position: absolute;
}

.legenda_valor_devedor{
		margin-left: 20%;
}

.legenda_valor_devedor::before{
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      -moz-border-radius: 7.5px;
      -webkit-border-radius: 7.5px;
      border-radius: 7.5px;
      background-color: #F5F1ED;
  		margin-left: -20px;
    	position: absolute;
}

#body-posicao_financeira_indices{
  display:flex;
  margin: auto;
  text-align: center;
  margin-top: 5%;
}
.body-posicao_financeira_indices_box{
  width:100%;
  margin:auto;
}

.titulo_indice{
		width: 143px;
    margin: auto;
    height: 27px;
    background-color: #EBE9E7;
    border-radius: 25px;
    color: #645549;
    font-size: 16px;
    padding: 5px !important;
    font-weight: bold;
  }

.porcentagem_indice{
  	font-size: 30px;
    font-weight: bold;
}

.config_flex{
  display:flex;
  margin-left: 10%;
  margin-top: 11%;
  flex-wrap:wrap;
  margin-right: 10%;
  margin-bottom:2%;
}

.config_flex5{

  flex-wrap:wrap;
}

.config_flex_percent{
     display: flex;
    flex-wrap: wrap; 
  	margin-bottom: 25px;
}

.body-posicao_financeira_andamento img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
  display:none;
}

.obra_percent{
  float: right;
  margin-right:10%;
  font-size: 25px;
  color: #645549;
}

.obra_percent_page{
    margin-right: 10%;
    font-size: 25px;
    color: #645549;
    right: 0;
    bottom: 35px
}

.progress{
    height: 15px;
    position: relative;
  	width: 80%;
  	border-radius: 25px !important;
}

.progress .progress-bar{
   position: absolute;
   height: 100%;
   background: linear-gradient(to right, #B6967E, #5B4B3F);
    border-radius: 25px;
}


@keyframes progress-animation{
    0% { width: 0%; }
    100% { width: 80%}
}

span.texto-empreendimento_selecionado {
    font-weight: bold;
    padding-left: 5px;
}

.seta_direita{
  position:absolute;
  right:10px;
  top: 5px;
}

#myChart_valores_text .titulo_body_login{
  	flex-wrap: wrap;
    width: 90px;
  	text-align: center;
}

.h1-date-text{
    height: 40px;
  width:140px;
    font-size: 19px;
    font-weight: bold;
    color: white;
    background-color: #B6967E;
    padding-top: 10px;
    margin-left: 10px;
    text-align: center;
}

.box-posicao_financeira{
  height: 387px;
  border: 1px solid #d1d1d1d1;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
  border-radius:25px;
  border-top: 0px;
      width: 90%;
  padding: 20px;
}

.box-posicao_valor{
  border-right: 1px solid #C5C9D7;
  width:25%;
  margin-top: 60px;
  height: 140px;
  position: relative;
}

#button_financeiro{
		margin: auto;
    background-color: black;
    width: 489px;
    text-align: center;
    color: white;
    padding: 15px;
  	font-weight: bold !important;
  }

.box-posicao-h1{
    text-align: center;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
  	border-radius:5px;
    margin-top: 25px;
  	padding: 5px;
  }

.box-posicao-h1-valor{
  text-align: center;
  font-size:29px !important;
  font-weight: bold !important;
  margin-top: 15px;
}

.box-posicao_valor img{
    position: absolute;
    margin-top: -32px;
    right: 7%;
    float: right;
}



.table h1{
  	margin: auto;
    text-align: center;
    background-color: #EFE8E3;
    color: #B6967E;
    font-size: 13px !important;
    font-weight: bold !important;
    height: 33px;
    padding-top: 9px;
    border-radius: 5px;
}

.table thead th {
border:unset !important;
}

.table tr{
  border:unset !important;
}

#body-extrato{
  text-align: center;
}

.modal-body dl{
  margin-bottom:2px;
}

#button_extrato_financeiro{
  	margin: auto;
    height: 65px;
    background-color: black;
    width: 292px;
    text-align: center;
    color: white;
    padding-top: 15px;
  	font-weight: bold !important;
}

#button_boleto{
    margin: auto;
    height: 65px;
    background-color: black;
    text-align: center;
    color: white;
    padding-top: 16px;
    font-weight: bold !important;
    font-size: 25px !important;
    width: 24ch;
}

#button_informe{
    margin: auto;
    height: 65px;
    background-color: black;
    width: 398px;
    text-align: center;
    color: white;
    padding-top: 15px;
    font-weight: bold !important;
    font-size: 25px !important;
  	margin-top:20%;
}

#button_baixar_informe{
    margin: auto;
    height: 50px;
    background-color: black;
    width: 218px;
    text-align: center;
    color: white;
    padding-top: 12px;
    font-size: 20px !important;
  	margin-top:20px;
  font-weight: 400 !important;
}

#button_manual_proprietario{
		margin: auto;
    height: 65px;
    background-color: #ffff;
    width: 484px;
    text-align: center;
    color: black;
    padding-top: 15px;
    font-weight: bold !important;
    font-size: 25px !important;
    margin-top: 20%;
    border: 1px solid black;
}

.button_abrir_um_chamado{
    margin: auto;
    height: 65px;
    background-color: black;
    width: 398px;
    text-align: center;
    color: white;
    padding-top: 15px;
    font-weight: bold !important;
    font-size: 25px !important;
  	margin-top:20%;
}

.table{
  position:relative;
  margin-bottom: 3% !important;
}

.table td{
  text-align: center;
}

.table-striped tbody tr:nth-of-type(odd){
  background-color:unset !important;
}

.table td, .table th{
  border-bottom:1px solid #dee2e6;
}

.table-striped{
  width: 1088px !important;
  margin: auto;
}

input[type='radio']{
      accent-color: #B6967E;
}

.btn_disable{
  border: unset;
  width: 47px;
  height: 40px;
  color: white;
}

.btn_active{
  background-color: black;
  border: unset;
  width: 47px;
  height: 40px;
  color: white;
}

.gallery-dot{
  border: unset;
  margin-right: 15px;
  margin-left: 15px;
  background-color: white;
}

.template{
  width: 25%;
  margin-right: 10px;
}

.template img{
  width:100%;
  margin-bottom: 20px;
}

.template p{
    margin-right: 30px;
}

.bold{
  font-weight: bold;
}

.comunicado_titulo{
		width: 30ch;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.comunicado_body_limit{
  height: 25ch;
  overflow: hidden;
  margin-bottom: 10%;
}

.comunicado_continuar{
  color:black;
    margin-bottom:5%;
}


.table td, .table th{
  border-top:unset !important;
  height: 10px;
}

.carousel{
  height: 385px;
  width: 30%;
  margin:auto;
}

.carousel-indicators li{
  display:none;
}

.carousel-control-next, .carousel-control-prev {
  position: unset !important;
   opacity: 1 !important;
    width: 50px !important;
    height: 50px;
    border: 0;
    border-radius: 0;
    background: black;
  	top:unset !important;
  	bottom: -60px !important;
  margin-right: 15px;
}

.body_obra_percent img{
  width:20px;
  height: 20px;
  margin-right: 10px;
}

.carousel-inner {
		overflow: hidden;
    height: 350px;
    width: 100%
}

.obra_percent_layout{
  width: 65% !important;
}

.body-andamento_obra .progress{
  width: 100%;
}

/******  Pagina Minhas solicitações   *****/

.collapsible-nav-list{
      place-content: center;
}

.collapsible-nav-list .current{
  border:unset !important;
}
.collapsible-nav-list a {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    text-transform: uppercase;
  	color:#A7A7A7 !important;
}
.collapsible-nav-list li:hover{
  border:unset !important;
}

.collapsible-nav-list .current a{
  	color: #B6967E !important;
    background-color: #d6d6d6 !important;
  padding-left: 20px !important;
    padding-right: 20px !important;
}

.search-icon {
  left:unset;
right: 25px;
  filter: grayscale(1) brightness(0) contrast(1);

}

.search input[type="search"]{
  background-color:#fff;
}

select {
  
}

.collapsible-nav-border {
  border-bottom: unset;
}

.requests-table th{
  text-align: center;
}

.button_abrir_um_chamado_solicitacao{
    margin: auto;
    background-color: black;
    text-align: center;
    color: white;
    font-weight: bold !important;
    font-size: 20px !important;
    margin-top: 20%;
    margin: auto;
    padding: 15px;
    width: 28ch;
}

.body-minhas_solicitacoes .container{
    margin-top: 50px;
}

.body-minhas_solicitacoes .body-posicao_financeira {
   margin-bottom: 50px;
}

div#main-content {
    margin: auto;
}

.button-large, input[type="submit"]{
  background-color: black;
  text-transform: uppercase;
  border-radius:unset;
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
}

footer{
      text-align: center;
    margin-top: 15px;
}

.form-field .nesty-input{
  background-repeat: no-repeat;
    background-position: 98%;
      border-color: #000;
}

.nesty-input::after {
	content:"";
}

.form-field input[type="text"] , .request-form textarea,.upload-dropzone{
    border-color: #000;
}

#upload-dropzone{
    background-repeat: no-repeat;
    background-position: 90%;
  	width:343px;
  height: 50px;
}

#upload-dropzone span {
  font-size: 25px;
  float: left;
  padding-left: 30px;
	font-weight: 500;
  padding-top: 13px;
  color: #000;
}

.modal.show .modal-dialog{
      max-width: 70%;
}

.form-field label{
  padding-left: 20px;
}

.form-field label[for="request-attachments"]{
  display:none;
}

.form-field .nesty-input{
  font-weight: 500;
}

img#logo_empreendimento {
    width: 20%;
}

.status-label-solved {
    background-color: white;
    color: #B6967E;
}

.status-label-open {
    background-color: #FFDEDE;
    color: #FF0000;
}

.my-activities-table .striped-list-title{
    color: #318BB5;
    text-decoration-line: underline;
}

  .body-assistencia_tecnica .config_flex{
        width: 62% !important
  }

  .body-faq .btn-link{
        text-align: left;
  }

 #faq .btn-link{
        text-align: left;
  }


#upload-dropzone span {
    font-size: 20px;
  
}

  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados, .body-posicao_financeira_andamento {
  position:relative;
}

.bottom_hr{
 position:absolute;
   width:100%;
  bottom: 37px;
  
}

h1.titulo_body_login.cursor.text_center.direct_page {
    position: absolute;
    bottom: 12px;
    width: 100%;
}

.logo_empreendimento {
    margin-bottom: 2em;
}

img.img_desktop {
    padding-left: 10px;
}

#extrato_dados{
 margin-bottom: 10px; 
}

.continua_comunicado_body {
  text-align: center;
}

.continua_comunicado_body .comunicado_titulo{
  width:unset !important;
  margin-bottom: 30px;
}

.sino {
  margin-right: 50px;
  cursor: pointer;
  width: 45px;
  text-align: center;
}

.sino img{
  width:30px;
}

.notifications-popup{
  display:none;
}
.notifications-popup {
    position: absolute;
    top: 3.8rem;
    width: 18rem;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    z-index: 10;
    right: -2.99rem;
    box-shadow: 0 2rem 2rem rgb(0 0 0 / 12%);
  
}

.notifications-popup .body .notification:last-child {
    padding-bottom: 1rem;
}

.notifications-close-target {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5;
}

.notifications-popup {
    position: absolute;
 	 translate(26%, 0%)
    top: 4.2rem;
    width: 18rem;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    z-index: 10;
    right: 15.7rem;
    box-shadow: 0 2rem 2rem rgb(0 0 0 / 12%);
}

.notifications-popup .header {
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 2rem;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2rem;
    padding-left: 1rem;
    margin: 0;
    width: 100%;
    border-bottom: solid 1px #ddd;
    box-shadow: none;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  background-color:white;
}

.notifications-popup .body .notification:last-child {
    padding-bottom: 1rem;
}

.notifications-popup .caret {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    right: 4rem;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    background: white;
    transform: rotate(45deg);
}


.notification_flex{
  	display: flex;
  	flex-flow: wrap;
}
.notification_flex hr{
  width: 100%;
}

.notification_flex2{
  	display: flex;
  	flex-flow: wrap;
  	position:relative;
}
.notification_flex2 span{
  padding-bottom: 5px;
  width: 100%;
text-align: left;
}

.default_color{
  color: black;
}


.circulo_aviso {
    width: 10px;
    background-color: black;
    border-radius: 25px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 5px;
}

.btn-primary {
    color: #fff;
    background-color: black !important;
    border: unset !important;;
    font-weight: bold !important;;
}

.full_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #CECECE;
    z-index: 1;
  
}

.img_full_loading{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.request-breadcrumbs{
  display:none;
}

h1.request-title {
    position: relative;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #000;
    width: 24ch;
    text-overflow: ellipsis;
    margin: auto;
  max-width:100%;
}

.alert-danger{
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 25px;
}
.body-posicao_financeira_indices_box, .body-posicao_financeira_indices_box, .body-posicao_financeira_indices_box{
  position:relative;
}

.positivo_negativo{
  position: absolute;
  right: 40px;
  top: 50px;
}

#modal_informe .modal-content.modal-content_financeira {
    width: 57% !important;
    margin: auto;
    margin-top: 10%;
}

.modal-dialog-informe {
    margin: auto !important;
}

td.request-info.requests-table-info {
    text-align: left;
}

h1.request-title {
    max-width: 23ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.continua_comunicado_body img {
    margin-bottom: 30px;
}

.comunicado_body_limit {
    text-align: justify;
}


#modal_comunicado .modal.show .modal-dialog{
max-width: 55%;
}

#modal_comunicado .continua_comunicado_body img{
  width: 500px;
}


body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
   
    overflow: auto;
}

.login-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-container .mobile-background  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.login-container .desktop-background  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



img.mobile-background {
    display: block;
}

img.desktop-background {
    display: none;
}



.allDivLogin{
    width: 280px;
    height: 420px;
    border-radius: 29px;
    background-color: white;
    box-shadow: 5px 10px 30px #00000014;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
}

.divLoginTextOnTop{
    padding: 0px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.h1WelcomeLogin{
    color: #B35073;
    text-align: center;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem !important;
}

.spanPortalLogin{
    color: black;
    font-size: 25px;
    letter-spacing: 0px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
}

.spanPortalText{
    color: black;
    letter-spacing: 0px;
    text-align: center;
    font-family: "Montserrat", sans-serif;

}

.divBtnLoginRedirect{
    background-color: #B35073;
    height: 140px;
    width: 180px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center ;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
  box-shadow: 0px 6px 10px #00000039;
}

.fa-circle-user{
    font-size: 4rem;
    color: white;

}

.spanBtnLoginText{
    color: white;
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
}

.logoPlanik{
    width: 158px;
    padding-top: 30px;
}

.divDownFaq{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.downFaqText{
    text-align: center;
    font-family:  "Montserrat", sans-serif;
}

.downFaqIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: white;
    background-color: black;
    width: 185px;
    height: 40px;
    text-align: center;
    font-family:  "Montserrat", sans-serif;
    font-size: 0.8rem;
		font-weight: bold;
}

.fa-circle-info{
    color: white;
}

@media (min-width: 768px) {
    img.mobile-background {
        display: none;
    }

    img.desktop-background {
        display: block;
    }

    .allDivLogin{
        width: 460px;
        height: 450px;
        border-radius: 40px;

    }
  
  .h1WelcomeLogin{
  letter-spacing: 3.9px;
    
  }
  
  .spanPortalLogin{
    font-size:2.5rem;
    letter-spacing:2px;
    
  }
  
  
}



.chamado_boleto{
    margin: auto;
    height: 65px;
    background-color: black;
    text-align: center;
    color: white;
    padding-top: 16px;
    font-weight: bold !important;
    font-size: 25px !important;
    width: 24ch;
}

.tracinho:before{
  	content: '';
    position: absolute;
		top: 19px;
    left: 0;
    width: 28.5px;
    height: 3.75px;
    background: black;
}

.carousel_empreendimento svg{
      zoom: 1.7;
}

.carousel-inner{
  cursor:pointer;
}

.carousel_div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.body-posicao_financeira_andamento .texto_legenda_19{
  max-width: 12ch;
}


.comunicado_body_limit.comunicado_body_limit_modal {
    height: auto;
}

.comunicado_body_limit.comunicado_body_limit_modal:has(img){
  text-align: center;
}


#informe_rendimento-li .img_menu{
padding-right:5px;
}

#comunicados-li .img_menu{
padding-right:5px;
}


#documentos-li .img_menu{
padding-right:7px;
}


#andamento_obra-li .img_menu{
padding-right:7px;
}

#faq-li .img_menu{
padding-right:5px;
}

.modal_carousel_img .w-100{
  height: 76vh !important;
}
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados,.body-posicao_financeira_andamento {
    width: 30%;
	}

.body-posicao_financeira_andamento {
    height: 90vh;
}

.body-posicao_financeira_valores, .body-posicao_financeira_comunicados {
    height: 60vh;
}

}
.body-posicao_financeira_indices {
  width: 62%;
}

.body-posicao_financeira_indices {
    width: 62%;
    height: 26vh;
}

#myChart_valores_text {
  margin-top: -40%;
  width: 100%;
text-align: -webkit-center;
}

#myChart_valores {
    width: 65% !important;
    height: 65% !important;
}

h1.texto_legenda.legenda_valor_pago {
    width: 50%;
}

h1.texto_legenda.legenda_valor_devedor {
    width: 50%;
}

@media only screen and (max-width: 1680px) {
  
    .titulo_client2{
    width: 26ch;
  }
  
  .home_login_esquerda{
    width: 30%;
  }
  .home_login_direita {
      width: 70%;
  }
  
  

  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados,.body-posicao_financeira_andamento {
    width: 350px;
	}
  
  .body-posicao_financeira_indices {
    width: 720px;
	}
  
  .modal-dialog {
    margin: 10% !important;
}
  .table{
    width: 100% !important;
  }
  
  .texto_legenda_19 {
    font-size: 15px !important;
    width: 85%;
	}
  
  .carousel-inner {
    height: 310px;
  }
  
.obra_percent_page {
    font-size: 18px;
    bottom: 40px;
}
  
}

@media only screen and (max-width: 1600px) {
  
    .titulo_client2{
    width: 26ch;
  }
    .home_login_esquerda{
    width: 30%;
  }
  
  .home_login_direita {
    width: 70%;
}
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados, .body-posicao_financeira_andamento {
    width: 326px;
}
  
  
  .body-posicao_financeira_indices {
    width: 675px;
}
  
  #myChart_valores_text {
    position: absolute;
    margin-top: -40%;
    width: 100%;
text-align: -webkit-center;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page {
    margin-top: -23px !important;
}

  .body-posicao_financeira_andamento {
    height: 675px;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page[pagina="andamento_obra"] {
    margin-top: 0px !important;
}
  
}

@media only screen and (max-width: 1440px) {
  
  .titulo_client2{
    width: 26ch;
  }
  
  .notifications-popup {
    right: 16.2rem;
  }
  
  .home_login_direita {
    width: 70%;
}
  
  
  .body-posicao_financeira span{
        font-size: 30px !important
  }
  
  .header-home span {
    font-size: 13px;
  }
  
  #myChart_valores_text {
    margin-top: -40%;
    width: 100%;
text-align: -webkit-center;
}
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados, .body-posicao_financeira_andamento {
    width: 275px;
}
  
  .body-posicao_financeira_indices {
    width: 570px;
}
  
  .legenda_valor_pago {
    margin-left: 10%;
}
  
  .legenda_valor_devedor {
    margin-left: 9%;
}
  
  .body-posicao_financeira_centro h1,.body-posicao_financeira_centro b{
    font-size: 15px !important;
  }
  
  .config_flex {
    margin-top: 18%;
	}
  
  .home_login_esquerda{
    width: 30%;
  }
  
  .table{
    width: 100% !important;
  }
  
  .obra_percent_layout{
    padding: 0px;
  }
  
  .texto_legenda_19{
        font-size: 15px !important;
        padding-bottom: 10px;
  }
  
  .obra_percent_page{
    font-size: 17px;
  }
  
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados{
    	height: 420px;
  }
  
  .comunicado_titulo {
        width: 24ch;
  }
  
  .notifications-popup {
    position: absolute;
    transform: translate(26%, 0%);
    top: 7rem;
    width: 18rem;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    z-index: 10;
    right: 22.1rem;
    box-shadow: 0 2rem 2rem rgb(0 0 0 / 12%);
}
  
  
  h1.titulo_body_login.cursor.text_center.direct_page {
    position: absolute;
    bottom: 12px;
  }

.positivo_negativo {
    top: 40px;
}
  
  
  .sino{
        margin-right: 5px;
  }
  
  .home_login_esquerda{
        width: 25%;
  }
  .carousel {
        width: 35%;
  }
  
  .home_login_direita {
    width: 100%;
}
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados, .body-posicao_financeira_andamento {
    width: 300px;
}
  
.body-posicao_financeira_centro h1,.body-posicao_financeira_centro b{
    font-size: 16px !important;
  }
  
  .legenda_valor_pago {
    margin-left: 12%;
}
  
  .legenda_valor_devedor {
    margin-left: 10%;
}
  
  .body-posicao_financeira_indices {
    width: 620px;
}
  
.body-posicao_financeira {
    margin-top: 2%;
}
  
.body-posicao_financeira_andamento {
    height: 560px;
}
  
  .config_flex {
    margin-top: 7%;
}
  
.body-posicao_financeira_indices {
    height: 125px;
    margin-top: 15px;
}
  
#body-posicao_financeira_indices {
    margin-top: 0%;
}
  

  
  .body-faq.paginas-body {
    margin-left: 5%;
}
  
  .box-posicao_valor{
        width: 25%;
  }
  
  .box-posicao_financeira{
    margin-left: 5% !important; 
  }
  
  .box-posicao-h1-valor {
    font-size: 24px !important;
  }
  
  .box-posicao_valor img {
    position: absolute;
    margin-top: -30px;
    right: 5px;
}
  
  .modal-dialog{
        margin: 3% !important;
  }
  
  .button_abrir_um_chamado_solicitacao{
        width: 42%;
    	font-size: 21px !important;
  }
  .body-assistencia_tecnica .config_flex{
        width: 80% !important;
  }
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados, .body-posicao_financeira_andamento {
        width: 31%;
    height:500px;
}
  
  .body-posicao_financeira_indices {
    width: 64%;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page[pagina="andamento_obra"] {
    margin-top: -15px !important;
}
  
  #myChart_valores_text {
    margin-top: -40%;
   width: 100%;
text-align: -webkit-center;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page {
    margin-top: -10px !important;
}
  
  
}

@media only screen and (max-width: 1367px) {
  
  .modal.show .modal-dialog {
    max-width: 85%;
}
  
  .obra_percent {
    margin-right: 0px;
  }
  
  .progress {
    width: 100%;
  }
  
  .body-posicao_financeira_andamento .texto_legenda_19 {
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
  .titulo_client2{
    width: 17ch;
  }
  
  
  .positivo_negativo {
    top: 44px;
}
  
.modal-content_financeira{
      width: 1200px !important;
}
  
  .box-posicao-h1-valor {
    font-size: 22px !important;
}
  
  .body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 15px !important;
}
  
  .header-home span {
    font-size: 12px;
}
  
  .button_abrir_um_chamado_solicitacao {
    width: 48%;
    font-size: 21px !important;
}
  
  h1.texto_faq {
    max-width: 22ch !important;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page[pagina="andamento_obra"] {
    margin-top: -22px !important;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page {
    margin-top: -8px !important;
}
  
  #myChart_valores_text {
   margin-top: -40%;
    width: 100%;
text-align: -webkit-center;
}
  
  .box-posicao_valor img {
    position: absolute;
    margin-top: -27px;
    right: 4%;
    float: right;
}
  
  .container-empreendimento {
    margin-top: 0%;
    text-align: center;
}
  
.body-posicao_financeira {
    margin-top: 0%;
}
  
  .home_login_esquerda {
    min-height: 115vh;
}
  
  .container_principal {
    width: 95% !important;
}
  
  
 #button_login{
  background-color: black;
    border: none;
    cursor: pointer;
    color: white;
    width: 170px;
    text-align: center;
    margin: auto;
    height: 45px;
    margin-top: 20%;
    font-weight: 600;
    font-size: 1.6rem;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center;
  display:flex;
  align-items: center;
  flex-direction: column-reverse;
}
  
}

@media only screen and (max-width: 1281px) {
  .notifications-popup {
    right: 7.6rem;
	}
  
    .direita h3 {
        padding-left: 25%;
    }
  
  .modal.show .modal-dialog {
    max-width: 93%;
}
  .home_login_esquerda {
    width: 30%;
}
  
  .home_login_direita {
    width: 70%;
}
  
  #myChart_valores_text .titulo_body_login {
    width: 60px;
  }
  .body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 14px !important;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page[pagina="andamento_obra"] {
    margin-top: 0px !important;
}
  .header-home span {
    font-size: 10px;
}
  
  .box-posicao-h1-valor {
    font-size: 21px !important;
}
  
  .texto_legenda {
    font-size: 15px !important;
}
  
  .box-posicao_valor img {
    position: absolute;
    margin-top: -27px;
    right: 5px;
}
  
  .comunicado_titulo {
    width: 18ch;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
  
}


@media only screen and (max-width: 1153px) {
  
  .home_login_esquerda {
    width: 30%;
}
  
  .home_login_direita {
    width: 70%;
}
  
  
  .modal-content_financeira {
    width: 1075px !important;
}
  
  .positivo_negativo {
    top: 40px;
    right: 25px;
	}
  
.body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 12px !important;
}
  
  #button_select_another{
        width: 26%;
  }
  
  .header-home span {
    font-size: 10px;
}
  
  .box-posicao-h1-valor {
    font-size: 18px !important;
}
  
  .texto_legenda {
    font-size: 13px !important;
}
  
  #button_financeiro{
    margin-top: 0px !important;
  }
  
.config_flex5 {
    margin-left: 10px;
    margin-right: 10px;
}
  
  .hide_on_resolution{
    display:none;
  }
  
  .button_abrir_um_chamado_solicitacao {
    width: 60%;
    font-size: 21px !important;
}
  
  .body-minhas_solicitacoes .container {
    padding: 0px;
  }
  
 .requests .table {
  table-layout: fixed;
}
  
 .requests .my-activities-table th:first-child,.requests .my-activities-table td:first-child {
    width: 360px;
}
  
  .body-minhas_solicitacoes .container{
    margin-left: 5%;
  }
  
}

@media only screen and (max-width: 1025px) {
  
  .carousel {
    width: 30%;
}
  
  div#carousel_empreendimento {
    margin-top: 60px;
}
  
  
  
  .container.obra_percent_layout, .container.obra_percent_layout .col {
    padding-right: 5px;
    padding-left: 5px;
}
  
  
  
  .titulo_client2 {
    width: 14ch;
}
  
  .template {
    margin-right: 25px;
}
  
  
  
  .body-posicao_financeira_andamento .texto_legenda_19 {
    max-width: 14ch;
}
  
  
      .direita h3 {
        padding-left: 30%;
    }
  
  .titulo_principal {
    position: relative;
    font-size: 4.1rem !important;
font-weight: 400 !important;
    color: #000;
}
  
  #myChart_valores {
   	width: 65% !important;
    height: 65% !important;
}
  
  #myChart_valores_text {
   margin-top: -40%;
    width: 100%;
text-align: -webkit-center;
}
  
  .body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 11px !important;
}
  
  .body-posicao_financeira span {
    font-size: 35px !important;
}
  
  .body-posicao_financeira_andamento {
    height: 515px;
}
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados {
    height: 560px;
	position:relative;
  }
  
  h1.titulo_body_login.cursor.text_center.direct_page {
    margin-top: 0px !important;
}
  .titulo_indice {
    width: 105px;
  }
  .texto_faq{
        max-width: 22ch !important;
  }
  .collapsible-nav-list a {
    font-size: 12px !important;
  }
  
  .header-home span {
    font-size: 9px;
}
  #button_select_another h1{
        font-size: 9px !important;
        line-height: 25px !important;
  }
  #button_select_another {
    width: 22%;
        height: 29.5px;
}
  
    .modal-content_financeira {
    width: 930px !important;
}
  .box-posicao-h1-valor {
    font-size: 16px !important;
}
  
  .texto_legenda {
    font-size: 12px !important;
}
  
  .box-posicao_valor img {
    position: absolute;
    margin-top: -24px;
    right: 3px;
}
  
}
@media only screen and (max-width: 801px) {
  
  .box-posicao_financeira {
    margin-left: 1% !important;
}
  
  .titulo_client {
    width: 20ch;
}
  
  
  .dropdown-menu {
    margin-left: -35px !important;
}
  
  #button_boleto, #button_informe, #button_extrato_financeiro {
    padding-top: 10px;
}
  
  .obra_percent {
    margin-right: 0px;
    margin-left: 95px;
}
  
  
  .legenda_valor_pago::before, .legenda_valor_devedor::before {
    width: 10px;
    height: 10px;
    margin-left: 30px;
}
  
  .legenda_valor_pago,.legenda_valor_devedor {
    margin-left: 4%;
    width: 50%;
}
  
  
  .seta_direita {
    position: absolute;
    right: 0px;
    top: 0px;
}
  
  
  
  .titulo_client2 {
    width: 12ch;
}
  
  
  .notifications-popup {
    right: 8.6rem;
}
  
  
  .positivo_negativo {
    right: 14px;
	}
  
.direita h3 {
    padding-left: 35%;
}
  
  .titulo_principal {
    position: relative;
    font-size: 4.8rem !important;
    font-weight: 700 !important;
    color: #000;
}
  
  .titulo_intro {
    position: relative;
    font-size: 1.4rem !important;
  }
  
  .body-posicao_financeira span {
    font-size: 28px !important;
}
  .user-avatar {
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-left: 20px;
}
  
  #button_select_another {
    width: 31%;
    height: 29.5px;
}
  
  .body-home.paginas-body {
    width: 100%;
}
  
  #myChart_valores {
    width: 65% !important;
    height: 65% !important;
}
  
  #myChart_valores_text {
    margin-top: -40%;
   width: 100%;
text-align: -webkit-center;
}
  .body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 10px !important;
}
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados {
    height: 315px;
}
  
  .texto_legenda_19 {
   padding-bottom:unset; 
  }
  
  #body-posicao_financeira_obra_projeto .texto_legenda_19{
    width: 20ch;
  }
  #body-posicao_financeira_obra_projeto b{
  width: 100%;
    }
  
  .body-posicao_financeira_andamento {
    height: 430px;
}
  
  h1.texto_legenda.text_center {
    padding: 0px;
}
  
  .body-posicao_financeira_andamento hr{
    	margin-top: 5px !important;
      margin-bottom: 5px !important;
  }
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados {
    height: 560px;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page {
    margin-top: -15px !important;
}
  
ul.menu-ul {
    padding: 0px !important;
}
  .menu-ul p{
    font-size: 11px;
        
  }
  
  .config_flex_menu {
    display: flex;
}
  
  
  .menu-ul li {
  margin-bottom: 10%;
  }
  
  .texto_faq {
    max-width: 20ch !important;
}
  
  #button_financeiro {
  		height: 43px;
      width: 400px;
  }
  
  .texto_pagina {
    font-weight: 300 !important;
    line-height: 135% !important;
    font-size: 18px !important;
}
  
  .box-posicao-h1-valor {
    font-size: 12px !important;
}
  
  .texto_legenda {
    font-size: 9px !important;
}
  
  .h1-date-text {
		height: 34px;
    width: 118px;
    font-size: 16px;
  }
  
  .box-posicao_financeira {
    height: 290px; 
    width: 95%;
  }
  
  .box-posicao_valor {
    margin-top: 35px;
    height: 100px;
}
  
  .table h1 {
    font-size: 8px !important;
    font-weight: bold !important;
}
  .boleto_input{
    left:0px !important;
  }
  
  #button_boleto{
     		height: 43px;
      width: 400px;
    font-size: 20px !important;
  }
  
  .body-2_via_boleto paginas-body span, .body-informe_de_rendimento  span{
    font-size: 20px !important; 
  }
  
  .comunicado_titulo {
    width: 11ch;
}
  
  .body-2_via_boleto paginas-body span, .body-informe_de_rendimento span {
    font-size: 16px !important;
}
  
  #button_informe {
         		height: 43px;
      width: 400px;
    font-size: 20px !important;
  }
  
  .margin15{
    margin-left: unset;
  }
  
  .modal-content_financeira {
    width: 755px !important;
  }
  .modal-content_financeira img{
  right: 50px !important;
  }
  
  .modal-content_financeira h1{
        font-size: 20px !important;
  }
  
  .table-extrato h1{
    font-size: 9px !important;
  }
  
  #button_extrato_financeiro{
    height: 43px;
    padding-top: usnet;
  }
  

  
  /** Andamento de Obra para baixo ajustar **/
    .body-andamento_obr .config_flex5{
        width: 545px;
  }
  
  div#carousel_empreendimento {
    margin-top: 0px;
}
  
  .carousel-control-prev {
    left: -100px;
}
  .carousel-control-next {
    right: -100px;
}
  
  
  .carousel {
    height: 100%;
    width: 50%;
    margin: auto;
    max-width: 50%;
}
  
  .carousel_div {
    margin-top: -25px;
}
  
  .carousel-item img{
     max-height: 226px;
  }
  
  .obra_percent_layout img{
    display:none;
  }
  .obra_percent_page{
    position: relative;
     bottom:unset;
    min-width: 40px;
  }
  
  .container.obra_percent_layout {
    margin-top: 15px;
}
  
  .texto_legenda_19 {
    font-size: 11px !important;
}
  
  
  
  .body-faq .col-1 img{
    width: 65px;
  }
  
  .seta_down, .seta_up{
    width: 30px !important;
  }
  
  .texto_pagina_bold {
    top: 35px;
  }
  .body-faq table{
  width: 100%;
  }
  
  #faq table{
    width: 100%;
  }
  
  .body-faq a {
      overflow-wrap: anywhere;
  }
  
  #faq a{
    overflow-wrap: anywhere;
  }

  
  .body-faq .btn-link{
        text-align: left;
  }
  
  
.requests .my-activities-table th:first-child, .requests .my-activities-table td:first-child {
    width: 200px;
}
  
.button_abrir_um_chamado_solicitacao {
    width: 60%;
    font-size: 15px !important;
}
  
  .search-icon {
    left: unset;
    right: 10px;
}
  
  #button_manual_proprietario{
    height: 43px;
    padding-top: unset;
    
  }
  
  .button_geral{
    height: 43px;
    padding-top: unset;
    margin-top: 15px;
  }
  
  #abrir_chamado{
      width: 80% !important;
  }
  
  .button_abrir_um_chamado{
    height: 43px;
        padding-top: 8px;
  }
  
form#new_request {
    margin-left: 25px;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page[pagina="andamento_obra"] {
    margin-top: -10px !important;
}
  
  #button_faq span {
		padding-left:0px;
  }
  
}

@media (orientation: landscape) and (max-width: 896px) {
  svg#logo_branco {
    width: 100%;
}

  #menu-mobile{
    display:none;
  }
  
  .home_login_esquerda{
    display:flex;
  }
  
  .titulo_client2 {
    width: 90vw;
    font-size: 1rem !important;
}
  
  .body-posicao_financeira_centro {
    margin-left: 0%;
}
  
.body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 8px !important;
}
  
  .titulo_indice {
    width: 75px;
    height: 20px;
}
  
  .positivo_negativo {
    top: 30px;
	}
  
  .body-posicao_financeira_indices h1 {
    padding-left: 12px;
}
  
  svg.dropdown-chevron-icon {
    margin-right: 30px;
}
  
  .texto_legenda {
    font-size: 8px !important;
}
  
  .modal-content_financeira {
    width: 600px !important;
}
  
  .body-2_via_boleto .config_flex span{
    font-size: 16px !important;
  }
  
}


@media only screen and (max-width: 768px) {
  
  
.chamado_boleto {
    width: auto !important;
    font-size: 13px !important;
    padding-top: 8px;
    height: 30px;
}
  
  
  .menu-ul p {
    font-size: 16px;
}
  
  config_flex5 {
    width: 90%;
}
  
  .texto_legenda_19 {
    font-size: 15px !important;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
  .table thead tr{
    display:none;
  }
  
  .dropdown-menu-end {
    right: 90px;
	}
  
  .modal .comunicado_body_limit {
    height:unset;
    overflow:unset;
  }
  
#home_login{
  height:auto;
}
  
  .body-posicao_financeira {
    margin:auto;
  }
  
.titulo_client2 {
    width: 90vw;
  	font-size: 1rem !important;
}
  
  .footer__columns > div {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
  
  .footer {
    padding: 35px 0;
    position: relative;
    background: #000;
  	height: 180px;
}
  
  .footer__columns > div:nth-child(1n + 1) {
    clear: both;
}
  
  .footer__columns > div:nth-child(1n) {
    margin-right: 0%;
    float: right;
    height: 60px;
}
  .footer__logo {
    display: block;
      height: 25px;
    margin-bottom: 30px;
}
  
.footer__columns > div::after {
    content: '';
    display: table;
    clear: both;
}
  
  
  .footer {
    background-color: #000;
		height: 180px; 
}
  
  .footer__logo > svg {
    height: 100%;
}
  
    .footer__social {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  
  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 45px;
    padding-right: 40px;
}

  .footer__social-item:first-of-type {
    margin-left: 0;
    width:100%;
}
  
  .footer__social-item {
    margin-left: 40px;
    width:100%;
}
  
  ul {
    list-style-type: none;
}

  
  
  /* Pagina Login */
  
  .metade {
    height: auto;
}
  
  
  .desktop_faq{
    display:none;
  }
  
  .mobile_faq_div{
    display:block !important;
  }
  .mobile_faq{
    display:flex;
    align-items: center;
    justify-content:center;
    gap:20px;
    width: 50%;
    height: auto;
    background-color: black;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    border: 2px solid black;
    margin: auto;
   
}

  
  #login{
    flex-direction: column;
    width: 101%;
    height:103vh;
  }
  
#button_login{
  background-color: black;
    border: none;
    cursor: pointer;
    color: white;
    width: 150px;
    text-align: center;
    margin: auto;
    height: 45px;
    margin-top: 20%;
    font-weight: 600;
    font-size: 1.6rem;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center;
  display:flex;
  align-items: center;
  flex-direction: column-reverse;
}
  
  a.sign-in {
    color: white !important;
}
  
  .logo-preto{
    display:none;
  }
  
  .container-empreendimento {
    margin-top: 25%;
    text-align: center;
	}
  
  svg#logo_branco {
    width: 200px;
    display: none;
}
  
  .esquerda {
    height: 40%;
}
  
  .titulo_intro {
    position: relative;
    font-size: 1.4rem !important;
}
  

  .direita h1 {
    font-size: 6em;
    padding: 0px 5%;
}
  
  .direita h4 {
    padding: 0px 5%;
}
  
  .direita h3 {
    padding-left:unset;
    text-align: center;
    padding: 0px 5%;
}
  

  
  .titulo_principal {
    position: relative;
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    color: #000;
    text-align: center;
}
  .texto_pagina {
    font-weight: 300 !important;
    line-height: 135% !important;
    font-size: 18px !important;
    text-align: center;
}
  
  .esquerda h4 {
    color: white;
    color: black;
}
  
  #direita_bottom {
    position: absolute;
    width: 100%;
    background-color: #EBEBEB;
    left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
}
  
  #button_faq {
    cursor: pointer;
}
  
  #faq {
    background-color: #EBEBEB;
    margin-top: -50px;
    width: 101%;
    padding-top: 100px;
    min-height: 100vh;
}
  #faq img{
    width: 60px;
    margin-left: -25px;
  }
  #faq .titulo_meio{
    display:none;
  }
  
  .faq_contrato, .faq_pagamentos, .faq_financiamento, .faq_obras, .faq_entrega_do_imovel,.faq_assistencia,.faq_transferencias{
    background-color:#fff;
  }
  
  .texto_pagina_bold {
		line-height: 135% !important;
    font-size: 15px !important;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: 11px;
}
  /* ESCOLHER EMPREENDIMENTO */

  .logo-preto {
    text-align: center;
    margin-top: 30px;
    position: relative;
	}
  
  .bola-preta {
    position: absolute;
    right: -120px;
    width: 239px;
    height: 152px;
    z-index: 2;
    top: 6%;
	}
  
  .titulo_client {
    position: relative;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #000;
}
  
  .texto_pagina {
    font-weight: 300 !important;
    line-height: 135% !important;
    font-size: 13px !important;
    text-align: center;
}
  
#escolha-empreendimento {
    position: relative;
}
  
  .bola-rosa {
    position: fixed;
    left: -140px;
    width: 280px;
    height: 243px;
    z-index: 2;
    top: 260px;
}
  
  .empreendimentos {
    display: flex;
    margin: auto;
    place-content: center;
    position: relative;
    z-index: 4;
}
  
  .box-empreendimento {
    width: 400px;
    border: 1px solid #d1d1d1d1;
    margin: 2%;
    /* -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%); */
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%);
    padding-bottom: 30px;
    background-color: white;
}
  
  #button_confirm {
    background-color: black;
    border: none;
    cursor: pointer;
    color: white;
    width: 260px;
    text-align: center;
    margin: auto;
    margin-top: 2%;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid black;
}
  /* Home */
  .home_login_esquerda {
    width: 100%;
}
  .home_login_esquerda{
    min-height: unset;
  }
  
  .config_flex {
    position: relative;
}
  
  .body-posicao_financeira_andamento img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: absolute;
    left: 35px;
}
  
  #menu-mobile svg#logo_branco {
    width: 200px;
    display: block;
}
  
  div#menu-mobile {
    background-color: #171717;
    text-align: -webkit-center;
    padding-top: 20px;
   	display: flex;
  	place-content: center;
    padding-bottom: 20px;
}
  
  
  img.open_menu {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-top: 5px;
    cursor: pointer;
}
  
  .home_login_direita {
    width: 100%;
}
  
  .header-home {
    flex-direction: column;
}
  
  .header-home span {
    font-size: 15px;
}
  
  .user-info.dropdown {
    right: 0%;
}
  .header-home{
    height: auto;
  }
  
  .user-info.dropdown {
    right: 0%;
    border-top: 1px solid #EBEBF2;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
  
  #button_select_another h1 {
    font-size: 12px !important;
}
  
  #button_select_another {
    width: 49%;
    height: 29.5px;
}
  
  .user-avatar {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 20px;
}
  
  .body-posicao_financeira span {
    font-size: 15px !important;
}
  
  .body-posicao_financeira {
    margin-top: 3%;
    text-align: center;
}
  
  .body-posicao_financeira_centro {
    flex-direction: column;
}
  
  .body-home.paginas-body {
    width: 100%;
}
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados {
    height: auto;
    width: auto;
    margin: 5%;
}
  
#myChart_valores_text {
    margin-top: -40%;
    width: 100%;
text-align: -webkit-center;
}
  
  .body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 15px !important;
}
  
.legenda_valor_devedor {
    margin-left: 20%;
}
  
  .legenda_valor_pago::before, .legenda_valor_devedor::before {
    width: 10px;
    height: 10px;
    margin-left: 50px;
    margin-top: 3px;
}
  
.legenda_valor_pago {
    margin-left: 5%;
}
  
  .texto_faq {
    max-width: 30ch !important;
}
  
  .body-posicao_financeira_valores, .body-posicao_financeira_comunicados, .body-posicao_financeira_andamento {
    width: 92%;
    margin: 5%;
    height: 356px;
}
  
  .body-posicao_financeira_andamento {
    height: auto;
}
  
  .body-posicao_financeira_indices {
    width: 95%;
    position: relative;
    height: auto;
    margin-top: 15px;
        margin-bottom: 20px;
}
  
  #body-posicao_financeira_indices {
    display: flex;
    margin: auto;
    text-align: center;
    margin-top: 5%;
    flex-direction: column;
}
  .body-posicao_financeira_indices h1{
    text-align: center;
  }
  
  .body-posicao_financeira_indices_box {
    width: 100%;
    margin: auto;
    height: 100px;
}
  
  .config_flex {
    margin-bottom: 5%;
}
  
  #body-posicao_financeira_obra_projeto b {
    width: unset;
}
  
  .body-posicao_financeira_andamento b{
    width: 100%;
  }
  
  .body-posicao_financeira_andamento {
    height: auto;
    position: relative;
    height: 500px;
}

.body-posicao_financeira_andamento b {
    width: 80%;
    text-align: right;
    padding-right: 6%;
    position: absolute;
}
  
 .body-home b.obra_percent.percent_projeto {
    right: -14px;
}
  
  .body-home #body-posicao_financeira_obra_projeto .texto_legenda_19{
  margin-left: -30px;
  }
  
  .body-posicao.paginas-body {
    margin: 5%;
}
  
  .box-posicao_financeira {
    height: auto;
    width: auto;
    flex-direction: column;
}
  
  .box-posicao_valor {
      margin: auto;
    border:unset;
    height: auto;
        width: 100%;
}
  
#button_financeiro {
    /* height: 43px; */
    /* width: 400px; */
    width: auto;
    height: auto;
}
  
  .box-posicao-h1-valor {
    font-size: 15px !important;
}
  
  .box-posicao-h1-valor {
    font-size: 20px !important;
}
  
  .box-posicao_valor img {
    position: relative;
    margin-top: -27px;
    right: 50px;
}
  
  .texto_legenda {
    font-size: 12px !important;
}
  
  #button_financeiro {
    margin-bottom: 30px !important;
    padding: 10px;
}
  .config_flex {
    /* margin-bottom: 5%; */
    flex-direction: column;
    place-items: center;
}
  
.h1-date-text {
    height: auto;
    width: auto;
    font-size: 16px !important;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
  
  .modal-content.modal-content_financeira {
    width: 370px !important;
}
  
  #modal_posicao_financeira img{
    position: relative !important;
  	    right: -30px !important;
    margin: auto;
        width: 75% !important;
        margin-top: 0px;
        margin-bottom: 15px;
  }
  
.modal-body {
    padding: 20px !important;
}
  
img#close_modal {
    position: absolute !important;
    width: 27px !important;
    top: 20px !important;
    right: 30px !important;
}
  
  .modal-body dl {
    margin-bottom: 2px;
    text-align: center;
}
  
.table td, .table th, tbody tr  {
    border: unset !important;
    height: auto;
    text-align: left;
    padding: 2px !important;
    margin-left: 5px;
}
  .data_de_vencimento:before , .boleto_vencimento:before{
    content:"Data de Vencimento: ";
    font-weight: bold;
    color: white;
  }
  
  .tipo_de_condicao:before{
    content:"Tipo de condição: ";
      font-weight: bold;
  }
  
  .valor_atualizado:before{
    content:"Valor atualizado: ";
      font-weight: bold;
  }
  
  .dt_recto:before{
    content:"Dt. Recto.: ";
      font-weight: bold;
  }
  
  .valor_pago:before{
    content:"Valor pago: ";
      font-weight: bold;
    color:black;
  }
  
  .boleto_condicao:before{
      content:"Tipo de parcela: ";
      font-weight: bold;
  }
  
  .boleto_valor_parcela:before{
    content:"Valor devido: ";
    font-weight: bold;
  }
  
  .boleto_status:before{
      content:"Condição: ";
      font-weight: bold;
    color:black
  }
  
  .modal.show .modal-dialog {
    max-width: 100%;
}
  
  
.table tr {
    border-radius: 25px;
    box-shadow: 1px 3px 6px 3px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}
  
td.data_de_vencimento, .boleto_vencimento {
    background-color: #EFE8E3
    border-radius: 10px;
    width: 27ch;
    padding: 5px !important;
    margin-left: 10px;
}
  
  .modal-content_financeira h1 {
    font-size: 25px !important;
    text-align: center;
}
  
  #button_extrato_financeiro {
    margin: auto;
    height: auto;
    background-color: black;
    width: auto;
    text-align: center;
    color: white;
    padding-top: 0px
    font-weight: bold !important;
    padding: 5px;
}
  
  table.table.table-striped {
    display: flex;
    flex-direction: column;
    place-items: center;
        margin-top: 20px;
}
  
  .table-striped thead{
  display:none;
}
  
  
.table-striped  tr {
    border-radius: 25px;
      box-shadow: 1px 3px 6px 3px rgb(0 0 0 / 20%);
        margin-bottom: 20px;
  display: flex;
    flex-direction: column;
  position: relative;
  padding: 30px !important;
}
  .boleto_status{
    font-weight: bold;
  }
  
  tbody {
    width: 80%;
  }

  #button_boleto {
    width: auto !important;
    font-size: 13px !important;
    padding-top: 8px;
    height: 30px;
}
  
  .boleto_baixar_link {
    width: 100%;
    margin: auto;
}
  
  .modal-content.modal-content_financeira {
    margin-left: 20px;
}
  
  #modal_comunicado .continua_comunicado_body img {
    width: 250px;
}
  
.body-posicao_financeira span {
    font-size: 20px !important;
}
  
  .body-2_via_boleto .config_flex span {
    font-size: 12px !important;
  }
  
  .body-2_via_boleto paginas-body span, .body-informe_de_rendimento span {
    font-size: 13px !important;
}
  
  
  
  #button_informe {
    height: 30px;
    width: 170px;
    font-size: 13px !important;
    margin-top: 10%;
    padding-top: 8px;
    display:none !important;
}
  
  /* Comunicados */
  #image-gallery {
        flex-direction: column;
  }
  
  .template {
    width: 90%;
    margin: 5%;
}
  
  .comunicado_titulo {
    width: auto;
    text-align: center;
}
  
  .comunicado_body_limit {
    text-align: center;
  }
  
  .comunicado_continuar {
    text-align: center;
  }
  
  /* Documento */
  
  .doc_empreendimento{
        background-color: #EFE8E3;
    border-radius: 10px;
    width: 27ch;
    padding: 5px !important;
    margin-left: 10px;
    color: black !important;
  }
  
  .doc_unidade:before{
    content:"Unidade: ";
    font-weight: bold;
  }
  
  .doc_tipo:before{
    content:"Documento: ";
    font-weight: bold;
  }
  
  td.doc_empreendimento {
    text-align: center;
    color: white;
    font-weight: bold;
    width: unset;
		text-align: left;
    max-width: 25ch;
  }
  
.table-responsive-sm tr {
    width: 90%;
}
  
  
  .table-responsive-sm td a img {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  
  
  /* Obras */
  .config_flex5 {
    flex-direction: column;
}
  img#logo_empreendimento {
    width: 60%;
    margin: auto;
}
  
  .carousel {
    height: 226px;
    width: 90%;
    margin: auto;
    max-height: 226px;
    max-width: 100%;
}

  #carousel_empreendimento a {
    display:none;
    
  }
  
.obra_percent_layout {
    width: 95% !important;
}
  
  .body-andamento_obra img {
    display:block;
  }
  
  #body-posicao_financeira_obra_projeto .texto_legenda_19 {
    width: 14ch;
    padding-left: 5px;
}

  
  .obra_percent_page{
    min-width:unset;
    margin-right: 0px
  }
  
  .body_obra_percent img{
    margin-right: 0px;
    
  }
  
  /* FAQ */
  
  .row_principal{
    align-content: center;
  }
  
  
  .body-faq .col-9{
  flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }
  
  .body-faq .col-1{
    padding:0px;
  }
  
  .body-faq.paginas-body {
    margin-left: 5%;
    margin-right: 4%;
}
  
  /* Minhas solicitações */
  
  .body-minhas_solicitacoes .container {
    margin-left: 0px;
}
  
.body-minhas_solicitacoes {
    margin:5%
  }
  
  .collapsible-nav-list {
        flex-direction: row;
    padding: 0px;
  }
  
  .collapsible-nav-list li {
    width: 100%;
    text-align: center;
  }
  
  .collapsible-nav-list li a {
    font-size: 11px !important;
    font: -webkit-control;
    height: 50px;
  }
  
  .collapsible-nav-toggle {
		transform: translateY(-210%);
  display:none;
  }
  
  .collapsible-nav-border{
    border-top:unset;
  }
  
  .button_abrir_um_chamado_solicitacao {
    width: 75%;
    font-size: 15px !important;
	}

  .request-filter-label{
    display:none !important;
  }
  #quick-search{
    margin-bottom: 10px;
  }
  
  .my-activities-table td {
   width:auto;
  padding: 5px 20px 5px 20px!important;
}
  
  .requests .my-activities-table th:first-child, .requests .my-activities-table td:first-child {
     width:auto;
}

  
  .my-activities-table td:not(:first-child){
    display:block;
  }
  
    .my-activities-table td:nth-child(2)::before{
       content:"ID: ";
    	font-weight: bold;
  }
  
  .my-activities-table td:nth-child(3)::before{
    content:"Criado: ";
    font-weight: bold;
  }

  .my-activities-table td:nth-child(4)::before{
    content:"Alterado: ";
    font-weight: bold;
  }
  
  .requests .requests-table-meta {
    display: none;
}

  /* Página Assistencia */
  .titulo_body_login {
    font-size: 13px !important;
}

  #button_manual_proprietario {
    font-weight: bold !important;
    font-size: 13px !important;
    width: auto;
}
  .body-assistencia_tecnica .config_flex {
    width: auto !important;
}
  .body-assistencia_tecnica.paginas-body {
    margin: 5%;
}

  
  
  .body-assistencia_tecnica div:nth-child(3){
    width: 80% !important;
    
  }
  
#abrir_chamado{
    width: 60% !important;
    display: flex;
    align-content: flex-start;
    
  }
  
  .button_abrir_um_chamado {
    height: auto;
    padding: 5px;
}
  
  .texto_pagina {
    font-weight: 700 !important;
  }
  .img_mobile{
    display:block !important;
    width: 16px;
    position: absolute;
    right: 15px;
   top: 5px;
  }
  
  #button_manual_proprietario {
    height: auto;
    padding: 5px;
    position: relative;
	}
  
  .img_desktop{
    display:none;
  }
  .button_geral{
    margin-top:0px;
    height: 35px;
  }
  #main-content{
    width: 100% !important;
  }
  
  #upload-dropzone span {
    font-size: 13px;
	}
  
  #upload-dropzone {
    background-position: 95%;
    width: auto;
    height: auto;
    background-size: 6%;
}
  
  .form-field.string.required.request_subject {
    width: 100% !important;
}
  
  .footer {
    width: auto;
    margin: auto;
    margin-top: 15px;
    display:block;
}
  
  input[type="submit"] {
    font-size: 13px;
    width: auto;
    min-width: unset;
}
  
  
  .search-icon {
    top: 40%;
  }
  
  form#new_request {
    margin-left: 10px;
    margin-right: 10px;
}
  .form-field label {
    position: absolute;
    padding-left: 15px;
    padding-right: 26px;
}
  
  .notifications-popup {
    position: absolute;
    top: 13.2rem;
    width: 19rem;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    z-index: 10;
    right: 3.2rem;
    box-shadow: 0 2rem 2rem rgb(0 0 0 / 12%);
}
  
  .notifications-popup .caret {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: -0.25rem;
    right: 9.7rem;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    background: white;
    transform: rotate(45deg);
}
  
  .positivo_negativo {
    right: 85px;
}
  
}

@media only screen and (max-width: 391px) {
  
#myChart_valores_text {
  margin-top: -40%;
   width: 100%;
  text-align: -webkit-center;
}
  
  .titulo_client2 {
    width: 90vw;
    font-size: 1rem !important;
}
  
  
  .legenda_valor_devedor {
    margin-left: 15%;
}
  
  h1.titulo_body_login.cursor.text_center.direct_page {
  	bottom: 5px;
}
  
  #body-posicao_financeira_obra_projeto .texto_legenda_19 {
    width: 13ch;
}
  
  .button_abrir_um_chamado_solicitacao {
    width: 85%;
}
  
  .container-empreendimento {
    margin-top: 50%;
}
  
  
  
  td.doc_empreendimento {
        max-width: 21ch;
  }
  
  
  .table-responsive-sm td a img {
    width: 20px;
}
  
  
}


@media only screen and (max-width: 376px) {
  
  .modal-content.modal-content_financeira {
    margin-left: 6px;
}
  
  .col-9{
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }
  
  #myChart_valores_text {
   margin-top: -40%;
   width: 100%;
text-align: -webkit-center;
}
  .body-andamento_obra .col{
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .modal-content.modal-content_financeira {
    width: 345px !important;
}
  
  .table td, .table th, tbody tr {
    margin-left: 6px;
}
  
  .table-striped tr {
    padding: 20px !important;
}
  
}

@media only screen and (max-width: 361px) {
  #myChart_valores_text {
    margin-top: -40%;
   width: 100%;
text-align: -webkit-center;
}
  
  .legenda_valor_devedor {
    margin-left: 20%;
}
  
  .texto_faq {
    max-width: 27ch !important;
}
  .box-posicao_valor img {
    right: 40px;
}
  
  .body-andamento_obra .col {
    padding-right: 5px;
}
  
  .button_abrir_um_chamado_solicitacao {
    width: 90%;
}
  
  .form-field .nesty-input {
    font-size: 14px;
}
  
}

@media only screen and (max-width: 281px) {
  
  .chamado_boleto {
    width: 100%;
    width: auto !important;
    font-size: 13px !important;
    padding-top: 8px;
    height: 30px;
}
  
  .body-posicao_financeira_centro h1, .body-posicao_financeira_centro b {
    font-size: 13px !important;
}
  
  .titulo_client2 {
    width: 11ch;
    font-size: 2.5rem !important;
}
  
  .btn {
    padding: 0.375rem 1rem !important;
}
  
  .body-posicao_financeira span {
    font-size: 30px !important;
}
  
  .notifications-popup {
      position: absolute;
      top: 13.2rem;
      width: 16rem;
      background: white;
      border: solid 1px #ddd;
      border-radius: 5px;
      z-index: 10;
      right: 0.7rem;
      box-shadow: 0 2rem 2rem rgb(0 0 0 / 12%);
  }
  
  .notifications-popup .caret {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: -0.25rem;
    right: 8rem;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    background: white;
    transform: rotate(45deg);
}
  
  
  .positivo_negativo {
    right: 55px;
    top: 41px;
	}
  
  
  h1.titulo_body_login.cursor.text_center.direct_page {
    left: 50px;
}
  
h1.texto_faq {
    max-width: 20ch !important;
}
  
  #body-posicao_financeira_legenda {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
}
  
  .body-posicao_financeira_valores{
    width: 92%;
    margin: 5%;
    height: 390px;
}
  
  
  .titulo_client2 {
    width: 8ch;
}
  
  .direita h1 {
    padding: 0px 0%;
}
  .mobile_faq {
    background-position: 20px;
}
  
  .page-login .row_principal .col-1:nth-child(1){
    display:none;
  }
  
  .page-login .row_principal .col-1:nth-child(2){
     padding-left: 35px;
  }
  
  .mb-0{
    padding: 5px;
  }
  
  .user-info.dropdown {
    width: 90%;
}
 
  .user-avatar {
    width: 25px;
    height: 25px;
    margin-top: 10px;
}
  
  .header-home span {
    font-size: 13px;
}
  .dropdown-menu[aria-expanded="true"] {
    left: -70px;
}
  
#myChart_valores_text {
    margin-top: -40%;
   width: 100%;
text-align: -webkit-center;
}
  
  .legenda_valor_devedor {
    margin-left: 5%;
}
  .texto_faq {
    max-width: 20ch !important;
}
  .body-posicao_financeira_andamento img {
    left: 0px;
}
  
  h1.texto_legenda_19 {
    margin-right: 40px;
}
  
  .body-home #body-posicao_financeira_obra_projeto .texto_legenda_19 {
    margin-left: 15px;
}
  
  .box-posicao_valor img {
    right: 0px;
}
  
  .modal-content.modal-content_financeira {
    width: 260px !important;
}
  
  td.data_de_vencimento, .boleto_vencimento {
    width: 18ch;
    padding: 5px !important;
}
  
  img#close_modal {
    right: 10px !important;
}
  
  .table-striped tr {
    padding: 15px !important;
}
  
  td.doc_empreendimento {
    max-width: 15ch;
}
  
  .table-responsive-sm td a img {
    top: 18px;
}
  
  .body-faq .col-9 {
    padding-left: 30px;
}
  
  .button_geral {
    margin-top: 30px;
}
  
 .container-empreendimento {
    margin-top: 35%;
}
  
  .empreendimento_29 div{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  
  .empreendimento_29 div img{ 
  padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
}


/* Modal Carousel IMG */
.modal_carousel_img .carousel-item img {
  max-height:100%;
}

.modal-content_carousel_img{
  width: 90vw;
  height: 90vh;
}

.modal_carousel_img .carousel-inner{
  height: 100%;
  
}

.modal_carousel_img .carousel-item img {
    /* max-height: 100%; */
    object-fit: contain;
    width: 100% !important;
    height: 76vh;
}

.modal_carousel_img .carousel {
  	height: 100%;
    width: 100%;
    margin: auto;
}


.modal_carousel_img .carousel-control-next,.modal_carousel_img .carousel-control-prev {
    position: absolute !important;
    top: 45% !important;
    bottom: 0 !important;
}

.modal-content.modal-content_carousel_img {
    background-color: black;
}

#button_login{
  margin: 25px auto !important;
}



.direta-login{
  margin-top:2vh;
}

@media(min-width:338px) {
  .body-posicao_financeira_valores{
    height:375px;
  }
}


@media(min-width:368px) {
  .body-posicao_financeira_valores{
    height:380px;
  }
}


@media(min-width:390px) {
  .body-posicao_financeira_valores{
    height:400px;
  }
}


@media(min-width:408px) {
  .body-posicao_financeira_valores{
    height:414px;
  }
}

@media(min-width:422px) {
  .body-posicao_financeira_valores{
    height:420px;
  }
}


@media(min-width:450px) {
  .body-posicao_financeira_valores{
    height:433px;
  }
}


@media(min-width:470px) {
  .body-posicao_financeira_valores{
    height:447px;
  }
}

@media(min-width:496px) {
  .body-posicao_financeira_valores{
    height:460px;
  }
}

@media(min-width:520px) {
  .body-posicao_financeira_valores{
    height:485px;
  }
}



@media(min-width:562px) {
  .body-posicao_financeira_valores{
    height:512px;
  }
}

@media(min-width:600px) {
  .body-posicao_financeira_valores{
    height:529px;
  }
}


@media(min-width:643px) {
  .body-posicao_financeira_valores{
    height:560px;
  }
}

@media(min-width:654px) {
  .body-posicao_financeira_valores{
    height:575px;
  }
}


@media(min-width:687px) {
  .body-posicao_financeira_valores{
    height:588px;
  }
}

@media(min-width:691px) {
  .body-posicao_financeira_valores{
    height:595px;
  }
}



@media(min-width:718px) {
  .body-posicao_financeira_valores{
    height:560px;
  }
}



@media(min-width:1440px){
  .titulo_client2{
    width:26ch;
  }
}

@media(max-width:768px) {
  .body-posicao_financeira_indices{
  height:370px !important;
}
  
.sino{
  display:flex;
  justify-content: center;
}
  
  .home_login_esquerda{
    display:none;
  }
  

}


.cursor.chama_modal_comunicado {
  display: none !important; /* Oculta todos os elementos inicialmente */
}

.cursor[id_comunicado="comunicado_0"],
.cursor[id_comunicado="comunicado_1"],
.cursor[id_comunicado="comunicado_2"],
.cursor[id_comunicado="comunicado_3"],
.cursor[id_comunicado="comunicado_4"]{
  display: flex !important; /* Exibe os dois primeiros elementos */
}





@media(min-width:1500px){
  .body-posicao_financeira_indices {
	margin-top: 20px;
  }
  .body-posicao_financeira_comunicados{
        height:500px !important;

  }
  
  .body-posicao_financeira_valores{
        height:500px !important;

  }
  
  .body-posicao_financeira_andamento{
    max-height: 500px !important;
    box-sizing: border-box; 

  }
  
  .overflow{
    height:333px;
    overflow-y: scroll; 
    overflow-x: hidden;
  }
  
  .notifications-popup {
    top: 7.8rem !important;
    transform: translate(26%, 0%);
    width: 18rem;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    z-index: 10;
    right: 22.6rem;
    box-shadow: 0 2rem 2rem rgb(0 0 0 / 12%);
        height: 50vh;
        overflow: scroll;
}
}


#launcher{
	display:none !important;
}

#whatsapp-contato{
  	position: fixed;
    width: 60px;
    height: 60px;
    z-index: 1000000;
    right: 18px;
    bottom: 19px;
  	cursor:pointer;
}


.button_login_div_flex{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.faq-text-click-button-span{
      background: white;
    padding: 15px 70px;
      letter-spacing: 3px;

}

.texto_pagina{
      margin-bottom: 25px;
}

.header-escolha-empreendimento{
  height: 50px;
    padding: 30px 30px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    border-bottom: 1px solid #efefef;
}


 .container-empreendimento{
  margin-top: 7vh;
}

.texto_pagina{
  margin-top: 10px;
}

.empreendimentos{
  margin-top: 10px;
}
.titulo_client{
  text-transform: uppercase;
}

.titulo-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* centraliza o título */
    margin-bottom: 15px;
}

.titulo_meio {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    margin: 0;
    text-align: center;
}

.by-planik-wrapper {
    display: flex;
    justify-content: flex-end; /* alinha a imagem à direita */
    width:75%;
}

.by-planik-img {
    height: 7px;
    margin-top: 5px;
}


.titulo_client2{
  font-weight: 500 !important;
  color: black !important;
}

  .header-home span {
    font-size: 14px;
}

.menu-ul{
  display:flex;
  flex-direction: column;
  gap: 5px;
}

.config_flex_menu{
  align-items: center;
}



#carousel_empreendimento {
  position: relative;
  margin-bottom: 30px;
}

.carousel-controls-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.carousel-control-prev-custom,
.carousel-control-next-custom {
  background: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s;
}

.carousel-control-prev-custom:hover,
.carousel-control-next-custom:hover {
  color: #333;
}

.carousel-indicators-custom {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel-indicators-custom li {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 2px;
}

.carousel-indicators-custom li.active {
  background-color: #333;
}

.carousel-indicators-custom li:hover {
  background-color: #999;
}

/* CSS PARA ORGANIZAR OS ITENS DE PROGRESSO */
.config_flex_percent {
  margin-bottom: 25px;
}

/* Título e porcentagem lado a lado com flexbox */
.config_flex_percent h1,
.config_flex_percent b {
  display: flex;
  align-items: center;
}

.config_flex_percent h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  flex: 1; /* Ocupa o espaço disponível */
}

.config_flex_percent b {
  font-size: 16px;
  color: #666;
  margin: 0 0 8px 0;
  justify-content: flex-end; /* Alinha à direita */
}

/* Barra de progresso */
.config_flex_percent .progress {
  width: 100%;
  height: 17px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}

.config_flex_percent .progress-bar {
  height: 100%;
  background-color: #8b7355;
  transition: width 0.3s ease;
}

/* Espaçamento das colunas */
.obra_percent_layout {
  margin-top: 40px;
}

.obra_percent_layout .col-md-4 {
  padding: 0 15px;
}

.message-us-button_label{
  color: black !important;
}




#documentos-li {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 4px;
    min-width: 150px;
    z-index: 1000;
    margin-top: 0; /* Removendo o espaço */
    padding: 5px 0;
}

/* Importante: manter o submenu aberto quando o mouse está nele OU no li */
#documentos-li:hover .submenu,
.submenu:hover {
    display: block;
}

.submenu-item {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.submenu-item:hover {
    background: #f5f5f5;
}


/* Estilos para a tabela de antecipação */
#parcelasTable tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s;
}

#parcelasTable tbody tr:hover {
  background-color: #f5f5f5;
}

#parcelasTable tbody tr.selected {
  background-color: #fff3f8;
}

.parcel-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: black;
}

#btnSimularAntecipacao:hover,
#btnConfirmarAntecipacao:hover {
  opacity: 0.9;
  transform: scale(1.02);
  transition: all 0.2s;
}

/* Responsivo */
@media (max-width: 768px) {
  #parcelasTable {
    font-size: 12px;
  }
  
  #parcelasTable th,
  #parcelasTable td {
    padding: 8px !important;
  }
  
  .div-antecipacao-btn-input {
    flex-direction: column !important;
    width: 90%;
  }
  
  .div-antecipacao-btn-input input,
  .div-antecipacao-btn-input button {
    width: 100% !important;
  }
}


@media(max-width:480px){
  .carousel-controls-custom{
    display:none !important;
  }
}




/* Wrapper da galeria (cards + slider) */
.gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Grid só dos cards */
.images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
  width: 100%;
}


/* Card individual */
.template {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%; /* Garante que todos os cards tenham a mesma altura */
}

.template:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Imagem do card */
.template img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* Conteúdo do card */
.template .comunicado_titulo {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 20px 20px 12px 20px;
  line-height: 1.4;
  min-height: 56px; /* Garante altura mínima para alinhamento */
}

/* Corpo do comunicado (se houver) */
.comunicado_body_limit {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 20px;
  flex-grow: 1; /* Faz o conteúdo crescer para empurrar o botão para baixo */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Botão Continuar Lendo */
.comunicado_continuar {
  margin: auto 20px 20px 20px; /* margin-top: auto empurra para o final */
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.chama_modal_comunicado {
  display: inline-block;
  color: #8B7355;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: underline;
  transition: color 0.2s ease;
  cursor: pointer;
}

.chama_modal_comunicado:hover {
  color: #6d5940;
  text-decoration: underline;
}

/* Utilitários */
.bold {
  font-weight: 700;
}

.cursor {
  cursor: pointer;
}

/* Responsivo */
@media (max-width: 768px) {
  .images {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0; /* já tem padding na .gallery */
  }
  
  .template img {
    height: 200px;
  }
  
  .template .comunicado_titulo {
    font-size: 18px;
    margin: 16px 16px 8px 16px;
  }
  
  .comunicado_body_limit,
  .comunicado_continuar {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .images {
    grid-template-columns: repeat(3, 1fr);
  }
}


.texto_pagina{
  color:white !important;
}

.template img[src=""],
.template img:not([src]) {
  display: none;
}



/* FIX: Andamento da obra ocupar altura total */
@media (min-width: 1024px) {
  .body-posicao_financeira_centro {
     padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-template-rows: auto auto;
    gap: 20px;
  }
  
  .body-posicao_financeira_valores {
    grid-column: 1;
    grid-row: 1;
    width: 23vw;
  }
  
  .body-posicao_financeira_comunicados {
    grid-column: 2;
    grid-row: 1;
        width: 23vw;
  }
  
  .body-posicao_financeira_andamento {
    grid-column: 3;
    grid-row: 1 / 3; /* Ocupa 2 linhas */
    height: auto;
    min-height: 100%;
        width: 23vw;

  }
  
  .body-posicao_financeira_indices {
    grid-column: 1 / 3; /* Ocupa 2 colunas */
    grid-row: 2;
    width:95%;
  }
  
  /* Faz o overflow ocupar todo espaço disponível */
  .body-posicao_financeira_andamento .overflow {
    flex: 1;
    overflow-y: auto;
  }
}


.img-negativa {
  filter: hue-rotate(39deg) saturate(1.6);
}

.template .comunicado_titulo {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 20px 20px 12px 20px;
  line-height: 1.4;
  min-height: 55px;

  /* corta e coloca "..." quando passar do tamanho */
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* FOOTER: setas + barra */
#gallery-pagination {
  display: flex !important;
  align-items: center;
  justify-content: space-between;  /* setas nas pontas */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* wrapper do meio (onde fica #gallery-dots e #page) */
#gallery-pagination .slider-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 12px;                 /* espaço entre setas e barra */
}

/* some com o texto de página */
#page {
  display: none;
}

/* área que recebe a barrinha que o JS cria */
#gallery-dots {
  flex: 1;
}

/* trilho e preenchimento da barra */
#gallery-dots .slider-track {
  width: 100%;
  height: 3px;
  background: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

#gallery-dots .slider-fill {
  height: 100%;
  width: 0%;
  background: #000;      /* preto como na sua ref */
  transition: width .25s ease;
}

/* BOTÕES DE SETA */
#btnPrevious,
#btnNext {
  background: transparent;
  border: none;
  padding: 0 4px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* deixa os quadradões antigos inofensivos */
.btn_disable,
.btn_active {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* tamanhos dos ícones */
#btnPrevious svg,
#btnNext svg {
  width: 16px;
  height: 16px;
}

/* cores dos ícones */
.btn_disable svg path {
  fill: #d0d0d0;   /* seta esquerda apagada */
}

.btn_active svg path {
  fill: #8B7355;   /* seta direita marrom, como sua paleta */
}



.black {
  background: #000 !important;
}


@media (min-width:2264px) {
    .body-posicao_financeira_valores {
        height: 700px !important;
    }
}

.empreendimento_comunicado{
  text-align:left !important;
}



/* primeira <div> filha dentro de #tabelaParcelasContainer */
#tabelaParcelasContainer > div:first-of-type {
  overflow-y: scroll;
  height: 50vh;
}

.body-indique_e_ganhe{
  display:none;
}

.body-antecipacao_de_pagamento{
  display:none;
}