/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.loading-container {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Karla', sans-serif !important;
  z-index: 1000;
  opacity: 1;
  transition: opacity 1000ms; }
  .loading-container h2 {
    font-weight: normal;
    font-size: 170%;
    margin: 0.5em 0; }
  .loading-container .percentage-container {
    font-weight: bold;
    font-size: 150%; }

.fade-loading {
  opacity: 0; }

.titulo-section {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vh;
  font-family: 'Karla', sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .titulo-section img {
    width: 10%; }
  .titulo-section h1 {
    text-shadow: 5px 4px 4px #000000;
    margin: 0;
    font-size: 3vw;
    font-weight: bold;
    color: white;
    margin-left: 1em;
    text-align: center; }

@media only screen and (min-width: 2000px) and (min-height: 1000px) {
  .titulo-section {
    flex-flow: row;
    height: 45vh; }
    .titulo-section img {
      width: 10%; }
    .titulo-section h1 {
      font-size: 3.5vw;
      margin-left: 1em; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 700px) {
  .titulo-section {
    flex-flow: row;
    height: 30vh; }
    .titulo-section img {
      width: 15%; }
    .titulo-section h1 {
      font-size: 4vw;
      margin-left: 1em; } }
@media only screen and (min-width: 550px) and (max-width: 767px) and (min-height: 600px) {
  .titulo-section {
    flex-flow: row;
    height: 30vh; }
    .titulo-section img {
      width: 15%; }
    .titulo-section h1 {
      font-size: 4vw;
      margin-left: 1em; } }
@media only screen and (max-width: 550px) {
  .titulo-section {
    flex-flow: column;
    height: 25vh; }
    .titulo-section img {
      width: 20%; }
    .titulo-section h1 {
      font-size: 5vw;
      margin-left: 0; } }
#section-formacoes .titulo-section {
  background-image: url("/assets/img/backgrounds/background-formacoes.png"); }

#section-experiencia .titulo-section {
  background-image: url("/assets/img/backgrounds/background-experiencia.png"); }

#section-tecnologias .titulo-section {
  background-image: url("/assets/img/backgrounds/background-tecnologias.png"); }

#section-projetos h1 {
  background-color: #1f1f1f;
  font-size: 130%;
  font-weight: bold;
  color: white;
  padding: 5vh;
  font-family: 'Karla', sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center; }

#headers {
  position: sticky;
  z-index: 100;
  top: 0;
  transition: 500ms all; }

header {
  font-family: 'Karla', sans-serif !important; }

.cabecalho-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  background-color: black;
  color: white;
  position: sticky;
  z-index: 100;
  top: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.7);
  padding: 10px 0; }

.cabecalho-mobile {
  display: none; }

.header-apresentacao {
  display: flex;
  align-items: center;
  margin-left: 2em; }

.header-apresentacao img {
  width: 7%; }

.header-apresentacao h1 {
  font-size: 110%;
  margin: 0;
  margin-left: 1em; }

.header-navegacao {
  display: flex;
  align-items: center;
  margin-right: 1.5em;
  width: 100%;
  justify-content: flex-end; }

.header-navegacao h2 {
  font-size: 100%;
  margin: 0;
  margin-right: 1em;
  cursor: pointer; }

.header-navegacao h2:last-child {
  margin-right: 0; }

.header-navegacao h2:hover {
  text-decoration: underline; }

.hideHeader {
  transform: translateY(-110%); }

#section-sobre {
  background-image: url("/assets/img/backgrounds/background-sobre.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 2.5em;
  transition: 450ms all;
  font-family: 'Karla', sans-serif !important; }

.sobre-mim {
  height: fit-content;
  background-color: transparent;
  width: 50%;
  margin: 0 auto; }
  .sobre-mim .sobre-titulo {
    padding: 2vh;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .sobre-mim .sobre-titulo span {
      width: 25%;
      height: 2px !important;
      background-color: black;
      border-radius: 25px; }
    .sobre-mim .sobre-titulo h1 {
      font-size: 4vh;
      margin-left: 1.5vw;
      font-weight: 700; }
  .sobre-mim .sobre-descricao {
    display: flex;
    flex-flow: column;
    font-size: 2.75vh;
    line-height: 1.75em;
    padding-bottom: 1em; }
    .sobre-mim .sobre-descricao p {
      padding: 2vh;
      text-align: justify; }
      .sobre-mim .sobre-descricao p strong {
        font-weight: normal; }

@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 700px) {
  .sobre-mim {
    width: 70%; }
    .sobre-mim .sobre-titulo {
      padding: 3vw; }
      .sobre-mim .sobre-titulo h1 {
        font-size: 4.5vw; }
    .sobre-mim .sobre-descricao {
      font-size: 3.2vw; } }
@media only screen and (min-width: 550px) and (max-width: 767px) and (min-height: 600px) {
  .sobre-mim {
    width: 80%; }
    .sobre-mim .sobre-titulo {
      padding: 3vw; }
      .sobre-mim .sobre-titulo h1 {
        font-size: 5.5vw; }
    .sobre-mim .sobre-descricao {
      font-size: 4vw; } }
@media only screen and (max-width: 550px) {
  .sobre-mim {
    width: 85%; }
    .sobre-mim .sobre-titulo {
      padding: 3vw; }
      .sobre-mim .sobre-titulo h1 {
        font-size: 6vw; }
    .sobre-mim .sobre-descricao {
      font-size: 4.75vw; } }
.informacao-curriculo {
  font-family: 'Karla', sans-serif !important;
  margin: 2.5em auto;
  width: 60%; }
  .informacao-curriculo h4 {
    text-decoration: underline;
    font-weight: bold;
    font-size: 130%; }

.dado-curriculo {
  margin-left: 3em;
  display: flex;
  align-items: center;
  margin-top: 1em; }
  .dado-curriculo img {
    width: 2em; }
  .dado-curriculo p, .dado-curriculo a, .dado-curriculo label {
    text-transform: none;
    text-decoration: none;
    color: black;
    margin: 0;
    margin-top: 7px;
    margin-left: 1em;
    font-size: 120%; }
  .dado-curriculo a:hover {
    color: black;
    text-decoration: underline; }

.curriculo-atividades p {
  margin-top: 0.5em;
  margin-left: 5em;
  font-size: 120%;
  text-align: justify;
  line-height: 1.3em; }

@media only screen and (min-width: 2000px) and (min-height: 1000px) {
  .informacao-curriculo {
    margin: 3em auto;
    width: 50%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 700px) {
  .informacao-curriculo {
    margin: 2em auto;
    width: 80%; } }
@media only screen and (min-width: 550px) and (max-width: 767px) and (min-height: 600px) {
  .informacao-curriculo {
    margin: 2em auto;
    width: 80%; } }
@media only screen and (min-width: 768px) and (max-width: 960px) and (max-height: 600px) {
  .informacao-curriculo {
    margin: 2em auto;
    width: 80%; }

  .informacao-curriculo h4 {
    font-size: 110%; }

  .dado-curriculo {
    margin-left: 1.2em; }
    .dado-curriculo img {
      width: 1.5em; }
    .dado-curriculo p, .dado-curriculo a, .dado-curriculo label {
      font-size: 100%; }

  .curriculo-atividades p {
    margin-left: 3.6em;
    font-size: 100%; } }
@media only screen and (min-width: 320px) and (max-width: 767px) and (max-height: 600px) {
  .informacao-curriculo {
    margin: 2em auto;
    width: 90%; }

  .informacao-curriculo h4 {
    font-size: 110%; }

  .dado-curriculo {
    margin-left: 1.2em; }
    .dado-curriculo img {
      width: 1.5em; }
    .dado-curriculo p, .dado-curriculo a, .dado-curriculo label {
      font-size: 100%; }

  .curriculo-atividades p {
    margin-left: 3.6em;
    font-size: 100%; } }
@media only screen and (max-width: 550px) {
  .informacao-curriculo {
    margin: 2em auto;
    width: 90%; }

  .informacao-curriculo h4 {
    font-size: 110%; }

  .dado-curriculo {
    margin-left: 1.2em; }
    .dado-curriculo img {
      width: 1.5em; }
    .dado-curriculo p, .dado-curriculo a, .dado-curriculo label {
      font-size: 100%; }

  .curriculo-atividades p {
    margin-left: 3.6em;
    font-size: 100%; } }
.cards-img-modal {
  font-family: 'Karla', sans-serif !important;
  display: grid;
  grid-template-columns: 33.33333% 33.33333% 33.33333%;
  width: 80%;
  margin: 0 auto; }

.card {
  position: relative;
  border-radius: 15px;
  padding: 1.5em;
  margin: 2em;
  transition: 250ms all linear; }
  .card h4 {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    border-radius: 15px 15px 0 0;
    color: white;
    padding: 5px;
    font-size: 120%;
    background-color: black;
    font-weight: bold;
    opacity: 0.8; }
  .card img {
    padding: 15%; }
  .card:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.7); }
  .card .card-hover {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    color: white;
    border-radius: 15px;
    transform-origin: bottom;
    transition: 250ms linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light; }
    .card .card-hover p {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: justify;
      vertical-align: middle;
      padding: 10%;
      height: 80%;
      font-size: 90%;
      margin: 0;
      font-style: italic;
      line-height: 1.2em; }
    .card .card-hover button {
      background-color: transparent;
      color: white;
      height: 10%;
      width: 50%;
      border: none;
      appearance: none;
      outline: none;
      border: 2px solid;
      border-radius: 15px;
      margin-bottom: 7%;
      transition: 300ms linear;
      text-align: center;
      vertical-align: middle; }
      .card .card-hover button:hover {
        transform: scale(1.08); }

.hide-card-hover {
  transform: scaleY(0); }

.modal-content {
  border-radius: 10px; }

.modal-header {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: soft-light; }
  .modal-header img {
    width: 30%; }
  .modal-header button {
    top: 10%;
    right: 2%;
    position: absolute;
    color: black;
    font-weight: bold; }

.modal-body h4, .modal-body h5 {
  text-align: center;
  font-weight: bold;
  font-size: 100%; }
.modal-body h4 {
  font-size: 120%; }
.modal-body .tecnologias-utilizadas {
  display: grid;
  grid-template-columns: 33.33333% 33.33333% 33.33333%;
  width: 90%;
  grid-gap: 1em;
  align-items: center;
  margin: 1em auto; }
  .modal-body .tecnologias-utilizadas .tecnologia {
    display: flex;
    align-items: center;
    padding: 0 20%; }
    .modal-body .tecnologias-utilizadas .tecnologia img {
      width: 22%; }
    .modal-body .tecnologias-utilizadas .tecnologia p {
      width: 78%;
      margin: 0;
      text-align: center; }

.descricao-projeto {
  margin: 1em auto;
  width: 80%; }
  .descricao-projeto p {
    font-size: 100%;
    text-align: justify;
    margin: 1em 0;
    line-height: 1.2em; }

.modal-footer {
  display: flex;
  align-items: stretch;
  justify-content: flex-end; }

.btn-fechar-modal {
  border-radius: 10px;
  appearance: none;
  outline: none;
  border: 1px solid black;
  padding: 3px 20px;
  background-color: lightgray;
  transition: background 300ms; }
  .btn-fechar-modal:hover {
    background-color: grey;
    color: white; }

.btn-repositorio-git {
  padding: 4px 20px;
  transition: background 300ms;
  border-radius: 10px;
  appearance: none;
  outline: none;
  text-decoration: none;
  background-color: #303030;
  width: 30%;
  display: flex;
  border: 1px solid black;
  align-items: center; }
  .btn-repositorio-git img {
    width: 10%;
    margin: 0; }
  .btn-repositorio-git button {
    margin-left: 1em;
    width: 85%;
    border: none;
    appearance: none;
    outline: none;
    background-color: transparent;
    color: white;
    margin: 0;
    text-align: center; }
  .btn-repositorio-git:hover {
    background-color: black;
    color: white; }

@media only screen and (min-width: 2400px) and (min-height: 1000px) {
  .cards-img-modal {
    grid-template-columns: 25% 25% 25% 25%;
    width: 70%;
    align-items: center; }

  .card {
    margin: 3em; }
    .card h4 {
      font-size: 110%; }
    .card .card-hover p {
      font-size: 90%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-header img {
    width: 25%; }
  .modal-header button {
    top: 7%;
    right: 2%;
    font-size: 100%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 100%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 30%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 100%; }

  .card h4 {
    font-size: 140%; }
  .card .card-hover p {
    font-size: 110%; }
  .card .card-hover button {
    font-size: 110%; }

  .modal-body h4 {
    font-size: 150%; }
  .modal-body h5 {
    font-size: 130%; }
  .modal-body .tecnologias-utilizadas .tecnologia p {
    font-size: 110%; }

  .descricao-projeto p {
    font-size: 110%; } }
@media only screen and (min-width: 2000px) and (max-width: 2400px) and (min-height: 1000px) {
  .cards-img-modal {
    grid-template-columns: 25% 25% 25% 25%;
    width: 70%;
    align-items: center; }

  .card {
    margin: 2em; }
    .card h4 {
      font-size: 110%; }
    .card .card-hover p {
      font-size: 90%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-header img {
    width: 25%; }
  .modal-header button {
    top: 7%;
    right: 2%;
    font-size: 100%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 100%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 30%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 100%; }

  .card h4 {
    font-size: 130%; }
  .card .card-hover p {
    font-size: 100%; }
  .card .card-hover button {
    font-size: 100%; }

  .modal-body h4 {
    font-size: 140%; }
  .modal-body h5 {
    font-size: 125%; }
  .modal-body .tecnologias-utilizadas .tecnologia p {
    font-size: 110%; }

  .descricao-projeto p {
    font-size: 110%; } }
@media only screen and (min-width: 1600px) and (max-width: 2000px) and (min-height: 800px) {
  .cards-img-modal {
    width: 70%;
    align-items: center; }

  .card {
    margin: 3em; }
    .card h4 {
      font-size: 110%; }
    .card .card-hover p {
      font-size: 90%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 20%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 80%;
        font-size: 90%; }

  .modal-header img {
    width: 25%; }
  .modal-header button {
    top: 7%;
    right: 2%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 95%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 25%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 95%; }

  .modal-body h4 {
    font-size: 140%; }
  .modal-body h5 {
    font-size: 125%; }
  .modal-body .tecnologias-utilizadas .tecnologia p {
    font-size: 110%; }

  .descricao-projeto p {
    font-size: 110%; } }
@media only screen and (min-width: 1400px) and (max-height: 800px) {
  .cards-img-modal {
    width: 70%; }

  .modal-body .tecnologias-utilizadas {
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 25%; }
  .modal-header button {
    top: 7%;
    right: 2%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 15px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 15px;
    width: 25%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 1024px) and (max-width: 1280px) and (max-height: 768px) {
  .cards-img-modal {
    width: 90%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 105%; }
    .card .card-hover p {
      font-size: 90%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    width: 60%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 20%; }
  .modal-header button {
    top: 7%;
    right: 2%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 15px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 15px;
    width: 25%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 900px) and (max-width: 1024px) and (min-height: 1000px) and (max-height: 1400px) {
  .cards-img-modal {
    width: 85%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 100%; }
    .card .card-hover p {
      font-size: 85%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 4%; }

  .modal-body .tecnologias-utilizadas {
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 25%; }
  .modal-header button {
    top: 7%;
    right: 2%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 25%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 800px) and (max-width: 1024px) and (min-height: 800px) and (max-height: 1300px) {
  .cards-img-modal {
    grid-template-columns: 50% 50%;
    width: 80%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1.5em; }
    .card h4 {
      font-size: 105%; }
    .card .card-hover p {
      font-size: 90%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 40%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 600px) and (max-width: 799px) and (min-height: 961px) and (max-height: 1200px) {
  .cards-img-modal {
    grid-template-columns: 50% 50%;
    width: 80%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 100%; }
    .card .card-hover p {
      font-size: 85%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 40%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 768px) and (max-width: 799px) and (min-height: 700px) and (max-height: 960px) {
  .cards-img-modal {
    grid-template-columns: 50% 50%;
    width: 80%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 100%; }
    .card .card-hover p {
      font-size: 85%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 7%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 40%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 550px) and (max-width: 767px) and (min-height: 600px) and (max-height: 900px) {
  .cards-img-modal {
    grid-template-columns: 50% 50%;
    width: 85%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 100%; }
    .card .card-hover p {
      font-size: 85%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 40%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 768px) and (max-width: 960px) and (max-height: 600px) {
  .cards-img-modal {
    grid-template-columns: 50% 50%;
    width: 75%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 100%; }
    .card .card-hover p {
      font-size: 85%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 17%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 83%;
        font-size: 90%; }

  .modal-header img {
    width: 40%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-height: 600px) {
  .cards-img-modal {
    grid-template-columns: 50% 50%;
    width: 95%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 90%; }
    .card .card-hover p {
      font-size: 80%; }
    .card .card-hover button {
      width: 50%;
      margin-bottom: 1%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 60%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 20%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 80%;
        font-size: 90%; }

  .modal-header img {
    width: 30%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 380px) and (max-width: 480px) and (max-height: 500px) {
  .cards-img-modal {
    grid-template-columns: 100%;
    width: 80%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1.7em; }
    .card h4 {
      font-size: 110%; }
    .card .card-hover p {
      font-size: 90%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 60%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 20%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 80%;
        font-size: 90%; }

  .modal-header img {
    width: 30%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 501px) and (max-width: 620px) and (min-height: 500px) {
  .cards-img-modal {
    grid-template-columns: 100%;
    width: 60%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 70%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 15%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 85%;
        font-size: 90%; }

  .modal-header img {
    width: 50%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 90%; }

  .btn-fechar-modal {
    padding: 3px 10px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 10px;
    width: 40%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 400px) and (max-width: 500px) and (min-height: 400px) {
  .cards-img-modal {
    grid-template-columns: 100%;
    width: 75%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1em; }
    .card h4 {
      font-size: 110%; }
    .card .card-hover p {
      font-size: 95%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 80%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 20%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 80%;
        font-size: 90%; }

  .modal-header img {
    width: 50%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 80%; }

  .btn-fechar-modal {
    padding: 3px 20px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 20px;
    width: 50%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .cards-img-modal {
    grid-template-columns: 100%;
    width: 85%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1.7em; }
    .card h4 {
      font-size: 110%; }
    .card .card-hover p {
      font-size: 90%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 5%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 80%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 20%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 80%;
        font-size: 90%; }

  .modal-header img {
    width: 50%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 90%; }

  .btn-fechar-modal {
    padding: 3px 15px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 15px;
    width: 50%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
@media only screen and (max-width: 320px) {
  .cards-img-modal {
    grid-template-columns: 100%;
    width: 95%; }

  .card:hover {
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .card {
    margin: 1.4em; }
    .card h4 {
      font-size: 115%; }
    .card .card-hover p {
      font-size: 85%; }
    .card .card-hover button {
      width: 60%;
      margin-bottom: 4%; }

  .modal-body .tecnologias-utilizadas {
    grid-template-columns: 50% 50%;
    width: 90%; }
    .modal-body .tecnologias-utilizadas .tecnologia {
      padding: 0 10%; }
      .modal-body .tecnologias-utilizadas .tecnologia img {
        width: 20%; }
      .modal-body .tecnologias-utilizadas .tecnologia p {
        width: 80%;
        font-size: 90%; }

  .modal-header img {
    width: 50%; }
  .modal-header button {
    top: 10%;
    right: 5%;
    font-size: 90%; }

  .descricao-projeto {
    margin: 1em auto;
    width: 90%; }

  .btn-fechar-modal {
    padding: 3px 10px;
    font-size: 80%; }

  .btn-repositorio-git {
    padding: 4px 10px;
    width: 60%; }
    .btn-repositorio-git button {
      margin-left: 0.5em;
      font-size: 80%; } }
.csharp {
  color: white;
  background-color: purple; }

.java {
  color: white;
  background-color: orange; }

.python {
  color: black;
  background-color: darkgoldenrod; }

.web {
  background-color: red; }

.springboot {
  background-color: green; }

.sql {
  background-color: cyan; }

.language-terminals {
  background-color: #2F2C31;
  padding: 7%;
  background-image: url("/assets/img/backgrounds/background-linguagens.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.terminal {
  margin-bottom: 3em;
  margin-right: 4vw;
  display: flex;
  justify-content: flex-start;
  border-radius: 20px;
  border: 1px solid black;
  background-color: black;
  transition: 300ms all !important; }
  .terminal:last-child {
    margin-bottom: 0; }
  .terminal:nth-child(2n) {
    margin-right: 0;
    margin-left: 4vw;
    flex-flow: row-reverse; }
    .terminal:nth-child(2n) .terminal-title {
      border-radius: 0 20px 20px 0;
      width: 25%; }
    .terminal:nth-child(2n) .terminal-content .terminal-bar {
      border-radius: 20px 0 0 0;
      flex-flow: row-reverse; }
      .terminal:nth-child(2n) .terminal-content .terminal-bar .bar-controls {
        justify-content: flex-start; }
        .terminal:nth-child(2n) .terminal-content .terminal-bar .bar-controls span {
          margin-left: 1em;
          margin-right: 0; }
    .terminal:nth-child(2n) .terminal-content .terminal-text-content {
      border-radius: 0 0 0 20px; }
  .terminal:hover {
    -webkit-box-shadow: 0px 0px 15px 5px #2E2E2E;
    box-shadow: 0px 0px 15px 5px #2E2E2E; }

.terminal-title {
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 0.5em 0; }
  .terminal-title img {
    width: 50%;
    height: 50%;
    object-fit: contain; }

.terminal-content {
  width: 100%;
  display: flex;
  flex-flow: column;
  height: fit-content; }

.terminal-bar {
  background-color: #1e1c1f;
  height: 4.5vh;
  border-radius: 0 20px 0 0;
  color: #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid grey;
  width: 100%; }
  .terminal-bar h4 {
    font-size: 90%;
    text-align: center;
    width: 90%; }

.bar-controls {
  display: flex;
  justify-content: flex-end;
  width: 10%; }
  .bar-controls span {
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    margin-right: 1em; }

.red-terminal-button {
  background-color: red; }

.yellow-terminal-button {
  background-color: yellow; }

.green-terminal-button {
  background-color: green; }

.terminal-text-content {
  background-color: black;
  border-radius: 0 0 20px 0;
  height: 100%; }
  .terminal-text-content article {
    margin: 0 auto;
    width: 80%;
    color: white;
    padding: 2em 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-family: 'Inconsolata', 'Consolas', monospace; }
    .terminal-text-content article p {
      line-height: 1.15em;
      text-align: justify;
      margin-bottom: 1em;
      font-size: 2.5vh; }
      .terminal-text-content article p:last-child {
        margin-bottom: 0; }
      .terminal-text-content article p a {
        outline: none;
        color: white;
        text-decoration: none;
        text-transform: none;
        font-style: italic;
        cursor: pointer; }
        .terminal-text-content article p a:hover {
          text-decoration: underline; }

@media only screen and (min-width: 1450px) and (max-height: 1200px) {
  .terminal {
    margin-bottom: 4em;
    margin-right: 4vw; }
    .terminal:nth-child(2n) {
      margin-left: 4vw; }

  .language-terminals {
    padding: 7%; }

  .terminal-title img {
    width: 50%; }

  .terminal-bar {
    height: 4vh;
    width: 100%; }
    .terminal-bar h4 {
      font-size: 100%; }
    .terminal-bar .bar-controls {
      display: flex;
      justify-content: flex-end;
      width: 30%; }
      .terminal-bar .bar-controls span {
        width: 0.75em;
        height: 0.75em; }

  .terminal-text-content article p {
    font-size: 1.1vw; } }
@media only screen and (min-width: 768px) and (max-width: 1280px) and (max-height: 700px) {
  .terminal {
    margin-bottom: 2em;
    margin-right: 2vw; }
    .terminal:nth-child(2n) {
      margin-left: 2vw; }

  .language-terminals {
    padding: 5%; }

  .terminal-title img {
    width: 50%; }

  .terminal-bar {
    height: 4vh;
    width: 100%; }
    .terminal-bar h4 {
      font-size: 100%; }
    .terminal-bar .bar-controls {
      display: flex;
      justify-content: flex-end;
      width: 30%; }
      .terminal-bar .bar-controls span {
        width: 0.5em;
        height: 0.5em; }

  .terminal-text-content article p {
    font-size: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 700px) {
  .terminal {
    margin-bottom: 2em;
    margin-right: 0; }
    .terminal:nth-child(2n) {
      margin-left: 0; }

  .language-terminals {
    padding: 5%; }

  .terminal-bar {
    height: 3vh; }
    .terminal-bar h4 {
      width: 100%;
      font-size: 75%; }
    .terminal-bar .bar-controls {
      justify-content: flex-end;
      width: 30%; }
      .terminal-bar .bar-controls span {
        width: 0.5em;
        height: 0.5em; }

  .terminal-text-content article {
    width: 90%;
    padding: 1.5em 0; }
    .terminal-text-content article p {
      font-size: 1.8vw; } }
@media only screen and (min-width: 550px) and (max-width: 767px) and (min-height: 600px) {
  .terminal {
    margin-bottom: 2em;
    margin-right: 0; }
    .terminal:nth-child(2n) {
      margin-left: 0; }

  .language-terminals {
    padding: 5%; }

  .terminal-bar {
    height: 3vh; }
    .terminal-bar h4 {
      width: 100%;
      font-size: 75%; }
    .terminal-bar .bar-controls {
      justify-content: flex-end;
      width: 30%; }
      .terminal-bar .bar-controls span {
        width: 0.5em;
        height: 0.5em; }

  .terminal-text-content article {
    width: 90%;
    padding: 1.5em 0; }
    .terminal-text-content article p {
      font-size: 1.8vw; } }
@media only screen and (min-width: 768px) and (max-width: 960px) and (max-height: 600px) {
  .terminal {
    margin-bottom: 2em;
    margin-right: 2vw; }
    .terminal:nth-child(2n) {
      margin-left: 2vw; }

  .language-terminals {
    padding: 5%; }

  .terminal-title img {
    width: 50%; }

  .terminal-bar {
    height: 5vh;
    width: 100%; }
    .terminal-bar h4 {
      text-align: center;
      width: 100%;
      font-size: 60%; }
    .terminal-bar .bar-controls {
      display: flex;
      justify-content: flex-end;
      width: 30%; }
      .terminal-bar .bar-controls span {
        width: 0.5em;
        height: 0.5em; }

  .terminal-text-content article {
    width: 90%;
    padding: 1.5em 0; }
    .terminal-text-content article p {
      font-size: 1.5vw; } }
@media only screen and (min-width: 320px) and (max-width: 767px) and (max-height: 600px) {
  .terminal {
    margin-bottom: 2em;
    margin-right: 2vw; }
    .terminal:nth-child(2n) {
      margin-left: 2vw; }

  .language-terminals {
    padding: 5%; }

  .terminal-title img {
    width: 50%; }

  .terminal-bar {
    height: 5vh;
    width: 100%; }
    .terminal-bar h4 {
      text-align: center;
      width: 100%;
      font-size: 60%; }
    .terminal-bar .bar-controls {
      display: flex;
      justify-content: flex-end;
      width: 30%; }
      .terminal-bar .bar-controls span {
        width: 0.5em;
        height: 0.5em; }

  .terminal-text-content article {
    width: 90%;
    padding: 1.5em 0; }
    .terminal-text-content article p {
      font-size: 1.5vw; } }
@media only screen and (max-width: 550px) and (min-height: 480px) {
  .language-terminals {
    padding: 5%; }

  .terminal {
    margin-bottom: 2em;
    margin-right: 0;
    margin-left: 0;
    flex-flow: column;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 5px #2E2E2E;
    box-shadow: 0px 0px 15px 5px #2E2E2E; }
    .terminal:hover {
      transform: none; }
    .terminal:nth-child(2n) {
      margin-bottom: 2em;
      margin-right: 0;
      margin-left: 0;
      flex-flow: column;
      border-radius: 20px;
      -webkit-box-shadow: 0px 0px 15px 5px #2E2E2E;
      box-shadow: 0px 0px 15px 5px #2E2E2E; }
      .terminal:nth-child(2n):hover {
        transform: none; }
      .terminal:nth-child(2n) .terminal-title {
        border-radius: 20px 20px 0 0;
        flex-flow: row;
        width: 100%; }
        .terminal:nth-child(2n) .terminal-title img {
          width: 12%; }
      .terminal:nth-child(2n) .terminal-content {
        width: 100%;
        display: flex;
        flex-flow: column; }
        .terminal:nth-child(2n) .terminal-content .terminal-bar {
          height: 4vh;
          border-radius: 0;
          align-items: center;
          justify-content: space-between;
          border-top: 1px solid grey;
          flex-flow: row; }
          .terminal:nth-child(2n) .terminal-content .terminal-bar h4 {
            text-align: start;
            margin-left: 1em;
            width: 70%;
            font-size: 3.5vw; }
          .terminal:nth-child(2n) .terminal-content .terminal-bar .bar-controls {
            width: 30%;
            justify-content: flex-end; }
            .terminal:nth-child(2n) .terminal-content .terminal-bar .bar-controls span {
              width: 0.5em;
              height: 0.5em;
              margin-right: 1em;
              margin-left: 0; }
        .terminal:nth-child(2n) .terminal-content .terminal-text-content {
          border-radius: 0 0 20px 20px; }
          .terminal:nth-child(2n) .terminal-content .terminal-text-content article {
            width: 85%;
            padding: 1.5em 0; }
            .terminal:nth-child(2n) .terminal-content .terminal-text-content article p {
              font-size: 1.9vh; }

  .terminal-title {
    border-radius: 20px 20px 0 0;
    flex-flow: row;
    width: 100%; }
    .terminal-title img {
      width: 12%; }

  .terminal-content {
    width: 100%;
    display: flex;
    flex-flow: column; }
    .terminal-content .terminal-bar {
      height: 4vh;
      border-radius: 0;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid grey;
      flex-flow: row; }
      .terminal-content .terminal-bar h4 {
        text-align: start;
        margin-left: 1em;
        width: 70%;
        font-size: 3.5vw; }
      .terminal-content .terminal-bar .bar-controls {
        width: 30%;
        justify-content: flex-end; }
        .terminal-content .terminal-bar .bar-controls span {
          width: 0.5em;
          height: 0.5em;
          margin-right: 1em;
          margin-left: 0; }
    .terminal-content .terminal-text-content {
      border-radius: 0 0 20px 20px; }
      .terminal-content .terminal-text-content article {
        width: 85%;
        padding: 1.5em 0; }
        .terminal-content .terminal-text-content article p {
          font-size: 1.9vh; } }
.secao-contato {
  background-image: url("/assets/img/backgrounds/background-contato.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5vh 0;
  font-family: 'Karla', sans-serif !important; }
  .secao-contato h2 {
    font-weight: bold;
    text-align: center;
    padding: 1em; }

.formulario-contato {
  width: 100%; }

.form-contato {
  width: 40%;
  margin: 2vw auto; }
  .form-contato .input-contato {
    display: flex;
    flex-flow: column;
    margin: 2em 0; }
    .form-contato .input-contato label {
      font-weight: bold;
      font-size: 110%; }
    .form-contato .input-contato textarea, .form-contato .input-contato input {
      border-radius: 12px;
      outline: none;
      appearance: none;
      border: 1px solid black;
      margin-top: 0.75em;
      padding: 0.5em 0.75em;
      font-size: 100%; }
      .form-contato .input-contato textarea:focus, .form-contato .input-contato input:focus {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7); }
    .form-contato .input-contato textarea {
      height: 10vw;
      resize: none; }

#btn-enviar-mensagem {
  background-color: grey;
  color: white;
  border: 1px solid black;
  padding: 0.3em 2em;
  font-size: 110%;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  transition: background 300ms linear; }
  #btn-enviar-mensagem:hover {
    background-color: black;
    color: white; }

#retorno-email {
  margin-top: 1.5em; }

.hide {
  display: none !important; }

.mensagem-verde {
  background-color: green !important;
  font-weight: bold; }

.mensagem-vermelha {
  background-color: red !important;
  font-weight: bold; }

@media only screen and (min-width: 2400px) and (min-height: 1000px) {
  .secao-contato h2 {
    padding: 2em;
    font-size: 150%; }

  .form-contato {
    width: 25%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 120%; }
      .form-contato .input-contato input {
        font-size: 110%; }
      .form-contato .input-contato textarea {
        font-size: 110%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 8px 40px;
    font-size: 110%; } }
@media only screen and (min-width: 2000px) and (max-width: 2400px) and (min-height: 1000px) {
  .secao-contato h2 {
    padding: 2em;
    font-size: 150%; }

  .form-contato {
    width: 30%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 120%; }
      .form-contato .input-contato input {
        font-size: 110%; }
      .form-contato .input-contato textarea {
        font-size: 110%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 8px 40px;
    font-size: 110%; } }
@media only screen and (min-width: 1600px) and (max-width: 2000px) and (min-height: 800px) {
  .secao-contato h2 {
    padding: 2em;
    font-size: 150%; }

  .form-contato {
    width: 30%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 120%; }
      .form-contato .input-contato input {
        font-size: 110%; }
      .form-contato .input-contato textarea {
        font-size: 110%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 8px 40px;
    font-size: 110%; } }
@media only screen and (min-width: 1400px) and (max-height: 800px) {
  .secao-contato h2 {
    padding: 2em;
    font-size: 150%; }

  .form-contato {
    width: 35%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 120%; }
      .form-contato .input-contato input {
        font-size: 110%; }
      .form-contato .input-contato textarea {
        font-size: 110%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 8px 40px;
    font-size: 110%; } }
@media only screen and (min-width: 1024px) and (max-width: 1280px) and (max-height: 768px) {
  .secao-contato h2 {
    padding: 2em;
    font-size: 135%; }

  .form-contato {
    width: 50%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 105%; }
      .form-contato .input-contato input {
        font-size: 100%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 7px 30px;
    font-size: 100%; } }
@media only screen and (min-width: 900px) and (max-width: 1024px) and (min-height: 1000px) and (max-height: 1400px) {
  .secao-contato h2 {
    padding: 1.5em;
    font-size: 135%; }

  .form-contato {
    width: 50%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 105%; }
      .form-contato .input-contato input {
        font-size: 100%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 800px) and (max-width: 1024px) and (min-height: 800px) and (max-height: 1300px) {
  .secao-contato h2 {
    padding: 1.3em;
    font-size: 125%; }

  .form-contato {
    width: 60%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 105%; }
      .form-contato .input-contato input {
        font-size: 100%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 15vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 600px) and (max-width: 799px) and (min-height: 961px) and (max-height: 1200px) {
  .secao-contato h2 {
    padding: 1.3em;
    font-size: 125%; }

  .form-contato {
    width: 60%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 105%; }
      .form-contato .input-contato input {
        font-size: 100%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 799px) and (min-height: 700px) and (max-height: 960px) {
  .secao-contato h2 {
    padding: 1.3em;
    font-size: 125%; }

  .form-contato {
    width: 60%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 105%; }
      .form-contato .input-contato input {
        font-size: 100%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 550px) and (max-width: 767px) and (min-height: 600px) and (max-height: 900px) {
  .secao-contato h2 {
    padding: 1.3em;
    font-size: 125%; }

  .form-contato {
    width: 60%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 105%; }
      .form-contato .input-contato input {
        font-size: 100%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 960px) and (max-height: 600px) {
  .secao-contato h2 {
    padding: 1.5em;
    font-size: 130%; }

  .form-contato {
    width: 50%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 105%; }
      .form-contato .input-contato input {
        font-size: 100%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 20vw; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-height: 600px) {
  .secao-contato h2 {
    padding: 1em;
    font-size: 115%; }

  .form-contato {
    width: 65%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 100%; }
      .form-contato .input-contato input {
        font-size: 95%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 35vw; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 380px) and (max-width: 480px) and (max-height: 500px) {
  .secao-contato h2 {
    padding: 1em;
    font-size: 115%; }

  .form-contato {
    width: 80%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 100%; }
      .form-contato .input-contato input {
        font-size: 95%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 35vw; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 501px) and (max-width: 620px) and (min-height: 500px) {
  .secao-contato h2 {
    padding: 0.5em;
    font-size: 120%; }

  .form-contato {
    width: 65%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 1.5em 0; }
      .form-contato .input-contato label {
        font-size: 100%; }
      .form-contato .input-contato input {
        font-size: 95%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 20vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 100%; } }
@media only screen and (min-width: 400px) and (max-width: 500px) and (min-height: 400px) {
  .secao-contato h2 {
    padding: 0.5em;
    font-size: 120%; }

  .form-contato {
    width: 90%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 0.75em 0; }
      .form-contato .input-contato label {
        font-size: 100%; }
      .form-contato .input-contato input {
        font-size: 95%; }
      .form-contato .input-contato textarea {
        font-size: 95%;
        height: 30vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 90%; } }
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .secao-contato h2 {
    padding: 0.5em;
    font-size: 120%; }

  .form-contato {
    width: 90%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 0.75em 0; }
      .form-contato .input-contato label {
        font-size: 100%; }
      .form-contato .input-contato input {
        font-size: 95%; }
      .form-contato .input-contato textarea {
        font-size: 95%;
        height: 30vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 90%; } }
@media only screen and (max-width: 320px) {
  .secao-contato h2 {
    padding: 0.5em;
    font-size: 120%; }

  .form-contato {
    width: 90%;
    margin: 2em auto; }
    .form-contato .input-contato {
      margin: 0.75em 0; }
      .form-contato .input-contato label {
        font-size: 100%; }
      .form-contato .input-contato input {
        font-size: 95%; }
      .form-contato .input-contato textarea {
        font-size: 100%;
        height: 30vh; }

  #btn-enviar-mensagem {
    padding: 7px 20px;
    font-size: 90%; } }
#footer-navigation-button {
  padding: 5px 8px;
  text-align: center;
  position: fixed;
  right: 15px;
  bottom: 15px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.75;
  background-color: black;
  border: 1px solid white;
  color: whitesmoke;
  transition: 350ms all; }
  #footer-navigation-button div {
    transition: 350ms all; }
  #footer-navigation-button:hover {
    opacity: 1; }

.navigate-bottom {
  transform: rotate(180deg); }

.footer-navigation {
  margin-bottom: 50px; }

.rodape {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  padding: 0.5em 1em;
  font-family: 'Karla', sans-serif !important; }

.footer-mail {
  margin-left: 2em; }

.footer-social {
  margin-right: 2em;
  justify-content: flex-end; }

.footer-mail, .footer-social {
  display: flex;
  align-items: center; }

.footer-mail img {
  width: 1.75em; }

.footer-mail a {
  margin: 0;
  margin-left: 0.75em; }

.footer-social a {
  margin-right: 0.75em; }

.footer-social a:last-child {
  margin: 0; }

.icone-social {
  background-color: white;
  border-radius: 50%;
  width: 2em;
  max-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 2px; }

.icone-social:first-child:hover {
  background-color: #0A66C2; }

.icone-social:last-child:hover {
  background-color: grey; }

.icone-social img {
  width: 70%;
  height: 1.3em; }

@media screen and (max-width: 940px) {
  #footer-navigation-button {
    padding: 3px 12px !important; }

  .cabecalho-desktop {
    display: none !important; }

  .cabecalho-mobile {
    display: block;
    position: sticky;
    top: 0;
    z-index: 100; }

  .mob-head-fixo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    background-color: black;
    color: white;
    padding: 0.5em;
    z-index: 95; }
    .mob-head-fixo h1 {
      font-size: 90%;
      margin: 0; }
    .mob-head-fixo img {
      width: 5%; }

  .burger-box {
    display: flex;
    align-items: center;
    display: flex;
    justify-content: default;
    align-items: center;
    flex-flow: row;
    transform: scale(0.8);
    z-index: 1000; }

  .burger-button {
    background-color: transparent;
    width: 1.5em;
    display: flex;
    justify-content: default;
    align-items: default;
    flex-flow: column;
    margin-right: 0.5em; }

  .burger {
    border-color: white;
    opacity: 1;
    transition: 500ms all; }

  .top-burger {
    margin: 0 0 0.4em 0; }

  .middle-burger {
    margin: 0; }

  .bottom-burger {
    margin: 0.4em 0 0 0; }

  .burger-top-active {
    transform: rotate(45deg) scaleX(0.9);
    margin: 0.5em 0 0 0; }

  .burger-middle-active {
    opacity: 0; }

  .burger-bottom-active {
    transform: rotate(-45deg) scaleX(0.9) translate(2px, -3px);
    margin: 0 0 0.5em 0; }

  .menus-mobile {
    position: absolute;
    width: 60%;
    margin-left: 40%;
    height: 100vh;
    justify-content: start !important;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    color: white;
    background-color: #000000;
    padding: 10px 0;
    transition: 500ms all;
    transform-origin: top;
    -webkit-box-shadow: -100vw 0px 0px 1000px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: -100vw 0px 0px 1000px rgba(0, 0, 0, 0.75) !important;
    box-shadow: -100vw 0px 0px 1000px rgba(0, 0, 0, 0.75) !important;
    z-index: 90; }

  .toggle-theme {
    margin-top: 50px;
    margin-right: 10px; }

  .menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 1em;
    padding: 10px;
    width: calc(100% - 10px - 1em); }

  .menu-mobile h2 {
    font-size: 80%;
    margin: 0;
    margin-left: 0.5em; }

  .menu-mobile img {
    width: 1em;
    height: 1em; }

  .close-menu {
    transform: scaleY(0) !important; }

  .rodape {
    flex-flow: column;
    justify-content: center;
    align-items: center; }

  .footer-social {
    margin-top: 1em; }

  .footer-mail, .footer-social {
    display: flex;
    align-items: center;
    margin: 1em; }

  .footer-mail img {
    width: 1.75em; }

  .footer-mail a {
    margin: 0;
    margin-left: 0.75em; }

  .footer-social {
    margin: 0 0 1em 0; }

  .footer-social a {
    margin-right: 0.75em; }

  .footer-social a:last-child {
    margin: 0; }

  .icone-social {
    background-color: white;
    border-radius: 50%;
    width: 2em;
    max-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 2px; }

  .icone-social:first-child:hover {
    background-color: #0A66C2; }

  .icone-social:last-child:hover {
    background-color: grey; }

  .icone-social img {
    width: 70%;
    height: 1.3em; } }
.toggle-theme {
  display: flex;
  align-items: center;
  text-decoration: none !important; }
  .toggle-theme .theme-button {
    transition: 450ms all;
    border: 1px solid white;
    padding: 2.5px 6px;
    width: 27px;
    text-align: center; }
    .toggle-theme .theme-button:first-child {
      padding-right: 2px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border-right-color: transparent; }
    .toggle-theme .theme-button:last-child {
      border-left-color: transparent;
      padding-left: 2px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }

.dark-button-active {
  border-color: darkblue !important;
  border-right-color: darkblue !important;
  color: aqua !important; }

.light-button-active {
  border-color: goldenrod !important;
  border-left-color: goldenrod !important;
  color: yellow !important; }

.toggle-language {
  background: transparent;
  color: white;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid white; }
  .toggle-language option {
    background: black;
    border: none; }
    .toggle-language option:hover {
      background: lightgrey;
      color: black; }
    .toggle-language option:first-child {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
    .toggle-language option:last-child {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }

body::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.preanimated {
  opacity: 0 !important; }

.required-mark {
  color: red;
  margin-left: 3px; }

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