/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: "Tango";
  src: url("assets/TangoSans.ttf") format("truetype");
}
body {
  scroll-behavior: smooth;
  background-color: #131313;
  overflow-x: hidden;
}
body.white {
  background-color: #f2f2f2;
}

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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,
span,
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;
  font-family: "Inter", sans-serif, "Arial";
}

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

.test {
  display: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.container {
  max-width: 95vw;
  margin: 0 auto;
  padding: 0 20px;
}
.container.small {
  max-width: 1000px;
}

.container-project {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 120px 0;
}

.pb-0 {
  padding-bottom: 0;
}

a {
  text-decoration: none;
}

.mobile,
.mobile2 {
  display: none !important;
}

.tabela-mobile {
  display: none;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1.2s ease;
}
.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

.badge {
  background-color: #fd3738;
  display: flex;
  justify-content: center;
}
.badge span {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

.list {
  margin-top: 10px;
}

.check {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}
.check i {
  color: black;
  font-size: 3px;
}

.header-capa {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/capa.png);
  top: 0;
  z-index: 2;
  background-position: center;
}

header {
  border-bottom: 1px solid #3b3b3b;
  padding: 25px 0;
  background-color: #131313;
}
header .social-media {
  display: flex;
  width: 227px;
  justify-content: flex-end;
}
header .social-media i {
  font-size: 38px;
  color: white;
  padding: 5px;
}
header .header {
  margin: 0;
  width: 100%;
  max-width: 100% !important;
}
header .logo img,
header .logo lottie-player {
  max-width: 250px;
}
header .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
header .container nav a {
  font-weight: 500;
  padding: 10px;
  margin: 0 5px;
  color: white;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.9s;
  border: 1px solid #555555;
  border-radius: 40px;
  font-size: 18px;
  padding: 14px 23px;
}
header .container nav a:hover {
  color: #fd3738;
  border-color: white;
}
header .container .button a {
  display: block;
  background: #fd3738;
  color: black;
  padding: 5px 60px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease;
  font-weight: 500;
}
header .container .button a:hover {
  background: #fd3738;
}
header .container .button a.center {
  margin: 0 auto;
}
header .container .button a {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .container .button a:hover {
  transform: translateY(-3px);
}

.back-button {
  font-size: 18px;
  color: #4e4e4e;
  transition: color 0.1s;
}
.back-button:hover {
  color: #000000;
}
.back-button {
  position: relative;
  top: -60px;
  margin-top: 20px;
}

img {
  display: block;
  max-width: 100%;
}

.title {
  font-size: 62px;
  color: #33363b;
  font-family: "Inter", "Arial";
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 60px;
}
.title b {
  color: #fd3738;
}
.title.center {
  text-align: center;
}
.title.white {
  color: white;
}

.subtitle {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
}
.subtitle.muted {
  color: #737373;
}
.subtitle.center {
  text-align: center;
}

.buttons {
  display: flex;
  gap: 10px;
}

.button {
  font-family: "Inter";
  background-color: #fd3738;
  color: white;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 20px 100px;
  border-radius: 40px;
  margin-top: 40px !important;
  cursor: pointer;
  margin-top: 70px !important;
}
.button.center {
  margin: 0 auto;
}
.button {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.button:hover {
  transform: translateY(-2px);
  background-color: #e22a2a;
  color: white;
}
.button.white {
  background-color: #f8f7f3;
  color: #fd3738;
}
.button.white:hover {
  transform: translateY(-2px);
  background-color: #cfcec5;
}
.button.black {
  background-color: #000000;
  color: #ffffff;
}
.button.black:hover {
  transform: translateY(-2px);
  background-color: #202020;
  color: white;
}
.button {
  font-size: 20px;
}

section {
  padding: 40px 0;
}

.image {
  display: flex;
  justify-content: center;
  padding: 0 25px;
  overflow: hidden;
  align-self: center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.image:hover {
  transform: translateY(-5px);
}
.image img {
  border-radius: 20px;
}
.image img.no-radius {
  border-radius: 0;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.column {
  flex-direction: column;
}

.bg-color {
  background-color: #f4f4f4;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

footer {
  padding: 70px 0 70px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .container .social-media i {
  font-size: 38px;
  color: white;
  padding: 5px;
}
footer .container h5 {
  margin-bottom: 10px;
  font-weight: bold;
}
footer .container h5,
footer .container a {
  font-size: 18px;
  color: white;
}
footer {
  background: #080808;
  background: linear-gradient(93deg, rgb(8, 8, 8) 0%, rgb(65, 65, 65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080808", endColorstr="#414141", GradientType=0);
}

.flex {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.test button {
  position: relative;
  width: 40px;
  height: 22px;
  background: none;
  box-shadow: none;
  border: none;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
.test button.open {
  position: fixed;
  top: 39px;
  right: 10px;
}
.test button.open span {
  background-color: white !important;
}
.test button span {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: white;
}
.test button span:nth-child(1) {
  top: 0;
  transform: translateX(-50%) translateY(0);
  transition: top 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s, transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87);
}
.test button span:nth-child(2) {
  top: 8px;
  opacity: 1;
  transform: translateX(-50%);
}
.test button span:last-child {
  top: 16px;
  transform: translateX(-50%) translateY(0);
  transition: top 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s, transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87);
}
.test button.open span button {
  position: relative;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 22px;
  background: none;
  box-shadow: none;
  border: none;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
.test button.open span button span {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: #000;
}
.test button.open span button span:nth-child(1) {
  top: 0;
  transform: translateX(-50%) translateY(0);
  transition: top 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s, transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87);
}
.test button.open span button span:nth-child(2) {
  top: 8px;
  opacity: 1;
  transform: translateX(-50%);
}
.test button.open span button span:last-child {
  top: 16px;
  transform: translateX(-50%) translateY(0);
  transition: top 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s, transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87);
}
.test button.open span button.open span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(0) rotate(45deg);
  transition: top 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87), transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s;
}
.test button.open span button.open span:nth-child(2) {
  opacity: 0;
}
.test button.open span button.open span:last-child {
  top: 50%;
  transform: translateX(-50%) translateY(0) rotate(-45deg);
  transition: bottom 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87), transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s;
}
.test button.open span .nav {
  position: fixed;
  left: 0;
  height: 100vh;
  padding: 20px;
  background-color: #e9e9e9;
  transform: translateX(-100%);
  transition: all 0.2s ease-out;
}
.test button.open span .nav .list {
  list-style-type: none;
  text-align: right;
}
.test button.open span .nav li {
  padding: 12px 0;
}
.test button.open span .nav a {
  position: relative;
  text-decoration: none;
  color: #000;
}
.test button.open span .nav.open {
  transform: translateX(0);
}
.test button.open span .page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.test button.open span h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.test button.open span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(0) rotate(45deg);
  transition: top 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87), transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s;
}
.test button.open span:nth-child(2) {
  opacity: 0;
}
.test button.open span:last-child {
  top: 50%;
  transform: translateX(-50%) translateY(0) rotate(-45deg);
  transition: bottom 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87), transform 0.3s cubic-bezier(0.21, 0.83, 0.26, 0.87) 0.3s;
}
.test .nav {
  top: 0;
  width: 100%;
  position: fixed;
  right: 1px;
  height: 100vh;
  padding: 20px;
  background-color: #0e0e0e;
  transform: translateX(100%);
  transition: all 0.2s ease-out;
  z-index: 2;
  border-left: 1px solid #e1e1e1;
}
.test .nav .logo {
  padding: 20px 0;
}
.test .nav .logo img {
  width: 150px;
}
.test .nav .list {
  list-style-type: none;
  text-align: right;
  margin-bottom: 20px;
}
.test .nav li .button {
  background: #fd3738;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 20px;
  color: white;
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0;
  width: 100%;
  margin-top: 20px;
}
.test .nav button {
  color: white;
}
.test .nav a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(219, 219, 219);
  padding: 20px 0;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
}
.test .nav .translate {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
.test .nav .translate img {
  max-width: 50px;
}
.test .nav .translate {
  transition: background-color 0.1s ease-in-out;
}
.test .nav .translate:hover {
  background-color: #d1d1d1;
}
.test .nav .translate span {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.test .nav .white-body {
  padding: 0;
  box-shadow: none;
}
.test .nav.open {
  transform: translateX(0);
}
.test .page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.test h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

*::-webkit-scrollbar-button {
  background-color: #fd3738;
}

*::-webkit-scrollbar-thumb {
  background-color: #fd3738;
}

*::-webkit-scrollbar-track {
  background-color: #f8f9ff;
}

::-moz-selection {
  background-color: #fd3738;
  color: white;
}

::selection {
  background-color: #fd3738;
  color: white;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fd3738;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e22a2a;
}

.developer {
  text-align: center;
}
.developer a {
  color: white;
  font-family: "Inter";
  font-weight: 300;
}
.developer a b {
  font-weight: bold;
}

.d-flex {
  display: flex;
}

.justify-content-space-between {
  justify-content: space-between;
}

.two-color-text h3 {
  color: #fd3738;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.two-color-text h2 {
  color: white;
  font-size: 36px;
  padding-top: 5px;
  text-transform: uppercase;
}
.two-color-text h2 b {
  font-weight: bold;
}

.headline h2 {
  color: #fd3738;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.headline h1 {
  color: white;
  font-size: 40px;
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
}
.headline h1 b {
  font-weight: bold;
}

.controller {
  display: flex;
  gap: 20px;
}

.control {
  background-color: #1a1a1a;
  display: flex;
  border-radius: 100%;
  border: 1px solid white;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 150ms;
}
.control img {
  width: auto !important;
}
.control:hover {
  background-color: #363636;
}

.portfolio {
  padding-top: 80px;
}

.carrossel {
  gap: 60px;
  max-height: 620px;
  overflow: hidden;
  padding-bottom: 80px;
}
.carrossel .item-carrossel {
  display: flex;
  padding-left: 3.25vw;
}
.carrossel .column-info {
  height: auto;
  background: #1d1d1d;
  flex: 1;
  justify-content: space-between;
  padding: 1.75rem;
  display: flex;
  transition: 0.2s;
}
.carrossel .item-carrossel:hover {
  cursor: pointer;
}
.carrossel .item-carrossel:hover .column-info {
  background: #232323;
}
.carrossel .bottom-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.carrossel .bottom-info img {
  width: 40% !important;
}
.carrossel .bottom-info .control {
  width: 50px;
  height: 50px;
}
.carrossel .bottom-info p {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}
.carrossel .two-color-text {
  width: 200px;
}
.carrossel .carrossel-image {
  width: 810px;
  width: 780px;
  width: 42vw;
  overflow: hidden;
}
.carrossel .carrossel-image img {
  width: 810px !important;
  max-width: initial;
}
.carrossel .control {
  cursor: initial;
}

.project-bottom-info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.projects-row {
  display: flex;
  gap: 40px;
  padding: 20px 0;
  justify-content: space-between;
}
.projects-row .two-color-text {
  max-width: 80%;
}
.projects-row .two-color-text h2 {
  font-size: 22px;
}
.projects-row .two-color-text h3 {
  font-size: 18px;
}
.projects-row .control {
  height: 50px;
  width: 50px;
  display: flex;
}
.projects-row .control img {
  width: 46% !important;
}
.projects-row .invisible {
  visibility: hidden;
  opacity: 0;
  height: 0 !important;
}
.projects-row .project-tile {
  overflow: hidden;
  height: 100%;
  position: relative;
  max-width: calc(25% - 25px);
}
.projects-row .project-tile img {
  position: relative;
  top: -2px;
}
.projects-row .project-tile:hover .overlay {
  opacity: 1;
}
.projects-row .project-tile {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.projects-row .project-tile:hover {
  transform: translateY(-5px);
}
.projects-row .project-tile .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7119222689) 0%, rgba(0, 0, 0, 0) 53%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 500;
  color: white;
  font-size: 24px;
  font-family: "Inter";
}
.projects-row .project-tile .overlay .top-info {
  margin-left: auto;
}

.video-container {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

.video-text {
  position: absolute;
  top: 50%;
  /* centraliza vertical */
  left: 50%;
  /* centraliza horizontal */
  transform: translate(-50%, -50%);
  color: white;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.project h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.project-info {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.project-meta {
  display: flex;
  gap: 20px;
}

.project-meta p {
  margin: 0 0 10px 0;
}

.project-description {
  flex: 1;
}

.project {
  margin-top: 60px;
}
.project .project-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #767676;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.project .project-title span {
  font-size: 24px;
  color: #7d7d7d;
  text-transform: uppercase;
}
.project .project-title h3 {
  font-weight: bold;
  color: white;
  font-size: 42px;
  text-transform: uppercase;
}
.project p {
  color: white;
  font-size: 18px;
  line-height: 120%;
}

.projetos-follow {
  position: relative;
  padding-bottom: 0;
}
.projetos-follow .ver-todos {
  position: absolute;
  left: 50%;
  /* right: 50%; */
  /* width: 200px; */
  background: #fd3738;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 130px;
  /* padding: 50px; */
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  color: white;
  /* font-weight: 600; */
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
  font-size: 18px;
  transition: 0.3s;
}
.projetos-follow .ver-todos:hover {
  background-color: #e22a2a;
}
.projetos-follow .projeto {
  position: relative;
  flex: 1;
}
.projetos-follow .projeto img {
  display: block;
  width: 100%;
  filter: brightness(74%);
  transition: 0.2s ease-in-out;
}
.projetos-follow .projeto:hover img {
  filter: brightness(50%);
}
.projetos-follow .projeto .info {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 70px;
  display: flex;
  gap: 20px;
  align-items: center;
  z-index: 1;
}
.projetos-follow .projeto .right {
  left: initial;
  right: 70px;
}
.projetos-follow .projeto h3 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.projetos-follow .projeto h4 {
  text-transform: uppercase;
  color: white;
  font-size: 28px;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */