* {
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
  font-family: "Montserrat Alternates", sans-serif;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, #0a170a, #081108, #020a02, #000000);
  background-size: 100%;
}

nav {
  background: linear-gradient(90deg, #379137, #081108, #020a02, #000000);
  background-size: 130%;
  width: 99vw;
  height: 20px;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.topo {
  width: 95vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topo .hello {
  text-align: center;
  font-size: 25px;
  color: #379137;
}
.topo .hello i {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  animation: spiner 4s infinite linear;
}
.topo .hello h4 {
  text-align: center;
}
.topo h1 {
  color: white;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
}
.topo h2 {
  text-align: center;
  color: #543bdd;
}
.topo h3 {
  color: white;
  line-height: 28px;
}
.topo .flecha {
  margin-top: 10px;
  height: 200px;
}
.topo .flecha .bounce {
  animation: bouncing 1s infinite linear;
}

@keyframes spiner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.green {
  color: #36d036;
}

@keyframes bouncing {
  from {
    height: 100%;
    margin-top: 0;
  }
  50% {
    height: 50%;
    margin-top: 100%;
  }
  to {
    height: 75%;
    margin-top: 0;
  }
}
.habilidades {
  text-align: justify;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.habilidades img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 30vw;
}
.habilidades .especifico {
  margin-left: 20px;
}
.habilidades .especifico .titulo {
  margin-left: 20px;
  margin-right: 20px;
  text-align: right;
}
.habilidades .especifico .habili {
  padding-top: 20px;
  width: 30vw;
  border-bottom: 1px solid #716f6b;
  padding-bottom: 10px;
}
.habilidades .especifico .habili:last-child {
  border-bottom: 0;
}
.habilidades h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: white;
  font-size: 30px;
}
.habilidades .green {
  color: #36d036;
  font-size: 35;
}
.habilidades h6 {
  margin-top: 0;
  font-size: 21px;
  color: #716f6b;
}
.habilidades span {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -37px;
  padding: 0;
  color: #6363c7;
  font-size: 45px;
}

.estudos {
  margin-top: 120px;
  margin-bottom: 70px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.estudos table {
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  padding: 10px;
  margin-right: 20px;
  height: 500px;
}
.estudos table th {
  border-bottom: 1px solid white;
  padding: 0px;
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  height: 150px;
}
.estudos table th span {
  margin-top: -10px;
  font-size: 20px;
}
.estudos table th .escola {
  color: #543bdd;
  font-size: 14px;
}
.estudos table td {
  align-self: baseline;
  margin-bottom: 0;
  line-height: 20px;
}

h3 {
  text-align: center;
  color: #36d036;
  font-size: 30px;
  margin-top: 50px;
}

.projetos {
  margin-top: 50px;
}
.projetos .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}
.projetos .project tr {
  margin-bottom: 0;
}
.projetos .project img {
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}
.projetos .project img:hover {
  border: 1px solid yellowgreen;
  box-shadow: 1px 1px 3px yellowgreen;
}

.razoes {
  width: 100vw;
  margin: 0;
  padding: 0;
}
.razoes h3 {
  color: #543bdd;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}
.razoes .motivos {
  width: 100%;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.razoes .motivos .motivo {
  width: 29vw;
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.razoes .motivos .motivo i {
  font-size: 57px;
  margin: 10px;
  color: #36d036;
}
.razoes .motivos .motivo h4 {
  font-size: 20px;
  color: white;
}
.razoes .motivos .motivo h5 {
  font-size: 15px;
  color: #8c8c8c;
  text-align: justify;
}
.razoes .motivos .motivo:hover {
  border-top: 15px solid yellowgreen;
  border-bottom: 15px solid yellowgreen;
  margin-top: -15px;
  margin-bottom: 0px;
  color: yellowgreen;
}

footer {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
footer .foot-head {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer h3 {
  font-size: 35px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
footer h4 {
  color: #543bdd;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
footer h5 {
  color: white;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer h5 i {
  font-size: 35px;
}
footer h5 a {
  text-decoration: none;
  color: #543bdd;
}
footer .fone {
  text-align: right;
}
footer .project-links {
  width: 50%;
  margin-left: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .project-links h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  text-align: center;
  color: #36d036;
  text-transform: uppercase;
}
footer .project-links a {
  width: 100%;
  text-decoration: none;
  color: white;
  font-size: 25px;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
}
footer .project-links a:hover {
  border: 1px solid yellowgreen;
  color: yellowgreen;
  box-shadow: 1px 1px 5px yellowgreen;
}

@media screen and (max-width: 820px) {
  .estudos {
    padding: 0;
  }

  .estudos table:last-child {
    margin-right: 0;
  }

  .projetos .project {
    width: 50vw;
  }

  .projetos:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 428px) {
  .topo h2 {
    font-size: 20px;
    width: 99%;
    margin-left: 0.5%;
  }
  .topo h3 {
    width: 90%;
    margin-left: 5%;
  }

  .habilidades {
    flex-direction: column;
  }
  .habilidades img {
    order: -1;
    width: 70vw;
  }
  .habilidades .especifico .habili {
    width: 90vw;
  }

  .estudos {
    flex-direction: column;
    padding: 5px;
  }
  .estudos .study {
    width: 90vw;
  }
  .estudos table {
    width: 99wv;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .estudos .awari {
    order: -1;
  }

  .razoes .motivos {
    flex-direction: column;
  }
  .razoes .motivos .motivo {
    width: 95vw;
  }
  .razoes h3 {
    font-size: 25px;
  }

  .projetos .project {
    width: 90vw;
    height: 650px;
  }

  footer .foot-head {
    flex-direction: column;
  }
  footer .row {
    flex-direction: column;
  }
  footer h5 {
    font-size: 17px;
  }
  footer .project-links {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .topo h2 {
    font-size: 20px;
    width: 99%;
    margin-left: 0.5%;
  }
  .topo h3 {
    width: 90%;
    margin-left: 5%;
  }

  .habilidades {
    flex-direction: column;
  }
  .habilidades img {
    order: -1;
    width: 70vw;
  }
  .habilidades .especifico .habili {
    width: 90vw;
  }

  .estudos {
    flex-direction: column;
    padding: 5px;
  }
  .estudos .study {
    width: 90vw;
  }
  .estudos table {
    width: 99wv;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .estudos .awari {
    order: -1;
  }

  .razoes .motivos {
    flex-direction: column;
  }
  .razoes .motivos .motivo {
    width: 95vw;
  }
  .razoes h3 {
    font-size: 25px;
  }

  .projetos .project {
    width: 90vw;
    height: 650px;
  }

  footer .foot-head {
    flex-direction: column;
  }
  footer .row {
    flex-direction: column;
  }
  footer h5 {
    font-size: 17px;
  }
  footer .project-links {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .topo h2 {
    font-size: 20px;
    width: 99%;
    margin-left: 0.5%;
  }
  .topo h3 {
    width: 90%;
    margin-left: 5%;
  }

  .habilidades {
    flex-direction: column;
  }
  .habilidades img {
    order: -1;
    width: 70vw;
  }
  .habilidades .especifico .habili {
    width: 90vw;
  }

  .estudos {
    flex-direction: column;
    padding: 5px;
  }
  .estudos .study {
    width: 90vw;
  }
  .estudos table {
    width: 99wv;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .estudos .awari {
    order: -1;
  }

  .razoes .motivos {
    flex-direction: column;
  }
  .razoes .motivos .motivo {
    width: 95vw;
  }
  .razoes h3 {
    font-size: 25px;
  }

  .projetos .project {
    width: 90vw;
    height: 650px;
  }

  footer .foot-head {
    flex-direction: column;
  }
  footer .row {
    flex-direction: column;
  }
  footer h5 {
    font-size: 17px;
  }
  footer .project-links {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .topo h2 {
    font-size: 20px;
    width: 99%;
    margin-left: 0.5%;
  }
  .topo h3 {
    width: 90%;
    margin-left: 5%;
  }

  .habilidades {
    flex-direction: column;
  }
  .habilidades img {
    order: -1;
    width: 70vw;
  }
  .habilidades .especifico .habili {
    width: 90vw;
  }

  .estudos {
    flex-direction: column;
    padding: 5px;
  }
  .estudos .study {
    width: 90vw;
  }
  .estudos table {
    width: 99wv;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .estudos .awari {
    order: -1;
  }

  .razoes .motivos {
    flex-direction: column;
  }
  .razoes .motivos .motivo {
    width: 95vw;
  }
  .razoes h3 {
    font-size: 25px;
  }

  .projetos .project {
    width: 90vw;
    height: 650px;
  }

  footer .foot-head {
    flex-direction: column;
  }
  footer .row {
    flex-direction: column;
  }
  footer h5 {
    font-size: 17px;
  }
  footer .project-links {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .topo h2 {
    font-size: 20px;
    width: 99%;
    margin-left: 0.5%;
  }
  .topo h3 {
    width: 90%;
    margin-left: 5%;
  }

  .habilidades {
    flex-direction: column;
  }
  .habilidades img {
    order: -1;
    width: 70vw;
  }
  .habilidades .especifico .habili {
    width: 90vw;
  }

  .estudos {
    flex-direction: column;
    padding: 5px;
  }
  .estudos .study {
    width: 90vw;
  }
  .estudos table {
    width: 99wv;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .estudos .awari {
    order: -1;
  }

  .razoes .motivos {
    flex-direction: column;
  }
  .razoes .motivos .motivo {
    width: 95vw;
  }
  .razoes h3 {
    font-size: 25px;
  }

  .projetos .project {
    width: 90vw;
    height: 650px;
  }

  footer .foot-head {
    flex-direction: column;
  }
  footer .row {
    flex-direction: column;
  }
  footer h5 {
    font-size: 17px;
  }
  footer .project-links {
    width: 100%;
    margin-left: 0;
  }
}

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