/* http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Fim do reset de CSS
------------------- */

/**
* @license
* MyFonts Webfont Build ID 4855563, 2022-05-16T19:01:05-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Dystopian-Bold by Sudtipos
* URL: https://www.myfonts.com/fonts/sudtipos/utopian/dystopian-bold/
* Copyright: Copyright © 2018 by Designed by Alex Trochut and produced by Ale Paul for Sudtipos. All rights reserved.
*
*
*
* © 2022 MyFonts Inc
*/

@font-face {
  font-family: 'Dystopian-Bold';
  src: url('../webFonts/DystopianBold/font.woff2') format('woff2'),
    url('../webFonts/DystopianBold/font.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
.base404 {
  position: fixed;
  bottom: 0px;
  background: #10c186;
  width: 100vw;
  height: 90px;
}

.base {
  background: #10c186;
  width: 100vw;
  height: 90px;
}
body {
  cursor: crosshair;
  color: #706f6f;
  font-size: 28pt;
  font-weight: 400;
  line-height: 1.2em;
  font-family: 'Montserrat', Verdana, 'Arial Narrow', sans-serif;
  font-style: normal;
}

h2 {
  font-family: 'Dystopian-Bold', Helvetica, monospace, sans-serif;
  color: #10c186;
  font-size: 90pt;
  font-weight: 800;
}

.seccao h2 {
  height: 100px;
  margin-bottom: -50px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a:link,
a:visited {
  font-family: 'Dystopian-Bold', Helvetica, monospace, sans-serif;
  color: #fff;
  font-size: 10pt;
  font-weight: 800;
  line-height: 1.2em;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  color: #706f6f;
  cursor: pointer;
  font-weight: 800;
  transition-property: color;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}

.banner_img {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.img_base {
  position: absolute;
  inset: 0;
  width: 102%;
  height: 102%;
  object-fit: cover;
  z-index: 1;

  animation: movedir 19s ease-in-out infinite;
}

@keyframes movedir {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

.img_overlay {
  position: absolute;
  inset: 0;
  width: 102%;
  height: 102%;
  object-fit: cover;
  z-index: 2;

  mix-blend-mode: soft-light;

  --op0: 0.3;
  --op1: 0.9;
  --op2: 0.5;
  --op3: 0.8;
  --op4: 0.3;

  animation: moveop 16s ease-in-out infinite;
}

@keyframes moveop {
  0% {
    opacity: var(--op0);
    transform: translateX(-12px);
  }
  25% {
    opacity: var(--op1);
  }
  50% {
    opacity: var(--op2);
    transform: translateX(0px);
  }
  75% {
    opacity: var(--op3);
  }
  100% {
    opacity: var(--op4);
    transform: translateX(-12px);
  }
}

.menu {
  position: fixed;
  width: 100%;
  top: 20px;
  z-index: 2000;
}

nav {
  box-shadow: 3px 3px 10px rgba(112, 111, 111, 0.2);
  background: #10c186;
  text-align: center;
  display: block;
  vertical-align: center;
  width: 320px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100px;
}

nav li {
  margin-top: -5px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

nav ul li {
  display: inline-block;
  vertical-align: top;
}

.box_seta {
  position: fixed;
  width: 100%;
  bottom: 20px;
  z-index: 900;
}

.seta_top {
  box-shadow: 3px 3px 10px rgba(112, 111, 111, 0.2);
  margin: 0 auto;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.seta_top p {
  font-family: Verdana, 'Arial Narrow', sans-serif;
  font-size: 24pt;
  display: block;
  text-align: center;
  color: #10c186;
  padding-top: 23px;
  font-weight: 600;
}

.seta_top p:hover {
  animation-name: move_pad;
  animation-duration: 600ms;
  animation-delay: 1ms;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@keyframes move_pad {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 23px;
  }
}

.banner_logo {
  position: absolute;
  top: 45vh;
  width: 100%;
}

.banner_logo img {
  display: block;
  margin: 0 auto;
  width: 850px;
  z-index: 800;
}

.seccao {
  padding-top: 170px;
  padding-bottom: 30px;
  width: 840px;
  margin: 0 auto;
}

.seccao h2 {
  padding-left: 0px;
  transition-property: padding;
  transition-duration: 2500ms;
  transition-timing-function: ease-in-out;
}

.seccao:hover h2 {
  padding-left: 70px;
}

.seccao p {
  margin-top: 70px;
  width: 670px;
  font-size: 22pt;
  line-height: 1.3em;
}

.servicos {
  padding-left: 29px;
  width: 1000px;
  margin: 0 auto;
}

.servicos li {
  margin-right: 60px;
  font-size: 11pt;
  line-height: 1.4em;
  margin-left: 19px;
}

.servicos ul {
  list-style-type: disc;
  list-style-position: outside;
}

.complemento {
  display: inline-block;
  vertical-align: top;
  width: 32.6%;
  padding-top: 50px;
}

.complemento li:first-child {
  margin-top: 20px;
}

.complemento li {
  font-size: 11pt;
}

.complemento h2 {
  font-size: 22pt;
  transition-property: padding;
  transition-duration: 2500ms;
  transition-timing-function: ease-in-out;
}

.complemento:hover h2 {
  padding-left: 35px;
}

.trabalho {
  padding-left: 29px;
  width: 1000px;
  margin: 0 auto;
}

.servicos h2 {
  font-size: 28pt;
  font-weight: 800;
  line-height: 1.1em;
  word-spacing: 300px;
  word-break: break-all;
}

.trabalho h2 {
  font-size: 28pt;
  font-weight: 800;
  line-height: 1.1em;
}

.fundo {
  background: #10c186;
  vertical-align: top;
  margin-top: 20px;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  transition: 300ms;
  transition-property: filter, background-color, transform;
  transition-timing-function: ease-in-out;
  z-index: 1;
}

.fundo img {
  vertical-align: top;
  width: 100%;
  height: auto;
  border-radius: 10px;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}

.fundo:hover {
  background: #fff;
  transform: scale(1.14);
}

.fundo:hover img {
  filter: grayscale(0%);
}

.email {
  margin-top: 25px;
  margin-bottom: 180px;
  padding-bottom: 2px;
  background: #10c186;
  width: 290px;
  height: 50px;
  border-radius: 100px;
}

.email a {
  color: #fff;
  cursor: pointer;
  font-family: 'Dystopian-Bold', Helvetica, monospace, sans-serif;
  padding: 10px 30px 12px 30px;
  font-size: 18pt;
  font-weight: 800;
  transition-property: color;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}

.email a:hover {
  color: #706f6f;
  cursor: pointer;
  font-weight: 800;
  transition-property: color;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}

.ups_i {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  background: #10c186;
  width: 240px;
  height: 50px;
  border-radius: 100px;
}

.ups_i a {
  color: #fff;
  cursor: pointer;
  font-family: 'Dystopian-Bold', Helvetica, monospace, sans-serif;
  padding: 10px 30px 12px 30px;
  font-size: 18pt;
  font-weight: 800;
  transition-property: color;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}

.ups_i a:hover {
  color: #706f6f;
  cursor: pointer;
  font-weight: 800;
  transition-property: color;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}

.redessociais {
  margin-top: 25px;
  padding-bottom: 30px;
}

.redessociais li {
  padding-bottom: 2px;
  background: #10c186;
  width: 90px;
  height: 50px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: top;
}

.redessociais img {
  padding: 11px 30px 0px 30px;
  width: 30px;
  height: 30px;
  filter: brightness(3);
  transition-property: filter;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}

.redessociais img:hover {
  filter: brightness(1);
}

.basemargem {
  padding-top: 33px;
  width: 971px;
  text-align: left;
  margin: 0 auto;
  color: #fff;
  font-family: 'Dystopian-Bold', Helvetica, monospace, sans-serif;
  font-size: 9pt;
  line-height: 1.2em;
  font-weight: 800;
}

.logobranco {
  position: relative;
  top: -40px;
  text-align: right;
  width: 971px;
  filter: saturate(0) brightness(255);
  margin: 0 auto;
}

.logobranco img {
  width: 200px;
}

/* ————desktop————
@media screen and (min-width: 1200px) {
}
*/

/* ————mobile————*/
@media screen and (max-width: 767px) {
  .menu {
    position: fixed;
    width: 100vw;
    margin: 0 auto;
    top: auto;
    bottom: 60px;
    z-index: 2000;
    vertical-align: bottom;
  }

  .banner_img {
    position: relative;
    width: 110vw;
    height: 100vh;
    overflow: hidden;
  }

  .banner_img .img_base,
  .banner_img .img_overlay {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .banner_img {
    height: 100vh; /* ou 65vh / 60vh, ajusta ao gosto */
  }

  nav {
    width: 290px;
  }

  nav li {
    margin-right: 3px;
    margin-left: 3px;
  }

  .box_seta {
    visibility: hidden;
  }

  .banner_logo {
    width: 100%;
  }

  .banner_logo img {
    width: 85%;
  }

  .seccao {
    padding-top: 100px;
    width: 90%;
  }

  .seccao p {
    position: relative;
    width: 90%;
    font-size: 20pt;
  }

  h2 {
    padding-top: 15px;
    height: 10px;
    font-size: 18vw;
  }

  .complemento h2 {
    height: 30px;
  }

  .servicos {
    width: 94%;
  }

  .servicos li {
    margin-right: 0px;
  }

  .complemento {
    width: 94%;
    display: block;
  }

  .complemento h2 {
    font-size: 22pt;
  }

  .complemento li {
    font-size: 14pt;
  }

  .servicos .complemento h2 {
    word-spacing: normal;
    word-break: normal;
  }

  .trabalho {
    width: 90%;
    margin-top: -30px;
    margin-bottom: 10px;
  }

  .trabalho h2 {
    padding-bottom: 10px;
    font-weight: 800;
    line-height: 1.1em;
  }

  .fundo {
    background: #fff;
    margin-top: 10px;
    width: 99%;
    height: 99%;
  }

  .fundo img {
    vertical-align: top;
    width: 100%;
    height: auto;
    border-radius: 10px;
    filter: grayscale(0%);
    mix-blend-mode: normal;
  }

  .fundo:hover img {
    filter: grayscale(100%);
    mix-blend-mode: multiply;
  }

  .fundo:hover {
    background: #10c186;
    transform: scale(1);
  }

  .redessociais {
    margin-top: 25px;
    padding-bottom: 50px;
  }

  .redessociais li {
    width: 60px;
    height: 40px;
  }

  .redessociais img {
    width: 20px;
    height: 20px;
    padding: 11px 20px;
  }

  .email {
    width: 242px;
    height: 40px;
  }

  .email a {
    height: 10px;
    position: relative;
    top: -7px;
    font-size: 14pt;
  }

  .ups_i {
    width: 205px;
    height: 40px;
  }

  .ups_i a {
    height: 10px;
    position: relative;
    top: -7px;
    font-size: 14pt;
  }

  .base {
    height: 50px;
  }
  .base404 {
    height: 50px;
    bottom: 0px;
  }

  .seccao:hover h2 {
    padding-left: 20px;
  }

  .basemargem {
    padding-top: 10px;
    width: 90%;
    font-size: 6pt;
  }

  br {
    display: none;
  }

  .logobranco {
    width: 90%;
    top: -34px;
  }

  .logobranco img {
    width: 70px;
  }
}

/* ————tablet————*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner_logo {
    width: 100%;
  }

  .banner_logo img {
    width: 75%;
  }

  .seccao {
    width: 90%;
  }

  .servicos {
    width: 95%;
  }

  .servicos li {
    margin-right: 30px;
  }

  .complemento {
    width: 31%;
  }

  .servicos .complemento h2 {
    word-spacing: 800px;
    word-break: break-all;
  }

  .complemento h2 {
    font-size: 20pt;
  }

  .trabalho {
    width: 95%;
  }

  .trabalho h2 {
    padding-bottom: 10px;
    font-weight: 800;
    line-height: 1.1em;
  }

  .fundo {
    margin-top: 10px;
    width: 100%;
    height: 100%;
  }

  .fundo:hover {
    transform: scale(1.05);
  }

  .redessociais li {
    width: 90px;
    height: 50px;
  }

  .redessociais img {
    width: 30px;
    height: 30px;
  }

  .basemargem {
    padding-top: 36px;
    width: 90%;
    font-size: 8pt;
  }

  .logobranco {
    width: 90%;
    top: -40px;
  }

  .logobranco img {
    width: 100px;
  }
}
