@import url("brunnofont/stylesheet.css");
@import url("transition.css");
@import url("browser.css");


:root {
  --color-dark-purple: #100916;
  --color-light-purple: #AB88FB ;
  --color-purple: #8C20F8 ;
  --color-neutral-darkest: #0D0D0D ;
  --color-neutral-dark: #404040 ;
  --color-neutral-medium: #737373 ;
  --color-neutral-regular: #AAAAAA ;
  --color-neutral-light: #D9D9D9 ;
  --color-neutral-lightest: #F2F2F2 ;  
  --easing: cubic-bezier(0.5, 0.7, 0.4, 1);
}



html {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  max-height: 100vh;
  background-color: #ffffff;
  box-sizing: border-box; 
  min-height: 100%;
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;  
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}


body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
html, body {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  display: block;
  position: relative;
  background-color: #ffffff;
  box-sizing: border-box; 
  height: 100%;
  width: 100%;
  font-size: 20px;
}
.container-barba  {
  overflow-x: hidden;
}


* {
  font-family: 'brunnofont', sans-serif;
  backface-visibility: hidden;
  box-sizing: border-box; 
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  /*transition-timing-function: linear;
  transition: all 0.2s;*/
}
a {
  color: inherit;
  text-decoration: none; /* no underline */
  display: block;
}


.headline {
  color: var(--color-light-purple);
  text-transform: uppercase;
  display: inline-block;
}
.bt {
  display: inline-block;
  font-size: 20px;
  line-height: 68px;
  color: white;
  position: relative;
  font-weight: 300;
  /*text-decoration: underline;*/
  padding: 0 32px;
  border-radius: 50px;
  border: 1px solid white;
  overflow: hidden;
}
/*.bt {
  display: inline-block;
  font-size: 20px;
  line-height: 68px;
  color: white;
  position: relative;
  font-weight: 600;
  text-decoration: underline;
  padding: 0 32px;
  border-radius: 50px;
  border: 2px solid white;
  overflow: hidden;
}*/
.bt:hover {
  transform: scale(1.04);
}
.bt span {
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: all ease-in-out .3s;
  display: flex;
  align-content: center;
  align-items: center;
}
.bt span:after {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: '';
  -webkit-mask: url(https://brunnobreda.com/img/seta2.svg) no-repeat 50% 50%;
  mask: url(https://brunnobreda.com/img/seta2.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  margin-left: 8px;
  margin-top: -4px;
}
.bt:before, .bt:after {
  content: '';
  display: block;
  background: var(--color-purple);
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
}
.bt:before {
  top: -50%;
  left: -25%;
  transform: translate3d(0,76%,0);
  will-change: transform;
  z-index: 3;
}
.bt:after {
  top: 50%;
  left: -25%;
  transform: translate3d(0,-126%,0);
  transition: all ease-out .3s, background-color 0s;
  will-change: transform;
  z-index: 2;
  animation-delay: 200ms;
}
.bt.preto {
  color: var(--color-neutral-darkest);
  border-color: var(--color-neutral-darkest);
}
.bt.preto span:after {
  width: 20px;
  height: 20px;
  -webkit-mask: url(https://brunnobreda.com/img/seta1.svg) no-repeat 50% 50%;
  mask: url(https://brunnobreda.com/img/seta1.svg) no-repeat 50% 50%;
  margin-top: 0px;
}
.bt.preto span:after {
  background-color: black;
}
.bt.preto:hover {
  color: white;
}

.bt.preto:hover  span:after {
  background-color: white;
}

.bt:hover:before {
  transform: translate3d(0,0,0);
  transition: all ease-in .3s;
  animation-delay: 500ms;
}
.bt:hover:after {
  transform: translate3d(0,-40%,0);
  transition: all ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0);
  animation-delay: 15000ms;
}

.bt.disable {
  border-color: var(--color-neutral-light);
  color-color: var(--color-neutral-light);
  background-color: var(--color-neutral-lightest);
}
.bt.disable span:after {
  display: none;
}
.bt.disable:hover:before, .bt.disable:hover:after {
  display: none;
}
img, video {
  pointer-events: none;
}

section {
  display: block;
  position: relative;
  width: 100vw;
}
.foto {
  overflow: hidden;
  position: relative;
}

.foto:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(https://brunnobreda.com/img/perfil.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container-um {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
  display: block;
  position: relative;
}

.container-dois {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 2;
  display: block;
  position: relative;
}

.title-bg {
  opacity: .32;
  font-size: 10.5vw;
  font-weight: 600;
  color: var(--color-neutral-lightest);
  position: absolute;
  top: 20px;
  left: 0;
  width: 500vw;
  z-index: -1;
  text-transform: uppercase;
}

.mouse {
  width: 120px;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  border: 10px solid var(--color-purple);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10;
  background-color: white;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  opacity: 1;
}
.mouse.hidde {
  display: none;
}
.mouse.m-bt {
  width: 0;
  height: 0;
  opacity: 0;
}

.mouse.m-view {
  border: 0px solid var(--color-purple);
}

.mouse.m-view .view {
  opacity: 1;
}
.mouse.m-soon {
  border: 0px solid var(--color-purple);
}

.mouse.m-soon .soon {
  opacity: 1;
}

.mouse .view {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  color: white;
  display: block;
  background-color: var(--color-purple);
  font-size: 14px;
  text-align-last: center;
  font-weight: 300;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  transition: all ease-in-out .3s;
}

.mouse .soon {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  color: var(--color-neutral-medium);
  display: block;
  background-color: var(--color-neutral-light);
  font-size: 14px;
  text-align-last: center;
  font-weight: 300;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  transition: all ease-in-out .3s;
}
/*.char {
  transform: translateY(115px);
  transition: transform .5s;
}*/

.line {
  overflow: hidden;
  width: 100%;
}
footer {
  width: 100vw;
  min-height: 80vh;
  background-color: var(--color-dark-purple);
  /*background-image: var(--ima-fundo-brilho);*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: white;
  padding: 140px 52px 52px 52px;
}
footer h4 {
  font-size: 7.95vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 48px 0;
}
footer h4 .foto {
  height: 10vw;
  width: 10vw;
  background: rgb(171,136,251);
  background: linear-gradient(0deg, var(--color-light-purple) 0%, var(--color-purple) 100%);
  border-radius: 100%;
  display: inline-block;
  margin-right: 1vw;
}
footer .links {
  margin: 0 0 84px 0;
}
footer .links a {
  margin: 0 24px 0 0;
}
footer .headline {
  margin: 0 0 24px 0;
}

.bg-brilho {
  z-index: 1;
  width: 160vh;
  max-width: 999%;
  opacity: .45;
  filter: blur(20px);
  position: absolute;
  top: -35vh;
}

/*********************/


header {
  width: 100% ;
  margin: auto;
  z-index: 9;
  height: 00px;
  top: 0;
  width: 100%;
  padding: 0 52px;
}


.logo-topo {
  top: 40px;
  left: 56px;
  position: absolute;
  display: block;
  opacity: 1;
  color: var(--color-neutral-dark);
  font-weight: normal;
  font-size: 1vw;
  z-index: 8;
  overflow: hidden;
  word-wrap: no-wrap;
  width: 226px;
  transition: all ease-in-out .3s;
}
.logo-topo a {
  width: 400px;
  height: 32px;
  word-wrap: no-wrap;
  display: flex;
  flex-wrap: nowrap;
}

.logo-topo a span {
  transition: all ease-in-out .2s;
}
.logo-topo a span:nth-child(1) {
  width: 20px;
  display: inline-block;
  overflow: hidden;
  background-color: white;
  z-index: 3;
}
.logo-topo a span:nth-child(2) {
  width: 230px;
  display: inline-block;
  overflow: hidden;
  z-index: 2;
}
.logo-topo a span:nth-child(3) {
  width: 130px;
  display: inline-block;
  overflow: hidden;
  z-index: 2;
}
.logo-topo:hover a span:nth-child(2) {
  margin-left: -230px;
}


/*************************** LABEEEEEEEL ****************************/

header .wrapper-bt-nav {
  display: block;
  position: fixed;
  padding: 24px 24px 32px 32px;
  top: 0;
  right: 0;
  z-index: 15;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header .wrapper-bt-nav .magnetic-area {
  position: absolute;    
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  z-index: 5;
}
header .wrapper-bt-nav .magnetic-area-dois {
  position: absolute;    
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  z-index: 5;
}

header .bt-nav {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  border: 1px solid white;
  cursor: pointer;
  right: 0px;
  top: 0px;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, .86);
  /*mix-blend-mode: difference;*/
  isolation: isolate;
  z-index: 3;
  transition: all 0.2s;
}
header .wrapper-bt-nav:hover .bt-nav {
  transform: scale(1.2);
}
header .wrapper-bt-nav .bt-nav:before, header .wrapper-bt-nav .bt-nav:after {
  content: '';
  display: block;
  background: var(--color-purple);
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
}
header .wrapper-bt-nav .bt-nav:before {
  top: -50%;
  left: -25%;
  transform: translate3d(0,76%,0);
  will-change: transform;
  z-index: 3;
}
header .wrapper-bt-nav .bt-nav:after {
  top: 50%;
  left: -25%;
  transform: translate3d(0,-126%,0);
  transition: all ease-in-out .55s, background-color 0s;
  will-change: transform;
  z-index: 2;
  animation-delay: 1000ms;
}
header .wrapper-bt-nav:hover .bt-nav:before {
  transform: translate3d(0,0,0);
  transition: all ease-in-out .55s;
  animation-delay: 500ms;
}
header .wrapper-bt-nav:hover .bt-nav:after {
  transform: translate3d(0,-40%,0);
  transition: all ease-in-out 0s;
  background-color: black;
  animation-delay: 15000ms;
}
header .bt-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.2s;
  z-index: 4;
  transition: all 0.2s;
}
/*header .wrapper-bt-nav .bt-nav:before {
  content: 'Menu';
  display: inline-block;
  position: absolute;
  line-height: 60px;
  top: 0px;
  left: 0;
}*/
header .bt-nav > ul li{
  content: '';
  display: block;
  width: 22px;
  height: 1.4px;
  background-color: white;
  top: 20px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  border-radius: 99px;
  transition: all ease-in-out .55s;
}
header .bt-nav > ul li:nth-child(2){
  top: 28px;
}
header .bt-nav > ul li:nth-child(3){
  top: 36px;
}
nav #menu[type="checkbox"]:checked ~ .wrapper-bt-nav ul li{
  top: 28px;
} 
nav #menu[type="checkbox"]:checked ~ .wrapper-bt-nav ul li:nth-child(1){
  transform: rotate(-45deg);
} 
nav #menu[type="checkbox"]:checked ~ .wrapper-bt-nav ul li:nth-child(2){
  transform: rotate(45deg);
} 
nav #menu[type="checkbox"]:checked ~ .wrapper-bt-nav ul li:nth-child(3){
  transform: rotate(45deg);
} 

/******* if touch *******/

label.cambiarra-menu-nav {
  display: none;
}
/*
@-webkit-keyframes cambetamenu {
  0% {
    background-color: rgb(0,1,0);
  }
  100% {
    background-color: rgb(0,0,0);
  }
}
@keyframes cambetamenu {
  0% {
    background-color: rgb(0,1,0);
  }
  100% {
    background-color: rgb(0,0,0);
  }
}

header .bt-nav {
  -webkit-animation: cambetamenu 12s linear infinite;
  animation: cambetamenu 12s linear infinite;
}*/

/*************************** LABEEEEEEEL ****************************/




nav .menu-nav {
  margin: auto; 
  transition: all ease-in-out 500ms;
  position: fixed;
  color: white;
  transform: translate3d(100%, 0, 0);
  background-color: var(--color-dark-purple);
  height: 100vh;
  width: 500px;
  padding-top: 50px;
  /* box-shadow: 3px 16px 11px #333;*/
  top: 0px;
  right: 0; 
  z-index: 12;
  display: block;
} 
nav #menu[type="checkbox"] {
  display: none; 
  z-index: 99;
}

.fundo-preto-nav { 
  background: linear-gradient(270deg, #100916 0%, rgba(16, 9, 22, 0.30) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 11;
  transform: translate3d(100%, 0, 0);
  transition: opacity 500ms ease-in-out 0s, transform 0ms linear 500ms;
  pointer-events: none;
}

nav #menu[type="checkbox"]:checked ~ .menu-nav {
  transform: translate3d(0, 0, 0); 
} 
nav #menu[type="checkbox"]:checked ~ .fundo-preto-nav {
  transform: translate3d(0, 0, 0); 
  transition: opacity ease-in-out 500ms;
  pointer-events: all;
  opacity: 1;
} 
nav .menu-nav {
  width: 670px;
  padding: 72px;
}


nav .menu-nav ul {
  list-style: none;
  padding: 0; 
  color: white;
  margin: 20px 0 32px 0;
}
.menu-nav ul li {
  font-size: 64px;
  line-height: 114%;
  vertical-align: baseline;
  margin: 16px 0px 16px -4px;
  font-weight: 600;
  display: block;
}
.menu-nav ul li a {
  color: white;
  display: inline-block;
  transition: all 0.2s;
  padding-right: 8%;
  position: relative;
}
.menu-nav ul li a:after {
  content: '';
  background-color: white;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -5.5%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: 0;
  transition: all ease-in-out 200ms;
}
@keyframes tilt-n-move-shaking {
 0% { transform: skewX(-15deg); }
 5% { transform: skewX(15deg); }
 10% { transform: skewX(-15deg); }
 15% { transform: skewX(15deg); }
 20% { transform: skewX(0deg); }
 100% { transform: skewX(0deg); }
}

.menu-nav ul li:hover a {

  -webkit-animation: tilt-n-move-shaking .8s linear;
  animation: tilt-n-move-shaking .8s linear;
}
.menu-nav ul li:hover a:after {
  opacity: 1;
  right: 0;
}
.menu-nav ul.um li:nth-child(1) a:after {
  opacity: 1;
  right: 0;
}
.menu-nav ul.dois li:nth-child(2) a:after {
  opacity: 1;
  right: 0;
}
.menu-nav ul.tres li:nth-child(3) a:after {
  opacity: 1;
  right: 0;
}
.menu-nav ul li:hover {

}
.menu-nav ul li a {
  text-decoration: none;
}

.contact-nav {
  max-width: 100%;
}
.contact-nav > .headline{
  margin: 0 0 24px 0;
  display: block;
}
.contact-nav > *{
  margin: 0 16px 12px 0;
}



/*******  HOME  *******/

#hero {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

#hero h1 {
  font-size: 5.95vw;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1em;
  margin: 0 0 40px 0;
  color: var(--color-neutral-darkest);
}
h1 span {
  color: var(--color-light-purple);
}

.container-full {
  padding: 0 52px;
  width: 100%;
  max-width: 100vw;
  max-height: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;

}

#hero .container-full .left {
  grid-column: 1 / 5;
  grid-row: 2 / 5;
  display: block;
  position: relative;
  padding: 0 0 0 52px;
}
#hero .container-full .right {
  grid-column: 5 / 7;
  grid-row: 3 / 6;
  display: flex;
  position: relative;
  padding: 0 52px 0 0;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
}

#hero .container-full .bottom-loop {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 6;
  grid-row-end: 7;
  display: block;
  position: relative;
  width: 100vw;
  overflow: hidden;
}

#hero .container-full .left p {
  font-size: 1.26vw;
  font-weight: 600;
  color: var(--color-neutral-medium);
  line-height: 120%;
  
}

#hero .container-full .right p {
  font-size: 2vw;
  font-weight: 600;
  color: var(--color-neutral-darkest);
  line-height: 120%;
  margin: 24px 0;
  width: 25vw;
  
}
#hero .container-full .right .foto {
  height: 9vw;
  width: 9vw;
  background: rgb(171,136,251);
  background: linear-gradient(0deg, var(--color-light-purple) 0%, var(--color-purple) 100%);
  border-radius: 100%;
  display: inline-block;
  
}
#hero .container-full .right .bt {
  display: inline-block;
  margin-left: 56px;
  
}
#hero .container-full .right div.flex {
  /*display: flex;
  justify-items: end;
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;*/
}

#hero .container-full .bottom-loop > div {
  width: 200vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  height: 100%;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;


}
#hero .container-full .bottom-loop > div > div {
  display: flex;
  width: 100vw;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding: 0;
  margin: 0;
}
#hero .container-full .bottom-loop span {
  font-size: 1.26vw;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-neutral-light);
  line-height: 120%;
  display: inline-block;
  margin: 12px 2vw;
  text-align: center;
}

@-webkit-keyframes loopinfinto {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loopinfinto {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.bottom-loop > div {
  -webkit-animation: loopinfinto 12s linear infinite;
  animation: loopinfinto 12s linear infinite;
}

#motivacionalkk {
  width: 100vw;
  height: 80vh;
  background-color: var(--color-dark-purple);
  /*background-image: var(--ima-fundo-brilho);*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#motivacionalkk p {
  font-size: 2vw;
  color: white;
  line-height: 120%;
  width: 52vw;
  z-index: 2;
  font-weight: 600;
}
.home #work {
  padding: 32vw 0 80px 0;
  overflow: hidden;
  background: #fafafa;
}
.big-bg {
  font-size: 18vw;
  font-weight: 600;
  color: var(--color-purple);
  position: absolute;
  top: 8vw;
  left: 0;
  width: 100%;
  line-height: 86%;
}

.modelo-case {
  border-radius: 40px;
  background: rgba(255, 255, 255, 1.0);
  overflow: hidden;
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  margin: 0 0 80px 0;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function:  var(--easing);
  box-shadow: 0 3px 6px rgba(0,0,0,0.11), 0 3px 6px rgba(0,0,0,0.18);
  justify-content: stretch;

}
.modelo-case:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 28px rgba(0,0,0,0.20), 0 10px 10px rgba(0,0,0,0.17);

}
.modelo-case.disable:hover {
  transform: scale(1);
  box-shadow: 0 3px 6px rgba(0,0,0,0.11), 0 3px 6px rgba(0,0,0,0.18);

}
.modelo-case .infos {
  width: 500px;
  display: flex;
  flex-grow: 0;
  padding: 52px 44px;
  flex-wrap: wrap;
  align-content: space-between;

}
.modelo-case .logo {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  background-color: var(--color-dark-purple);
  background-size: 62%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 12px;
}
.modelo-case .logo.guiabolso {
  background-color: #250048;
  background-image: url(https://brunnobreda.com/img/logos/gb-dois.svg);
}
.modelo-case .logo.santander {
  background-color: #EA1D25;
  background-image: url(https://brunnobreda.com/img/logos/santander-dois.svg);
}
.modelo-case .logo.picpay {
  background-color: #11C76F;
  background-image: url(https://brunnobreda.com/img/logos/picpay-dois.svg);
  background-size: 50%;
}
.modelo-case .users {
  width: auto;
  height: 62px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px 12px 56px;
  overflow: hidden;
  line-height: 120%;
  /* background-color: rgba(242, 242, 242, 0.8); */
  color: var(--color-neutral-medium);
  display: inline-block;
  position: relative;
  border: 1px solid var(--color-neutral-medium);
}
.modelo-case .users img {
  position: absolute;
  left: 14px;
  height: 38px;
  width: 38px;
  top: 11px;
}
.modelo-case .users span {
  display: inline-block;
  margin: auto;
  margin-top: 2px;
  font-weight: 400;
}
.modelo-case .headline {
  color: var(--color-purple, #AB88FB);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin: 24px 0 16px 0;

}
.modelo-case .title {
  color: var(--color-neutral-darkest);
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;

}
.modelo-case p {
  color: var(--color-neutral-medium);
  font-size: 18px;
}
.modelo-case .bt {
  width: auto;
  height: auto;
  display: inline-block;
  flex: 0 0 auto;

}
.modelo-case .thumbnail {
  flex-grow:2;
  /*height: 100%;*/
  min-height: 15px;
  overflow: hidden;
  perspective: 2px;
  transform-style: preserve-3d;
  perspective: 20px;
  background-color: #fafafa;

}
.modelo-case .thumbnail .fundo-letras {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.36;
}
.modelo-case .thumbnail div {
  min-height: 100%;
  overflow: hidden;

}
.modelo-case .thumbnail .paralax {
  background-position: center;
  background-size: cover;
  overflow: hidden;

}
.modelo-case .thumbnail .paralax.score {
  background-position: left;
  background-size: 120%;
  background-repeat: no-repeat;

}

/************************  Cases  *************************/
.case {
  padding-top: 200px;
  color: var(--color-neutral-darkest);
}
.menu-anchor {
  position: fixed;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
  bottom: -120px;
  z-index: 10;
  padding: 24px 40px;
  box-shadow: 0 4px 60px 0 rgba(52,58,75,.06);
  width: 800px;
  left: 50%;
  margin-left: -400px;
  backdrop-filter: blur(10px);
  transition: all ease-in-out 500ms;
}

#menu-anchor[type="checkbox"]{
  display: none;
}
#menu-anchor[type="checkbox"]:checked ~ .menu-anchor{
  bottom: 20px;
}
#menu-anchor[type="checkbox"]:checked ~ .menu-anchor.hidde{
  bottom: -120px;
}

.menu-anchor .barra {
  display: block;
  position: absolute;
  border-radius: 8px;
  bottom: 4px;
  height: 4px;
  width: 0;
  background-color: var(--color-purple);
  opacity: .8;
  transition: all ease-in-out 500ms;
}

.menu-anchor .barra.um {
  width: 140px;
  left: 40px;
}

.menu-anchor .barra.dois {
  width: 140px;
  left: calc(50% - 70px);
}
.menu-anchor .barra.tres {
  width: 140px;
  left: calc(100% - 140px - 40px);
}

.menu-anchor a {
  display: block;
  position: relative;
  width: 140px;
  color: var(--color-neutral-medium);
  text-align: center;

}
.menu-anchor > div {
  display: block;
  position: relative;
  width: 140px;
  color: var(--color-neutral-medium);
  text-align: center;

}


.case h1 {
  font-size: 5.95vw;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 114%;
  margin: 0 0 60px 0;
  color: var(--color-neutral-darkest);
}

.case #overview {
  padding-top: 180px;
}

.case h2 {
  font-size: 17vw;
  font-weight: 600;
  /* letter-spacing: 0.06em; */
  line-height: 114%;
  margin: 0 auto;
  color: var(--color-neutral-darkest);
  /* text-align: center; */
  margin-bottom: calc(-6.4vw - 180px);
  opacity: .08;
  text-transform: uppercase;
  /*font-size: 5.95vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 114%;
  margin: 0 auto;
  color: var(--color-neutral-darkest);
  text-align: center;*/
}
.case h3 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
  margin: 0 0 56px 0;
}

.case h4 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  margin: 0;
}

.case p {
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
  color: var(--color-neutral-medium);
  margin: 0 0 48px 0;
}
.case p.note {
  font-size: 20px;
  opacity: 0.7;
  display: block;
  width: 100%;
}
.case ul {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  color: var(--color-neutral-dark);
  margin: 0 0 48px 0;
}

.case .complement .item {
  margin: 0 0 32px 0;
} 
.case .complement .logo {
  height: 44px;
} 
.case .complement .logo img {
  height: 44px;
  width: auto;
} 
.case .complement .headline {
  font-size: 16px;
  margin: 0 0 16px 0;
  display: block;
} 
.case .complement.um span {
  display: inline-block;
  color: var(--color-neutral-dark);
  font-size: 42px;
  font-weight: normal;
  line-height: 100%;
}
.case .complement.um .stars {
  font-size: 24px;
  margin: 0 0 0 8px;
}

.case .complement.dois span {
  display: block;
  color: var(--color-neutral-medium);

}

.case .infos {
  display: flex;
  flex-direction: row;
}
.case .infos .column {
  margin: 0 72px 0 0;
}
.case .infos .column .headline {
  color: var(--color-neutral-regular);
  font-size: 16px;
}
.case .infos span {
  display: block;
  margin: 12px 0 0 0;
  color: var(--color-dark-purple);
  font-size: 18px;
}

.destaque-um {
  width: 100vw;
  max-width: calc(100vw - 104px);
  margin: 60px auto 0 auto;
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.destaque-dois {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.destaque-tres {
  width: 100vw;
  max-width: 100%;
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.destaque-um .paralax-case {
  background-position: center;
  background-size: cover;
}

.text {
  margin: 180px auto;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  column-gap: 20px;
  row-gap: 0px
}


.text.um h3 {
  grid-column: 1 / 13;
}
.text.um .column-7 {
  grid-column: 1 / 8;
}
.text.um .column-3 {
  grid-column: 10 / 13;
}

.text.dois .column-7 {
  grid-column: 6 / 13;
}
.text.dois .column-3 {
  grid-column: 1 / 4;
}

.video-padrao {
  width: 100%;
  height: auto;
}

.telas {
  margin: 180px auto;
}
.telas.um {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  min-height: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.telas.um .item {
  /*flex: 1;*/
  width: 33.333333%;
  min-height: 0;
  margin-bottom: 32px;
}
.telas.um img {
  padding: 0 40px;
  width: 100%;
  height: auto;
}

.lottie .row {
  margin: 40px auto;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  column-gap: 20px;
  row-gap: 0px
}
.lottie .row .animation-lottie {
  grid-column: 1 / 5;
}
.lottie .row .code-highlighter {
  display: flex;
  flex-direction: column;
  grid-column: 6 / 13;
}

#result .item {
  display: flex;
  flex-direction: row;
  max-width: 1000px;
  margin: 140px auto;
} 

#result .item .number {
  font-size: 11.5vw;
  font-weight: normal;
  letter-spacing: -6%;
  line-height: 120%;
  color: var(--color-purple);
  padding: 32px;
  position: relative;
  display: block;

} 
#result .item .number:after {
  content: '';
  border: 1px solid var(--color-neutral-medium);
  height: 64%;
  top: 14%;
  right: -1px;
  position: absolute;
} 

#result .item .infos {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  max-width: 500px;
  justify-content: center;
} 
#result .item .infos .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
  color: var(--color-neutral-dark);
  
} 
#result .item .infos p {
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  color: var(--color-neutral-regular);
  margin: 24px 0 0 0;
  
} 

pre code {
  font-size: 14px ;
  padding: 32 24px;
  overflow-y: scroll;
  overflow-x: hidden !important;
  /*max-height: 300px;*/
  display: block;
}

.container-dois.process img {
  max-width: 100%;
  height: auto;
}

.past {
  width: 100%;
  position: relative;
  display: block;
  padding: 180px 0px;
  background: #F8F8F8;
}

.title-past {
  color: var(--color-purple, #8C20F8);
  text-align: center;
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
}
.title-past span {
  color: var(--color-neutral-medium, #737373);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 33.6px */
  display: block;
}

.aprendizados {
  flex-wrap: wrap;
}
.aprendizados div {
  padding: 0 20px;
  width: 50%;
  display: flex;
}
.aprendizados div * {
}
.aprendizados div p {
  width: 130px;
}


/*********** wooork ********/




.work h1 {
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 114%;
  margin: 0 0 72px 0;
  color: var(--color-neutral-darkest);
}


.work  {
  padding-top: 200px;
  color: var(--color-neutral-darkest);
  position: relative;
  display: block;
  padding-bottom: 180px;
}
.work .title-bg {
  top: 80px;
  left: 0;
}
.thumbnail video {
  height: 100%;
  /*width: 177.77777778vh;  100 * 16 / 9 
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
}

.new-home-case > img {
  width: 20%;
  /*height: auto;*/
  height: 100%;
  position: absolute;
}
.new-home-case .frame {
  /*height: auto;*/
  height: 100%;
  position: absolute;
  width: 24%;
  left: 50%;
  margin-left: -12%;
  display: flex;
}
.new-home-case .frame img {
  width: 100%;
  height: auto;
  margin: auto 0;
}
.new-home-case img.comp1 {
  left: 50%;
  margin-left: -46%;
}

.new-home-case img.comp2 {
  left: 50%;
  margin-left: -30%;
}

.new-home-case img.comp3 {
  left: 50%;
  margin-left: 10%;
}
.new-home-case img.comp4 {
  left: 50%;
  margin-left: 26%;
}



/******* score ******/
.destaque-um.score {
  background-color: #FA6E92;
}



.phone {
  left: 0; 
  position: absolute; 
  left: 20%;
  bottom: -30px;
}
.phone img {
  width: 20vw; 
  height: auto; 
}
.carrosel {
  height: 19vw;
  width: 80%;
  z-index: 2;
  position: absolute;
  display: block;
  bottom: 1.4vw;
  left: calc(20.74%);
  overflow: hidden;
}
.carrosel > div {
  height: 100%;
  width: 200vw;
}
.carrosel img {
  height: 100%;
  width: auto;
  margin: 0 1.04vw 0 0;
}


@-webkit-keyframes animationcarrosel {
  0% {
    transform: translateX(0vw);
  }
  50% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes animationcarrosel {
  0% {
    transform: translateX(0vw);
  }
  50% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

.carrosel > div {
  -webkit-animation: animationcarrosel 80s linear infinite;
  animation: animationcarrosel 80s linear infinite;
}


#telas-animation > div > div {
  display: flex;
  flex-direction: row;
  transform: rotate(-30deg); 
  justify-content: center;
}

#telas-animation .linha {
  width: 16vw;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 3vw;
}
#telas-animation .linha img {
  margin: 2vw 0;
}
#telas-animation .linha.um {
  transform: translate(0, 10%) scale(0.8);
}
#telas-animation .linha.dois {
  transform: translate(0, -80%) scale(0.8);
}
#telas-animation .linha.tres {
  transform: translate(0, 30%) scale(0.8);
}


/******* uefa **********/
.destaque-um.uefa {
  background-color: #04113B;
}
.destaque-um.uefa .frame {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20%;
  width: 40%;
  height: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://brunnobreda.com/img/uefa/frame-destaque.webp);
}
.destaque-um.uefa .bolas {
  position:absolute;
  width: 50%;
  height: 120%;
  background-image: url(https://brunnobreda.com/img/uefa/fundo-bola-destaque.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.destaque-um.uefa .bolas.tres {
  top: -54%;
  left: -20%;
  transform: rotate(-135deg);
}

.destaque-um.uefa .bolas.quatro {
  bottom:-54%;
  right:-20%;
  transform: rotate(-135deg);
}

.destaque-um.uefa .logos {
  top: 10%;
  width: 60%;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  height: 10%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://brunnobreda.com/img/uefa/logos-destaque.svg);
}


/******* new-home ******/
.destaque-um.new-home {
  background-color: #00C1EB;
}
.destaque-um.new-home > div > div {
  position: absolute;
}
.destaque-um.new-home > div > div img {
  width: 100%;
}
.destaque-um.new-home .frame {
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -9%;
  width: 18%;
  /* height: 100%; */
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.destaque-um.new-home .graficos {
  width: 18%;
  height: auto;
  left: 50%;
  margin-left: -34%;
  top: 50%;
  margin-top: -17%;
}
.destaque-um.new-home .score {
  width: 18%;
  height: auto;
  left: 50%;
  margin-left: -41%;
  top: 50%;
  margin-top: -5.4%;
}
.destaque-um.new-home .agenda {
  width: 20%;
  height: auto;
  left: 50%;
  margin-left: -34%;
  top: 50%;
  margin-top: 2%;
}
.destaque-um.new-home .planejamento {
  width: 18%;
  height: auto;
  left: 50%;
  margin-left: 15%;
  top: 51%;
  margin-top: 5%;
}
.destaque-um.new-home .extrato {
  width: 18%;
  height: auto;
  left: 50%;
  margin-left: 22%;
  top: 50%;
  margin-top: -7.4%;
}
.destaque-um.new-home .aranha {
  width: 20%;
  height: auto;
  left: 50%;
  margin-left: 18%;
  top: 50%;
  margin-top: -17%;
}

.destaque-um.new-home .aranha > div {
  position: absolute;
  top: 0;
  width: 40%;
}

.destaque-um.new-home .aranha > .item2 {
  left: 36%;
}
.destaque-um.new-home .aranha > .item3 {
  left: 72%;
}
.destaque-um.new-home .aranha > .item4 {
  left: 108%;
}
.destaque-um.new-home .aranha > .item5 {
  left: 144%;
}

.destaque-um .fundo {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-direction: row;
  top: 0;
  max-width: 80%;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: .3;
  position: absolute;
}
.destaque-um .fundo > div {
  flex: 1;
  flex-shrink: 1;
}
.destaque-um .fundo > div:nth-child(even) {
  align-self: end;
}
.destaque-um .fundo > div img {
  width: 100%;
  height: auto;
}
.destaque-um .fundo .letra1 {
  margin-top: -10%;
}
.destaque-um .fundo .letra2 {
  margin-bottom: -10%;
}
.destaque-um .fundo .letra3 {
  margin-top: -5%;
}
.destaque-um .fundo .letra4 {
  margin-bottom: -2%;
}
.destaque-um .fundo .letra5 {
  margin-top: -11%;
}
.destaque-um .fundo .letra6 {
  margin-bottom: -3%;
}
.destaque-um .fundo .letra7 {
  margin-top: -16%;
}
.destaque-um .fundo .letra8 {
  margin-bottom: -3%;
}
.destaque-um .fundo .letra9 {
  margin-top: -16%;
}
.destaque-um .fundo .letra10 {
  margin-top: -10%;
}
.destaque-um .fundo .letra11 {
  margin-bottom: -10%;
}
.destaque-um .fundo .letra12 {
  margin-top: -5%;
}
.destaque-um .fundo .letra13 {
  margin-top: -2%;
}


.destaque-um-especial-home {
  width: 100vw;
  max-width: calc(100vw - 104px);
  margin: 60px auto 0 auto;
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.destaque-um-especial-home.aranha {
  background-color: #250048;
  color: #ffffff;
  font-weight: 600;
}

.destaque-um-especial-home.aranha .container-dois {
  max-width: 945px;
  padding-top: 44px;
  padding-bottom: 44px;
}
.generic, .tailored, .legends {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0 24px;
}

.destaque-um-especial-home.aranha .cards, .destaque-um-especial-home.aranha .legends {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
}
.destaque-um-especial-home.aranha .cards div, .destaque-um-especial-home.aranha .legends span {
  flex: 1;
  padding: 12px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.destaque-um-especial-home.aranha .cards div img {
  max-width: 100%;
  height: auto;
}
.destaque-um-especial-home.aranha .title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  padding: 0 32px;
  background-color: #250048;
}
.destaque-um-especial-home.aranha .legends {
  font-size: 14px;
}
.destaque-um-especial-home.aranha .tailored .title {
  margin-bottom: 20px;
}
.destaque-um-especial-home.aranha .generic .title {
  margin-top: 20px;
}
.destaque-um-especial-home.aranha .frame-aranha {
  border: 2px solid #ffffff;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  z-index: -1;
  opacity: 0.5;
}
.destaque-um-especial-home.aranha .tailored .frame-aranha {
  border-bottom: none;
  top: 20px;
}
.destaque-um-especial-home.aranha .generic .frame-aranha {
  border-top: none;
  bottom: 20px;
}





.destaque-dois.versions {
  background-color: #00C1EB;
  padding: 200px 0 120px 0;
  position: relative;
  display: block;
}
.destaque-dois.versions .container-um {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
  text-align: center;
  justify-content: center;
  align-content: center;
  position: relative;
}

.destaque-dois.versions .container-um div {
  padding: 0 40px;
  flex: 1;
}
.destaque-dois.versions .container-um div img {
  width: 100%;
}


#container-experimentos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.titles-versions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition-delay: 0;
  background-color: #00C1EB;
}



.titles-versions .container-um  {  
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
  text-align: center;
  justify-content: center;
  align-content: center;
  position: relative;
}
.titles-versions .container-um  span {
  display: inline-block;
  text-align: center;
  flex: 1;
  padding: 32px 0 12px 0;
  color: white;
  font-weight: 600;
  font-size: 24px;
}
.titles-versions .container-um span:before {
}
.titles-versions .container-um span:nth-child(1):before {
  content: 'Version 2 ';
}
.titles-versions .container-um span:nth-child(3):before {
  content: 'Version 3 ';
}
/************* about *************/

.about  {
  padding-top: 200px;
  color: var(--color-neutral-darkest);
}
.about h1 {
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 114%;
  margin: 0 0 72px 0;
  color: var(--color-neutral-darkest);
}
#about .title-bg {
  top: 80px;
  left: 0;
}

.euzinho {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 180px 0;

}
.about .fotos {
  flex: 1;
  display: block;
  position: relative;
  order: 2;
}
.about .fotos .cont-foto {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: calc(0px - 30vw);
  max-width: 130%;
  background-image: url(https://brunnobreda.com/img/about/euzinho.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.about .bio {
  width: 480px;
  font-size: 24px;
  line-height: 160%;
  font-weight: normal;
  color: var(--color-neutral-dark);
  margin: 0 0 48px 0;
  padding: 80px 0;
  order: 1;
}



/************** responsive ****************/

@media (min-height: 730px) {
  .menu-nav ul li {
    font-size: 4.2vw;
    line-height: 120%;
    vertical-align: baseline;
    margin: 20px 0px 20px -4px;
    font-weight: 600;
    display: block;
  }
  nav .menu-nav ul {
    list-style: none;
    padding: 0;
    color: white;
    margin: 20px 0 48px 0;
  }
}


@media (max-width: 1440px) {
  .container-um, .container-dois {
    padding: 0 52px;
  }
  .logo-topo {
    font-size: 14px;
  }
  /***** home *****/
  #hero .container-full .right .bt {
    display: inline-block;
    margin-left: 40px;
  }
  /***** about *****/

  .about .fotos {
    flex: 1;
    display: block;
    position: relative;
    order: 2;
  }
  .about .fotos .cont-foto {
    top: 32px;
    left: 52px;
    right: 0;
    max-width: 100%;
    background-position: top center;
  }
  /***** cases *****/

  .destaque-um, .destaque-um-especial-home {
    width: 100vw;
    max-width: calc(100vw - 64px);
    margin: 60px auto 0 auto;
    border-radius: 40px;
  }
  /***** score *****/
  .carousel-score {
    bottom: 10% !important;
    scale: 1.2;
  }
}

@media (max-width: 1130px) {
  #hero .container-full .right .bt {
    display: inline-block;
    margin-left: 28px;
  }
}






@media (max-width: 1280px) {
  .container-um, .container-dois {
    padding: 0 52px;
  }
  .bt {
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    padding: 0 24px;
  }
  /*** home ***/
  .home #work {
    /*padding: 120px 0 100px 0;*/
  }
  #hero .container-full .bottom-loop span img {
    width: 12px;
  }

  #motivacionalkk {
    height: 80vh;
    max-height: 400px;
  }
  /**** about ****/

  .about {
    padding-top: 180px;
  }
  .about .bio {
    width: 400px;
    padding: 40px 0;
  }
  #result .item .number {
    font-size: 16.5vw;
    letter-spacing: -.04em;
  }
  /**** cases ****/
  .case h1 {
    margin: 0 0 32px 0;
  }
  .case h2 {
    /*font-size: 9vw;*/
  }
  .telas.um img {
    padding: 0 20px;
  }
  .title-past {
    font-size: 140px;
  }
  /***** new home *****/

  .titles-versions .container-um  span {
    padding: 12px 0 12px 0;
    font-size: 24px;
  }
}


@media (max-width: 1080px) {
  .bt {
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    padding: 0 24px;
  }
  footer {
    min-height: 0;
    padding: 100px 52px 52px 52px;
  }
  footer h4 {
    font-size: 10.95vw;
  }
  footer h4 .foto {
    height: 12vw;
    width: 12vw;
    background: rgb(171,136,251);
    background: linear-gradient(0deg, var(--color-light-purple) 0%, var(--color-purple) 100%);
    border-radius: 100%;
    display: inline-block;
    margin-right: 1vw;
  }
  /****** home ******/
  #hero .container-full .right .bt {
    margin-left: 16px;
  }
  .modelo-case .title {
    color: var(--color-neutral-darkest);
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
  }
  .modelo-case p {
    color: var(--color-neutral-medium);
    font-size: 18px;
  }
  .modelo-case .infos {
    width: 440px;
    padding: 48px;
  }
  #motivacionalkk {
    height: 80vh;
    max-height: 300px;
  }
  .home #work {
    /*padding: 120px 0 80px 0;*/
  }
  .big-bg {
    top: 50px;
  }
  /***** about *****/
  .about {
  /* 
   padding-top: 160px;
  */
  }
  .about .bio {
    width: 400px;
    font-size: 20px;
    padding: 0px 0;
    margin: 0 0 48px 0;
    order: 1;
  }
  /***** cases *****/
  .case p, .case ul {
    font-size: 22px;
  }
  .case .complement .logo {
    height: auto;
    width: 100%;
  }
  .case .complement .logo img {
    height: auto;
    width: 100%;
  }
  .case h3 {
    font-size: 48px;
    margin: 0 0 48px 0;
  }
  .case h4 {
    font-size: 32px;
  }
  .text.dois .column-3 {
    grid-column: 1 / 5;
  }
  #result .item .number {
    font-size: 18.5vw;
    font-weight: normal;
    letter-spacing: -.04em;
    padding: 32px;
  }
  /***** score *****/
  .carrosel {
    height: 18vw;
    left: calc(20.6%);
  }
  /***** new home *****/

  .titles-versions .container-um  span {
    padding: 12px 0 12px 0;
    font-size: 18px;
  }
  .destaque-dois.versions .container-um div {
    padding: 0 24px;
    flex: 1;
  }


}

@media (max-width: 945px) {
  .about h1, .case h1, .work h1 {
    font-size: 7.4vw;
    margin: 0 0 40px;
  }
  .logo-topo {
    left: 32px;
  }
  nav #menu[type="checkbox"]:checked ~ label.cambiarra-menu-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
    background: transparent;
  }
  .destaque-um, .destaque-um-especial-home {
    width: 100vw;
    max-width: 100vw;
    margin: 72px auto 0 auto;
    position: relative;
    display: block;
    border-radius: 0px;
    overflow: hidden;
  }

  .container-um, .container-dois {
    padding: 0 32px;
  }
  nav .menu-nav {
    width: 470px;
    padding: 72px;
  }
  .menu-nav ul li {
    font-size: 46px;
    margin: 16px 0px 16px -4px;
  }
  .menu-nav .headline {
    font-size: 16px;
  }
  .contact-nav > * {
    margin: 0 16px 4px 0;
  }

  footer {
    min-height: 0;
    padding: 100px 0px 32px 0px;
  }
  footer .headline {
    font-size: 14px;
  }
  footer .links a {
    margin: 0 12px 0 0;
  }
  /***** home ****/
  #hero .container-full .right .foto {
    height: 8vw;
    width: 8vw;
  }
  #hero .container-full .right .bt {
    margin-left: 12px;
  }
  .container-full {
    padding: 20px 52px 0 52px;
  }
  #hero .container-full .left {
    padding: 0 0 0 32px;
  }
  #hero .container-full .right {
    padding: 0 32px 0 0;
  }
  .modelo-case {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 0 80px 0;
  }
  .modelo-case .thumbnail, .modelo-case .infos {
    width: 100%;
  }
  .modelo-case .thumbnail {
    order: 1;
  }
  .modelo-case .infos {
    order: 2;
    padding: 32px 48px;
  }
  .modelo-case .thumbnail > div {
    padding: 54% 0 0 0 !important;
  }
  .loader.home .cont {
    scale: 0.7;
  }
  .home #work {
    padding: 45vw 0 80px 0;
  }
  .big-bg {
    top: 20vw;
    font-size: 18vw;
    line-height: 90%;
    color: var(--color-purple);
    /* font-size: 11.5vw; */
    width: 100%;
  }
  .modelo-case .bt {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
  }
  /***** about *****/
  .about .bio {
    width: 340px;
    font-size: 18px;
    padding: 24px 0;
    margin: 0 0 48px 0;
    order: 1;
  }
  /***** cases *****/
  .text {
    margin: 120px auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  .case .complement.um span {
    font-size: 32px;
  }
  .case .complement .logo {
    height: 36px;
    width: autp;
  }
  .case .complement .logo img {
    height: 36px;
    width: autp;
  }
  .case h4 {
    margin: 0 0 40px 0;
  }
  .case p, .case ul {
    margin: 0 0 40px 0;
  }
  .case h2 {
    margin-bottom: calc(-6.4vw - 120px);
  }
  .telas {
    margin: 120px 0;
  }
  .menu-anchor {
    border-radius: 20px;
    padding: 24px 40px;
    width: 520px;
    left: 50%;
    margin-left: -260px;
    backdrop-filter: blur(10px);
  }

  .aprendizados div p {
    width: 100%;
    display: block;
  }
  .aprendizados div {
    display: block;
  }
  .title-past {
    font-size: 120px;
  }

  /***** score *****/
  .carousel-score {
    bottom: 20% !important;
    left: 7% !important;
    scale: 1.4;
  }
  .carousel-score .phone {
    bottom: -20px;
  }
  /******** new home *********/

  .destaque-um-especial-home.aranha .cards div, .destaque-um-especial-home.aranha .legends span {
    padding: 8px;
  }  
  /***** new home *****/

  .titles-versions .container-um  span {
    padding: 12px 0 12px 0;
    font-size: 18px;
  }
  .destaque-dois.versions .container-um div {
    padding: 0 20px;
    flex: 1;
  }
  .destaque-dois.versions {
    background-color: #00C1EB;
    padding: 120px 0 120px 0;
  }
}

@media (max-width: 768px) {
  header .wrapper-bt-nav {
    padding: 0;
    top: 0;
    right: 0;
    z-index: 15;
    width: 100px;
    height: 100px;
  }
  .loader.home .cont {
    scale: 0.5;
    max-width: 200vw !important;
  }

  .title-bg {
    font-size: 14vw;
  }
  #about .title-bg {
    top: 40px;
  }
  nav .menu-nav {
    width: 470px;
    padding: 48px;
  }
  /********* home ********/
  .modelo-case p {
    display: none;
  }
  .modelo-case .bt {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .modelo-case .bt span {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .modelo-case .thumbnail > div {
    padding: 70% 0 0 0 !important;
  }
  .modelo-case .infos {
    padding: 24px 32px;
  }
  .container-full {
    padding: 120px 32px 84px 32px;
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #hero .container-full .right, #hero .container-full .left {
    padding: 0 0 32px 0;
  }
  #hero .container-full .right {
    width: 100%;
  }
  #hero .container-full .right > div {
    width: 100%;
    margin-top: 24px;
    order: 2;
  }
  #hero .container-full .right .flex {
    order: 1;
    margin-top: 0px;
  }
  #hero .container-full .right .flex .foto {
    height: 30vw;
    width: 30vw;
  }
  #hero h1 {
    font-size: 10vw;
    margin: 0 0 16px;
  }
  #hero .container-full .left p {
    font-size: 2.6vw;
  }
  #motivacionalkk p {
    font-size: 4vw;
    width: calc(100vw - 64px);
    z-index: 2;
    font-weight: 600;
  }
  #hero .container-full .right p {
    font-size: 3.4vw;
    margin-top: 0;
    width: 100%;
    max-width: 60vw;
  }
  #hero .container-full .right .foto {
    height: 9vw;
    width: 9vw;
    background: rgb(171,136,251);
    background: linear-gradient(0deg, var(--color-light-purple) 0%, var(--color-purple) 100%);
    border-radius: 100%;
    display: inline-block;
  }
  #hero .container-full .bottom-loop {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 24px;
  }
  #hero .container-full .bottom-loop > div  {
    width: 360vw;
  }
  #hero .container-full .bottom-loop > div > div {
    width: 180vw;
  }
  #hero .container-full .bottom-loop span {
    font-size: 2vw;
    margin: 12px auto;
  }

  .bottom-loop > div {
    -webkit-animation: loopinfinto 22s linear infinite;
    animation: loopinfinto 22s linear infinite;
  }
  /***** about *****/
  .about .bio {
    width: 100%;
    font-size: 18px;
    padding: 24px 0;
    margin: 0 0 48px 0;
    order: 2;
  }
  .about .fotos {
    order: 1;
    flex: 1 1 auto;
    height: 200px;
    width: 100%;
  }
  .about .fotos .cont-foto {
    left: 0;
    max-width: 100%;
    background-image: url(https://brunnobreda.com/img/about/euzinho2.webp);
    background-size: contain;
    background-position: left top;
  }
  /****** cases ******/
  .case .infos .column .headline {
    font-size: 14px;
  }
  .case .infos span {
    font-size: 16px;
    margin: 8px 0 0 0;
  }
  .destaque-um > div, .destaque-tres > div {
    padding: 60% 0 0 0 !important;
  }
  .destaque-um {
    margin: 48px 0 0 0;
  }
  .case h4 {
    font-size: 32px;
    margin: 0 0 32px 0;
  }

  .telas.um  {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
  .telas.um .item {
    flex: 1;
    width: 100%;
    max-width: 480px;
  }
  .telas.um img {
    padding: 40px 24px;
  }
  .lottie .row {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
  }
  .lottie .row lottie-player {
    height: auto !important;
  }
  .lottie .row .code-highlighter {
    width: 100%;
  }
  pre, code {
    height: 200px;
  }
  #result .item {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    margin: 100px auto;
    justify-content: center;
    text-align: center;
  }

  #result .item .infos {
    padding: 8px 32px 32px 32px;
  }
  #result .item .infos * {
    max-width: 360px;
  }
  #result .item .number {
    font-size: 22vw;
    letter-spacing: -.04em;
    padding: 0;
    width: 100%;
  }
  #result .item .number:after {
    content: '';
    display: none;
  }
  #menu-anchor[type="checkbox"]:checked ~ .menu-anchor {
    bottom: 12px;
  }
  .menu-anchor {
    border-radius: 20px;
    padding: 24px 16px;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    backdrop-filter: blur(10px);
    font-size: 16px;
  }
  .menu-anchor a {
    width: 100px;
  }
  .menu-anchor .barra.um {
    width: 100px;
    left: 16px;
  }
  .menu-anchor .barra.tres {
    width: 100px;
    left: calc(100% - 100px - 16px);
  }
  .menu-anchor .barra.dois {
    width: 100px;
    left: calc(50% - 50px);
  }

  .aprendizados div {
    width: 100%;
    text-align: left;
    max-width: 390px;
  }  
  .title-past {
    font-size: 100px;
  }
  .title-past span {
    font-size: 20px;
  }

  /**** score ****/
  #telas-animation > div {
    padding: 72% 0 0 0 !important;
  }
  #telas-animation > div > div {
    scale: 1.1;
  }
  /***** uefa *****/
  .destaque-um.uefa .frame {
    margin-left: -25%;
    width: 50%;
  }
  /******** new home *********/

  .destaque-um-especial-home.aranha .cards div, .destaque-um-especial-home.aranha .legends span {
    padding: 4px;
  }

  .titles-versions .container-um  span {
    padding: 12px 0 8px 0;
    font-size: 16px;
  }
  .destaque-dois.versions .container-um div {
    padding: 0 4px;
    flex: 1;
  }
  .destaque-dois.versions {
    background-color: #00C1EB;
    padding: 100px 0 120px 0;
    position: relative;
    display: block;
  }

}

@media (max-width: 540px) {
  .loader .cont, .transition span {
    flex-wrap: wrap;
    max-width: 100vw;
    padding: 0 32px;
    text-align: center;
  }
  .loader .wrapper-loader:after {
    content: '';
    top: -10px;
    background: linear-gradient(to bottom, rgba(16, 9, 22, 1), rgba(16, 9, 22, 0.9) 10%, transparent, transparent 10%, transparent, transparent 24%, rgba(16, 9, 22, 0.9) 24%, rgba(16, 9, 22, 0.9));
  }

  .loader .wrapper-loader {
    padding-top: 38px;
    max-height: 531px;
    margin: 0;
  }
  .loader.home ul {
    text-align: center;
    margin: 0;
  }
  .loader.home span {
    font-weight: 400;
    font-size: 60px;
    color: var(--color-light-purple);
    margin-bottom: -30px;
  }


  .about h1, .case h1, .work h1 {
    font-size: 10vw;
    margin: 0 0 40px;
  }
  .logo-topo {
    left: 24px;
  }

  .container-um, .container-dois {
    padding: 0 24px;
  }
  .bt span:after {
    width: 16px;
    height: 16PX;
  }

  nav .menu-nav {
    width: 100%;
    padding: 72px 36px;
  }
  .menu-nav ul li {
    font-size: 12vw;
    margin: 36px 0px 36px -4px;
  }
  footer {
    min-height: 0;
    padding: 60px 8px 32px 8px;
  }

  footer h4 {
    font-size: 11.5vw;
  }
  footer h4 .foto {
    height: 18vw;
    width: 18vw;
  }
  .contact-nav > * {
    margin: 0 0 16px 0;
  }
  /**** home ****/
  #hero h1 {
    font-size: 12vw;
    margin: 0 0 24px;
  }
  #hero .container-full .left {
    padding: 24px 0 48px 0;
  }
  .container-full {
    padding: 120px 24px 64px 24px;
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #hero .container-full .left p {
    font-size: 4.6vw;
  }
  #hero .container-full .right p {
    font-size: 5vw;
    max-width: 70vw;
  }
  .modelo-case .headline {
    font-size: 12px;
    margin: 12px 0 16px 0;
  }
  .modelo-case .title {
    color: var(--color-neutral-darkest);
    font-size: 28px;
  }
  .modelo-case .infos {
    padding: 24px 24px;
  }
  .modelo-case .logo {
    width: 48px;
    height: 48px;
    margin-right: 4px;
  }
  #hero .container-full .bottom-loop span img {
    width: 10px;
  }
  footer .links {
    margin: 0 0 84px 0;
    width: 120px;
  }

  .modelo-case {
    border-radius: 20px;
    isolation: isolate;
    margin: 0 0 44px 0;
  }

  .modelo-case:hover {
    transform: scale(1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.11), 0 3px 6px rgba(0,0,0,0.18);
  }
  
  .modelo-case .bt {
    font-size: 14px;
  }
  .modelo-case .users {
    height: 48px;
    font-size: 14px;
    padding: 12px 16px 12px 48px;
    line-height: 110%;
  }
  .modelo-case .users img {
    position: absolute;
    left: 12px;
    height: 32px;
    width: 32px;
    top: 7px;
  }
  .modelo-case .users span {    
    margin: auto;
    margin-top: -3px;
  }
  .thumbnail video {
    border-radius: 20px 20xp 0 0;
    isolation: isolate;
  }
  .thumbnail div {
    isolation: isolate;
  }
  /***** about *****/
  .about .bio {
    font-size: 16px;
    padding: 24px 0;
    margin: 0 0 48px 0;
    order: 2;
  }
  /***** cases *****/

  .destaque-um > div, .destaque-tres > div  {
    padding: 80% 0 0 0 !important;
  }
  .destaque-um {
    padding: 20% 0;
  }
  .destaque-um .fundo > div:nth-child(odd) {
    transform: translateY(-20%);
  }
  .destaque-um .fundo > div:nth-child(even) {
    transform: translateY(20%);
  }
  .text {
    margin: 100px auto;
  }
  .case h3 {
    font-size: 40px;
    margin: 0 0 32px 0;
  }
  .case p, .case ul {
    font-size: 20px;
    margin: 0 0 32px 0;
  }
  .column-3.complement.um {
    margin-top: 12px;
  }
  .case .infos .column {
    margin: 0 32px 0 0;
  }
  .case .infos span {
    font-size: 14px;
    margin: 8px 0 0 0;
  }
  #video-wrapper > div {
    padding: 7% 0 !important;
    width: 100%;
  }
  #video-wrapper > div video {
    position: relative !important;
    width:100% !important;
    height:auto !important;
    scale: 1.2;
  }
  #video-wrapper.noscale  > div video{
    scale: 1;
  }
  .case h3 {
    font-size: 28px;
    margin: 0 0 24px 0;
  }
  .case h4 {
    font-size: 28px;
    margin: 0 0 24px 0;
  }
  .case h2 {
    font-size: 19vw;
    margin-bottom: calc(-6.4vw - 100px);
    opacity: 0.06;
  }
  .case #design h2 {
    margin-bottom: calc(-13vw - 100px);
  }
  .telas {
    margin: 100px 0;
  }
  .telas.um img {
    padding: 20px 24px;
  }  
  .title-past {
    font-size: 69px;
  }
  .title-past span {
    font-size: 14px;
  }
  .past {
    padding: 100px 0;
  }
  /***** score ****/

  #telas-animation > div > div {
    scale: 1.2;
  }
  .carousel-score {
    bottom: 51% !important;
    left: 22% !important;
    scale: 2;
  }
  /**** uefa *****/
  .destaque-um.uefa .frame {
    top: 26%;
    margin-left: -40%;
    width: 80%;
  }
  .destaque-um.uefa .logos {
    top: -4%;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    height: 10%;
  }
  .destaque-um.uefa .bolas {
    width: 80%;
    height: 120%;
  }
  .destaque-um.uefa .bolas.tres {
    top: -74%;
    left: -36%;
  }
  .destaque-um.uefa .bolas.quatro {
    bottom: -74%;
    right: -36%;
  }
  /******* new home ********/
  .destaque-um.new-home .frame {
    transform: translateY(-30%) scale(1.8);
  }
  .destaque-um.new-home .aranha {
    margin-left: -1%;
  }
  /******* new home **********/
  .destaque-um-especial-home {
    overflow-x: scroll;
  }
  .destaque-um-especial-home.aranha .container-dois {
    padding-top: 100px;
    padding-bottom: 100px;
    width: fit-content;
    max-width: fit-content;
  }
  .destaque-um-especial-home.aranha .title {
    position: absolute;
  }
  .destaque-um-especial-home.aranha .tailored .title {
    top: 48px;
  }
  .destaque-um-especial-home.aranha .generic .title {
    bottom: 48px;
  }
  .generic, .tailored, .legends {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    position: initial;
    padding: 0 24px;
    width: 800px;
  }
  .destaque-um-especial-home.aranha .title {
    padding: 0;
  }
  .destaque-um-especial-home.aranha .cards div, .destaque-um-especial-home.aranha .legends span {
    padding: 2px 12px;
  }
  .destaque-um-especial-home.aranha .frame-aranha {
    width: 100px;
    height: 140px;
    left: 32px;
  }
  .destaque-um-especial-home.aranha .tailored .frame-aranha {
    border-right: none;
    border-bottom: 2px solid white;
    top: 64px;
  }  
  .destaque-um-especial-home.aranha .generic .frame-aranha {
    border-right: none;
    border-top: 2px solid white;
    bottom: 64px;
  }
  .titles-versions .container-um  span {
    padding: 12px 0 8px 0;
    font-size: 12px;
  }
  .titles-versions .container-um span:nth-child(1):before {
    content: 'V2 ';
  }
  .titles-versions .container-um span:nth-child(3):before {
    content: 'V3 ';
  }
}


