.navbar-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: Atlasgrotesk, sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-container.inside {
  background-color: rgba(0, 0, 0, 0.14);
}

.dottscc-logo {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Atlasgrotesk, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 900;
  letter-spacing: 10px;
}

.body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.date-txt {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
}

.date-txt.interna {
  font-size: 40px;
  line-height: 40px;
  text-align: right;
}

.container-about {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-about-dottori {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0f0f0f;
}

.about-me {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 0px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 21px;
  line-height: 23px;
}

.text-h3 {
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px dotted rgba(0, 0, 0, 0.14);
  font-family: Atlasgrotesk, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-h4 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.text-h4.testimonial {
  max-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  border-top: 1px none rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.text-h4.testimonial.fisrt {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  border-style: dotted none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14) #000 #000;
  font-size: 12px;
  line-height: 14px;
}

.text-h4.testimonial.credits {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px none rgba(0, 0, 0, 0.14);
  border-top-style: dotted;
  border-top-color: rgba(0, 0, 0, 0.14);
}

.text-h4.testimonial.hide {
  display: none;
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  border-style: dotted none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14) #000 #000;
  font-size: 12px;
  line-height: 14px;
}

.vitor-dottori-name {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.vitor-dottori-name.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-top: 5%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 30px;
  line-height: 32px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.selected-works {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  border-bottom: 1px solid #dfdfdf;
}

.container-description {
  max-width: 1540px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
  border-bottom: 1px none #000;
  background-color: transparent;
  text-align: left;
}

.about-small {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.coluna-30 {
  padding-right: 30px;
  padding-left: 40px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d3d3d3;
}

.div-line-left {
  display: block;
  min-height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-left: 1px none #000;
}

.coluna-0 {
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: #4e4e4e;
}

.column-6 {
  height: 450px;
  background-color: #69d2ff;
}

.column-6._2 {
  background-color: #777;
}

.column-6._3 {
  background-color: #242424;
}

.column-7 {
  height: 450px;
  background-color: #aaa;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.video-background {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23));
}

.credits {
  font-size: 12px;
  line-height: 14px;
}

.text-span {
  font-weight: 300;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.text-span-2 {
  font-size: 21px;
  line-height: 24px;
}

.scroll-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 40px;
  margin-left: 30px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 10px;
  text-align: center;
  letter-spacing: 5px;
}

.text-span-3 {
  font-size: 14px;
}

.email-header {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.email-header:hover {
  color: #ed1a55;
  text-decoration: line-through;
}

.testimonial-text {
  font-size: 12px;
  -o-object-fit: fill;
  object-fit: fill;
}

.coluna-projeto {
  padding: 10px 0px 10px 10px;
  background-color: #eee;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-11 {
  padding-left: 0px;
}

.divisor {
  width: 20px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ed1a55;
}

.divisor.hide {
  display: none;
}

.italic-text {
  display: inline;
  margin-top: 0px;
  line-height: 17px;
}

.text-span-4 {
  display: inline;
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: 100;
}

.title-client {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 40px;
  line-height: 40px;
}

.title-client.interna {
  margin: 0px;
  padding-right: 20px;
  padding-left: 0px;
  text-align: left;
  text-transform: uppercase;
}

.city-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 17px;
}

.city-text.interna {
  padding-left: 0px;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.coverletter {
  margin-bottom: 40px;
  margin-left: 40px;
  padding-right: 20px;
  padding-left: 40px;
  border-left: 1px dotted rgba(0, 0, 0, 0.14);
  font-family: Atlasgrotesk, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: justify;
}

.experience {
  margin-left: -5px;
}

.dottori-pic {
  min-height: 700px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/dotts.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.btn-dotts {
  margin-left: 0px;
  padding-top: 9px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px none transparent;
  border-radius: 20px;
  background-color: #333;
  font-family: Atlasgrotesk, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.btn-dotts:hover {
  background-color: #ed1a55;
  color: #fff;
}

.headline-projects {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand.w--current {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  float: left;
}

.apply-knowledge {
  text-align: left;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 0px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav-links {
  padding-top: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.nav-links:hover {
  color: #ed1a55;
}

.nav-links:visited {
  color: #fff;
  font-weight: 700;
}

.nav-links.w--current {
  padding-bottom: 15px;
  color: #ed1a55;
  text-decoration: none;
}

.footer-text {
  padding-right: 40px;
  padding-left: 0px;
  font-family: Atlasgrotesk, sans-serif;
  color: #707070;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-align: justify;
}

.footer-text.right {
  padding-right: 0px;
  text-align: right;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

.thank-you {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Atlasgrotesk, sans-serif;
  color: #707070;
  font-size: 80px;
  line-height: 36px;
  font-weight: 300;
}

.thank-you.small {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  line-height: 17px;
}

.column-15 {
  padding-left: 0px;
}

.column-16 {
  padding-right: 0px;
}

.small-thanks {
  font-size: 17px;
  line-height: 17px;
}

.logo-dotts-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-17 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-18 {
  padding-right: 0px;
  padding-left: 0px;
}

.sacha-carletti {
  font-size: 14px;
}

.btn-project {
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 9px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  border: 1px none transparent;
  border-radius: 20px;
  background-color: #333;
  font-family: Atlasgrotesk, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.btn-project:hover {
  background-color: #ed1a55;
  color: #fff;
}

.container-project-full {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
}

.header-inside {
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.header-inside.weho-project {
  height: 550px;
  margin-bottom: 0px;
  padding-top: 100px;
  background-color: #016447;
  color: #f8f6ef;
}

.header-inside.kos-fg {
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  background-color: #213974;
  color: #f8f6ef;
}

.header-inside.weho-project {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 100px;
  background-color: #30704e;
  color: #f8f6ef;
}

.header-inside.drive-project {
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  background-color: #bf3b26;
  color: #f8f6ef;
}

.header-inside.sabia-project {
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  background-color: #e14504;
  color: #f8f6ef;
}

.header-inside.tahin-project {
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  background-color: #d85e1a;
  color: #f8f6ef;
}

.header-inside.vinilburger-project {
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100px;
  background-color: #2c497d;
  color: #f8f6ef;
}

.header-inside.boali-project {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 100px;
  background-color: #d17301;
  color: #f8f6ef;
}

.header-inside.g5-project {
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 100px;
  background-color: #252525;
  color: #f8f6ef;
}

.container-digital {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 40px 0px;
  background-color: transparent;
}

.image-01 {
  border-right: 1px none #272727;
  border-bottom: 1px solid #272727;
}

.image-02 {
  border-top: 1px none #272727;
  border-bottom: 1px solid #272727;
  border-left: 1px none #272727;
}

.selected-digital {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  border-bottom: 1px none #dfdfdf;
}

.selected-digital.illustrations {
  border-bottom-style: none;
}

.text-span-5 {
  text-decoration: none;
}

.email-footer {
  color: #707070;
  font-size: 14px;
  line-height: 16px;
}

.email-footer:hover {
  color: #ed1a55;
  text-decoration: line-through;
}

.columns-4 {
  background-color: #141414;
}

.header-interna {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.13);
}

.header-interna.second {
  padding-top: 0px;
  border-bottom-style: none;
}

.container-header-interna {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  background-color: transparent;
  text-align: left;
}

.credits-interna {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.description-header-interna {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 0px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.section-project {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px 0px;
  background-color: #999;
  text-align: center;
}

.section-project.experimental {
  padding-top: 0px;
}

.images-div {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-div {
  width: 100%;
  min-height: 800px;
  margin: 0px;
  padding: 0px 30px 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video {
  background-color: #eee;
}

.background-video-2 {
  height: 600px;
}

.section-wrapp {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #999;
  text-align: center;
}

.section-wrapp.experimental {
  background-color: #141414;
}

.coluna-solution {
  padding: 0px 0px 10px 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.linkedin {
  width: 20px;
  margin-top: 4px;
}

.linkedin:hover {
  opacity: 0.5;
}

.slider-projects {
  height: 800px;
  background-color: transparent;
}

.mask {
  height: 800px;
}

.slider {
  font-size: 10px;
  line-height: 10px;
}

.slide-01 {
  background-image: url('../images/boali-centro-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-02 {
  background-image: url('../images/boali-centro-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-03 {
  background-image: url('../images/boali-centro-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-04 {
  background-image: url('../images/boali-centro-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-05 {
  background-image: url('../images/boali-centro-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-06 {
  background-image: url('../images/boali-centro-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-thumb:hover {
  -webkit-filter: saturate(131%);
  filter: saturate(131%);
  mix-blend-mode: normal;
}

.wrapp-images-slices {
  margin-bottom: 0px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-video-littlejoe {
  background-color: #9bd6eb;
}

.background-video-3 {
  z-index: 7;
  width: 100%;
  height: 100%;
  min-height: 800px;
}

.putasmile {
  position: absolute;
  left: 25%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  margin-bottom: 136px;
  text-align: center;
}

.nav-bar-fixed {
  background-color: #fff;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .date-txt {
    padding-left: 0px;
  }

  .container-about {
    padding-left: 0px;
  }

  .section-about-dottori {
    max-height: none;
  }

  .text-h4 {
    padding: 0px;
  }

  .text-h4.testimonial {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    border-top-style: dotted;
    border-top-color: rgba(0, 0, 0, 0.14);
  }

  .text-h4.testimonial.fisrt {
    max-width: 100%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-h4.testimonial.credits {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .text-h4.testimonial.hide {
    max-width: 100%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .vitor-dottori-name {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .vitor-dottori-name.header {
    min-height: 90vh;
    margin-left: 0px;
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
  }

  .container-description {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .coluna-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-line-left {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px;
  }

  .video-background {
    min-height: 90vh;
  }

  .column-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coluna-projeto {
    padding: 0px;
  }

  .column-11 {
    padding-right: 0px;
  }

  .divisor {
    display: block;
    float: none;
  }

  .title-client {
    padding-left: 0px;
  }

  .city-text {
    padding-left: 0px;
  }

  .coverletter {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .headline-projects {
    margin-bottom: 0px;
    padding: 30px;
  }

  .column-12 {
    border-top: 1px dotted rgba(0, 0, 0, 0.14);
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand.w--current {
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-links {
    padding-top: 20px;
    background-color: #272727;
    font-size: 14px;
    line-height: 16px;
  }

  .menu-button {
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #272727;
  }

  .footer-text {
    padding-right: 30px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-text.right {
    text-align: left;
  }

  .thank-you {
    padding-top: 40px;
  }

  .column-16 {
    padding-left: 0px;
  }

  .container-project-full {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header-inside {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-digital {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .header-interna {
    margin-bottom: 0px;
  }

  .container-header-interna {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .credits-interna {
    padding: 20px 0px 0px;
    text-align: left;
  }

  .description-header-interna {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-22 {
    padding: 0px;
  }

  .video-div {
    min-height: 400px;
  }

  .coluna-solution {
    padding: 0px;
  }

  .linkedin {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #272727;
  }

  .slider-projects {
    height: 400px;
  }

  .mask {
    height: 400px;
  }

  .nav-menu {
    background-color: #272727;
  }

  .background-video-3 {
    min-height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 20px;
  }

  .date-txt.interna {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }

  .container-about {
    padding-left: 0px;
  }

  .text-h4.testimonial {
    padding-top: 40px;
    padding-right: 0px;
  }

  .text-h4.testimonial.fisrt {
    padding-right: 0px;
  }

  .text-h4.testimonial.credits {
    margin-bottom: 0px;
  }

  .text-h4.testimonial.hide {
    padding-right: 0px;
  }

  .vitor-dottori-name {
    margin-bottom: 20px;
  }

  .vitor-dottori-name.header {
    max-width: 330px;
    min-height: 90vh;
    margin-left: 0px;
  }

  .columns {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-description {
    padding-right: 0px;
  }

  .coluna-30 {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .video-background {
    min-height: 90vh;
    padding-right: 40px;
    padding-left: 40px;
  }

  .scroll-down {
    margin-left: 0px;
  }

  .coverletter {
    margin-bottom: 0px;
  }

  .dottori-pic {
    min-height: 500px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thank-you {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .small-thanks {
    display: block;
  }

  .logo-dotts-footer {
    margin-left: 0px;
  }

  .container-project-full {
    padding-top: 0px;
  }

  .header-inside {
    margin-bottom: 20px;
  }

  .image-01 {
    border-bottom-style: none;
  }

  .image-02 {
    border-bottom-style: none;
  }

  .container-header-interna {
    padding-top: 0px;
    padding-right: 0px;
  }

  .section-project {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .images-div {
    margin-bottom: 0px;
    padding: 0px 10px 10px;
  }

  .column-23 {
    padding: 0px;
  }

  .video-div {
    min-height: 300px;
    margin-bottom: 0px;
    padding: 0px 10px 10px;
  }

  .section-wrapp {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider-projects {
    height: 350px;
  }

  .mask {
    height: 350px;
  }

  .wrapp-images-slices {
    margin-bottom: 0px;
    padding: 0px 10px 10px;
  }

  .background-video-3 {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding-left: 10px;
  }

  .dottscc-logo {
    margin-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-h4.testimonial {
    max-width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    padding-right: 0px;
    clear: left;
  }

  .text-h4.testimonial.fisrt {
    max-width: 100%;
    padding-right: 0px;
  }

  .text-h4.testimonial.credits {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-h4.testimonial.hide {
    max-width: 100%;
    padding-right: 0px;
  }

  .vitor-dottori-name.header {
    margin-bottom: 0px;
    padding-top: 0%;
  }

  .divisor {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .title-client {
    white-space: normal;
  }

  .dottori-pic {
    min-height: 350px;
  }

  .headline-projects {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-links {
    padding-top: 20px;
    background-color: #272727;
    font-size: 14px;
    line-height: 16px;
  }

  .menu-button.w--open {
    background-color: #272727;
  }

  .footer-text {
    padding-right: 0px;
    text-align: center;
  }

  .footer-text.right {
    margin-bottom: 0px;
    text-align: center;
  }

  .thank-you {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 50px;
    text-align: center;
  }

  .column-15 {
    padding-right: 0px;
  }

  .btn-project {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
  }

  .bold-text-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .section-project {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .images-div {
    margin-bottom: 0px;
    padding: 10px 10px 0px;
  }

  .video-div {
    min-height: 200px;
    margin-bottom: 0px;
    padding: 10px 10px 0px;
  }

  .section-wrapp {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .slider-projects {
    height: 200px;
  }

  .mask {
    height: 200px;
  }

  .slider {
    padding-top: 20px;
    font-size: 5px;
  }

  .wrapp-images-slices {
    margin-bottom: 0px;
    padding: 10px 10px 0px;
  }

  .background-video-3 {
    min-height: 200px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}