@media screen and (max-width: 600px) {
  body .about-us .avatar {
    width: 190px;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
  }
  body .about-us .text p {
    font-size: 1.125rem;
  }
  body .skills {
    padding: 40px 0 0;
    background-color: #202020;
  }
  body .skills .lista-skills .skill {
    transition: all 0.5s ease-in-out;
    text-align: center;
    width: 48%;
    margin: 0 1% 40px;
  }
  body .skills .lista-skills .skill img {
    margin: 0 auto;
  }
  body .diferenciais {
    padding: 40px 0;
  }
  body .diferenciais .slider-diferenciais {
    display: inherit;
    padding: 0 20px;
  }
  body .diferenciais .row h3 {
    font-size: 1.75rem;
  }
  body .diferenciais .row .box {
    margin-bottom: 0px;
    width: auto;
  }
  body header .top-bar .top-nav {
    display: none;
  }
  body .portfolio {
    padding: 40px 0;
  }
  body .portfolio h3 {
    font-size: 1.75rem;
  }
  body .portfolio p {
    padding-right: 0;
  }
  body .portfolio .slider-projetos .projeto-item {
    height: 240px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  body .portfolio .slider-projetos .projeto-item .info-hover {
    display: block;
    bottom: -60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  body .portfolio .slider-projetos .projeto-item .info-hover a {
    font-size: 15px;
    margin: 0 6px;
  }
  body .portfolio .slick-nav {
    margin-top: 20px;
  }
  body .portfolio .slick-nav button {
    padding: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  body .carreira {
    padding: 40px 0;
  }
  body .carreira h3 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  body .tab-content .tab-pane {
    background-color: #202020;
    padding: 15px;
  }
  body .tab-content .tab-pane ul li {
    margin-bottom: 10px;
  }
  body .formacao {
    padding: 40px 0;
  }
  body .formacao h3 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  body .formacao .tab-content .tab-pane {
    background-color: #202020;
    padding: 0;
    margin-top: 20px;
  }
  body header nav.navbar .navbar-nav {
    margin-left: 0;
  }
  #navbar_content {
    z-index: 99;
    position: absolute;
    top: 100%;
    background: #202020;
    width: 100%;
    left: 0;
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid rgba(78, 201, 176, 0.4117647059);
  }
  .contactFloat .contactFloat__btn {
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
  body header .menu-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
  body header .menu-mobile .redes {
    display: flex;
    gap: 15px;
  }
  body header .menu-mobile .redes a {
    font-size: 26px;
  }
  body header .menu-mobile .contraste a {
    font-size: 16px;
  }
  body header .menu-mobile .acessibilidade a.small-font {
    font-size: 14px;
    margin: 0;
  }
  body header .menu-mobile a {
    color: var(--textDefault);
    line-height: 1.1;
    transition: all 0.5s ease-in-out;
  }
  body header .menu-mobile a:hover {
    color: #4ec9b0;
  }
  body header .menu-mobile .translate {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 15px;
    padding: 0 0px 0px;
  }
  body header .menu-mobile .translate a {
    display: inline-block;
    padding: 0;
  }
  body header .menu-mobile .translate a img {
    width: 28px;
  }
  body header nav.navbar .navbar-nav a.nav-link > span {
    padding-left: 0;
    text-transform: capitalize;
    padding: 15px 0;
  }
  body .skills .lista-skills .skill p {
    margin-top: 10px;
  }
  body .about-us .avatar .image img {
    width: 190px;
    height: 190px;
  }
}
.line {
  fill: none;
  stroke: rgb(78, 201, 176);
  stroke-width: 1;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}/*# sourceMappingURL=responsive.css.map */