@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --primary-color: #00425c;
  --secondary-color: #005d82;

  --selection-color: #0079ab;
  --shadow-color: #e4dff9;
  --dark-color: #00374f;

  --primary-color-rgb: 0, 66, 92;
  --secondary-color-rgb: 0, 93, 130;

  --edit-bar-color: #002c3d;
  --edit-bar-content-color: #002c3d;
  --tool-bar-color: #014763;
}

/* Experimental !!!!!!!!!!!!!! */
.image-inline {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

input {
  border-width: 2px !important;
}

input,
textarea,
select {
  border-radius: 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.3);
  outline: none;
  box-sizing: border-box;
  transition: border 0.5s;

  &:is(:focus, :click) {
    border: 2px var(--primary-color) solid;
  }

  &:not(#searchGadget) {
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
  }
}

input[type="submit"] {
  background: var(--primary-color);
  color: white;
  transition: 0.5s;

  &:is(:focus, :click) {
    background: #e1f1ff;
    color: var(--primary-color);
  }
}

input:is([name*="cancel" i], [name*="delete" i]) {
  background: red;
  border-color: #960202;

  &:is(:focus, :click) {
    color: red;
    background-color: rgba(255, 0, 0, 0.1);
  }
}

#content h1 {
  font-size: 2.5rem;
}

#content-core {
  font-size: 1rem;
}
/* Experimental !!!!!!!!!!!!!! */

html {
  scrollbar-color: var(--dark-color) transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

img {
  border: none !important;
}

a, a * {
  outline: none !important;
}

#siteTitle {
  letter-spacing: -1px;
}

#siteDescription {
  color: #b3dcff;
}

#siteaction-vlibras,
#siteaction-contact {
  display: none;
}

*::selection {
  color: white;
  background: var(--selection-color);
}

.portletItem img, .__saturate {
  filter: saturate(100%);
  transition: 0.5s;

  &:hover {
    filter: saturate(200%);
    transform: scale(1.05);
  }
}

#portal-logo img {
  width: 30rem;
  max-width: 100%;
  height: auto;
  filter: saturate(100%) drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
  transform: scale(1);
  transition: 0.5s;
  margin-right: 1rem;

  &:hover {
    filter: saturate(130%) drop-shadow(0 0 16px rgba(255, 255, 255, 0.3));
  }
}

.newsImage {
  display: none;
}

.fieldRequired {
  color: black;
}

#content-core table.listing, table#listing-table {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

#edit-bar {
  background-color: var(--edit-bar-color);
  min-height: 3em;
}

#content-views,
#edit-bar #contentActionMenus,
#contentActionMenus {
  background-color: var(--edit-bar-content-color);
}

#content-views, #content-views * {
  height: 3em;
  display: flex;
  box-sizing: border-box;
  align-content: center;
}

#edit-bar #contentActionMenus dl.actionMenu.activated dd {
  background-color: var(--edit-bar-content-color);
}

#edit-bar #contentActionMenus .actionMenu.activated {
  background: var(--edit-bar-content-color);
}

#edit-bar #contentActionMenus dl.actionMenu.activated dd a:hover,
#edit-bar #contentActionMenus dl.actionMenu.activated dd .actionMenuSelected {
  background-color: var(--tool-bar-color) !important;
}

div[style="width:400px; height:400px;"] {
  width: 100% !important;
}

div.canvasjs-chart-container {
  justify-content: center;
  display: flex;
}

canvas.canvasjs-chart-canvas {
  width: 800px !important;
  max-width: 100% !important;
  height: auto !important;
}

a.canvasjs-chart-credit {
  display: none;
}

.galleria-container {
  box-shadow: 0 5px 1rem rgba(0, 0, 0, .5);
  border-radius: 0.5rem;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #e1f1ff;
}

.photoAlbum {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.photoAlbumEntry {
  box-shadow: 0.1em 0.1em 0.5em -0.1em #808080b2;
  background: white;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0.5rem;
}

.photoAlbumEntry:hover {
  background-color: rgba(173, 216, 230, 0.3);
  border: 1px var(--primary-color) solid;
}

iframe {
  border-radius: 0.5em;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

/********** Basic styles **********/
body {
  color: #333333;
  font-family: 'Outfit', 'Open Sans', sans-serif;
  background: #f7f5ff;

  & *:not(i, .searchButton) {
    font-family: 'Outfit', 'Open Sans', sans-serif !important;
  }
}

a:link,
a:visited,
#content a:link,
#content a:visited {
  color: var(--secondary-color);
}

.state-published {
  color: #10233b !important;
}

a:hover {
  color: #3259a7;
}

#content a:hover,
dl.portlet a:hover {
  color: var(--primary-color) !important;
}

.clear {
  clear: both;
}

/********** Main container **********/
#wrapper {
  padding: 0;
}

#main {
  margin: 0 auto;
  max-width: 96%;
}

.layout-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

/********** Header **********/
header {
  background-color: var(--primary-color);
  color: #ffffff;
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 11;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.8);
  z-index: 1;
}

header>* {
  position: relative;
  z-index: 2;
}

header a:link,
header a:visited {
  color: #ffffff;
}

header a:hover {
  color: #e6e6e6;
}

@media (max-width: 700px) {
  header {
    background-position: center; 
  }
}

/* Logo */
#portal-logo {
  display: block;
  float: left;
  margin: 1.5em;
}

#portal-personaltools {
  background: var(--primary-color);
}

#portal-personaltools dd a:hover {
  background: var(--secondary-color);
}

#portal-siteactions {
  text-align: right;
  margin-right: 1em;
  font-size: 80%;
}

#portal-siteactions a:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: 0.3em;
}

#siteaction-contact a:before {
  content: "\f0e0";
}

#siteaction-sitemap a:before {
  content: "\f0e8";
}

#siteaction-accessibility a:before {
  content: "\f118";
}

#siteaction-search a:before {
  content: "\f002";
}

#siteaction-login a:before {
  content: "\f090";
}

#siteaction-contraste a:before {
  content: "\f042";
}

#siteaction-vlibras a:before {
  content: "\f087";
}

#portal-siteactions li#siteaction-accessibility {
  width: 17px;
}

#portal-siteactions li a:hover {
  color: #e6e6e6;
}

/* search */

.searchButton {
  border: none;
  padding: 0.4em 0.7em;
  background: var(--secondary-color);
  color: white;
  cursor: pointer;
  border: 2px var(--primary-color) solid;
  transition: 0.5s;

  &:is(:focus, :click) {
    background: #e1f1ff;
    color: var(--secondary-color);
  }
}

#portal-searchbox {
  margin: 1.5em;
  position: relative;
  padding: 0 !important;
}

#portal-searchbox input {
  border-radius: 0;
  border-radius: 0.3rem;
}

#portal-searchbox input.searchField {
  min-width: 20em;
  width: 100%;
  height: 30px;
  border: none;
  text-indent: 0.5rem;
  line-height: 30px;
  padding-right: 40px;
  box-sizing: border-box;
}

#portal-searchbox .searchButton {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  color: #ffffff;
  height: 100%;
  width: fit-content;
  border-radius: 0.2rem;
  outline: none;
  border: none;

  &:is(:focus, :click) {
    color: var(--primary-color);
    border: none;
  }
}

/* Navigation */
#main-navigation {
  margin: 0;
  clear: both;
  background: var(--dark-color);
  color: #ffffff;
}

#main-navigation ul {
  padding: 0.3em;
  text-align: right;
}

#main-navigation li {
  display: inline-block;
}

#main-navigation li::after {
  content: '';
  position: absolute;
  margin: auto;
  right: -2px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

#main-navigation li:last-child::after {
  display: none;
}

#main-navigation li a:link {
  font-size: 80%;
  text-decoration: none;
  display: block;
  padding: 0 1em;
}

#main-navigation li a:link,
#main-navigation li a:visited {
  color: #ffffff;
}

/* Mobile Menu button colors */

.menu-button {
  background: --var(--dark-color);
}

.menu-button button {
  border-color: white;
  background: none;
  color: white;
}

.menu-button>button:hover {
  background: var(--primary-color) !important;
}

.menu-button>button.menuAtivo {
  background: var(--primary-color);
}

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 1.2em 2%;
  font-size: 80%;
  clear: both;
  display: inline-block;
}

.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}

/* text styles */
p {
  line-height: 1.4em;
}

h1 {
  color: initial;
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}

h2 {
  color: var(--primary-color);
}

#content {
  margin: 0;
}

#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}

/********** Tiles **********/
.tile-header h2,
.tile-content h2,
.documentFirstHeading {
  margin-bottom: 0.5em;

}

.tile-noticias .collection-item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5em;
  padding-bottom: 0.4em;
  border-bottom: 0.15em dotted var(--primary-color);
}

.tile-noticias .collection-item:nth-child(odd) {
  margin-right: 0;
}

.tile-noticias .collection-item a img {
  margin: 0;
  float: none;
  width: 100%;
  height: auto;
  border-radius: 0.3rem;
  box-shadow: 0 5px 1rem rgba(0, 0, 0, .5);
  transition: 0.5s;
  filter: saturate(80%);

  &:hover {
    transform: scale(1.02);
    filter: saturate(130%);
  }
}

.tile-noticias .collection-item>a {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}

#content .tile-noticias .collection-item p {
  margin-bottom: 0.25em;
}

.tile-noticias .collection-item p.description {
  font-size: 1.1em;
  border-radius: 0.03rem;
}

#content .tile-noticias .tile-footer a {
  float: right;
  padding: 1.075em 1.2em;
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-weight: bold;
  text-transform: uppercase;
  transition: all ease-out 0.1s;
}

#content .tile-noticias .tile-footer a:hover {
  background: var(--secondary-color);
  color: #fff !important;
}

/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  font-weight: bold;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 0.5rem;
}

.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #fff;
  transition: all ease-out 0.1s;
  border-radius: 0.5rem;
}

.portlet {
  margin-bottom: 2em;
}

/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}

aside a {
  text-decoration: none;
}

/* portlet navigation */
.portletNavigationTree ul {
  margin: 0;
}

.portletNavigationTree li {
  list-style-position: inside;
}

.portlet.portletNavigationTree .navTree .navTreeItem {
  margin: 0;
}

.portlet.portletNavigationTree .navTreeLevel0>.navTreeItem {
  padding: 0;
}

.portlet.portletNavigationTree .navTree>.navTreeItem {
  border-bottom: rgba(26, 58, 100, 0.05) 1px solid;
  list-style: none;
}

.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem {
  padding-left: 1em;
}

.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem:last-of-type {
  border-bottom: none;
}

.portlet.portletNavigationTree .navTree .navTreeItem a {
  display: block;
  padding: 0.8em 1em;
  border-left: 0px solid transparent;
  transition: all ease-out 0.1s;
  line-height: initial;
}

.portlet.portletNavigationTree .navTree .navTreeItem a:hover {
  border-left: 5px solid var(--secondary-color);
  background-color: rgba(26, 58, 100, 0.05);
}

.portlet.portletNavigationTree .navTree .navTreeItem a.navTreeCurrentItem {
  border-left: 5px solid var(--secondary-color);
  background-color: rgba(26, 58, 100, 0.2);
}

dl.portlet ul.navTree .navTreeCurrentItem {
  border-left: none;
  margin: 0;
}

.navTreeLevel2 a {
  padding-left: 1em;
}

.navTreeLevel3 a {
  padding-left: 2em;
}

.navTreeLevel4 a {
  padding-left: 3em;
}

.navTreeLevel5 a {
  padding-left: 4em;
}

.navTreeLevel6 a {
  padding-left: 5em;
}

.portlet .portletHeader>a,
.portlet .portletHeader>span:nth-child(2) {
  display: block;
  color: #FFF;
  padding: 0.7em 1em;
  font-size: 1em;
}

.portlet .portletHeader>a:hover {
  background: var(--secondary-color);
  color: #fff !important;
}

.portlet .portletHeader {
  padding: 0;
}

/********** Footer **********/
footer {
  border-top: #d8d8d8 1px solid;
  margin-top: 2em;
  font-size: 80%;
  background: var(--primary-color);
  color: #ffffff;
}

footer a {
  color: #ffffff !important;
}

footer p {
  margin-bottom: 2em;
}

.footer-item {
  padding: 0 2%;
}

#footer-info {
  padding-top: 3em;
}

#footer-colophon {
  padding: 1.5rem 0;
  font-size: 0;
  text-align: center;
  background-color: var(--dark-color);
}

.colophon-item {
  display: inline-block;
  max-width: 46%;
  padding: 0 2%;
  vertical-align: top;
  position: relative;
}

.colophon-item:first-child::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 0;
}

.colophon-item a {
  font-weight: 700;
}

.colophon-item img {
  height: 32px;
}

.colophon-info {
  font-size: 11px;
  margin-top: 1em;
}

.colophon-logo {
  height: 40px
}

/********* RESPONSIVE **********/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  header {
    margin-bottom: 1em;
  }

  /* Mobile Menu theme color adjustments */
  #column-one {
    border-color: var(--secondary-color);
  }

  dl.portlet ul.navTree .navTreeCurrentItem {
    border-color: var(--primary-color);
  }

  dl.portlet ul.navTree li a:hover {
    border-color: var(--secondary-color);
  }

}

/* Landscape phones and down */
@media (max-width: 767px) {
  #portal-logo {
    display: inline-block;
    font-size: 90%;
  }

  #portal-logo.has-title img {
    display: none;
  }

  #main-navigation ul {
    box-sizing: border-box;
    padding: 0;
    padding-right: 0.5em;
    text-align: center;
    float: none;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #main-navigation ul::after {
    content: '';
    background-image: linear-gradient(to right, transparent, #3259a7e6 80%);
    height: 43px;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 2.2em;
    z-index: 10;
  }

  #main-navigation li {
    float: none;
  }

  #main-navigation li a:link {
    padding: 1.2em 1.5em;
    line-height: 1;
  }

  #portal-searchbox {
    margin-top: 0;
    float: none;
    text-align: center;
    clear: both;
    font-size: 80%;
  }

  .colophon-item {
    max-width: 96%;
    margin: 1.5rem 2%;
  }

}

/* Phones and down */
@media (max-width: 480px) {
  .tile-noticias .collection-item {
    width: 100%;
    margin-right: 0;
  }
}

/*####################################################################*/
/*############################ CUSTOM CSS ############################*/
/*####################################################################*/

#footer-info th {
  width: 25%;
}

.portletItem.odd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.__layout-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

.__container {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  margin-bottom: 1rem;
}

.__limite {
  flex-basis: 750px;
  max-width: 750px;
  padding: 1em;
}

/*######################################################################*/
/*############################ WORKING PAGE ############################*/
/*######################################################################*/

.__container-loader {
  display: flex;
  flex-direction: column;
  align-items: center;

  background: #acd7e538 radial-gradient(circle at center top, #ff02 5%, transparent 60% 80%, #acd7e5ad) 0 0 / 100% 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1em;
  margin-bottom: 1rem;
  border: 12px solid transparent;
  border-image: repeating-linear-gradient(-30deg, #dcff46, #dcff46 0px 15px, #010101 15px 30px) 12 / 12px / 0px;

  font-family: 'Tektur', sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: normal;
  color: #1d3e68;
  text-align: center;
  height: 2000px;
}

.__container-loader p {
  margin: 0 !important;
}

.__container-loader p:first-child {
  font-size: 6rem;
}

.__loader {
  margin-top: 1em;
  position: relative;
  width: 100px;
  height: 130px;
  background: #fff;
  border-radius: 4px;
}

.__loader:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 25px;
  left: 50%;
  top: 0;
  background-image:
    radial-gradient(ellipse at center, #0000 24%, #25528c 25%, #25528c 64%, #0000 65%),
    linear-gradient(to bottom, #0000 34%, #25528c 35%);
  background-size: 12px 12px, 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  transform: translate(-50%, -65%);
  box-shadow: 0 -3px rgba(0, 0, 0, 0.25) inset;
}

.__loader:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  width: 66%;
  height: 60%;
  background: linear-gradient(to bottom, #adbfe6 30%, #0000 31%);
  background-size: 100% 16px;
  animation: writeDown 2s ease-out infinite;
}

@keyframes writeDown {
  0% {
    height: 0%;
    opacity: 0;
  }

  20% {
    height: 0%;
    opacity: 1;
  }

  80% {
    height: 65%;
    opacity: 1;
  }

  100% {
    height: 65%;
    opacity: 0;
  }
}

/*#####################################################################*/
/*########################### PARLAMENTARES ###########################*/
/*#####################################################################*/

.__grade-parlamentares {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

.__grade-parlamentares-head {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  text-align: center;
  gap: 0.2em;
  margin-bottom: 1rem;
  align-items: center;
}

.__grade-parlamentares-titulo {
  font-weight: bold;
  background-color: var(--primary-color);
  color: white;
  padding-block: 0.5em;
  margin-bottom: 0 !important;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}

.__grade-parlamentares-body {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  gap: 0.5em;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

.__parlamentar {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.5em;
  cursor: pointer;
  display: flex;
  flex-basis: 10rem;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.__parlamentar a {
  text-decoration: none;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}

.__parlamentar:hover {
  transform: scale(1.05);
  z-index: 1;
  background-color: rgba(173, 216, 230, 0.3);
}

.__parlamentar:hover .__nome-parlamentar {
  background-color: var(--secondary-color);
}

.__parlamentar::before {
  background-color: var(--primary-color);
  border-bottom-right-radius: 0.5em;
  color: white;
  content: attr(partido);
  font-size: 0.7rem;
  font-weight: bold;
  height: fit-content;
  inset: 0;
  padding: 0.2em;
  position: absolute;
  width: fit-content;
}

.__parlamentar[cadeira]::after {
  background-color: var(--primary-color);
  border-radius: 0.5em;
  color: white;
  content: attr(cadeira);
  font-size: 0.8rem;
  font-weight: bold;
  height: fit-content;
  padding: 0.2em;
  position: absolute;
  top: 13rem;
  width: fit-content;
}

.__img-parlamentar {
  height: 15rem;
  width: auto;
}

.__nome-parlamentar {
  align-items: center;
  background-color: var(--primary-color);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  margin: 0 !important;
  padding: 1em;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  min-height: 4rem;
}

/*####################################################################*/
/*########################## SOBRE A CÂMARA ##########################*/
/*####################################################################*/

.__acesso-tabela {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
}

.__acesso-tabela th,
.__acesso-tabela td {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ddd;
}

.__acesso-tabela tr {
  background-color: white;
}

.__acesso-tabela th {
  color: white;
  background-color: var(--primary-color);
}

td[data-label="Informação"] {
  font-weight: bold;
}

@media (max-width: 600px) {

  .__acesso-tabela,
  .__acesso-tabela * {
    display: block;
  }

  .__acesso-tabela thead {
    display: none;
  }

  .__acesso-tabela tr {
    margin-bottom: 1.5rem;
  }

  .__acesso-tabela td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .__acesso-tabela td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
}

.__acesso-map {
  width: 100%;
}

.__acesso-iframe-map {
  width: 100%;
  height: 450px;
}

/*####################################################################*/
/*####################### Perguntas Frequentes #######################*/
/*####################################################################*/

.__faq-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 1rem;
}

.__faq-line {
    width: 100%;
    border-color: rgba(var(--primary-color-rgb), 0.2);
}

.__faq-summary {
    width: 100%;
}

.__faq-title-summary {
    font-size: 1.5rem;
}

.__faq-list {
    width: 100%;
    box-sizing: border-box;
}

@counter-style emojis {
    symbols: 🏛️ ⚖️ ✒️ 👨‍💼;
    suffix: " ";
}

.__faq-list-item {
    list-style-type: emojis;
    margin-bottom: 1rem;
}

.__faq-sublist {
    list-style: disc;
}

.__faq-title-topic {
    color: var(--primary-color);
}

.__faq-item {
    width: 100%;
    box-sizing: border-box;
    padding: 0.8rem;
    background: #fcfbff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.__faq-item-summary {
    color: #444;
    display: block;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: 0.5s;

    & *::selection {
        background: transparent;
        color: #444;
    }

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        background: var(--dark-color);
        transition: 0.2s;
    }

    &:hover {
        cursor: pointer;
        background: rgba(var(--secondary-color-rgb), 0.1);
        border: 1px solid var(--dark-color);

        &::before {
            width: 5px;
        }
    }
}

.__faq-item-summary-open {
    background: rgba(var(--secondary-color-rgb), 0.1);
    transition: 1.5s;

    &::before {
        width: 5px;
    }
}

.__faq-content {
    margin: 1rem 0;
}

.__faq-title-question {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    display: inline;
}

/*#####################################################################*/
/*########################### Scroll Button ###########################*/
/*#####################################################################*/

#scrollToTopBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 1.5rem;
    box-sizing: border-box;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    margin: 1rem;
    border: none;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: white;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

#scrollToTopBtn:hover {
    filter: saturate(200%);
}

.__container__card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 1em;
}

.__card {
    font-size: 1rem;
    border: 0.01em solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    padding: 1em;
    transition: 0.2s;
    flex: 1 0 20rem;
    align-self: stretch;
    min-height: 10rem;
    background: #fff9;
    position: relative;
    overflow: hidden;

    &:hover {
        background: #e1e9eb;
        border-color: var(--primary-color);
    }
  
    .__card__title {
        margin: 0;
        line-height: 1.5lh;
    }
}

.__card__link {
  display: flex;
  flex-direction: column;
  gap: .5em;
  text-decoration: none;
  height: 100%;
}

.__card__header {
    display: flex;
    align-items: center;
    column-gap: 0.2em;
}

.__card__icon {
    font-size: 2em;
}

.__card__icon__background {
  position: absolute;
  bottom: -0.2em;
  right: -0.2em;
  font-size: 10em;
  z-index: 0;
  opacity: 0.075;
  cursor: pointer;
}
