.fixed-position {
  position: fixed;
}

#you-are-here {
  display: none;
  width: 300px;
  text-align: center;
  background-color: rgba(255, 250, 205, 0.531);
  border-radius: 4px;
  box-shadow: 2px 2px 0px 2px gray;
  padding: 10px 40px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
}

* {
  margin: 0;
  padding: 0;
}

section {
  margin: 0;
  padding: 0;
}

.site-main {
  padding: 0 !important;
  overflow-x: hidden;
  color: #000;
}

@font-face {
  font-family: PatronaCasual;
  src: url("../fonts/PatronaCasualPremium-RegularA.otf") format("opentype");
}
@font-face {
  font-family: ESBuildRegular;
  src: url("../fonts/ESBuild-Regular.woff") format("woff");
}
@font-face {
  font-family: ESBuildRegularItalic;
  src: url("../fonts/ESBuild-RegularItalic.woff") format("woff");
}
html, body, #page {
  background-color: #fff;
  font-family: ESBuildRegular;
}

#intro {
  background: linear-gradient(0deg, #FF341B 0%, #3F59E2 100%);
  height: 3800px;
  z-index: 1;
  margin: 0;
}
#intro .time-bomb-circle {
  position: fixed;
  width: 800px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  font-family: PatronaCasual;
}
#intro .time-bomb-circle #main-animated-logo {
  display: none;
  margin-top: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#intro .time-bomb-circle #main-animated-logo.active {
  display: flex;
}
#intro .time-bomb-circle #main-animated-logo .text {
  position: relative;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 10;
  margin-bottom: 20px;
}
#intro .time-bomb-circle #main-animated-logo .text#textTHE svg {
  width: 130px;
}
#intro .time-bomb-circle #main-animated-logo .text#textNV svg {
  width: 340px;
}
#intro .time-bomb-circle #main-animated-logo .text#textTB svg {
  width: 370px;
}
#intro .time-bomb-circle #main-animated-logo svg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  height: 80px;
}
#intro .time-bomb-circle #main-animated-logo svg text {
  text-anchor: middle;
}
#intro .time-bomb-circle #main-animated-logo svg .alpha {
  fill: white;
}
#intro .time-bomb-circle #main-animated-logo svg .title {
  font-size: 3.6em;
}
#intro .time-bomb-circle #main-animated-logo svg #base1 {
  fill: 0;
  mask: url(#mask1);
}
#intro .time-bomb-circle #main-animated-logo svg #base2 {
  fill: 0;
  mask: url(#mask2);
}
#intro .time-bomb-circle #main-animated-logo svg #base3 {
  fill: 0;
  mask: url(#mask3);
}
#intro .time-bomb-circle .time-bomb-circle-symbol {
  position: absolute;
}
#intro .time-bomb-circle .time-bomb-circle-symbol.inactive {
  display: none;
}
#intro .time-bomb-circle .time-bomb-circle-symbol svg {
  width: 80px;
  text-transform: uppercase;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-1 {
  top: 80px;
  left: 500px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-2 {
  top: 180px;
  left: 600px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-3 {
  top: 320px;
  left: 650px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-4 {
  top: 460px;
  left: 600px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-5 {
  top: 580px;
  left: 500px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-6 {
  top: 630px;
  left: 360px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-7 {
  top: 580px;
  left: 220px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-8 {
  top: 460px;
  left: 110px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-9 {
  top: 320px;
  left: 60px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-10 {
  top: 180px;
  left: 110px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-11 {
  top: 80px;
  left: 220px;
}
#intro .time-bomb-circle #time-bomb-circle-symbol-12 {
  top: 30px;
  left: 360px;
}
#intro img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#what-democracy {
  margin: 0 !important;
  padding: 0 !important;
  height: 1500px;
  position: relative;
  z-index: 10;
  background-color: #D9D9D9;
  font-family: ESBuildRegular;
  text-align: center;
  font-size: 24px;
}
#what-democracy__content {
  padding-top: 20px;
  z-index: 300;
  background-color: #D9D9D9;
  color: #000 !important;
  width: 100vw;
  left: 0;
}
#what-democracy__content.fixed-position {
  top: 50px;
  height: 100vh;
}
#what-democracy__content--reveal {
  display: none;
  top: 70px;
  transform: translate(-50%);
  left: 50%;
  overflow: hidden;
  color: #D9D9D9;
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: red;
  z-index: 400;
  width: 95vw;
  height: 0;
  background-color: #D9D9D9;
  border-bottom: 10px solid red !important;
  font-weight: 400;
}
#what-democracy__content--reveal.fixed-position {
  display: block;
}
#what-democracy__content--reveal p {
  font-family: ESBuildRegular !important;
  color: #D9D9D9 !important;
}
#what-democracy__content--reveal p.main-intro-sentence {
  font-size: 2em;
}
#what-democracy__content--reveal h1 {
  font-size: 6em;
  margin: 1em auto;
  line-height: 0.5em;
  text-transform: uppercase;
  font-family: PatronaCasual;
  color: #D9D9D9 !important;
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: red;
  font-weight: 400 !important;
}
#what-democracy p {
  font-family: ESBuildRegular !important;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.5em;
}
#what-democracy p.main-intro-sentence {
  max-width: 800px;
  font-size: 2.8em;
  line-height: 1.2em;
}
#what-democracy h1 {
  font-size: 6em;
  margin: 0.4em auto;
  line-height: 0.5em;
  text-transform: uppercase;
  font-family: PatronaCasual;
  font-weight: 400 !important;
  color: #000;
}

#main-content {
  position: relative;
  height: 100vh;
  background-color: #fff;
  z-index: 400;
  margin: 0 !important;
  transition: all ease-in-out 0.1s;
}
#main-content .toggle-menu-section {
  height: 100vh;
  width: 5%;
  float: right;
  padding-top: 40px;
  transition: all ease-in-out 0.1s;
  font-family: ESBuildRegular !important;
  color: #000;
}
#main-content .toggle-menu-section p:nth-child(1) {
  text-transform: uppercase;
}
#main-content .toggle-menu-section:hover {
  cursor: pointer;
}
#main-content .toggle-menu-section p {
  transform: rotate(90deg);
}
#main-content .toggle-menu-section.full-width {
  width: 85%;
}
#main-content .toggle-menu-section.full-width p {
  transform: rotate(0deg);
}
#main-content .toggle-menu-section.full-width .toggle-menu-section--content {
  padding: 0 20px;
}
#main-content #map {
  background-color: #FFF;
  overflow: hidden;
}
#main-content #map #freguesias-vue-app {
  visibility: hidden;
}
#main-content #map.full-width #freguesias-vue-app {
  visibility: visible;
}
#main-content #graphs {
  background-color: #ededed;
}
#main-content #countries {
  background-color: #dbdbdb;
}
#main-content #backstage {
  background-color: #c9c9c9;
}

#graph {
  position: fixed;
  height: 600px;
  width: 600px;
}

.type-of-election-dashboard {
  margin: 0 !important;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-of-election-dashboard button {
  margin: 0 20px;
  border: none;
  border-radius: 4px;
  background-color: #fff !important;
  color: black !important;
  padding: 5px 10px;
  font-family: ESBuildRegular;
  font-size: 14px;
  text-transform: uppercase;
}
.type-of-election-dashboard button.active {
  color: #D9D9D9 !important;
  background-color: black !important;
}
.type-of-election-dashboard button:hover {
  cursor: pointer;
  text-decoration: underline;
}

#abstention-map-wrapper {
  position: relative;
  background-color: #fff;
}
#abstention-map-wrapper #graph3 {
  width: 1300px;
  height: 650px;
}
#abstention-map-wrapper #graph3 g.nodes g {
  transform: translate(700, 300);
}
#abstention-map-wrapper #graph3 g.nodes g:hover {
  transition: all ease-in-out 0.1s;
}
#abstention-map-wrapper #graph3 g.nodes g.coldest circle {
  filter: url(#shadow-coldest);
}
#abstention-map-wrapper #graph3 g.nodes g.coldest text {
  fill: #3F2D66;
}
#abstention-map-wrapper #graph3 g.nodes g.coldest:hover circle {
  fill: #3F2D66;
}
#abstention-map-wrapper #graph3 g.nodes g.coldest:hover text {
  fill: #fff;
}
#abstention-map-wrapper #graph3 g.nodes g.colder circle {
  filter: url(#shadow-colder);
}
#abstention-map-wrapper #graph3 g.nodes g.colder text {
  fill: #3F59E2;
}
#abstention-map-wrapper #graph3 g.nodes g.colder:hover circle {
  fill: #3F59E2;
}
#abstention-map-wrapper #graph3 g.nodes g.colder:hover text {
  fill: #fff;
}
#abstention-map-wrapper #graph3 g.nodes g.cold circle {
  filter: url(#shadow-cold);
}
#abstention-map-wrapper #graph3 g.nodes g.cold text {
  fill: #5393E2;
}
#abstention-map-wrapper #graph3 g.nodes g.cold:hover circle {
  fill: #5393E2;
}
#abstention-map-wrapper #graph3 g.nodes g.cold:hover text {
  fill: #fff;
}
#abstention-map-wrapper #graph3 g.nodes g.hot circle {
  filter: url(#shadow-hot);
}
#abstention-map-wrapper #graph3 g.nodes g.hot text {
  fill: #FA9F00;
}
#abstention-map-wrapper #graph3 g.nodes g.hot:hover circle {
  fill: #FA9F00;
}
#abstention-map-wrapper #graph3 g.nodes g.hot:hover text {
  fill: #fff;
}
#abstention-map-wrapper #graph3 g.nodes g.hotter circle {
  filter: url(#shadow-hotter);
}
#abstention-map-wrapper #graph3 g.nodes g.hotter text {
  fill: #FF7900;
}
#abstention-map-wrapper #graph3 g.nodes g.hotter:hover circle {
  fill: #FF7900;
}
#abstention-map-wrapper #graph3 g.nodes g.hotter:hover text {
  fill: #fff;
}
#abstention-map-wrapper #graph3 g.nodes g.hottest circle {
  filter: url(#shadow-hottest);
}
#abstention-map-wrapper #graph3 g.nodes g.hottest text {
  fill: #FF341B;
}
#abstention-map-wrapper #graph3 g.nodes g.hottest:hover circle {
  fill: #FF341B;
}
#abstention-map-wrapper #graph3 g.nodes g.hottest:hover text {
  fill: #fff;
}
#abstention-map-wrapper #graph3 g.nodes g circle {
  fill: #fff;
}
#abstention-map-wrapper #graph3 g.nodes g circle:hover {
  transition: all ease-in-out 0.2s;
}
#abstention-map-wrapper #graph3 g.nodes g text {
  fill: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
#abstention-map-wrapper #graph3 g.nodes g text.small-country {
  font-size: 8px;
}
#abstention-map-wrapper #graph3 g.nodes g.country-caption {
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 0;
  color: red;
}
#abstention-map-wrapper #country-caption-wrapper {
  padding: 0px 0px 20px 0;
  max-width: 300px;
  font-size: 14px;
  text-align: left;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.85);
  color: #3F2D66;
  box-shadow: 0px -10px 10px 10px #fff;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption {
  display: none;
  padding: 10px 5px;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption.active {
  display: block;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption p {
  margin: 0;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption span {
  text-decoration: underline;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption .country-name {
  text-transform: uppercase;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption.coldest {
  color: #3F2D66;
  border-top: 5px solid #3F2D66;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption.colder {
  color: #3F59E2;
  border-top: 5px solid #3F59E2;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption.cold {
  color: #5393E2;
  border-top: 5px solid #5393E2;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption.hot {
  color: #FA9F00;
  border-top: 5px solid #FA9F00;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption.hotter {
  color: #FF7900;
  border-top: 5px solid #FF7900;
}
#abstention-map-wrapper #country-caption-wrapper .country-caption.hottest {
  color: #FF341B;
  border-top: 5px solid #FF341B;
}
#abstention-map-wrapper #temperature-scale {
  position: absolute;
  bottom: 0;
  padding-bottom: 60px;
  left: 40px;
  font-size: 0.8em;
}
#abstention-map-wrapper #temperature-scale span {
  margin: 0 20px;
}
#abstention-map-wrapper #temperature-scale span:nth-child(1) {
  color: #3F2D66;
}
#abstention-map-wrapper #temperature-scale span:nth-child(2) {
  color: #5393E2;
}
#abstention-map-wrapper #temperature-scale span:nth-child(3) {
  color: #FA9F00;
}
#abstention-map-wrapper #temperature-scale span:nth-child(4) {
  color: #FF341B;
}
#abstention-map-wrapper #temperature-scale__range {
  color: #fff;
  padding: 0 15px;
  border-radius: 20px;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #3F2D66 0%, #3F59E2 20%, #5393E2 40%, #FA9F00 60%, #FF7900 80%, #FF341B 100%);
  text-transform: none;
}

#freguesias-vue-app {
  position: relative;
  background-color: #fff;
  z-index: 10;
  margin: 0 !important;
}
#freguesias-vue-app .abstentions {
  display: flex;
}
#freguesias-vue-app .abstentions .map-districts {
  padding: 0 40px;
  position: relative;
  height: 400px;
  width: 50%;
}
#freguesias-vue-app .abstentions .map-districts button {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#freguesias-vue-app .abstentions .map-districts button:hover {
  color: #440505;
}
#freguesias-vue-app .abstentions .map-districts button#aveiro-button {
  top: 200px;
  left: 210px;
  width: 120px;
  height: 120px;
}
#freguesias-vue-app .abstentions .map-districts button#porto-button {
  top: 110px;
  left: 210px;
  width: 80px;
  height: 80px;
}
#freguesias-vue-app .abstentions .map-districts button#braga-button {
  top: 50px;
  left: 300px;
  width: 160px;
  height: 160px;
}
#freguesias-vue-app .abstentions .search-districts .district-search-results {
  padding: 0 40px;
}
#freguesias-vue-app .abstentions .search-districts .district-search-results .district-list-table {
  font-size: 0.8em;
}
#freguesias-vue-app .abstentions .search-districts .district-search-results .district-list-table a {
  color: black;
}

form.post-password-form {
  max-width: 500px;
  padding: 20px 40px;
  display: block;
  margin: 120px auto 800px auto;
}

nav.divergente-menu, .divergente-newsletter, footer {
  display: none !important;
}

.widget-area {
  display: none !important;
}

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