body {
  background-color: #febe1e;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #202222;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.section {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
}

#menumobileclosed {
  display: block;
  background-image: url("./assets/menu.png");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
#menumobileclosed:hover {
  cursor: pointer;
}
@media (min-width: 798px) {
  #menumobileclosed {
    display: none;
  }
}

@media (min-width: 876px) {
  #whatsmobile {
    display: none;
  }
}

#menumobile {
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  display: none;
}
@media (min-width: 798px) {
  #menumobile {
    display: none;
  }
}
#menumobile ul {
  flex-wrap: wrap;
  margin-left: -40px;
  justify-content: center;
  height: 100vh;
  padding-top: 120px;
}
#menumobile ul li {
  flex-basis: 100%;
  text-align: center;
  height: 70px;
}
#menumobile ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

header {
  width: 100%;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 99999;
}
header .section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  margin: 25px 0px;
}
@media (max-width: 797px) {
  header nav {
    display: none;
  }
}
header nav ul {
  margin: 0;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul li {
  margin: 5px 20px;
  list-style-type: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
}
header nav ul li a:hover {
  color: #febe1e;
}
header .falecom {
  border: solid 1px #febe1e;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 45px;
  background-image: url("./assets/whats.png");
  background-repeat: no-repeat;
  background-position: 190px 7px;
}
@media (max-width: 875px) {
  header .falecom {
    display: none;
  }
}
header .falecom a {
  font-size: 11px;
  color: #febe1e;
  font-weight: 700;
  display: block;
  text-decoration: none;
}

.main-video {
  background: #000;
  padding-bottom: 65px;
}
@media (max-width: 797px) {
  .main-video .section {
    width: 100%;
    padding: 0px;
  }
}
.port-gallery iframe,
.port-gallery iframe,
.port-gallery video {
  background-image: url("./assets/main-skeleton.gif");
  background-size: cover;
  width: 100%;
  max-width: 315px;
  margin: 10px;
}
@media (max-width: 797px) {
  .port-gallery iframe,
  .port-gallery iframe,
  .port-gallery video {
    height: 380px;
  }
}

.main-conquer {
  background: #000;
  color: #fff;
  padding-top: 165px;
}
.main-conquer .wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 797px) {
  .main-conquer .wrapper {
    flex-wrap: wrap;
  }
}
.main-conquer .wrapper .left {
  flex-basis: 50%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 65px;
}
@media (max-width: 797px) {
  .main-conquer .wrapper .left {
    flex-basis: 100%;
    text-align: left;
    justify-content: center;
    padding-right: 0px;
  }
}
.main-conquer .wrapper .left p {
  max-width: 280px;
  letter-spacing: 10px;
}
.main-conquer .wrapper .right {
  flex-basis: 50%;
  padding-left: 65px;
}
@media (max-width: 797px) {
  .main-conquer .wrapper .right {
    flex-basis: 100%;
    padding-left: 0px;
    max-width: 280px;
    margin: auto;
    padding-bottom: 35px;
  }
}
.main-conquer .wrapper .right p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  max-width: 428px;
}
.main-conquer .wrapper .right p.faca {
  background-image: url("./assets/arrow-white.png");
  background-repeat: no-repeat;
  background-position: 211px 10px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 100px;
}
.main-conquer .wrapper .right p.faca a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 797px) {
  .main-conquer .wrapper .right p.faca {
    transform: rotate(90deg);
    text-indent: -9999px;
    width: 30px;
    margin: auto;
    background-position: top center;
  }
}

.top {
  display: flex;
}
.top .section {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0px;
}
@media (max-width: 797px) {
  .top .section {
    flex-wrap: wrap;
  }
}
.top .section .left {
  margin-top: 140px;
  flex-basis: 50%;
  margin-right: 50px;
  display: flex;
  justify-content: end;
}
@media (max-width: 797px) {
  .top .section .left {
    flex-basis: 100%;
    order: 2;
    margin-right: 0px;
    justify-content: center;
    margin-top: 65px;
  }
}
.top .section .right {
  flex-basis: calc(50% - 60px);
  margin-left: 60px;
}
@media (max-width: 797px) {
  .top .section .right {
    flex-basis: 100%;
    margin-left: 0px;
    order: 1;
    display: flex;
    justify-content: center;
  }
}
.top .section .right .quem {
  display: flex;
  align-items: flex-end;
  width: 384px;
  height: 384px;
  border-left: solid 2px #000;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}
@media (max-width: 797px) {
  .top .section .right .quem {
    width: 220px;
    height: 163px;
  }
}
.top .section .right .quem p {
  width: 100px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 5px;
  margin-left: 20px;
}

.production .section {
  margin-top: 65px;
  display: flex;
  justify-content: space-around;
}
.production .section .left {
  flex-basis: 50%;
  display: flex;
  justify-content: end;
  margin-right: 50px;
}
@media (max-width: 797px) {
  .production .section .left {
    display: none;
  }
}
.production .section .left .text {
  max-width: 380px;
  font-size: 18px;
  font-weight: 700;
}
.production .section .left ul {
  line-height: 35px;
}
.production .section .left ul li {
  list-style-type: none;
  text-align: right;
  line-height: 32px;
}
.production .section .right {
  flex-basis: calc(50% - 85px);
  margin-left: 85px;
}
@media (max-width: 797px) {
  .production .section .right {
    flex-basis: 100%;
    margin-left: 0px;
  }
}
.production .section .right .text {
  max-width: 490px;
  line-height: 30px;
}
@media (max-width: 797px) {
  .production .section .right .text {
    width: 100%;
    max-width: 100%;
  }
}
.production .section .right .confira {
  font-weight: bold;
  background-image: url("./assets/arrow.png");
  background-repeat: no-repeat;
  background-position: 265px 2px;
}
@media (max-width: 797px) {
  .production .section .right .confira {
    display: none;
    transform: rotate(90deg);
    text-indent: -9999px;
    width: 30px;
    margin: auto;
    background-position: top center;
  }
}
.production .section .right .confira a {
  text-decoration: none;
  color: #000;
  display: block;
}

.services {
  padding-top: 0px;
}
.services .title {
  background: #000;
  font-weight: 700;
  font-size: 11px;
  padding: 20px 75px;
  color: #febe1e;
  text-align: center;
  margin-top: -5px;
}
.services .draggable {
  border: none;
  padding: 70px 0px 30px 0px;
}
.services .slick-track {
  overflow: hidden;
}
.services .regular-slider {
  margin-top: -5px;
}
.services .regular-slider img {
  height: auto;
  max-width: 100%;
  margin: auto;
}
.services .regular-slider.slick-dotted.slick-slider {
  margin: 0px auto 90px auto !important;
  padding: 0px 60px 20px 60px !important;
}
.services .regular-slider .slick-dots {
  width: calc(100% - 40px);
  margin-left: -40px;
}
.services .regular-slider .slick-dots li {
  background: #000;
  border-radius: 125px;
  margin: 5px;
}
.services .regular-slider .slick-dots li.slick-active {
  background: #febe1e;
  border: solid 2px #000;
  color: #febe1e;
}
.services h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  height: 128px;
  width: 100%;
  max-width: 800px;
  border: solid 2px #000;
  margin: -2px auto 0px auto;
  letter-spacing: 10px;
}
@media (max-width: 797px) {
  .services h2 {
    max-width: 70%;
  }
}
.services .gallery {
  display: flex;
  overflow-y: auto;
}
.services .gallery img {
  max-width: 300px;
}
.services .whatwedo {
  font-weight: 700;
  line-height: 49px;
  font-size: 18px;
  text-align: center;
  padding: 65px 0px;
}

.portfolio {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding-top: 0px;
}
.portfolio iframe,
.portfolio iframe,
.portfolio iframe {
  background-image: url("./assets/skeleton.gif");
  background-size: cover;
  height: 215px;
  width: 100%;
  max-width: 300px;
}
.portfolio video {
  width: 385px;
  height: 215px;
}
.portfolio h2 {
  display: flex;
  color: #febe1e;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  height: 128px;
  width: 100%;
  max-width: 400px;
  border-right: solid 2px #febe1e;
  border-bottom: solid 2px #febe1e;
  border-left: solid 2px #febe1e;
  margin: 65px auto;
  letter-spacing: 10px;
}
@media (max-width: 797px) {
  .portfolio h2 {
    max-width: 70%;
    padding-top: 65px;
    letter-spacing: 8px;
  }
}
.portfolio .port-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio .port-gallery div {
  margin: 10px;
}
.portfolio .port-gallery div img {
  width: 100%;
  height: auto;
  max-width: 380px;
}
.portfolio .vermais {
  padding: 45px 20px 65px 20px;
  display: flex;
  justify-content: center;
}
.portfolio a.maistrabalhos {
  color: #febe1e;
  font-size: 11px;
  padding: 15px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border: solid #febe1e 1px;
  margin: auto;
  display: block;
  letter-spacing: 2px;
}

.conquer {
  background: #000;
  color: #fff;
  padding-top: 130px;
}
@media (max-width: 797px) {
  .conquer {
    padding-top: 65px;
  }
}
.conquer .wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 797px) {
  .conquer .wrapper {
    flex-wrap: wrap;
  }
}
.conquer .wrapper .left {
  flex-basis: 50%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 65px;
}
@media (max-width: 797px) {
  .conquer .wrapper .left {
    flex-basis: 100%;
    text-align: left;
    justify-content: center;
    padding-right: 0px;
  }
}
.conquer .wrapper .left p {
  max-width: 435px;
  letter-spacing: 10px;
}
.conquer .wrapper .right {
  flex-basis: 50%;
  padding-left: 65px;
}
@media (max-width: 797px) {
  .conquer .wrapper .right {
    flex-basis: 100%;
    padding-left: 0px;
    max-width: 435px;
    margin: auto;
  }
}
.conquer .wrapper .right p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
}
.conquer .wrapper .right p.faca {
  background-image: url("./assets/arrow-white.png");
  background-repeat: no-repeat;
  background-position: 193px 8px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 100px;
}
@media (max-width: 797px) {
  .conquer .wrapper .right p.faca {
    display: none;
    transform: rotate(90deg);
    text-indent: -9999px;
    width: 30px;
    margin: auto;
    background-position: top center;
  }
}

.clients {
  background: #000;
  color: #fff;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .clients {
    padding-top: 65px;
  }
}
.clients h2 {
  display: flex;
  color: #febe1e;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  width: 100%;
  max-width: 800px;
  margin: 0px auto 45px auto;
  letter-spacing: 10px;
}
.clients .slick-dotted.slick-slider {
  margin: 0px auto;
  padding: 0px 60px 130px 60px;
}
@media (max-width: 797px) {
  .clients .slick-dotted.slick-slider {
    padding: 0px 20px 65px 20px;
  }
}
.clients .slick-list.draggable {
  padding: 60px;
}
@media (max-width: 797px) {
  .clients .slick-list.draggable {
    padding: 40px 20px;
  }
}
.clients .slick-track {
  display: flex;
  align-items: center;
}
.clients .slick-prev {
  top: 75px;
  width: 45px;
  height: 45px;
  background-image: url("./assets/arrow-left.png");
  background-size: cover;
  left: 5px;
}
@media (max-width: 797px) {
  .clients .slick-prev {
    display: none !important;
  }
}
.clients .slick-next {
  top: 75px;
  width: 45px;
  height: 45px;
  background-image: url("./assets/arrow-right.png");
  background-size: cover;
  right: 5px;
}
@media (max-width: 797px) {
  .clients .slick-next {
    display: none !important;
  }
}
.clients .slick-slide {
  margin: 0px 20px;
}
.clients img {
  max-width: 100%;
  margin: 30px 50px;
}

footer {
  width: 100%;
  background-color: #febe1e;
  color: #000;
  padding-bottom: 30px;
}
@media (max-width: 797px) {
  footer {
    padding-bottom: 65px;
  }
}
@media (max-width: 797px) {
  footer .section {
    padding: 0px 20px 65px 20px;
  }
}
footer .wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 250px;
}
@media (max-width: 797px) {
  footer .wrapper {
    flex-wrap: wrap;
  }
}
footer .wrapper .logo {
  flex-basis: 30%;
  text-align: center;
  max-width: 215px;
  margin: 25px 0px;
}
@media (max-width: 797px) {
  footer .wrapper .logo {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
footer .wrapper .socialmedia {
  max-width: 215px;
  display: flex;
  flex-basis: 30%;
}
@media (max-width: 797px) {
  footer .wrapper .socialmedia {
    flex-basis: 100%;
  }
}
footer .wrapper .socialmedia .yt a {
  background-image: url("./assets/yt.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  margin: 0px 20px;
  display: block;
}
footer .wrapper .socialmedia .in a {
  background-image: url("./assets/in.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  margin: 0px 20px;
  display: block;
}
footer .wrapper .socialmedia .fb a {
  background-image: url("./assets/fb.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  margin: 0px 20px;
  display: block;
}
footer .wrapper .contacts {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 230px;
  font-weight: bold;
}
@media (max-width: 797px) {
  footer .wrapper .contacts {
    padding-bottom: 30px;
  }
}
footer .wrapper .contacts .fone {
  flex-basis: 100%;
  background-image: url("./assets/whats-rodape.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 5px 0px;
  height: 30px;
}
footer .wrapper .contacts .email {
  flex-basis: 100%;
  background-image: url("./assets/mail.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 5px 0px;
  height: 30px;
}
footer .wrapper .contacts .email a {
  text-decoration: none;
  color: #202222;
}

.whatsfooter {
  background: #000;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  width: calc(100% - 6px);
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .whatsfooter {
    display: none;
  }
}
.whatsfooter .falecomfooter {
  display: flex;
  align-items: center;
  margin: 10px;
  border: solid 1px #febe1e;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.whatsfooter .falecomfooter a {
  padding-left: 25px;
  background-image: url("./assets/whats.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 11px;
  color: #febe1e;
  font-weight: 700;
  display: block;
  text-decoration: none;
  padding-top: 4px;
  margin: 10px auto;
  height: 19px;
  text-align: center;
} /*# sourceMappingURL=f3.css.map */
