/*--------------------------------------------------- common*/

* {
  top: 0;
  margin: 0;
  padding: 0;
  font-family: Raleway;
  color: black;
}

html {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a.link-color {
  text-decoration: none;
  color: black;
  text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

a.link-color:hover {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}

body {
  display: flex;
}

button {
  width: 60px;
  height: 30px;
  font-size: 16px;
  color: white;
}

main {
  width: 100%;
  height: 100%;
  overflow: visible;
}

header {
  height: 8%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  height: 8%;
  width: 100%;
  top: 92%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  color: white;
}

span {
  color: white;
}

.background {
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
}

.background-transition {
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -20;
  background-color: #FFFFFF;//#000000;
  //background-color: #1F2833;
}

.navbar {
  width: 110px;
  height: 204px;
  position: absolute;
  z-index: 10;
  right: 1%;
  top: 33%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.navbar-back {
  width: 110px;
  height: 204px;
  position: absolute;
  z-index: 9;
  right: 1%;
  top: 33%;
  border-radius: 10px;
}

.blur {
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 20px );
  -webkit-backdrop-filter: blur( 20px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.navbar div {
  padding: 15px;
}

.navbar div:hover {
  background: rgba( 255, 255, 255, 0.50 );
}

.container {
  margin: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-shadow {
  text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

.main-content {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 5%;
  overflow: auto;
}

.main-content-free-overflow {
  width: 80%;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 5%;
  overflow: auto; 
}

.border {
  border: 1px white;
  border-radius: 5px;
  border-style: solid;
}

.border-b {
  border: 1px black;
  border-radius: 5px;
  border-style: solid;
}

/* --------------------------------------------------- sobre*/

.image {
  height: 21vw;
  width: 21vw;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 25%;
  margin: -10.5vw 0 0 -10.5vw;
}

.typing {
  height: 210px;
  width: 560px;
  position: absolute;
  top: 50%;
  left: 65%;
  margin: -105px 0 0 -280px;
  border-radius: 10px;
}

.text {
  margin: 30px;
}

.dot {
  height: 26vw;
  width: 26vw;
  position: absolute;
  background-color: #000000;//#FFFFFF;
  border-radius: 50%;
  z-index: -15;
  margin: -13vw 0 0 -13vw;
}

.first {
  background-color: #68D1B0;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}

.dot-first {
  top: 50%;
  left: 25%;
}

/* --------------------------------------------------- disciplinas*/

.second {
  background-color: #4857B0;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 10% 100%);
}

.dot-second {
  top: 50%;
  left: 40%;
}

.block {
  height: 13.28vh;
  width: 9.97vw;
  text-align: center;
}

.block span {
  color: black;
  font-size: 18px;
  position: relative;
  top: 20%;
  transform: translateY(20%);
}

.block-parent {
  font-size: 0;
  display: flex;
}

.table {
  padding-top: 15px;
  padding-left: 15px;
  display: inline-table;
}

.table-r {
  padding: 25px;
  display: flex;
}

.block-blue {
  animation: background-blue 3s;
  animation-iteration-count: infinite;
}

@keyframes background-blue {
  0% {background-color: inherit;}
  50% {background-color: #4857B0;}
  100% {background-color: inherit;}
}

.block-white {
  animation: background-white 3s;
  animation-iteration-count: infinite;
}

@keyframes background-white {
  0% {background-color: inherit;}
  50% {background-color: white;}
  100% {background-color: inherit;}
}

/* --------------------------------------------------- tdisciplinas*/

.third {
  background-color: #7D60A9;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 20% 100%);
}

.dot-third {
  top: 50%;
  left: 50%;
}

/* --------------------------------------------------- tpessoais*/

.fourth {
  background-color: #1C8C82;
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 30% 100%);
}

.dot-fourth {
  top: 50%;
  left: 60%;
}

/* --------------------------------------------------- processador*/

.fifth {
  background-color: #7D60A9;
}

/* --------------------------------------------------- conferidor*/

input[type=checkbox] {
  opacity: 0;
}

input {
  width: 30px;
  height: 30px;
  top: 10px;
  z-index: 16;
  display: contents;
}

input:checked ~ .ccheck::after {
  display: block;
}

label {
  display: inline-flex;
}

label .ccheck::after {
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 0px white;
  border-radius: 2px;
  border-style: solid;
}

.sixth {
  background-color: #7D60A9;
}

.values {
  color: white;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  font-size: 16px;
}

.result {
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  color: white;
}

.check {
  display: inline-flex;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.number {
  text-align: center;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 20px;
}

.ccheck {
  height: 30px;
  width: 30px;
  left: 0;
  position: relative;
  z-index: 15;
  cursor: pointer;
}

.ccheck::after {
  content: ' ';
  position: absolute;
  display: none;
}

.ccheck:hover {
  background-color: white;
}

/* --------------------------------------------------- cachehash*/

.white-text {
  color: white;
}

.center-text {
  text-align: center;
}

/* --------------------------------------------------- swup*/

.transition-plusX {
  transition: 750ms;
  opacity: 1;
  transform: translateX(0%);
}

html.is-animating .transition-plusX {
  opacity: 0;
  transform: translateX(100%);
}

html.is-leaving .transition-plusX {
  opacity: 0;
  transform: translateX(100%);
}

.transition-plusY {
  transition: 500ms;
  transform: translateY(0%);
  opacity: 1;
}

html.is-animating .transition-plusY {
  transform: translateY(100%);
  opacity: 0;
}

html.is-leaving .transition-plusY {
  transform: translateY(100%);
  opacity: 0;
}

.transition-minusY {
  transition: 500ms;
  transform: translateY(0%);
  opacity: 1;
}

html.is-animating .transition-minusY {
  transform: translateY(-100%);
  opacity: 0;
}

html.is-leaving .transition-minusY {
  transform: translateY(-100%);
  opacity: 0;
}

.transition-minusX {
  transition: 500ms;
  transform: translateX(0%);
  opacity: 1;
}

html.is-animating .transition-minusX {
  transform: translateX(-100%);
  opacity: 0;
}

html.is-leaving .transition-minusX {
  transform: translateX(-100%);
  opacity: 0;
}

/* --------------------------------------------------- */
