@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

@font-face {
	font-family: 'Gilroy Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Gilroy Bold'), url(/hc/theming_assets/01KB0306NZ9E4APD5501J3V4A7) format('woff');
}

@font-face {
	font-family: 'Gilroy'; /* Regular */
	font-style: normal;
	font-weight: 400;
	src: local('Gilroy Regular'), url(/hc/theming_assets/01KB0306FNW7M7SAX8FDP22YP3) format('woff');
}

@font-face {
	font-family: 'Gilroy Semibold';
	font-style: normal;
	font-weight: 600;
	src: local('Gilroy SemiBold'), url(/hc/theming_assets/01KB03052W1V9SJRZ1EEACS2XA) format('woff');
}

@font-face {
	font-family: 'Gilroy Light';
	font-style: normal;
	font-weight: 300;
	src: local('Gilroy Light'), url(/hc/theming_assets/01KB0304MH98GE5NKEZH5DW6AN) format('woff');
}

:root {
  
  --font-primary:    'Gilroy', sans-serif;
  --font-heading:    'Gilroy Bold', sans-serif;
  --font-semibold:   'Gilroy Semibold', sans-serif;
  --font-light:      'Gilroy Light', sans-serif;
}


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;
}

main {
  background-color: #EDFCF2 !important;
}

.home-page main {
  background-color: #ffffff !important;
}

@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: #58B677;
  text-decoration: none;
}

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

a:visited {
    color: #1F6C3C;
}

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

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

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01KB39MX836YNN78QZW8MACH11) 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%;
  }
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

.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, [role="button"] {
  border: 1px solid #34AD61 !important;
  border-radius: 4px;
  color: #34AD61 !important;
  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, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: #0072EF;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #34AD61;
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #1c5f35;
  border-color: #1c5f35;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  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;
}

@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;
}

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

.table td {
  display: block;
}

@media (min-width: 768px) {
  .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.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

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

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01KB03003G1C8XG12AZB1GT8AR) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.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;
}

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

/***** Header *****/
.header {
  position: relative;
  align-items: center;
  display: flex;
  height: 95px;
  justify-content: space-between;
  background-color: #FFFFFF;
  /* ADICIONE ESTAS DUAS LINHAS: */
  box-shadow: 0 1px 10px rgba(0,0,0,0.05); /* Sombra suave inicial */
  z-index: 10; /* Garante que a sombra fique por cima do banner verde */
}
}

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

.logo {
  padding-left:5%;
}

.logo img {
  width: 124px;
	height: 67px;
  margin-top: 12px;
}

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

@media (min-width: 768px) {
  .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;
  font-size: 14px;
  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.login {
  display: inline-block;
}

.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;
}

/***** 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 > [role="button"] {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #1F73B7;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #1F73B7;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="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::before {
  background-color: #0072EF;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  padding: 30px 0;
}

.footer a {
  color: #666;
}

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

@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;
  }
}

#div-query {
  width:40%;
}

@media (max-width: 768px) {
  #div-query {
    width:70%;
  }
  .category-container {
    display:block !important;
  }
	.blocks-list {
    max-width: 830px;
	}
  
  .links-primeiros-passos img {
    display:none;
  }
  
	.cd-top.cd-is-visible {
    display:none;
  }
  
  .container-featuring-video img {
    max-height: 390px;
    max-width: 390px;
	}
  
}


.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Gilroy';
  color:#5AC782 !important;
}

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

.breadcrumbs li a:visited {
  color: #5AC782 !important;
}

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

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

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

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

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #34AD61;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 15px;
  font-weight: bold !important;
  cursor:pointer;
}

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

.search-full input[type="search"] {
  border: 1px solid #34AD61  .header {
    /* ... estilos ... */
    z-index: 10;
  }
}

/***** Hero component *****/
.hero {
  background-color:#EDFCF2;
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
	height: 100%;
  flex-wrap: wrap;
}

.welcome {
  width:370px;
  text-align:left;
}

.welcome h2 {
  font-family: 'Gilroy Bold';
  font-size:38px;
  color:#666666;
}

.welcome h2 span {
  font-family: 'Gilroy Bold';
  color:#34AD61;
  font-size:64px;
  line-height: 0.6;
}

.welcome h2 span span {
  display:block;
  text-align:right;
}

.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;
}

.article .sub-nav {
  margin-bottom:0;
}

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 20px;
  font-family: 'Gilroy Semibold';
  color: #717171;
  font-size:30px;
}

.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::before {
  content: "\1F512";
  font-size: 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 {
  max-width:1000px;
  display: flex;
  flex-wrap: wrap;
}

.blocks-list li {
  width: 170px;
}

@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;
  justify-content: center;
  border-radius: 15px;
  transition: all 0.3s ease;
}

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

.blocks-item:hover img {

}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #34AD61;
  transform: translateY(-7px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.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::before {
  content: "\1F512";
  font-size: 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;
  cursor:pointer;
}

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

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

.blocks-item-title {
  margin-bottom: 0;
  font-size: 17px;
  font-family: 'Gilroy';
  margin-top: 18px;
  color:#7B7B7B;
}

.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: 23px;
  }
}

.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;
  width: 50%;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 40%;
    margin-right: 40px;
    justify-content: center;
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

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

.promoted-articles-item a {
  font-family:'Gilroy Bold';
  display: block;
  padding: 15px 0;
  font-size:20px;
  color:#34AD61;
  height:100px;
}

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

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

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

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01KB0309JF1KZ01MJWC8Q692PY);
  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-item-comment span::before {
  color: #0072EF;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

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

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

.category-content {
  flex: 1;
  margin-left:20px;
  background-color:#FFF;
  box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  padding: 42px;
}

.category-content .sub-nav {
  margin-bottom:0;
}

@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: column;
  }
}

.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: #5AC782;
}

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

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

.article-list-item a {
  color: #34AD61;       /* Verde da marca */
  font-weight: 500;     /* Peso da fonte */
  font-size: 16px;      /* Tamanho do texto */
  text-decoration: none;
  transition: color 0.2s;
}

.article-list-item a:hover {
  color: #288f4e;       /* Verde mais escuro no hover */
  text-decoration: underline;
}

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: #34AD61; /* Cor alterada para green-500 */
  font-size: 18px;
}

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

.section-content {
  background-color: #FFFFFF; /* O Fundo Branco do "quadrado" */
  padding: 40px;             /* Espaço interno para o texto não colar na borda */
  border-radius: 10px;       /* Bordas arredondadas */
  box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Sombra suave para destacar do verde */
  
  /* Mantém o alinhamento flexível que já existia */
  flex: 1; 
  margin-bottom: 60px;
}

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

.section-subscribe .dropdown-toggle::after {
  display: none;
}

.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;
  padding: 20px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 20px 30px;
    margin-left: 35px;
  }
}
 
.container-videos-bling {
   display:flex;
   flex-wrap:wrap;
   justify-content:center;
}

@media (max-width: 1024px) {
  .article {
    margin-left: 0;
  }
  
 .container-videos-bling {
   display:block;
 }

  .container-videos {
    flex-flow: column;
    align-items: center;
  }
  
  .toggle-categories {
    display:block !important;
  }
  

}

@media (max-width: 1065px) {
	.blocks-list {
    max-width: 830px;
  }
}

.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-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

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

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

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  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: #1F6C3C !important;
}

.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;
  overflow-wrap: anywhere;
  white-space: break-spaces;
}

.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-content table {
  border: 2px dotted #CCC;
}

.article-content table tbody td{
  padding:15px;
}

.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 {
  background: transparent;
  border: 1px solid #0072EF;
  color: #0072EF;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  color:#34AD61;
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #0072EF;
}

.article-vote:hover {
  background-color: #34AD61;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote .icon, .article-vote .search::before, .article-vote .recent-activity-item-comment span::before, .recent-activity-item-comment .article-vote span::before, .article-vote .article-vote::before, .article-vote .attachments .attachment-item::before, .attachments .article-vote .attachment-item::before, .article-vote .share a::before, .share .article-vote a::before, .article-vote .actions .dropdown-toggle::before, .actions .article-vote .dropdown-toggle::before, .article-vote .collapsible-nav-toggle::after, .article-vote .collapsible-sidebar-toggle::after {
  vertical-align: middle;
}

.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-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #0072EF;
  color: #FFF !important;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #004189;
  border-color: #004189;
}

.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 {
  background-color: #34AD61;
  color: #FFFFFF;
  text-decoration: none;
}

.sidenav-item:hover {
  background-color: #EDFCF2;
	color:#000
}

.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::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

[dir="rtl"] .attachments .attachment-item::before {
  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 a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: #0072EF;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

/***** 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;
  }
}

.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:hover,
.vote-down:hover {
  color: #0072EF;
}

.vote-up, .vote-down {
  color: #666;
  min-height: 44px;
  min-width: 44px;
  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 .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

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

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

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

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

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

.community-header h1 {
  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 .dropdown {
  width: 100%;
}

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

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

.community-follow [role="button"]:hover {
  background-color: #0072EF;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

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

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

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

.community-follow [role="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 [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="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 {
  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-answered {
  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;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.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::after {
  content: "\25BE";
}

.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"] .collapsible-nav-toggle::after {
  content: "\2715";
}

.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;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  padding: 10px;
}

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

.collapsible-sidebar-title {
  margin-top: 0;
  color:#34AD61;
  font-size:20px;
  text-align: center;
  font-family: 'Gilroy';
  margin-top: 15px;
}

.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%;
}

.filters-in-section:first-child {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.filters-in-section:last-child {
  border-top-left-radius:0;
  border-top-right-radius:0;
}


.filters-in-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
  border-radius:5px;
}

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

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

.collapsible-sidebar-toggle::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
}

.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-toggle::after {
  content: "\2715";
}

.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;
  }
}

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

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

.requests-table-toolbar .organization-unsubscribe {
  background-color: #0072EF;
  color: #FFFFFF;
}

.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 */
.subscriptions-unsubscribe a {
  background: #0072EF;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #004189;
  text-decoration: none;
}

.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 #EDFCF2;
  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;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #CCC;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 36px;
    width: 35px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 20px;
  color: #666;
  padding: 10px 12px;
  color:#69E1A5;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 20px;
    padding: 2px 12px;
  }
}

.pagination-current {
  background-color: #34AD61;
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** 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;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.actions .dropdown-toggle::before,
.collapsible-nav-toggle::after,
.collapsible-sidebar-toggle::after {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* 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::before {
  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;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #0072EF;
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #0072EF;
}

.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::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  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-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

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

.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;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  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::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

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

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

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** 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;
  font-family: 'Gilroy';
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 15px 25px;
}

@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;
}

.results-list-item-link {
  color:#34AD61;
  font-size:24px;
  font-family: 'Gilroy Semibold';
}

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

/* --- CUSTOMIZAÇÃO SIDEBAR DA BUSCA (ESTILO IGUAL CATEGORIA) --- */

/* 1. Item SELECIONADO: Fundo Verde Escuro (#34AD61) e Texto Branco */
.search-results-sidebar .sidenav-item[aria-selected="true"] {
  background-color: #34AD61 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/* Garante que o nome e a contagem (filhos) fiquem brancos */
.search-results-sidebar .sidenav-item[aria-selected="true"] * {
  color: #FFFFFF !important;
}

/* 2. Item HOVER: Fundo Verde Claro (#EDFCF2) e Texto Preto */
/* O seletor :not(...) garante que isso só aplique se o item NÃO estiver selecionado */
.search-results-sidebar .sidenav-item:not([aria-selected="true"]):hover {
  background-color: #EDFCF2 !important;
  color: #000000 !important;
  text-decoration: none !important;
}

/* Garante texto preto no hover */
.search-results-sidebar .sidenav-item:not([aria-selected="true"]):hover * {
  color: #000000 !important;
}

.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: #999;
}

.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-family:'Gilroy Semibold';
  font-size: 38px;
  color:#717171;
  margin-bottom: 0;
}

.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;
  font-size:20px;
  
}

.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: #34AD61;
  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;
  }
}

@media (max-width: 1100px) {
  .links-primeiros-passos {
    justify-content:center;
  }
  
  .primeiros-passos {
    margin-left:30px;
  }
  
  .promoted-articles {
    align-items: center;
  }
  
  .container-artigos-lidos h2 {
    margin-left:30px;
  }
  
  .category-container {
    display:block;
  }
  
  .category-content {
    margin-left:0;
  }
  
}

.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;
}

/*CUSTOMIZACOES LAYOUT BLING*/
.follow-us {
  margin-right:20%;
  display:flex;
  align-items: center;
}

.box-item {
      width: 100%;
  height: 105px;
  font-size:20px;
  font-family: 'Gilroy';
  display:flex;
  flex-flow:column;
  margin: 6px 0;
}

.box-item img {
  max-height:40px;
}

.primeiros-passos {
  display:flex;
  align-items:flex-end;
  flex-wrap: wrap;
}

.primeiros-passos h2 {
  font-size:60px;
  color:#134E4A;
  font-family: 'Gilroy Light';
  margin-bottom:0;
  margin-top:60px;
}

.primeiros-passos h4 {
  font-size:20px;
  color: #f8fafc;
  font-family: 'Gilroy';
  margin: 0 0 18px 20px;
}

.links-primeiros-passos {
  display:flex;
  flex-wrap: wrap;
  border-radius:5px;
  margin-top:30px;
}

#primeirosPassos {
  background-color:#EDFCF2;
}

.title-categories {
  font-family: 'Gilroy Bold';
  color: #717171;
  font-size: 22px;
}

.container-primeiros-passos {
	max-width: 1190px;
  margin: 0 auto;
  padding-bottom:70px;
}

.nomes-links {
  margin-left: 13px;
  background-color: #34AD61;
  max-height: 300px;
  min-width: 380px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.nomes-links ul li a {
  font-family: 'Gilroy Bold';
  color: #f8fafc;
  font-size:20px;
}

.nomes-links ul li{
  margin-top:15px;
  margin-left: 20px;
}

.nomes-links ul li:first-child {
  margin-top: 0;
}

.container-artigos-lidos {
  max-width: 1190px;
  margin: 0 auto;
}

.container-artigos-lidos h2 {
  font-family: 'Gilroy Light';
  font-size:60px;
  color:#134E4A;
}

#pesquisa-header {
  min-width: 440px;
  top: 0;             /* Mudamos de 8px para 0 */
  position: relative;
  margin-top: 0;      /* Garante que não tenha margem empurrando */
  align-self: center; /* Força o alinhamento vertical pelo centro */
}

.container-videos {
  display:flex;
}

.container-videos p {
   margin:0;
}

.container-videos img:hover {
  filter: brightness(60%);
}

.container-featuring-video {
  max-width:450px;
}

.container-featuring-video img {
  max-height:450px;
  max-width:450px;
}

.container-featuring-video img {
  max-height:450px;
  max-width:450px;
}

.title-video {
  line-height: 1.2;
}

.container-featuring-video .title-video {
	color:#191919;
  font-size:24px;
  font-family:'Gilroy Semibold';
  margin: 5px 0 5px 0;
}

.container-featuring-video .description-video {
  color:#191919;
  font-size:20px;
}

.container-small-video {
  margin-left:30px;
  max-width: 235px;
  margin-bottom:10px;
}

.container-small-video img {
  max-width: 213px;
	max-height: 121px;
}

.container-small-video .title-video {
  color:#191919;
  font-family:'Gilroy Semibold';
}

.container-small-video p:not(.title-video){
  font-size:15px;
  font-family:'Gilroy';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hidden {
  display:none !important;
  transition: width 2s;
}

.rotate-arrow {
  transform: rotate(180deg);
  transition: 0.7s;
}

.see-articles {
  z-index:9999;
}

.img-home {
  background-image: url(/hc/theming_assets/01KB39MYTM2G9YNPK2YH43ZFMV);
}

#section-categories-title {
  font-size: 20px;
  color: #5AC782;
}

.sidebar-body {
  margin-top:10px;
}

/* VOLTAR AO TOPO*/
.cd-top {
	display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url('/hc/theming_assets/01KB39MY7J0GZ5D2F53YKARJZB') no-repeat left 50%;
  visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
 	opacity: 1;
}
.cd-top.cd-fade-out {
 	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 0.8;
}

.no-touch .cd-top:hover {
	background-color: #F79420;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
  	right: 55px;
  	bottom: 60px;
	}
}

@media only screen and (min-width: 1024px) {
  .cd-top {
  	height: 63px;
    width: 65px;
    bottom: 60px;
	}
}

zd-autocomplete-breadcrumbs-multibrand {
  color: #888888 !important;
  font-family: 'Gilroy';
}

zd-autocomplete-title-multibrand {
  color: #888888 !important;
  font-weight: 500;
  font-family: 'Gilroy';
}

.article-sidebar .sidebar-body,
.article-container .collapsible-sidebar-body {
	margin-top:16px;
}

.fake-container-query {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion p {
  display: inline;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Image viewer */
.modal-img {
  cursor: pointer;
}

.modal-img:hover {
  opacity: 0.8;
}

#image-viewer-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

#image-viewer-content {
  margin: auto;
  display: block;
  max-width: 100%;
}

#image-viewer-close {
  position: absolute;
  top: 48px;
  right: 36px;
  color: #EDFCF2;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#image-viewer-close:hover,
#image-viewer-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* INICIO ESTILOS DO ALERT */

.Alert {
  border-radius: 5px 9px 9px 5px;
}

.Alert-badge-container {
  display: flex;
  align-items: center;
}

.Alert-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.Alert-container-text {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.Alert-title {
	font-size: 16px;
  font-weight: bold;
}

.Alert--info {
  background-color: #DEF3FC;
  border-left: 4px solid #7CDCFC;
}

.Alert-title--info {
  color: #066DA1;
}

.Alert-text--info {
  color: #0890D4;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.Alert-badge--info {
  background-color: #7CDCFC;
  font-size: 11px;
  font-weight: 700;
  color: #0C4D6E;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--info, .article-body a.link--info:visited {
  text-decoration: underline;
  color: #0890D4 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--neutral {
  background-color: #F0F3F7;
  border-left: 4px solid #97A4B8;
}

.Alert-title--neutral {
  color: #344253
}

.Alert-text--neutral {
  color: #495769;
}

.Alert-badge--neutral {
  background-color: #E4E9F0;
  font-size: 11px;
  font-weight: 700;
  color: #495769;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--neutral, .article-body a.link--neutral:visited {
  text-decoration: underline;
  color: #495769 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--warning {
  background-color: #FFF1C7;
  border-left: 4px solid #F5B82A;
}

.Alert-title--warning {
  color: #A16207;
}

.Alert-text--warning {
  color: #CF870A;
}

.Alert-badge--warning {
  background-color: #FCCD4C;
  font-size: 11px;
  font-weight: 700;
  color: #713F12;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--warning, .article-body a.link--warning:visited {
  text-decoration: underline;
  color: #CF870A !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--negative {
  background-color: #FFE5E3;
  border-left: 4px solid #F56A5D;
}

.Alert-title--negative {
  color: #BA291C;
}

.Alert-text--negative {
  color: #D43628;
}

.Alert-badge--negative {
  background-color: #F05143;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--negative, .article-body a.link--negative:visited {
  text-decoration: underline;
  color: #D43628 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--success {
  background-color: #E9FACD;
  border-left: 4px solid #9FD44A;
}

.Alert-title--success {
  color: #51800F;
}

.Alert-text--success {
  color: #679E19;
}

.Alert-badge--success {
  background-color: #B5E667;
  font-size: 11px;
  font-weight: 700;
  color: #355313;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* FIM ESTILOS DO ALERT */

/* INICIO ESTILOS DO ACCORDION */
.Accordion {
  border-radius: 8px;
  padding: 24px 16px 24px 16px;
}

.Accordion-header {
  display: flex;
  justify-content: space-between;
}

.Accordion-title {
  margin-left: 16px;
}

.panel1 {
  display: none;
  width: 100%;
  padding: 16px 16px 24px 16px;
}

.Accordion-content {
  display: flex;
  flex-direction: column;
}

.angle-down {
  top: 13%;
  position: relative;
}

.icon-img {
  top: 10%;
  position: relative;
}

.Accordion-default {
  background-color: #FFF;
  border: 1px solid #CCD5E0;
}

.Default-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F2A3B;
}

.Default-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #34AD61;
}

.Default-panel {
  border-bottom: 1px solid #CCD5E0;
  border-right: 1px solid #CCD5E0;
  border-left: 1px solid #CCD5E0;
  background-color: #FFF;
  display: none;
}

.Accordion-positive {
  background-color: #F5FCE8;
  border: 1px solid #D5F79E;
}

.Positive-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #355313;
}

.Positive-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #51800F;
}

.Positive-panel {
  border-bottom: 1px solid #D5F79E;
  border-right: 1px solid #D5F79E;
  border-left: 1px solid #D5F79E;
  background-color: #F5FCE8;
  color: #51800F;
  display: none;
}

.Accordion-warning {
  background-color: #FCF9EB;
  border: 1px solid #FDE68A;
}

.Warning-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #713F12;
}

.Warning-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #A16207;
}

.Warning-panel {
  border-bottom: 1px solid #FDE68A;
  border-right: 1px solid #FDE68A;
  border-left: 1px solid #FDE68A;
  background-color: #FCF9EB;
  color: #A16207;
  display: none;
}

/* FIM ESTILOS DO ACCORDION */

.links-new-menu {
	display: flex;
  align-items: center;
  margin: 0 15px;
  flex-wrap: nowrap;
  width:auto;
}

.new-menu{
	display: flex;  
  margin-right: 34px;
}

.new-menu-button {
  background: transparent;
  border: 2px solid #134E4A;
  padding: 0;
  border-radius: 25px;
  opacity: 1;
  margin: 10px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}

.new-menu-button.experimente-button {
  background: #134E4A !important;
}

.nav-wrapper a.socials {
  padding: 0;
}

.nav-wrapper a.button-link {
  padding: 0;
  color: #134E4A;
  font-weight: bold;
  display: flex;             /* Permite alinhar o texto */
  align-items: center;       /* Centraliza verticalmente */
  justify-content: center;   /* Centraliza horizontalmente */
  padding: 5px 20px;         /* O "gordinho" vem pra cá! A área de clique aumenta */
  width: 100%;               /* Ocupa 100% da caixa do botão */
  height: 100%;              /* Ocupa 100% da altura */
  text-decoration: none;     /* Garante sem sublinhado */
}

.nav-wrapper a.button-link.experimente-link {
  color: #fff !important;
}

.new-menu-button:hover {
  border: 2px solid #34AD61;
  border-color: #34AD61 !important;
}

.new-menu-button:hover a,
.new-menu-button:hover .button-link {
  color: #34AD61 !important;
  text-decoration: none; /* Garante que não apareça sublinhado */
}

.new-menu-button.experimente-button:hover {
  background: #34ad61 !important;
  color: #fff !important;
}

.nav-wrapper a.button-link:hover {
  text-decoration: none;
  color: #34ad61;
}

.nav-wrapper a.button-link.experimente-link:hover {
  color: #fff !important;
}

.nav-wrapper a.button-link.experimente-link:visited {
  text-decoration: none;
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .new-menu {
    margin-right: 0;
  }
  
  .links-new-menu {
    width: auto;
    margin: 0;
	}
  
  .nav-wrapper a {
    display: block;
	}
  
  .follow-us {
    display: none !important;
	}
}

@media (max-width: 420px) {
  .new-menu {
    margin-right: 0;
    display: block;
  }
  
  .links-new-menu {
    width: auto;
    margin: 0;
	}
  
  .nav-wrapper a {
    display: block;
	}
  
  .follow-us {
    display: none !important; 
	}
  
  .new-menu-button {
    display: flex;
    justify-content: center;
	}
}

@media (max-width: 1000px) { 
	#pesquisa-header {
    display: none !important;
  }
}

/* -----------------------------------------------------------
   CORREÇÃO 1: TEXTOS SOBREPOSTOS (ARTIGOS MAIS LIDOS)
   Problema: A altura fixa de 100px estava fazendo textos longos
   invadirem o espaço do próximo item.
----------------------------------------------------------- */

.promoted-articles-item a {
  /* Remove a altura fixa que causava a sobreposição */
  height: auto !important; 
  
  /* Define uma altura mínima para manter consistência visual, mas permite crescer */
  min-height: 80px; 
  
  /* Adiciona flexbox para alinhar verticalmente textos curtos */
  display: flex;
  align-items: center; 
  
  /* Garante espaçamento inferior para não grudar no próximo item */
  padding-bottom: 15px; 
  margin-bottom: 10px;
}

/* Ajuste específico para garantir que o ícone e texto fiquem alinhados */
.promoted-articles-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* --- CORREÇÃO DO CABEÇALHO (BOTÕES E ÍCONES) --- */

/* 1. Container Geral (Segura Botões + Ícones) */
.links-new-menu {
  display: flex;
  align-items: center;  /* Garante que tudo fique alinhado pelo centro verticalmente */
  gap: 30px;            /* Cria um espaço generoso entre os Botões e os Ícones Sociais */
  margin: 0 !important; /* Remove margens laterais estranhas */
  height: 100%;
}

/* 2. Grupo dos Botões (Entrar + Experimente) */
.new-menu {
  display: flex;
  align-items: center;
  gap: 15px;            /* Espaço entre o botão "Entrar" e "Experimente" */
  margin: 0 !important; /* Remove margens antigas */
}

/* Remove margens individuais dos botões para o alinhamento funcionar */
.new-menu-button {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

/* 3. Grupo dos Ícones Sociais (Facebook, Linkedin, etc) */
.follow-us {
  display: flex;
  align-items: center;
  gap: 8px;             /* Espaço entre cada bolinha verde (ícone) */
  margin: 0 !important; /* Remove a margem de 20% que estava quebrando o layout */
}

/* Garante que os ícones não tenham margens extras atrapalhando */
.follow-us a {
  display: block;
  line-height: 0;       /* Evita que o ícone tenha altura fantasma */
}

/* -----------------------------------------------------------
   AJUSTES MOBILE PARA OS BOTÕES
   Garante que no mobile eles se comportem bem
----------------------------------------------------------- */

@media (max-width: 768px) {
  .new-menu {
    flex-direction: column; /* Empilha em telas muito pequenas se necessário */
    gap: 10px;
    width: 100%;
  }
  
  .new-menu-button {
    width: 100%; /* Botão largura total no mobile */
    margin-bottom: 5px !important;
  }
  
  .links-new-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
/* -----------------------------------------------------------
   CORREÇÕES GERAIS PARA MOBILE (Adicionar ao final do CSS)
----------------------------------------------------------- */

@media (max-width: 768px) {
  
  /* 1. PREVENÇÃO DE BARRA BRANCA LATERAL */
  html, body {
    overflow-x: hidden; /* Corta qualquer excesso lateral acidental */
    max-width: 100vw;   /* Garante que o corpo não exceda a janela */
  }

  /* 2. CORREÇÃO DO BLOCO DE BOAS-VINDAS (Hero) 
     O original tinha width: 370px, o que estoura telas pequenas */
  .welcome {
    width: 100% !important; /* Muda de fixo para fluido */
    padding: 0 15px; /* Adiciona respiro nas laterais */
    text-align: center; /* Garante centralização do texto */
  }

  /* Reduz um pouco o título gigante no mobile para não quebrar */
  .welcome h2 span {
    font-size: 42px !important; /* Reduz de 64px para algo legível no mobile */
  }

  /* 3. CORREÇÃO DOS VÍDEOS CORTADOS 
     O original forçava 390px de largura nas imagens e container */
  
  .container-featuring-video {
    width: 100% !important; /* Ocupa 100% da tela disponível */
    max-width: 100% !important; /* Remove o limite de pixels fixos */
    margin: 0 auto; /* Centraliza */
    padding: 0 10px; /* Margem de segurança */
  }

  .container-featuring-video img {
    width: 100% !important; /* A imagem se adapta à largura do pai */
    max-width: 100% !important; /* Nunca excede a tela */
    height: auto !important; /* Mantém a proporção (não estica) */
    object-fit: contain; /* Garante que a imagem apareça inteira */
  }

  /* Ajuste para textos abaixo do vídeo também não vazarem */
  .title-video, 
  .description-video {
    width: 100% !important;
    word-wrap: break-word; /* Quebra palavras longas se necessário */
  }
  
  /* 4. GARANTIA GERAL PARA IMAGENS */
  /* Isso impede que qualquer outra imagem grande quebre o layout */
  img {
    max-width: 100%;
    height: auto;
  }
}
}

/* --- CORREÇÃO DE HIERARQUIA NA PÁGINA DE CATEGORIAS --- */

/* Força os links de artigos dentro da categoria a voltarem para cinza */
.category-content .article-list-item a {
  color: #717171;     /* Cinza escuro (padrão do texto) */
  font-weight: 400;   /* Peso normal (tira o negrito se tiver) */
  font-size: 16px;
}

/* Espelhamento do alinhamento: Logo tem 5% na esquerda, Menu ganha 5% na direita */
@media (min-width: 1160px) {
  .nav-wrapper {
    padding-right: 5%;
  }
}

/* --- HEADER FIXO (STICKY) NA HOME - VERSÃO 2 (CORRIGIDA) --- */

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

@media (min-width: 1024px) {
  /* 1. Estilo da Barra Fixa com Sombra Reforçada */
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* Aqui está a sombra mais forte que você pediu: */
    box-shadow: 0 4px 20px rgba(0,0,0,0.15); 
    animation: slideDown 0.3s ease;
    padding-right: 5%;
    background-color: #fff;
    /* Garante que os itens fiquem centralizados */
    align-items: center; 
  }

  /* 2. Container da Pesquisa no Header */
  .header-search-container {
    display: none; /* Escondido por padrão */
    flex: 1;       /* Ocupa o espaço disponível no meio */
    max-width: 500px;
    margin: 0 20px;
  }

  /* Faz aparecer quando a barra fixa */
  .header.sticky .header-search-container {
    display: block;
  }

/* 3. Visual do Campo de Busca (Input) - FORMATO QUADRADO/ARREDONDADO */
  .header-search-container form {
    position: relative;
    width: 100%;
  }

  .header-search-container input[type="search"] {
    width: 100%;
    height: 40px;
    
    /* MUDANÇA 1: Borda verde padrão (igual ao print da home) */
    border: 1px solid #34AD61; 
    
    /* MUDANÇA 2: Cantos levemente arredondados (antes era 25px) */
    border-radius: 5px; 
    
    padding: 0 45px 0 20px; /* Mantém espaço para texto e ícone */
    font-size: 14px;
    background-color: #ffffff;
    
    /* Remove estilos nativos */
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    color: #555;
    transition: all 0.2s;
  }

  .header-search-container input[type="search"]:focus {
    /* Efeito ao clicar (sombra suave verde) */
    box-shadow: 0 0 0 3px rgba(52, 173, 97, 0.2);
  }
  
  /* 4. Ícone da Lupa - AJUSTADO PARA A DIREITA */
  .header-search-container form::before {
    content: "\1F50D";
    position: absolute;
    
    /* MUDANÇA 3: Trocamos left por right */
    right: 15px; 
    left: auto; /* Garante que não tenha regra puxando pra esquerda */
    
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; /* Aumentei um pouquinho pra ficar mais visível */
    color: #34AD61;
    pointer-events: none;
    z-index: 2;
  }
}
@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

@font-face {
	font-family: 'Gilroy Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Gilroy Bold'), url(/hc/theming_assets/01KB0306NZ9E4APD5501J3V4A7) format('woff');
}

@font-face {
	font-family: 'Gilroy'; /* Regular */
	font-style: normal;
	font-weight: 400;
	src: local('Gilroy Regular'), url(/hc/theming_assets/01KB0306FNW7M7SAX8FDP22YP3) format('woff');
}

@font-face {
	font-family: 'Gilroy Semibold';
	font-style: normal;
	font-weight: 600;
	src: local('Gilroy SemiBold'), url(/hc/theming_assets/01KB03052W1V9SJRZ1EEACS2XA) format('woff');
}

@font-face {
	font-family: 'Gilroy Light';
	font-style: normal;
	font-weight: 300;
	src: local('Gilroy Light'), url(/hc/theming_assets/01KB0304MH98GE5NKEZH5DW6AN) format('woff');
}

:root {
  
  --font-primary:    'Gilroy', sans-serif;
  --font-heading:    'Gilroy Bold', sans-serif;
  --font-semibold:   'Gilroy Semibold', sans-serif;
  --font-light:      'Gilroy Light', sans-serif;
}


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;
}

main {
  background-color: #EDFCF2 !important;
}

.home-page main {
  background-color: #ffffff !important;
}

@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: #58B677;
  text-decoration: none;
}

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

a:visited {
    color: #1F6C3C;
}

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

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

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01KB39MX836YNN78QZW8MACH11) 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%;
  }
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

.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, [role="button"] {
  border: 1px solid #34AD61 !important;
  border-radius: 4px;
  color: #34AD61 !important;
  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, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: #0072EF;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #34AD61;
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #1c5f35;
  border-color: #1c5f35;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  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;
}

@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;
}

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

.table td {
  display: block;
}

@media (min-width: 768px) {
  .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.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

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

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01KB03003G1C8XG12AZB1GT8AR) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.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;
}

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

/***** Header *****/
.header {
  position: relative;
  align-items: center;
  display: flex;
  height: 95px;
  justify-content: space-between;
  background-color: #FFFFFF;
  /* ADICIONE ESTAS DUAS LINHAS: */
  box-shadow: 0 1px 10px rgba(0,0,0,0.05); /* Sombra suave inicial */
  z-index: 10; /* Garante que a sombra fique por cima do banner verde */
}
}

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

.logo {
  padding-left:5%;
}

.logo img {
  width: 124px;
	height: 67px;
  margin-top: 12px;
}

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

@media (min-width: 768px) {
  .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;
  font-size: 14px;
  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.login {
  display: inline-block;
}

.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;
}

/***** 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 > [role="button"] {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #1F73B7;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #1F73B7;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="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::before {
  background-color: #0072EF;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  padding: 30px 0;
}

.footer a {
  color: #666;
}

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

@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;
  }
}

#div-query {
  width:40%;
}

@media (max-width: 768px) {
  #div-query {
    width:70%;
  }
  .category-container {
    display:block !important;
  }
	.blocks-list {
    max-width: 830px;
	}
  
  .links-primeiros-passos img {
    display:none;
  }
  
	.cd-top.cd-is-visible {
    display:none;
  }
  
  .container-featuring-video img {
    max-height: 390px;
    max-width: 390px;
	}
  
}


.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Gilroy';
  color:#5AC782 !important;
}

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

.breadcrumbs li a:visited {
  color: #5AC782 !important;
}

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

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

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

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

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #34AD61;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 15px;
  font-weight: bold !important;
  cursor:pointer;
}

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

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

/***** Hero component *****/
.hero {
  background-color:#EDFCF2;
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
	height: 100%;
  flex-wrap: wrap;
}

.welcome {
  width:370px;
  text-align:left;
}

.welcome h2 {
  font-family: 'Gilroy Bold';
  font-size:38px;
  color:#666666;
}

.welcome h2 span {
  font-family: 'Gilroy Bold';
  color:#34AD61;
  font-size:64px;
  line-height: 0.6;
}

.welcome h2 span span {
  display:block;
  text-align:right;
}

.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;
}

.article .sub-nav {
  margin-bottom:0;
}

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 20px;
  font-family: 'Gilroy Semibold';
  color: #717171;
  font-size:30px;
}

.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::before {
  content: "\1F512";
  font-size: 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 {
  max-width:1000px;
  display: flex;
  flex-wrap: wrap;
}

.blocks-list li {
  width: 170px;
}

@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;
  justify-content: center;
  border-radius: 15px;
  transition: all 0.3s ease;
}

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

.blocks-item:hover img {

}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #34AD61;
  transform: translateY(-7px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.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::before {
  content: "\1F512";
  font-size: 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;
  cursor:pointer;
}

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

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

.blocks-item-title {
  margin-bottom: 0;
  font-size: 17px;
  font-family: 'Gilroy';
  margin-top: 18px;
  color:#7B7B7B;
}

.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: 23px;
  }
}

.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;
  width: 50%;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 40%;
    margin-right: 40px;
    justify-content: center;
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

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

.promoted-articles-item a {
  font-family:'Gilroy Bold';
  display: block;
  padding: 15px 0;
  font-size:20px;
  color:#34AD61;
  height:100px;
}

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

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

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

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01KB0309JF1KZ01MJWC8Q692PY);
  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-item-comment span::before {
  color: #0072EF;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

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

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

.category-content {
  flex: 1;
  margin-left:20px;
  background-color:#FFF;
  box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  padding: 42px;
}

.category-content .sub-nav {
  margin-bottom:0;
}

@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: column;
  }
}

.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: #5AC782;
}

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

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

.article-list-item a {
  color: #34AD61;       /* Verde da marca */
  font-weight: 500;     /* Peso da fonte */
  font-size: 16px;      /* Tamanho do texto */
  text-decoration: none;
  transition: color 0.2s;
}

.article-list-item a:hover {
  color: #288f4e;       /* Verde mais escuro no hover */
  text-decoration: underline;
}

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: #34AD61; /* Cor alterada para green-500 */
  font-size: 18px;
}

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

.section-content {
  background-color: #FFFFFF; /* O Fundo Branco do "quadrado" */
  padding: 40px;             /* Espaço interno para o texto não colar na borda */
  border-radius: 10px;       /* Bordas arredondadas */
  box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Sombra suave para destacar do verde */
  
  /* Mantém o alinhamento flexível que já existia */
  flex: 1; 
  margin-bottom: 60px;
}

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

.section-subscribe .dropdown-toggle::after {
  display: none;
}

.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;
  padding: 20px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 20px 30px;
    margin-left: 35px;
  }
}
 
.container-videos-bling {
   display:flex;
   flex-wrap:wrap;
   justify-content:center;
}

@media (max-width: 1024px) {
  .article {
    margin-left: 0;
  }
  
 .container-videos-bling {
   display:block;
 }

  .container-videos {
    flex-flow: column;
    align-items: center;
  }
  
  .toggle-categories {
    display:block !important;
  }
  

}

@media (max-width: 1065px) {
	.blocks-list {
    max-width: 830px;
  }
}

.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-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

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

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

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  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: #1F6C3C !important;
}

.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;
  overflow-wrap: anywhere;
  white-space: break-spaces;
}

.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-content table {
  border: 2px dotted #CCC;
}

.article-content table tbody td{
  padding:15px;
}

.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 {
  background: transparent;
  border: 1px solid #0072EF;
  color: #0072EF;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  color:#34AD61;
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #0072EF;
}

.article-vote:hover {
  background-color: #34AD61;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote .icon, .article-vote .search::before, .article-vote .recent-activity-item-comment span::before, .recent-activity-item-comment .article-vote span::before, .article-vote .article-vote::before, .article-vote .attachments .attachment-item::before, .attachments .article-vote .attachment-item::before, .article-vote .share a::before, .share .article-vote a::before, .article-vote .actions .dropdown-toggle::before, .actions .article-vote .dropdown-toggle::before, .article-vote .collapsible-nav-toggle::after, .article-vote .collapsible-sidebar-toggle::after {
  vertical-align: middle;
}

.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-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #0072EF;
  color: #FFF !important;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #004189;
  border-color: #004189;
}

.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 {
  background-color: #34AD61;
  color: #FFFFFF;
  text-decoration: none;
}

.sidenav-item:hover {
  background-color: #EDFCF2;
	color:#000
}

.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::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

[dir="rtl"] .attachments .attachment-item::before {
  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 a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: #0072EF;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

/***** 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;
  }
}

.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:hover,
.vote-down:hover {
  color: #0072EF;
}

.vote-up, .vote-down {
  color: #666;
  min-height: 44px;
  min-width: 44px;
  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 .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

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

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

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

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

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

.community-header h1 {
  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 .dropdown {
  width: 100%;
}

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

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

.community-follow [role="button"]:hover {
  background-color: #0072EF;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

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

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

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

.community-follow [role="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 [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="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 {
  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-answered {
  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;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.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::after {
  content: "\25BE";
}

.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"] .collapsible-nav-toggle::after {
  content: "\2715";
}

.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;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  padding: 10px;
}

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

.collapsible-sidebar-title {
  margin-top: 0;
  color:#34AD61;
  font-size:20px;
  text-align: center;
  font-family: 'Gilroy';
  margin-top: 15px;
}

.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%;
}

.filters-in-section:first-child {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.filters-in-section:last-child {
  border-top-left-radius:0;
  border-top-right-radius:0;
}


.filters-in-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
  border-radius:5px;
}

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

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

.collapsible-sidebar-toggle::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
}

.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-toggle::after {
  content: "\2715";
}

.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;
  }
}

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

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

.requests-table-toolbar .organization-unsubscribe {
  background-color: #0072EF;
  color: #FFFFFF;
}

.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 */
.subscriptions-unsubscribe a {
  background: #0072EF;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #004189;
  text-decoration: none;
}

.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 #EDFCF2;
  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;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #CCC;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 36px;
    width: 35px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 20px;
  color: #666;
  padding: 10px 12px;
  color:#69E1A5;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 20px;
    padding: 2px 12px;
  }
}

.pagination-current {
  background-color: #34AD61;
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** 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;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.actions .dropdown-toggle::before,
.collapsible-nav-toggle::after,
.collapsible-sidebar-toggle::after {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* 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::before {
  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;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #0072EF;
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #0072EF;
}

.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::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  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-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

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

.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;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  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::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

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

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

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** 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;
  font-family: 'Gilroy';
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 15px 25px;
}

@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;
}

.results-list-item-link {
  color:#34AD61;
  font-size:24px;
  font-family: 'Gilroy Semibold';
}

@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[aria-selected="true"] {
  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: #999;
}

.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-family:'Gilroy Semibold';
  font-size: 38px;
  color:#717171;
  margin-bottom: 0;
}

.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;
  font-size:20px;
  
}

.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: #34AD61;
  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;
  }
}

@media (max-width: 1100px) {
  .links-primeiros-passos {
    justify-content:center;
  }
  
  .primeiros-passos {
    margin-left:30px;
  }
  
  .promoted-articles {
    align-items: center;
  }
  
  .container-artigos-lidos h2 {
    margin-left:30px;
  }
  
  .category-container {
    display:block;
  }
  
  .category-content {
    margin-left:0;
  }
  
}

.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;
}

/*CUSTOMIZACOES LAYOUT BLING*/
.follow-us {
  margin-right:20%;
  display:flex;
  align-items: center;
}

.box-item {
      width: 100%;
  height: 105px;
  font-size:20px;
  font-family: 'Gilroy';
  display:flex;
  flex-flow:column;
  margin: 6px 0;
}

.box-item img {
  max-height:40px;
}

.primeiros-passos {
  display:flex;
  align-items:flex-end;
  flex-wrap: wrap;
}

.primeiros-passos h2 {
  font-size:60px;
  color:#134E4A;
  font-family: 'Gilroy Light';
  margin-bottom:0;
  margin-top:60px;
}

.primeiros-passos h4 {
  font-size:20px;
  color: #f8fafc;
  font-family: 'Gilroy';
  margin: 0 0 18px 20px;
}

.links-primeiros-passos {
  display:flex;
  flex-wrap: wrap;
  border-radius:5px;
  margin-top:30px;
}

#primeirosPassos {
  background-color:#EDFCF2;
}

.title-categories {
  font-family: 'Gilroy Bold';
  color: #717171;
  font-size: 22px;
}

.container-primeiros-passos {
	max-width: 1190px;
  margin: 0 auto;
  padding-bottom:70px;
}

.nomes-links {
  margin-left: 13px;
  background-color: #34AD61;
  max-height: 300px;
  min-width: 380px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.nomes-links ul li a {
  font-family: 'Gilroy Bold';
  color: #f8fafc;
  font-size:20px;
}

.nomes-links ul li{
  margin-top:15px;
  margin-left: 20px;
}

.nomes-links ul li:first-child {
  margin-top: 0;
}

.container-artigos-lidos {
  max-width: 1190px;
  margin: 0 auto;
}

.container-artigos-lidos h2 {
  font-family: 'Gilroy Light';
  font-size:60px;
  color:#134E4A;
}

#pesquisa-header {
  min-width: 440px;
  top: 0;             /* Mudamos de 8px para 0 */
  position: relative;
  margin-top: 0;      /* Garante que não tenha margem empurrando */
  align-self: center; /* Força o alinhamento vertical pelo centro */
}

.container-videos {
  display:flex;
}

.container-videos p {
   margin:0;
}

.container-videos img:hover {
  filter: brightness(60%);
}

.container-featuring-video {
  max-width:450px;
}

.container-featuring-video img {
  max-height:450px;
  max-width:450px;
}

.container-featuring-video img {
  max-height:450px;
  max-width:450px;
}

.title-video {
  line-height: 1.2;
}

.container-featuring-video .title-video {
	color:#191919;
  font-size:24px;
  font-family:'Gilroy Semibold';
  margin: 5px 0 5px 0;
}

.container-featuring-video .description-video {
  color:#191919;
  font-size:20px;
}

.container-small-video {
  margin-left:30px;
  max-width: 235px;
  margin-bottom:10px;
}

.container-small-video img {
  max-width: 213px;
	max-height: 121px;
}

.container-small-video .title-video {
  color:#191919;
  font-family:'Gilroy Semibold';
}

.container-small-video p:not(.title-video){
  font-size:15px;
  font-family:'Gilroy';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hidden {
  display:none !important;
  transition: width 2s;
}

.rotate-arrow {
  transform: rotate(180deg);
  transition: 0.7s;
}

.see-articles {
  z-index:9999;
}

.img-home {
  background-image: url(/hc/theming_assets/01KB39MYTM2G9YNPK2YH43ZFMV);
}

#section-categories-title {
  font-size: 20px;
  color: #5AC782;
}

.sidebar-body {
  margin-top:10px;
}

/* VOLTAR AO TOPO*/
.cd-top {
	display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url('/hc/theming_assets/01KB39MY7J0GZ5D2F53YKARJZB') no-repeat left 50%;
  visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
 	opacity: 1;
}
.cd-top.cd-fade-out {
 	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 0.8;
}

.no-touch .cd-top:hover {
	background-color: #F79420;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
  	right: 55px;
  	bottom: 60px;
	}
}

@media only screen and (min-width: 1024px) {
  .cd-top {
  	height: 63px;
    width: 65px;
    bottom: 60px;
	}
}

zd-autocomplete-breadcrumbs-multibrand {
  color: #888888 !important;
  font-family: 'Gilroy';
}

zd-autocomplete-title-multibrand {
  color: #888888 !important;
  font-weight: 500;
  font-family: 'Gilroy';
}

.article-sidebar .sidebar-body,
.article-container .collapsible-sidebar-body {
	margin-top:16px;
}

.fake-container-query {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion p {
  display: inline;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Image viewer */
.modal-img {
  cursor: pointer;
}

.modal-img:hover {
  opacity: 0.8;
}

#image-viewer-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

#image-viewer-content {
  margin: auto;
  display: block;
  max-width: 100%;
}

#image-viewer-close {
  position: absolute;
  top: 48px;
  right: 36px;
  color: #EDFCF2;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#image-viewer-close:hover,
#image-viewer-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* INICIO ESTILOS DO ALERT */

.Alert {
  border-radius: 5px 9px 9px 5px;
}

.Alert-badge-container {
  display: flex;
  align-items: center;
}

.Alert-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.Alert-container-text {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.Alert-title {
	font-size: 16px;
  font-weight: bold;
}

.Alert--info {
  background-color: #DEF3FC;
  border-left: 4px solid #7CDCFC;
}

.Alert-title--info {
  color: #066DA1;
}

.Alert-text--info {
  color: #0890D4;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.Alert-badge--info {
  background-color: #7CDCFC;
  font-size: 11px;
  font-weight: 700;
  color: #0C4D6E;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--info, .article-body a.link--info:visited {
  text-decoration: underline;
  color: #0890D4 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--neutral {
  background-color: #F0F3F7;
  border-left: 4px solid #97A4B8;
}

.Alert-title--neutral {
  color: #344253
}

.Alert-text--neutral {
  color: #495769;
}

.Alert-badge--neutral {
  background-color: #E4E9F0;
  font-size: 11px;
  font-weight: 700;
  color: #495769;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--neutral, .article-body a.link--neutral:visited {
  text-decoration: underline;
  color: #495769 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--warning {
  background-color: #FFF1C7;
  border-left: 4px solid #F5B82A;
}

.Alert-title--warning {
  color: #A16207;
}

.Alert-text--warning {
  color: #CF870A;
}

.Alert-badge--warning {
  background-color: #FCCD4C;
  font-size: 11px;
  font-weight: 700;
  color: #713F12;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--warning, .article-body a.link--warning:visited {
  text-decoration: underline;
  color: #CF870A !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--negative {
  background-color: #FFE5E3;
  border-left: 4px solid #F56A5D;
}

.Alert-title--negative {
  color: #BA291C;
}

.Alert-text--negative {
  color: #D43628;
}

.Alert-badge--negative {
  background-color: #F05143;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--negative, .article-body a.link--negative:visited {
  text-decoration: underline;
  color: #D43628 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--success {
  background-color: #E9FACD;
  border-left: 4px solid #9FD44A;
}

.Alert-title--success {
  color: #51800F;
}

.Alert-text--success {
  color: #679E19;
}

.Alert-badge--success {
  background-color: #B5E667;
  font-size: 11px;
  font-weight: 700;
  color: #355313;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* FIM ESTILOS DO ALERT */

/* INICIO ESTILOS DO ACCORDION */
.Accordion {
  border-radius: 8px;
  padding: 24px 16px 24px 16px;
}

.Accordion-header {
  display: flex;
  justify-content: space-between;
}

.Accordion-title {
  margin-left: 16px;
}

.panel1 {
  display: none;
  width: 100%;
  padding: 16px 16px 24px 16px;
}

.Accordion-content {
  display: flex;
  flex-direction: column;
}

.angle-down {
  top: 13%;
  position: relative;
}

.icon-img {
  top: 10%;
  position: relative;
}

.Accordion-default {
  background-color: #FFF;
  border: 1px solid #CCD5E0;
}

.Default-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F2A3B;
}

.Default-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #34AD61;
}

.Default-panel {
  border-bottom: 1px solid #CCD5E0;
  border-right: 1px solid #CCD5E0;
  border-left: 1px solid #CCD5E0;
  background-color: #FFF;
  display: none;
}

.Accordion-positive {
  background-color: #F5FCE8;
  border: 1px solid #D5F79E;
}

.Positive-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #355313;
}

.Positive-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #51800F;
}

.Positive-panel {
  border-bottom: 1px solid #D5F79E;
  border-right: 1px solid #D5F79E;
  border-left: 1px solid #D5F79E;
  background-color: #F5FCE8;
  color: #51800F;
  display: none;
}

.Accordion-warning {
  background-color: #FCF9EB;
  border: 1px solid #FDE68A;
}

.Warning-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #713F12;
}

.Warning-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #A16207;
}

.Warning-panel {
  border-bottom: 1px solid #FDE68A;
  border-right: 1px solid #FDE68A;
  border-left: 1px solid #FDE68A;
  background-color: #FCF9EB;
  color: #A16207;
  display: none;
}

/* FIM ESTILOS DO ACCORDION */

.links-new-menu {
	display: flex;
  align-items: center;
  margin: 0 15px;
  flex-wrap: nowrap;
  width:auto;
}

.new-menu{
	display: flex;  
  margin-right: 34px;
}

.new-menu-button {
  background: transparent;
  border: 2px solid #134E4A;
  padding: 0;
  border-radius: 25px;
  opacity: 1;
  margin: 10px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}

.new-menu-button.experimente-button {
  background: #134E4A !important;
}

.nav-wrapper a.socials {
  padding: 0;
}

.nav-wrapper a.button-link {
  padding: 0;
  color: #134E4A;
  font-weight: bold;
  display: flex;             /* Permite alinhar o texto */
  align-items: center;       /* Centraliza verticalmente */
  justify-content: center;   /* Centraliza horizontalmente */
  padding: 5px 20px;         /* O "gordinho" vem pra cá! A área de clique aumenta */
  width: 100%;               /* Ocupa 100% da caixa do botão */
  height: 100%;              /* Ocupa 100% da altura */
  text-decoration: none;     /* Garante sem sublinhado */
}

.nav-wrapper a.button-link.experimente-link {
  color: #fff !important;
}

.new-menu-button:hover {
  border: 2px solid #34AD61;
  border-color: #34AD61 !important;
}

.new-menu-button:hover a,
.new-menu-button:hover .button-link {
  color: #34AD61 !important;
  text-decoration: none; /* Garante que não apareça sublinhado */
}

.new-menu-button.experimente-button:hover {
  background: #34ad61 !important;
  color: #fff !important;
}

.nav-wrapper a.button-link:hover {
  text-decoration: none;
  color: #34ad61;
}

.nav-wrapper a.button-link.experimente-link:hover {
  color: #fff !important;
}

.nav-wrapper a.button-link.experimente-link:visited {
  text-decoration: none;
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .new-menu {
    margin-right: 0;
  }
  
  .links-new-menu {
    width: auto;
    margin: 0;
	}
  
  .nav-wrapper a {
    display: block;
	}
  
  .follow-us {
    display: none !important;
	}
}

@media (max-width: 420px) {
  .new-menu {
    margin-right: 0;
    display: block;
  }
  
  .links-new-menu {
    width: auto;
    margin: 0;
	}
  
  .nav-wrapper a {
    display: block;
	}
  
  .follow-us {
    display: none !important; 
	}
  
  .new-menu-button {
    display: flex;
    justify-content: center;
	}
}

@media (max-width: 1000px) { 
	#pesquisa-header {
    display: none !important;
  }
}

/* -----------------------------------------------------------
   CORREÇÃO 1: TEXTOS SOBREPOSTOS (ARTIGOS MAIS LIDOS)
   Problema: A altura fixa de 100px estava fazendo textos longos
   invadirem o espaço do próximo item.
----------------------------------------------------------- */

.promoted-articles-item a {
  /* Remove a altura fixa que causava a sobreposição */
  height: auto !important; 
  
  /* Define uma altura mínima para manter consistência visual, mas permite crescer */
  min-height: 80px; 
  
  /* Adiciona flexbox para alinhar verticalmente textos curtos */
  display: flex;
  align-items: center; 
  
  /* Garante espaçamento inferior para não grudar no próximo item */
  padding-bottom: 15px; 
  margin-bottom: 10px;
}

/* Ajuste específico para garantir que o ícone e texto fiquem alinhados */
.promoted-articles-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* --- CORREÇÃO DO CABEÇALHO (BOTÕES E ÍCONES) --- */

/* 1. Container Geral (Segura Botões + Ícones) */
.links-new-menu {
  display: flex;
  align-items: center;  /* Garante que tudo fique alinhado pelo centro verticalmente */
  gap: 30px;            /* Cria um espaço generoso entre os Botões e os Ícones Sociais */
  margin: 0 !important; /* Remove margens laterais estranhas */
  height: 100%;
}

/* 2. Grupo dos Botões (Entrar + Experimente) */
.new-menu {
  display: flex;
  align-items: center;
  gap: 15px;            /* Espaço entre o botão "Entrar" e "Experimente" */
  margin: 0 !important; /* Remove margens antigas */
}

/* Remove margens individuais dos botões para o alinhamento funcionar */
.new-menu-button {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

/* 3. Grupo dos Ícones Sociais (Facebook, Linkedin, etc) */
.follow-us {
  display: flex;
  align-items: center;
  gap: 8px;             /* Espaço entre cada bolinha verde (ícone) */
  margin: 0 !important; /* Remove a margem de 20% que estava quebrando o layout */
}

/* Garante que os ícones não tenham margens extras atrapalhando */
.follow-us a {
  display: block;
  line-height: 0;       /* Evita que o ícone tenha altura fantasma */
}

/* -----------------------------------------------------------
   AJUSTES MOBILE PARA OS BOTÕES
   Garante que no mobile eles se comportem bem
----------------------------------------------------------- */

@media (max-width: 768px) {
  .new-menu {
    flex-direction: column; /* Empilha em telas muito pequenas se necessário */
    gap: 10px;
    width: 100%;
  }
  
  .new-menu-button {
    width: 100%; /* Botão largura total no mobile */
    margin-bottom: 5px !important;
  }
  
  .links-new-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
/* -----------------------------------------------------------
   CORREÇÕES GERAIS PARA MOBILE (Adicionar ao final do CSS)
----------------------------------------------------------- */

@media (max-width: 768px) {
  
  /* 1. PREVENÇÃO DE BARRA BRANCA LATERAL */
  html, body {
    overflow-x: hidden; /* Corta qualquer excesso lateral acidental */
    max-width: 100vw;   /* Garante que o corpo não exceda a janela */
  }

  /* 2. CORREÇÃO DO BLOCO DE BOAS-VINDAS (Hero) 
     O original tinha width: 370px, o que estoura telas pequenas */
  .welcome {
    width: 100% !important; /* Muda de fixo para fluido */
    padding: 0 15px; /* Adiciona respiro nas laterais */
    text-align: center; /* Garante centralização do texto */
  }

  /* Reduz um pouco o título gigante no mobile para não quebrar */
  .welcome h2 span {
    font-size: 42px !important; /* Reduz de 64px para algo legível no mobile */
  }

  /* 3. CORREÇÃO DOS VÍDEOS CORTADOS 
     O original forçava 390px de largura nas imagens e container */
  
  .container-featuring-video {
    width: 100% !important; /* Ocupa 100% da tela disponível */
    max-width: 100% !important; /* Remove o limite de pixels fixos */
    margin: 0 auto; /* Centraliza */
    padding: 0 10px; /* Margem de segurança */
  }

  .container-featuring-video img {
    width: 100% !important; /* A imagem se adapta à largura do pai */
    max-width: 100% !important; /* Nunca excede a tela */
    height: auto !important; /* Mantém a proporção (não estica) */
    object-fit: contain; /* Garante que a imagem apareça inteira */
  }

  /* Ajuste para textos abaixo do vídeo também não vazarem */
  .title-video, 
  .description-video {
    width: 100% !important;
    word-wrap: break-word; /* Quebra palavras longas se necessário */
  }
  
  /* 4. GARANTIA GERAL PARA IMAGENS */
  /* Isso impede que qualquer outra imagem grande quebre o layout */
  img {
    max-width: 100%;
    height: auto;
  }
}
}

/* --- CORREÇÃO DE HIERARQUIA NA PÁGINA DE CATEGORIAS --- */

/* Força os links de artigos dentro da categoria a voltarem para cinza */
.category-content .article-list-item a {
  color: #717171;     /* Cinza escuro (padrão do texto) */
  font-weight: 400;   /* Peso normal (tira o negrito se tiver) */
  font-size: 16px;
}

/* Espelhamento do alinhamento: Logo tem 5% na esquerda, Menu ganha 5% na direita */
@media (min-width: 1160px) {
  .nav-wrapper {
    padding-right: 5%;
  }
}

/* --- HEADER FIXO (STICKY) NA HOME - VERSÃO 2 (CORRIGIDA) --- */

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

@media (min-width: 1024px) {
  /* 1. Estilo da Barra Fixa com Sombra Reforçada */
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* Aqui está a sombra mais forte que você pediu: */
    box-shadow: 0 4px 20px rgba(0,0,0,0.15); 
    animation: slideDown 0.3s ease;
    padding-right: 5%;
    background-color: #fff;
    /* Garante que os itens fiquem centralizados */
    align-items: center; 
  }

  /* 2. Container da Pesquisa no Header */
  .header-search-container {
    display: none; /* Escondido por padrão */
    flex: 1;       /* Ocupa o espaço disponível no meio */
    max-width: 500px;
    margin: 0 20px;
  }

  /* Faz aparecer quando a barra fixa */
  .header.sticky .header-search-container {
    display: block;
  }

/* 3. Visual do Campo de Busca (Input) - FORMATO QUADRADO/ARREDONDADO */
  .header-search-container form {
    position: relative;
    width: 100%;
  }

  .header-search-container input[type="search"] {
    width: 100%;
    height: 40px;
    
    /* MUDANÇA 1: Borda verde padrão (igual ao print da home) */
    border: 1px solid #34AD61; 
    
    /* MUDANÇA 2: Cantos levemente arredondados (antes era 25px) */
    border-radius: 5px; 
    
    padding: 0 45px 0 20px; /* Mantém espaço para texto e ícone */
    font-size: 14px;
    background-color: #ffffff;
    
    /* Remove estilos nativos */
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    color: #555;
    transition: all 0.2s;
  }

  .header-search-container input[type="search"]:focus {
    /* Efeito ao clicar (sombra suave verde) */
    box-shadow: 0 0 0 3px rgba(52, 173, 97, 0.2);
  }

  /* 4. Ícone da Lupa - AJUSTADO PARA A DIREITA */
  .header-search-container form::before {
    content: "\1F50D";
    position: absolute;
    
    /* MUDANÇA 3: Trocamos left por right */
    right: 15px; 
    left: auto; /* Garante que não tenha regra puxando pra esquerda */
    
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; /* Aumentei um pouquinho pra ficar mais visível */
    color: #34AD61;
    pointer-events: none;
    z-index: 2;
  }
}
@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

@font-face {
	font-family: 'Gilroy Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Gilroy Bold'), url(/hc/theming_assets/01KB0306NZ9E4APD5501J3V4A7) format('woff');
}

@font-face {
	font-family: 'Gilroy'; /* Regular */
	font-style: normal;
	font-weight: 400;
	src: local('Gilroy Regular'), url(/hc/theming_assets/01KB0306FNW7M7SAX8FDP22YP3) format('woff');
}

@font-face {
	font-family: 'Gilroy Semibold';
	font-style: normal;
	font-weight: 600;
	src: local('Gilroy SemiBold'), url(/hc/theming_assets/01KB03052W1V9SJRZ1EEACS2XA) format('woff');
}

@font-face {
	font-family: 'Gilroy Light';
	font-style: normal;
	font-weight: 300;
	src: local('Gilroy Light'), url(/hc/theming_assets/01KB0304MH98GE5NKEZH5DW6AN) format('woff');
}

:root {
  
  --font-primary:    'Gilroy', sans-serif;
  --font-heading:    'Gilroy Bold', sans-serif;
  --font-semibold:   'Gilroy Semibold', sans-serif;
  --font-light:      'Gilroy Light', sans-serif;
}


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;
}

main {
  background-color: #EDFCF2 !important;
}

.home-page main {
  background-color: #ffffff !important;
}

@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: #58B677;
  text-decoration: none;
}

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

a:visited {
    color: #1F6C3C;
}

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

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

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01KB39MX836YNN78QZW8MACH11) 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%;
  }
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

.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, [role="button"] {
  border: 1px solid #34AD61 !important;
  border-radius: 4px;
  color: #34AD61 !important;
  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, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: #0072EF;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #34AD61;
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #1c5f35;
  border-color: #1c5f35;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  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;
}

@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;
}

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

.table td {
  display: block;
}

@media (min-width: 768px) {
  .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.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

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

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01KB03003G1C8XG12AZB1GT8AR) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.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;
}

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

/***** Header *****/
.header {
  position: relative;
  align-items: center;
  display: flex;
  height: 95px;
  justify-content: space-between;
  background-color: #FFFFFF;
  /* ADICIONE ESTAS DUAS LINHAS: */
  box-shadow: 0 1px 10px rgba(0,0,0,0.05); /* Sombra suave inicial */
  z-index: 10; /* Garante que a sombra fique por cima do banner verde */
}
}

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

.logo {
  padding-left:5%;
}

.logo img {
  width: 124px;
	height: 67px;
  margin-top: 12px;
}

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

@media (min-width: 768px) {
  .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;
  font-size: 14px;
  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.login {
  display: inline-block;
}

.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;
}

/***** 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 > [role="button"] {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #1F73B7;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #1F73B7;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="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::before {
  background-color: #0072EF;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  padding: 30px 0;
}

.footer a {
  color: #666;
}

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

@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;
  }
}

#div-query {
  width:40%;
}

@media (max-width: 768px) {
  #div-query {
    width:70%;
  }
  .category-container {
    display:block !important;
  }
	.blocks-list {
    max-width: 830px;
	}
  
  .links-primeiros-passos img {
    display:none;
  }
  
	.cd-top.cd-is-visible {
    display:none;
  }
  
  .container-featuring-video img {
    max-height: 390px;
    max-width: 390px;
	}
  
}


.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Gilroy';
  color:#5AC782 !important;
}

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

.breadcrumbs li a:visited {
  color: #5AC782 !important;
}

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

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

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

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

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #34AD61;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 15px;
  font-weight: bold !important;
  cursor:pointer;
}

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

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

/***** Hero component *****/
.hero {
  background-color:#EDFCF2;
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
	height: 100%;
  flex-wrap: wrap;
}

.welcome {
  width:370px;
  text-align:left;
}

.welcome h2 {
  font-family: 'Gilroy Bold';
  font-size:38px;
  color:#666666;
}

.welcome h2 span {
  font-family: 'Gilroy Bold';
  color:#34AD61;
  font-size:64px;
  line-height: 0.6;
}

.welcome h2 span span {
  display:block;
  text-align:right;
}

.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;
}

.article .sub-nav {
  margin-bottom:0;
}

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 20px;
  font-family: 'Gilroy Semibold';
  color: #717171;
  font-size:30px;
}

.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::before {
  content: "\1F512";
  font-size: 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 {
  max-width:1000px;
  display: flex;
  flex-wrap: wrap;
}

.blocks-list li {
  width: 170px;
}

@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;
  justify-content: center;
  border-radius: 15px;
  transition: all 0.3s ease;
}

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

.blocks-item:hover img {

}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #34AD61;
  transform: translateY(-7px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.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::before {
  content: "\1F512";
  font-size: 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;
  cursor:pointer;
}

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

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

.blocks-item-title {
  margin-bottom: 0;
  font-size: 17px;
  font-family: 'Gilroy';
  margin-top: 18px;
  color:#7B7B7B;
}

.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: 23px;
  }
}

.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;
  width: 50%;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 40%;
    margin-right: 40px;
    justify-content: center;
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

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

.promoted-articles-item a {
  font-family:'Gilroy Bold';
  display: block;
  padding: 15px 0;
  font-size:20px;
  color:#34AD61;
  height:100px;
}

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

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

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

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01KB0309JF1KZ01MJWC8Q692PY);
  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-item-comment span::before {
  color: #0072EF;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

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

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

.category-content {
  flex: 1;
  margin-left:20px;
  background-color:#FFF;
  box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  padding: 42px;
}

.category-content .sub-nav {
  margin-bottom:0;
}

@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: column;
  }
}

.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: #5AC782;
}

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

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

.article-list-item a {
  color: #34AD61;       /* Verde da marca */
  font-weight: 500;     /* Peso da fonte */
  font-size: 16px;      /* Tamanho do texto */
  text-decoration: none;
  transition: color 0.2s;
}

.article-list-item a:hover {
  color: #288f4e;       /* Verde mais escuro no hover */
  text-decoration: underline;
}

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: #34AD61; /* Cor alterada para green-500 */
  font-size: 18px;
}

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

.section-content {
  background-color: #FFFFFF; /* O Fundo Branco do "quadrado" */
  padding: 40px;             /* Espaço interno para o texto não colar na borda */
  border-radius: 10px;       /* Bordas arredondadas */
  box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Sombra suave para destacar do verde */
  
  /* Mantém o alinhamento flexível que já existia */
  flex: 1; 
  margin-bottom: 60px;
}

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

.section-subscribe .dropdown-toggle::after {
  display: none;
}

.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;
  padding: 20px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 20px 30px;
    margin-left: 35px;
  }
}
 
.container-videos-bling {
   display:flex;
   flex-wrap:wrap;
   justify-content:center;
}

@media (max-width: 1024px) {
  .article {
    margin-left: 0;
  }
  
 .container-videos-bling {
   display:block;
 }

  .container-videos {
    flex-flow: column;
    align-items: center;
  }
  
  .toggle-categories {
    display:block !important;
  }
  

}

@media (max-width: 1065px) {
	.blocks-list {
    max-width: 830px;
  }
}

.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-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

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

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

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  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: #1F6C3C !important;
}

.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;
  overflow-wrap: anywhere;
  white-space: break-spaces;
}

.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-content table {
  border: 2px dotted #CCC;
}

.article-content table tbody td{
  padding:15px;
}

.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 {
  background: transparent;
  border: 1px solid #0072EF;
  color: #0072EF;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  color:#34AD61;
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #0072EF;
}

.article-vote:hover {
  background-color: #34AD61;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote .icon, .article-vote .search::before, .article-vote .recent-activity-item-comment span::before, .recent-activity-item-comment .article-vote span::before, .article-vote .article-vote::before, .article-vote .attachments .attachment-item::before, .attachments .article-vote .attachment-item::before, .article-vote .share a::before, .share .article-vote a::before, .article-vote .actions .dropdown-toggle::before, .actions .article-vote .dropdown-toggle::before, .article-vote .collapsible-nav-toggle::after, .article-vote .collapsible-sidebar-toggle::after {
  vertical-align: middle;
}

.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-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #0072EF;
  color: #FFF !important;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #004189;
  border-color: #004189;
}

.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 {
  background-color: #34AD61;
  color: #FFFFFF;
  text-decoration: none;
}

.sidenav-item:hover {
  background-color: #EDFCF2;
	color:#000
}

.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::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

[dir="rtl"] .attachments .attachment-item::before {
  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 a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: #0072EF;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

/***** 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;
  }
}

.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:hover,
.vote-down:hover {
  color: #0072EF;
}

.vote-up, .vote-down {
  color: #666;
  min-height: 44px;
  min-width: 44px;
  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 .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

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

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

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

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

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

.community-header h1 {
  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 .dropdown {
  width: 100%;
}

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

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

.community-follow [role="button"]:hover {
  background-color: #0072EF;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

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

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

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

.community-follow [role="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 [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="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 {
  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-answered {
  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;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.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::after {
  content: "\25BE";
}

.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"] .collapsible-nav-toggle::after {
  content: "\2715";
}

.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;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
  padding: 10px;
}

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

.collapsible-sidebar-title {
  margin-top: 0;
  color:#34AD61;
  font-size:20px;
  text-align: center;
  font-family: 'Gilroy';
  margin-top: 15px;
}

.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%;
}

.filters-in-section:first-child {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.filters-in-section:last-child {
  border-top-left-radius:0;
  border-top-right-radius:0;
}


.filters-in-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
  border-radius:5px;
}

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

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

.collapsible-sidebar-toggle::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
}

.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-toggle::after {
  content: "\2715";
}

.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;
  }
}

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

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

.requests-table-toolbar .organization-unsubscribe {
  background-color: #0072EF;
  color: #FFFFFF;
}

.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 */
.subscriptions-unsubscribe a {
  background: #0072EF;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #004189;
  text-decoration: none;
}

.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 #EDFCF2;
  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;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #CCC;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 36px;
    width: 35px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 20px;
  color: #666;
  padding: 10px 12px;
  color:#69E1A5;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 20px;
    padding: 2px 12px;
  }
}

.pagination-current {
  background-color: #34AD61;
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** 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;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.actions .dropdown-toggle::before,
.collapsible-nav-toggle::after,
.collapsible-sidebar-toggle::after {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* 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::before {
  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;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #0072EF;
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #0072EF;
}

.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::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  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-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

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

.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;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  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::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

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

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

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** 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;
  font-family: 'Gilroy';
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 15px 25px;
}

@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;
}

.results-list-item-link {
  color:#34AD61;
  font-size:24px;
  font-family: 'Gilroy Semibold';
}

@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[aria-selected="true"] {
  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: #999;
}

.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-family:'Gilroy Semibold';
  font-size: 38px;
  color:#717171;
  margin-bottom: 0;
}

.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;
  font-size:20px;
  
}

.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: #34AD61;
  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;
  }
}

@media (max-width: 1100px) {
  .links-primeiros-passos {
    justify-content:center;
  }
  
  .primeiros-passos {
    margin-left:30px;
  }
  
  .promoted-articles {
    align-items: center;
  }
  
  .container-artigos-lidos h2 {
    margin-left:30px;
  }
  
  .category-container {
    display:block;
  }
  
  .category-content {
    margin-left:0;
  }
  
}

.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;
}

/*CUSTOMIZACOES LAYOUT BLING*/
.follow-us {
  margin-right:20%;
  display:flex;
  align-items: center;
}

.box-item {
      width: 100%;
  height: 105px;
  font-size:20px;
  font-family: 'Gilroy';
  display:flex;
  flex-flow:column;
  margin: 6px 0;
}

.box-item img {
  max-height:40px;
}

.primeiros-passos {
  display:flex;
  align-items:flex-end;
  flex-wrap: wrap;
}

.primeiros-passos h2 {
  font-size:60px;
  color:#134E4A;
  font-family: 'Gilroy Light';
  margin-bottom:0;
  margin-top:60px;
}

.primeiros-passos h4 {
  font-size:20px;
  color: #f8fafc;
  font-family: 'Gilroy';
  margin: 0 0 18px 20px;
}

.links-primeiros-passos {
  display:flex;
  flex-wrap: wrap;
  border-radius:5px;
  margin-top:30px;
}

#primeirosPassos {
  background-color:#EDFCF2;
}

.title-categories {
  font-family: 'Gilroy Bold';
  color: #717171;
  font-size: 22px;
}

.container-primeiros-passos {
	max-width: 1190px;
  margin: 0 auto;
  padding-bottom:70px;
}

.nomes-links {
  margin-left: 13px;
  background-color: #34AD61;
  max-height: 300px;
  min-width: 380px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.nomes-links ul li a {
  font-family: 'Gilroy Bold';
  color: #f8fafc;
  font-size:20px;
}

.nomes-links ul li{
  margin-top:15px;
  margin-left: 20px;
}

.nomes-links ul li:first-child {
  margin-top: 0;
}

.container-artigos-lidos {
  max-width: 1190px;
  margin: 0 auto;
}

.container-artigos-lidos h2 {
  font-family: 'Gilroy Light';
  font-size:60px;
  color:#134E4A;
}

#pesquisa-header {
  min-width: 440px;
  top: 0;             /* Mudamos de 8px para 0 */
  position: relative;
  margin-top: 0;      /* Garante que não tenha margem empurrando */
  align-self: center; /* Força o alinhamento vertical pelo centro */
}

.container-videos {
  display:flex;
}

.container-videos p {
   margin:0;
}

.container-videos img:hover {
  filter: brightness(60%);
}

.container-featuring-video {
  max-width:450px;
}

.container-featuring-video img {
  max-height:450px;
  max-width:450px;
}

.container-featuring-video img {
  max-height:450px;
  max-width:450px;
}

.title-video {
  line-height: 1.2;
}

.container-featuring-video .title-video {
	color:#191919;
  font-size:24px;
  font-family:'Gilroy Semibold';
  margin: 5px 0 5px 0;
}

.container-featuring-video .description-video {
  color:#191919;
  font-size:20px;
}

.container-small-video {
  margin-left:30px;
  max-width: 235px;
  margin-bottom:10px;
}

.container-small-video img {
  max-width: 213px;
	max-height: 121px;
}

.container-small-video .title-video {
  color:#191919;
  font-family:'Gilroy Semibold';
}

.container-small-video p:not(.title-video){
  font-size:15px;
  font-family:'Gilroy';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hidden {
  display:none !important;
  transition: width 2s;
}

.rotate-arrow {
  transform: rotate(180deg);
  transition: 0.7s;
}

.see-articles {
  z-index:9999;
}

.img-home {
  background-image: url(/hc/theming_assets/01KB39MYTM2G9YNPK2YH43ZFMV);
}

#section-categories-title {
  font-size: 20px;
  color: #5AC782;
}

.sidebar-body {
  margin-top:10px;
}

/* VOLTAR AO TOPO*/
.cd-top {
	display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url('/hc/theming_assets/01KB39MY7J0GZ5D2F53YKARJZB') no-repeat left 50%;
  visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
 	opacity: 1;
}
.cd-top.cd-fade-out {
 	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 0.8;
}

.no-touch .cd-top:hover {
	background-color: #F79420;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
  	right: 55px;
  	bottom: 60px;
	}
}

@media only screen and (min-width: 1024px) {
  .cd-top {
  	height: 63px;
    width: 65px;
    bottom: 60px;
	}
}

zd-autocomplete-breadcrumbs-multibrand {
  color: #888888 !important;
  font-family: 'Gilroy';
}

zd-autocomplete-title-multibrand {
  color: #888888 !important;
  font-weight: 500;
  font-family: 'Gilroy';
}

.article-sidebar .sidebar-body,
.article-container .collapsible-sidebar-body {
	margin-top:16px;
}

.fake-container-query {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion p {
  display: inline;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Image viewer */
.modal-img {
  cursor: pointer;
}

.modal-img:hover {
  opacity: 0.8;
}

#image-viewer-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

#image-viewer-content {
  margin: auto;
  display: block;
  max-width: 100%;
}

#image-viewer-close {
  position: absolute;
  top: 48px;
  right: 36px;
  color: #EDFCF2;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#image-viewer-close:hover,
#image-viewer-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* INICIO ESTILOS DO ALERT */

.Alert {
  border-radius: 5px 9px 9px 5px;
}

.Alert-badge-container {
  display: flex;
  align-items: center;
}

.Alert-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.Alert-container-text {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.Alert-title {
	font-size: 16px;
  font-weight: bold;
}

.Alert--info {
  background-color: #DEF3FC;
  border-left: 4px solid #7CDCFC;
}

.Alert-title--info {
  color: #066DA1;
}

.Alert-text--info {
  color: #0890D4;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.Alert-badge--info {
  background-color: #7CDCFC;
  font-size: 11px;
  font-weight: 700;
  color: #0C4D6E;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--info, .article-body a.link--info:visited {
  text-decoration: underline;
  color: #0890D4 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--neutral {
  background-color: #F0F3F7;
  border-left: 4px solid #97A4B8;
}

.Alert-title--neutral {
  color: #344253
}

.Alert-text--neutral {
  color: #495769;
}

.Alert-badge--neutral {
  background-color: #E4E9F0;
  font-size: 11px;
  font-weight: 700;
  color: #495769;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--neutral, .article-body a.link--neutral:visited {
  text-decoration: underline;
  color: #495769 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--warning {
  background-color: #FFF1C7;
  border-left: 4px solid #F5B82A;
}

.Alert-title--warning {
  color: #A16207;
}

.Alert-text--warning {
  color: #CF870A;
}

.Alert-badge--warning {
  background-color: #FCCD4C;
  font-size: 11px;
  font-weight: 700;
  color: #713F12;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--warning, .article-body a.link--warning:visited {
  text-decoration: underline;
  color: #CF870A !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--negative {
  background-color: #FFE5E3;
  border-left: 4px solid #F56A5D;
}

.Alert-title--negative {
  color: #BA291C;
}

.Alert-text--negative {
  color: #D43628;
}

.Alert-badge--negative {
  background-color: #F05143;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.link--negative, .article-body a.link--negative:visited {
  text-decoration: underline;
  color: #D43628 !important;
  font-size: 14px;
  font-weight: 700;
}

.Alert--success {
  background-color: #E9FACD;
  border-left: 4px solid #9FD44A;
}

.Alert-title--success {
  color: #51800F;
}

.Alert-text--success {
  color: #679E19;
}

.Alert-badge--success {
  background-color: #B5E667;
  font-size: 11px;
  font-weight: 700;
  color: #355313;
  width: 60px;
  margin-left: 8px;
 	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

/* FIM ESTILOS DO ALERT */

/* INICIO ESTILOS DO ACCORDION */
.Accordion {
  border-radius: 8px;
  padding: 24px 16px 24px 16px;
}

.Accordion-header {
  display: flex;
  justify-content: space-between;
}

.Accordion-title {
  margin-left: 16px;
}

.panel1 {
  display: none;
  width: 100%;
  padding: 16px 16px 24px 16px;
}

.Accordion-content {
  display: flex;
  flex-direction: column;
}

.angle-down {
  top: 13%;
  position: relative;
}

.icon-img {
  top: 10%;
  position: relative;
}

.Accordion-default {
  background-color: #FFF;
  border: 1px solid #CCD5E0;
}

.Default-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F2A3B;
}

.Default-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #34AD61;
}

.Default-panel {
  border-bottom: 1px solid #CCD5E0;
  border-right: 1px solid #CCD5E0;
  border-left: 1px solid #CCD5E0;
  background-color: #FFF;
  display: none;
}

.Accordion-positive {
  background-color: #F5FCE8;
  border: 1px solid #D5F79E;
}

.Positive-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #355313;
}

.Positive-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #51800F;
}

.Positive-panel {
  border-bottom: 1px solid #D5F79E;
  border-right: 1px solid #D5F79E;
  border-left: 1px solid #D5F79E;
  background-color: #F5FCE8;
  color: #51800F;
  display: none;
}

.Accordion-warning {
  background-color: #FCF9EB;
  border: 1px solid #FDE68A;
}

.Warning-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #713F12;
}

.Warning-link{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #A16207;
}

.Warning-panel {
  border-bottom: 1px solid #FDE68A;
  border-right: 1px solid #FDE68A;
  border-left: 1px solid #FDE68A;
  background-color: #FCF9EB;
  color: #A16207;
  display: none;
}

/* FIM ESTILOS DO ACCORDION */

.links-new-menu {
	display: flex;
  align-items: center;
  margin: 0 15px;
  flex-wrap: nowrap;
  width:auto;
}

.new-menu{
	display: flex;  
  margin-right: 34px;
}

.new-menu-button {
  background: transparent;
  border: 2px solid #134E4A;
  padding: 0;
  border-radius: 25px;
  opacity: 1;
  margin: 10px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}

.new-menu-button.experimente-button {
  background: #134E4A !important;
}

.nav-wrapper a.socials {
  padding: 0;
}

.nav-wrapper a.button-link {
  padding: 0;
  color: #134E4A;
  font-weight: bold;
  display: flex;             /* Permite alinhar o texto */
  align-items: center;       /* Centraliza verticalmente */
  justify-content: center;   /* Centraliza horizontalmente */
  padding: 5px 20px;         /* O "gordinho" vem pra cá! A área de clique aumenta */
  width: 100%;               /* Ocupa 100% da caixa do botão */
  height: 100%;              /* Ocupa 100% da altura */
  text-decoration: none;     /* Garante sem sublinhado */
}

.nav-wrapper a.button-link.experimente-link {
  color: #fff !important;
}

.new-menu-button:hover {
  border: 2px solid #34AD61;
  border-color: #34AD61 !important;
}

.new-menu-button:hover a,
.new-menu-button:hover .button-link {
  color: #34AD61 !important;
  text-decoration: none; /* Garante que não apareça sublinhado */
}

.new-menu-button.experimente-button:hover {
  background: #34ad61 !important;
  color: #fff !important;
}

.nav-wrapper a.button-link:hover {
  text-decoration: none;
  color: #34ad61;
}

.nav-wrapper a.button-link.experimente-link:hover {
  color: #fff !important;
}

.nav-wrapper a.button-link.experimente-link:visited {
  text-decoration: none;
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .new-menu {
    margin-right: 0;
  }
  
  .links-new-menu {
    width: auto;
    margin: 0;
	}
  
  .nav-wrapper a {
    display: block;
	}
  
  .follow-us {
    display: none !important;
	}
}

@media (max-width: 420px) {
  .new-menu {
    margin-right: 0;
    display: block;
  }
  
  .links-new-menu {
    width: auto;
    margin: 0;
	}
  
  .nav-wrapper a {
    display: block;
	}
  
  .follow-us {
    display: none !important; 
	}
  
  .new-menu-button {
    display: flex;
    justify-content: center;
	}
}

@media (max-width: 1000px) { 
	#pesquisa-header {
    display: none !important;
  }
}

/* -----------------------------------------------------------
   CORREÇÃO 1: TEXTOS SOBREPOSTOS (ARTIGOS MAIS LIDOS)
   Problema: A altura fixa de 100px estava fazendo textos longos
   invadirem o espaço do próximo item.
----------------------------------------------------------- */

.promoted-articles-item a {
  /* Remove a altura fixa que causava a sobreposição */
  height: auto !important; 
  
  /* Define uma altura mínima para manter consistência visual, mas permite crescer */
  min-height: 80px; 
  
  /* Adiciona flexbox para alinhar verticalmente textos curtos */
  display: flex;
  align-items: center; 
  
  /* Garante espaçamento inferior para não grudar no próximo item */
  padding-bottom: 15px; 
  margin-bottom: 10px;
}

/* Ajuste específico para garantir que o ícone e texto fiquem alinhados */
.promoted-articles-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* --- CORREÇÃO DO CABEÇALHO (BOTÕES E ÍCONES) --- */

/* 1. Container Geral (Segura Botões + Ícones) */
.links-new-menu {
  display: flex;
  align-items: center;  /* Garante que tudo fique alinhado pelo centro verticalmente */
  gap: 30px;            /* Cria um espaço generoso entre os Botões e os Ícones Sociais */
  margin: 0 !important; /* Remove margens laterais estranhas */
  height: 100%;
}

/* 2. Grupo dos Botões (Entrar + Experimente) */
.new-menu {
  display: flex;
  align-items: center;
  gap: 15px;            /* Espaço entre o botão "Entrar" e "Experimente" */
  margin: 0 !important; /* Remove margens antigas */
}

/* Remove margens individuais dos botões para o alinhamento funcionar */
.new-menu-button {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

/* 3. Grupo dos Ícones Sociais (Facebook, Linkedin, etc) */
.follow-us {
  display: flex;
  align-items: center;
  gap: 8px;             /* Espaço entre cada bolinha verde (ícone) */
  margin: 0 !important; /* Remove a margem de 20% que estava quebrando o layout */
}

/* Garante que os ícones não tenham margens extras atrapalhando */
.follow-us a {
  display: block;
  line-height: 0;       /* Evita que o ícone tenha altura fantasma */
}

/* -----------------------------------------------------------
   AJUSTES MOBILE PARA OS BOTÕES
   Garante que no mobile eles se comportem bem
----------------------------------------------------------- */

@media (max-width: 768px) {
  .new-menu {
    flex-direction: column; /* Empilha em telas muito pequenas se necessário */
    gap: 10px;
    width: 100%;
  }
  
  .new-menu-button {
    width: 100%; /* Botão largura total no mobile */
    margin-bottom: 5px !important;
  }
  
  .links-new-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
/* -----------------------------------------------------------
   CORREÇÕES GERAIS PARA MOBILE (Adicionar ao final do CSS)
----------------------------------------------------------- */

@media (max-width: 768px) {
  
  /* 1. PREVENÇÃO DE BARRA BRANCA LATERAL */
  html, body {
    overflow-x: hidden; /* Corta qualquer excesso lateral acidental */
    max-width: 100vw;   /* Garante que o corpo não exceda a janela */
  }

  /* 2. CORREÇÃO DO BLOCO DE BOAS-VINDAS (Hero) 
     O original tinha width: 370px, o que estoura telas pequenas */
  .welcome {
    width: 100% !important; /* Muda de fixo para fluido */
    padding: 0 15px; /* Adiciona respiro nas laterais */
    text-align: center; /* Garante centralização do texto */
  }

  /* Reduz um pouco o título gigante no mobile para não quebrar */
  .welcome h2 span {
    font-size: 42px !important; /* Reduz de 64px para algo legível no mobile */
  }

  /* 3. CORREÇÃO DOS VÍDEOS CORTADOS 
     O original forçava 390px de largura nas imagens e container */
  
  .container-featuring-video {
    width: 100% !important; /* Ocupa 100% da tela disponível */
    max-width: 100% !important; /* Remove o limite de pixels fixos */
    margin: 0 auto; /* Centraliza */
    padding: 0 10px; /* Margem de segurança */
  }

  .container-featuring-video img {
    width: 100% !important; /* A imagem se adapta à largura do pai */
    max-width: 100% !important; /* Nunca excede a tela */
    height: auto !important; /* Mantém a proporção (não estica) */
    object-fit: contain; /* Garante que a imagem apareça inteira */
  }

  /* Ajuste para textos abaixo do vídeo também não vazarem */
  .title-video, 
  .description-video {
    width: 100% !important;
    word-wrap: break-word; /* Quebra palavras longas se necessário */
  }
  
  /* 4. GARANTIA GERAL PARA IMAGENS */
  /* Isso impede que qualquer outra imagem grande quebre o layout */
  img {
    max-width: 100%;
    height: auto;
  }
}
}

/* --- CORREÇÃO DE HIERARQUIA NA PÁGINA DE CATEGORIAS --- */

/* Força os links de artigos dentro da categoria a voltarem para cinza */
.category-content .article-list-item a {
  color: #717171;     /* Cinza escuro (padrão do texto) */
  font-weight: 400;   /* Peso normal (tira o negrito se tiver) */
  font-size: 16px;
}

/* Espelhamento do alinhamento: Logo tem 5% na esquerda, Menu ganha 5% na direita */
@media (min-width: 1160px) {
  .nav-wrapper {
    padding-right: 5%;
  }
}

/* --- HEADER FIXO (STICKY) NA HOME - VERSÃO 2 (CORRIGIDA) --- */

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

@media (min-width: 1024px) {
  /* 1. Estilo da Barra Fixa com Sombra Reforçada */
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* Aqui está a sombra mais forte que você pediu: */
    box-shadow: 0 4px 20px rgba(0,0,0,0.15); 
    animation: slideDown 0.3s ease;
    padding-right: 5%;
    background-color: #fff;
    /* Garante que os itens fiquem centralizados */
    align-items: center; 
  }

  /* 2. Container da Pesquisa no Header */
  .header-search-container {
    display: none; /* Escondido por padrão */
    flex: 1;       /* Ocupa o espaço disponível no meio */
    max-width: 500px;
    margin: 0 20px;
  }

  /* Faz aparecer quando a barra fixa */
  .header.sticky .header-search-container {
    display: block;
  }

/* 3. Visual do Campo de Busca (Input) - FORMATO QUADRADO/ARREDONDADO */
  .header-search-container form {
    position: relative;
    width: 100%;
  }

  .header-search-container input[type="search"] {
    width: 100%;
    height: 40px;
    
    /* MUDANÇA 1: Borda verde padrão (igual ao print da home) */
    border: 1px solid #34AD61; 
    
    /* MUDANÇA 2: Cantos levemente arredondados (antes era 25px) */
    border-radius: 5px; 
    
    padding: 0 45px 0 20px; /* Mantém espaço para texto e ícone */
    font-size: 14px;
    background-color: #ffffff;
    
    /* Remove estilos nativos */
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    color: #555;
    transition: all 0.2s;
  }

  .header-search-container input[type="search"]:focus {
    /* Efeito ao clicar (sombra suave verde) */
    box-shadow: 0 0 0 3px rgba(52, 173, 97, 0.2);
  }

  /* 4. Ícone da Lupa - AJUSTADO PARA A DIREITA */
  .header-search-container form::before {
    content: "\1F50D";
    position: absolute;
    
    /* MUDANÇA 3: Trocamos left por right */
    right: 15px; 
    left: auto; /* Garante que não tenha regra puxando pra esquerda */
    
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; /* Aumentei um pouquinho pra ficar mais visível */
    color: #34AD61;
    pointer-events: none;
    z-index: 2;
  }
}
/* --- CUSTOMIZAÇÃO V15 (FINAL): VISUAL PERFEITO + FONTE #888 --- */

/* 1. O Container Principal (A Caixa) */
zd-autocomplete, 
zd-autocomplete-multibrand {
  display: block !important;
  max-height: 50vh !important; /* Limite de altura */
  overflow-y: auto !important; /* Barra de rolagem automática */
  overflow-x: hidden !important;
  
  padding: 0 !important; /* Remove espaço branco (barra dupla) */
  margin: 0 !important;
  
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 0 0 5px 5px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
  z-index: 10000 !important;
}

/* 2. Reset das Listas Internas */
zd-autocomplete ul, zd-autocomplete li,
zd-autocomplete-multibrand ul, zd-autocomplete-multibrand li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  max-height: none !important;
}

/* 3. O Item da Lista (Resultado INATIVO) */
zd-autocomplete [role="option"],
zd-autocomplete-multibrand [role="option"] {
  display: block !important;
  width: 100% !important;
  padding: 12px 15px !important;
  
  outline: none !important;
  box-shadow: none !important;
  
  /* Barra Lateral Invisível */
  border: none !important;
  border-bottom: 1px solid #eee !important;
  border-left: 4px solid transparent !important; 
  
  /* AQUI ESTÁ A MUDANÇA DA COR: */
  color: #888888 !important; /* Cinza mais suave (#888) */
  cursor: pointer !important;
}

/* 4. Estado Hover / Selecionado (Verde) */
zd-autocomplete [role="option"]:hover,
zd-autocomplete [role="option"][aria-selected="true"],
zd-autocomplete-multibrand [role="option"]:hover,
zd-autocomplete-multibrand [role="option"][aria-selected="true"] {
  background-color: #EDFCF2 !important; /* Fundo Verde Claro */
  border-left-color: #34AD61 !important; /* Barra Verde */
  color: #34AD61 !important; /* Texto Verde */
}

/* 5. Textos Internos no Hover */
zd-autocomplete [role="option"]:hover *,
zd-autocomplete [role="option"][aria-selected="true"] *,
zd-autocomplete-multibrand [role="option"]:hover *,
zd-autocomplete-multibrand [role="option"][aria-selected="true"] * {
  color: #34AD61 !important;
  text-decoration: none !important;
}
/* --- CORREÇÃO FINAL V2: FORÇAR TODOS OS LINKS DA LISTA (COM OU SEM CLASSE) --- */

/* 1. Alvo Genérico: Qualquer link dentro da lista 'article-list' */
.article-list li a,
.article-list-item a,
.article-list-item a:visited,
.article-list-item.article-promoted a {
  color: #717171 !important; /* Cinza Padrão */
  font-weight: 400 !important;
  text-decoration: none !important;
  background-color: transparent !important;
}

/* 2. Limpeza interna (para garantir que nada dentro do link mude a cor) */
.article-list li a *,
.article-list-item a * {
  color: inherit !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

/* 3. Hover (Passar o mouse) */
.article-list li a:hover,
.article-list-item a:hover,
.article-list-item a:active {
  color: #34AD61 !important; /* Verde da Marca */
  text-decoration: underline !important;
  cursor: pointer !important;
}

/* 4. Hover interno */
.article-list li a:hover *,
.article-list-item a:hover * {
  color: #34AD61 !important;
  text-decoration: underline !important;
}
/* --- CORREÇÃO V7: LOGO GRANDE + BOTÕES 50/50 --- */

/* 1. Limpeza de Tablets (Redes sociais) */
@media (max-width: 1366px) {
  .follow-us { display: none !important; }
}

/* 2. LAYOUT MOBILE */
@media (max-width: 1023px) {
  
  /* Esconde busca duplicada */
  .header-search-container, .header form[role="search"] {
    display: none !important;
  }

  /* HEADER: Flexbox Horizontal sem quebra */
  .header {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 15px !important;
    height: auto !important;
    gap: 15px !important; /* Espaço entre Logo e Botões */
  }

  /* LOGO: Aumentada conforme pedido */
  .logo {
    flex: 0 0 auto !important; /* Tamanho fixo, não estica nem encolhe */
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .logo img {
    max-height: 45px !important; /* AUMENTADO (era 30px) */
    width: auto !important;
    margin: 0 !important;
    display: block !important;
  }

  /* CONTAINER DOS BOTÕES: Ocupa todo o espaço que sobra */
  .nav-wrapper {
    display: flex !important;
    flex: 1 1 auto !important; /* CRESCE para ocupar a direita toda */
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important; 
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  /* BOTÕES: Força divisão igual do espaço disponível */
  .nav-wrapper a.button,
  .nav-wrapper a.button-large,
  .nav-wrapper .new-menu-button {
    flex: 1 !important; /* O SEGREDO: Divide o espaço do container igualmente */
    width: 100% !important; /* Garante que preencha sua "fatia" */
    min-width: 0 !important; /* Permite encolher se necessário para não quebrar */
    
    margin: 0 !important;
    height: 38px !important; /* Altura confortável para o dedo */
    padding: 0 2px !important; /* Padding pequeno para caber o texto */
    
    /* Texto */
    font-size: 11px !important; /* Fonte ajustada para não quebrar */
    font-weight: 700 !important;
    white-space: nowrap !important;
    
    /* Centralização */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  
  /* Link interno do botão */
  .nav-wrapper .new-menu-button a {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }
}

/* --- CORREÇÃO MOBILE V2: PRIMEIROS PASSOS (SEPARADOS) --- */
@media (max-width: 768px) {

  /* 1. Container Geral: Coluna centralizada */
  .links-primeiros-passos {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  /* 2. Wrapper da Imagem (Ajuste de Margem) */
  .links-primeiros-passos > div:first-child {
    display: block !important;
    width: 90% !important;
    max-width: 380px !important;
    
    /* AQUI ESTÁ O ESPAÇAMENTO QUE FALTAVA: */
    margin: 0 0 20px 0 !important; /* 20px de espaço abaixo da imagem */
    
    padding: 0 !important;
    line-height: 0 !important;
  }

  /* 3. Estilo da Imagem (Arredondada completa) */
  .links-primeiros-passos img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    /* Agora arredondamos os 4 cantos para ficar um bloco bonito sozinho */
    border-radius: 10px !important; 
  }

  /* 4. Caixa Verde (Arredondada completa) */
  .nomes-links {
    width: 90% !important;
    max-width: 380px !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    
    /* Arredonda os 4 cantos também */
    border-radius: 10px !important; 
    
    padding: 30px 25px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .nomes-links ul {
    width: 100% !important;
    padding: 0 !important;
  }

  .nomes-links ul li {
    margin-left: 0 !important;
    margin-bottom: 12px !important;
  }
}
/* --- ESTILO NOVO: SEÇÃO YOUTUBE (V5 FINAL) --- */

#youtubeVideos {
  margin: 60px auto;
  width: 100%;
}

/* 1. Cabeçalho Centralizado */
.youtube-header {
  text-align: left;
  margin-bottom: 40px;
}

.youtube-header h2 {
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 36px;
  color: #344253;
  margin-bottom: 5px;
}

.youtube-header h4 {
  font-family: 'Gilroy', sans-serif;
  font-size: 18px;
  color: #717171;
  font-weight: 400;
}

/* 2. Layout Principal (Desktop) */
.videos-wrapper {
  display: flex;
  gap: 40px; /* Espaço entre o vídeo grande e a lista */
  align-items: flex-start;
}

/* --- LADO ESQUERDO: VÍDEO DESTAQUE --- */
.video-featured {
  flex: 1; /* Ocupa metade */
  max-width: 50%;
}

.video-thumb-large img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.video-thumb-large img:hover {
  transform: scale(1.02);
}

.video-featured .video-title {
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 22px;
  color: #344253;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.video-featured .video-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

/* --- LADO DIREITO: GRID DE VÍDEOS --- */
.videos-grid {
  flex: 1; /* Ocupa a outra metade */
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 Colunas no Desktop */
  gap: 25px;
}

.video-card {
  display: flex;
  flex-direction: column;
}

.video-thumb-small img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 10px;
  transition: transform 0.2s;
}

.video-thumb-small img:hover {
  transform: translateY(-3px);
}

.video-title-small {
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 15px;
  color: #344253;
  margin-bottom: 5px;
  line-height: 1.3;
  /* Limita a 2 linhas para ficar alinhado */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-desc-small {
  font-size: 13px;
  color: #888;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- VERSÃO MOBILE (ATÉ 768PX) --- */
@media (max-width: 768px) {
  
  .videos-wrapper {
    flex-direction: column; /* Um bloco embaixo do outro */
    gap: 40px;
  }

  /* Vídeo Destaque Mobile */
  .video-featured {
    max-width: 100%;
    width: 100%;
  }

  /* Grid vira Lista Vertical */
  .videos-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  /* Card Horizontal no Mobile (Estilo YouTube App) */
  .video-card {
    flex-direction: row; /* Imagem esquerda, texto direita */
    align-items: flex-start;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03); /* Sombra leve */
  }

  .video-thumb-small {
    flex: 0 0 140px; /* Largura fixa da imagem */
    margin-right: 15px;
  }
  
  .video-thumb-small img {
    margin-bottom: 0; /* Remove margem de baixo do desktop */
    height: auto;
    object-fit: cover;
  }

  .video-info-small {
    flex: 1; /* Ocupa o resto do espaço */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Ajuste de Texto Mobile para não cortar */
  .video-title-small {
    font-size: 14px;
    margin-bottom: 4px;
    -webkit-line-clamp: 3; /* Permite até 3 linhas de título */
  }

  /* AQUI A MÁGICA: Trazemos a descrição de volta, mas controlada */
  .video-desc-small {
    display: -webkit-box !important; /* Ativa o modo de corte de linha */
    -webkit-line-clamp: 2 !important; /* Limita a 2 linhas no máximo */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    
    font-size: 12px !important; /* Fonte menor que o título */
    color: #999 !important; /* Cinza mais claro para dar hierarquia */
    margin-top: 4px !important;
    line-height: 1.3 !important;
  }
}
/* --- PLAY ICON & LINKS NOS TÍTULOS --- */

/* 1. Prepara a imagem para receber o ícone em cima */
.video-thumb-large, 
.video-thumb-small {
  position: relative; /* Necessário para posicionar o play */
  display: block;
}

/* 2. Cria o ícone de Play (Bolinha escura com triângulo branco) */
.video-thumb-large::after, 
.video-thumb-small::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8); /* Começa um pouco menor */
  
  /* Tamanho da bolinha */
  width: 50px;
  height: 50px;
  
  /* Fundo preto semi-transparente + Ícone de Play SVG (Triângulo) */
  background: rgba(0, 0, 0, 0.7) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 50%; /* Tamanho do triângulo dentro da bola */
  
  border-radius: 50%; /* Faz virar bolinha */
  opacity: 0; /* Invisível por padrão */
  transition: all 0.3s ease;
  pointer-events: none; /* Deixa o clique passar para o link */
  z-index: 10;
}

/* 3. Efeito Hover: Mostra o Play quando passa o mouse na imagem */
.video-thumb-large:hover::after, 
.video-thumb-small:hover::after {
  opacity: 1; /* Aparece */
  transform: translate(-50%, -50%) scale(1.1); /* Cresce um pouquinho */
}

/* 4. Estilo dos Links nos Títulos (Remove o azul/sublinhado padrão) */
.video-title a, 
.video-title-small a {
  text-decoration: none !important;
  color: inherit !important; /* Herda a cor cinza escuro do pai */
  transition: color 0.2s;
}

/* Fica verde ao passar o mouse no título */
.video-title a:hover, 
.video-title-small a:hover {
  color: #34AD61 !important;
}
/* --- CORREÇÃO FINAL V3: DESKTOP E MOBILE --- */

/* 1. COMPORTAMENTO MOBILE (Até 1023px) */
@media (max-width: 1023px) {
  
  /* Mostra a seta apenas no mobile */
  .toggle-categories {
    display: block !important;
    width: 24px;
  }

  /* Caixa começa FECHADA */
  .article-sidebar .collapsible-sidebar {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 15px 20px !important;
    margin-bottom: 20px;
    
    /* Altura travada para mostrar só o título */
    max-height: 55px; 
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  
  /* Título alinhado */
  .article-sidebar .sidenav-title {
    font-family: 'Gilroy Bold';
    color: #34AD61;
    font-size: 18px;
    margin: 0;
  }
  
  /* Seta girando */
  .rotate-arrow {
    transform: rotate(180deg);
    transition: 0.3s;
  }
}

/* 2. COMPORTAMENTO DESKTOP (Acima de 1024px) - CORRIGIDO */
@media (min-width: 1024px) {
  
  /* Esconde a seta no desktop (ela só serve pro mobile) */
  .toggle-categories {
    display: none !important;
  }
  
  /* Estilo da Caixa Lateral (Card Branco) */
  .article-sidebar .collapsible-sidebar {
    max-height: none !important; /* Remove limite de altura */
    overflow: visible !important; /* Mostra tudo */
    
    background-color: #FFFFFF !important; /* FUNDO BRANCO DE VOLTA */
    box-shadow: 0px 3px 6px #00000029 !important; /* SOMBRA DE VOLTA */
    border-radius: 5px;
    padding: 30px 20px !important; /* Espaçamento interno */
    margin-bottom: 20px;
  }
  
  /* Garante que a lista apareça */
  .sidebar-body {
    display: block !important;
    margin-top: 15px;
  }
}
}
/* --- NOVO RODAPÉ ESTILO BLOG (ATUALIZADO) --- */

.bling-footer {
  background-color: #F0FDF4; /* Fundo verde claro */
  
  /* AUMENTAMOS AQUI: Mais espaço interno (padding) para o logo não colar no topo */
  padding: 80px 0; 
  
  /* AUMENTAMOS AQUI: Mais espaço externo (margin) para desgrudar do conteúdo da página */
  margin-top: 80px; 
  
  font-family: 'Gilroy', sans-serif;
  color: #344253;
}

/* Wrapper Principal */
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px; /* Reduzi um pouco o espaçamento para caber tudo */
}

/* Coluna da Marca (Esquerda) */
.footer-brand-column {
  flex: 0 0 280px; /* Reduzi de 350px para 280px para sobrar espaço para os links */
  max-width: 280px;
}

/* Garante que em telas menores (Tablets/Celulares) o layout quebre corretamente */
@media (max-width: 1023px) {
  .footer-wrapper {
    flex-wrap: wrap; /* Permite quebrar linha apenas no mobile/tablet */
  }
  
  .footer-brand-column {
    flex: 0 0 100%; /* Ocupa largura total no mobile */
    max-width: 100%;
    margin-bottom: 40px;
  }
}

/* --- LADO ESQUERDO (MARCA) --- */
.footer-brand-column {
  flex: 0 0 350px; /* Largura fixa para a coluna da marca */
  max-width: 100%;
}

.footer-logo img {
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.5;
  color: #344253;
  margin-bottom: 20px;
}

.footer-copyright {
  font-size: 12px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.4;
}

/* Ícones Sociais */
.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  color: #1e293b; /* Cor escura dos ícones */
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: #34AD61; /* Verde no hover */
}

/* --- LADO DIREITO (LINKS) --- */
.footer-links-area {
  flex: 1; /* Ocupa o resto do espaço */
  display: flex;
  justify-content: space-between; /* Espalha as 4 colunas */
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links-column h3 {
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 18px;
  color: #34AD61; /* Título Verde */
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-links-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-column ul li {
  margin-bottom: 12px;
}

.footer-links-column ul li a {
  color: #344253;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links-column ul li a:hover {
  color: #34AD61;
  text-decoration: none;
}

/* --- RESPONSIVO (MOBILE) --- */
@media (max-width: 1023px) {
  .footer-wrapper {
    flex-direction: column;
  }
  
  .footer-brand-column {
    flex: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .footer-links-area {
    width: 100%;
    /* No mobile, vamos fazer as colunas de links ficarem 2 por linha ou 1 por linha */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-links-area {
    grid-template-columns: 1fr; /* 1 coluna de links por vez em telas muito pequenas */
  }
}