/* Config */
html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  height: auto;
  background: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body.scrollnone,
html.scrollnone {
  overflow-y: hidden !important;
}

html {
  overflow-x: hidden !important;
  width: 100vw;
}

body {
  overflow-x: hidden !important;
  width: 100vw;
}

html {
  background: #fff;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

div,
*,
a,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div:focus,
*:focus,
a:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

button,
a,
input {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #081E36;
  border-radius: 125px;
}

/* /Config */
/* Fonts */
@font-face {
  font-family: "now-regular";
  src: url("../fonts/now/Now-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-medium";
  src: url("../fonts/now/Now-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-bold";
  src: url("../fonts/now/Now-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-light";
  src: url("../fonts/raleway/Raleway-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-regular";
  src: url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-medium";
  src: url("../fonts/raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-semibold";
  src: url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "raleway-bold";
  src: url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-extraLight";
  src: url("../fonts/now/Now-ExtraLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-Light";
  src: url("../fonts/now/Now-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-regular";
  src: url("../fonts/now/Now-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-medium";
  src: url("../fonts/now/Now-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-semibold";
  src: url("../fonts/now/Now-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-bold";
  src: url("../fonts/now/Now-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-extrabold";
  src: url("../fonts/now/Now-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "now-black";
  src: url("../fonts/now/Now-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* /Fonts */
/* Variables */
/* /Variables */
/* Mixins */
h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-regular";
}
h1.blue {
  color: #081E36;
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 58px;
    line-height: 58px;
  }
}

h2 {
  font-size: 40px;
  line-height: 41px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-semibold";
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
h2.white {
  color: #fff;
}

h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-regular";
}
h3.white {
  color: #f2f2f2;
}

h5 {
  font-size: 12px;
  letter-spacing: 2.6px;
  line-height: normal;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-medium";
  text-transform: uppercase;
}
h5.white {
  color: #f2f2f2;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-regular";
  text-align: justify;
}
p.white {
  color: #f2f2f2;
}

/* /Mixins */
/* Style */
/* Loader */
div.loader {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  /***************************************************
  * Generated by SVG Artista on 6/26/2023, 9:20:37 PM
  * MIT license (https://opensource.org/licenses/MIT)
  * W. https://svgartista.net
  **************************************************/
}
div.loader svg {
  width: 160px;
  height: 160px;
}
div.loader svg .svg-elem-1 {
  stroke-dashoffset: 189.310760498px;
  stroke-dasharray: 189.310760498px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
div.loader svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(8, 30, 54);
}
div.loader svg .svg-elem-2 {
  stroke-dashoffset: 73.6018295288px;
  stroke-dasharray: 73.6018295288px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
div.loader svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(114, 127, 140);
}
div.loader svg .svg-elem-3 {
  stroke-dashoffset: 126.2887268066px;
  stroke-dasharray: 126.2887268066px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
div.loader svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(8, 30, 54);
}
div.loader svg .svg-elem-4 {
  stroke-dashoffset: 73.2973480225px;
  stroke-dasharray: 73.2973480225px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
div.loader svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(114, 127, 140);
}
div.loader svg .svg-elem-5 {
  stroke-dashoffset: 55.8397979736px;
  stroke-dasharray: 55.8397979736px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
div.loader svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(8, 30, 54);
}

/* /Loader */
/* Home */
div.cookies {
  width: 575px;
  height: 123px;
  background-color: #fff;
  border-radius: 19px;
  position: fixed;
  bottom: 40px;
  left: calc(50vw - 287.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 45px 0 50px;
  z-index: 99;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  div.cookies {
    width: calc(100vw - 50px);
    left: 25px;
    bottom: 25px;
    display: block;
    padding: 25px;
    height: auto;
  }
}
div.cookies.opacity {
  opacity: 1;
  pointer-events: all;
}
div.cookies.none {
  opacity: 0;
  pointer-events: none;
}
div.cookies h3 {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  max-width: 250px;
}
div.cookies h3 a {
  border-bottom: 2px solid #000;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
div.cookies button.accept {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  cursor: pointer;
}
div.cookies button.accept svg {
  margin-left: 45px;
}
div.cookies button.accept svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.cookies button.accept:hover, div.cookies button.accept.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
div.cookies button.accept:hover svg path, div.cookies button.accept.active svg path {
  fill: #fff;
}
@media screen and (max-width: 769px) {
  div.cookies button.accept {
    margin-top: 25px;
  }
}

header {
  height: 120px;
  z-index: 9999;
  position: relative;
  position: fixed;
  width: 100vw;
  display: block;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
}
header.active div.container svg path.white {
  fill: #081E36;
}
header div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  header div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
header div.container a {
  display: block;
}
header div.container a svg {
  display: block;
}
header div.container svg {
  width: 200px;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  header div.container ul {
    display: none;
  }
}
@media screen and (min-width: 770px) and (max-width: 1099px) {
  header div.container ul:not(.redes) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 505px;
  }
}
header div.container ul li a {
  font-family: "raleway-regular";
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  display: block;
  padding: 4px 0;
}
header div.container ul li a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
header div.container ul li a.active {
  border-color: #f2f2f2;
}
header div.container ul li + li {
  margin-left: 35px;
}
@media screen and (min-width: 1100px) and (max-width: 1140px) {
  header div.container ul li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 769px) {
  header div.container ul.redes {
    display: none;
  }
}
header div.container ul.redes li {
  overflow: visible;
}
header div.container ul.redes li a {
  width: 22px;
  height: 22px;
  display: block;
  border: none;
  overflow: visible;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container ul.redes li a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
header div.container ul.redes li a svg {
  width: 22px;
  height: 22px;
  overflow: visible;
}
header div.container ul.redes li a svg path,
header div.container ul.redes li a svg circle,
header div.container ul.redes li a svg ellipse {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  overflow: visible;
}
header div.container ul.redes li:nth-child(1) {
  width: 19px;
}
header div.container ul.redes li:nth-child(1) a {
  width: 19px;
}
header div.container ul.redes li:nth-child(1) a svg {
  width: 19px;
}
header div.container ul.redes li + li {
  margin-left: 12px;
}
header div.container div.hamburger {
  width: 28px;
  display: none;
}
@media screen and (max-width: 769px) {
  header div.container div.hamburger {
    display: block;
  }
}
header div.container div.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header div.container div.hamburger span + span {
  margin-top: 4px;
}
header div.container div.hamburger.active span {
  background-color: #081E36;
}
header div.container div.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
          transform: rotate(-45deg) translate(-4px, 4px);
}
header div.container div.hamburger.active span:nth-child(2) {
  opacity: 0;
}
header div.container div.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}
header.header-other {
  background: #fff;
}
header.header-other div.container div.hamburger span {
  background-color: #081E36;
}
header.header-other div.container ul li a {
  color: #081E36;
  text-align: center;
}
header.header-other div.container ul.redes li a svg path {
  fill: #081E36;
}
header.scroll {
  height: 75px;
}
header.scroll div.container {
  height: 75px;
}
header.scroll div.container svg {
  width: 150px;
}
header.header-other.scroll {
  background: rgba(255, 255, 255, 0.35);
}

section.banner-home {
  display: block;
  position: relative;
  top: 0;
}
@media screen and (max-width: 769px) {
  section.banner-home.instalacoes div.slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -300px center;
       object-position: -300px center;
  }
}
@media screen and (max-width: 769px) {
  section.banner-home.equipamentos div.slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -1000px center;
       object-position: -1000px center;
  }
}
@media screen and (max-width: 769px) {
  section.banner-home.assessoria div.slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -1100px center;
       object-position: -1100px center;
  }
}
@media screen and (max-width: 769px) {
  section.banner-home.contato div.slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -550px center;
       object-position: -550px center;
  }
}
section.banner-home div.slide {
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 769px) {
  section.banner-home div.slide {
    height: auto;
    min-height: 520px;
  }
}
@media screen and (max-width: 360px) {
  section.banner-home div.slide {
    min-height: 460px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-home div.slide {
    height: calc(100vh - 90px);
    min-height: 600px;
  }
}
section.banner-home div.slide img {
  width: 100vw;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  section.banner-home div.slide img {
    height: calc(100vh - 90px);
    min-height: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 360px) {
  section.banner-home div.slide img {
    min-height: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-home div.slide img {
    height: calc(100vh - 90px);
    min-height: 600px;
    height: 600px;
  }
}
section.banner-home div.slide div.caption {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: auto;
  margin-top: auto;
  padding-top: 200px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  section.banner-home div.slide div.caption {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-home div.slide div.caption {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.banner-home div.slide div.caption {
    padding-bottom: 0px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 360px) {
  section.banner-home div.slide div.caption {
    margin-bottom: 130px;
  }
}
section.banner-home div.slide div.caption h2 {
  font-size: 54px;
  line-height: 54px;
  max-width: 570px;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  section.banner-home div.slide div.caption h2 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 0;
  }
}
section.banner-home div.slide div.caption h2,
section.banner-home div.slide div.caption h5 {
  color: #081E36;
}
section.banner-home div.slide div.caption div.div-scr {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 50px;
}
section.banner-home div.slide div.caption div.div-scr a {
  position: absolute;
  left: 0;
  top: 0;
  background-color: none;
  border: none;
}
section.banner-home div.slide div.caption div.div-scr a:hover {
  background-color: none;
}
section.banner-home div.slide div.caption div.div-scr a:hover svg {
  -webkit-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}
section.banner-home div.slide div.caption div.div-scr a svg {
  width: 25px;
  height: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.banner-home div.slide div.caption div.div-scr a svg path {
  fill: #081E36;
}
@media screen and (max-width: 769px) {
  section.banner-home.equipamentos div.slide, section.banner-home.instalacoes div.slide, section.banner-home.assessoria div.slide, section.banner-home.contato div.slide {
    min-height: 300px;
  }
}
section.banner-home.equipamentos div.slide div.caption, section.banner-home.instalacoes div.slide div.caption, section.banner-home.assessoria div.slide div.caption, section.banner-home.contato div.slide div.caption {
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  section.banner-home.equipamentos div.slide div.caption, section.banner-home.instalacoes div.slide div.caption, section.banner-home.assessoria div.slide div.caption, section.banner-home.contato div.slide div.caption {
    padding-bottom: 0;
    padding-top: 115px;
  }
}
section.banner-home.equipamentos div.slide div.caption h1, section.banner-home.instalacoes div.slide div.caption h1, section.banner-home.assessoria div.slide div.caption h1, section.banner-home.contato div.slide div.caption h1 {
  font-size: 50px;
  line-height: 50px;
}
@media screen and (max-width: 769px) {
  section.banner-home.contato div.slide {
    min-height: 370px;
  }
}
@media screen and (max-width: 769px) {
  section.banner-home.contato div.slide div.caption {
    padding-top: 60px;
  }
}
section.banner-home a.scroll-down {
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 98px;
  left: calc(50vw - 19px);
  z-index: 1;
  -webkit-animation: scroll 1.4s ease-in-out infinite;
          animation: scroll 1.4s ease-in-out infinite;
}
@media screen and (max-width: 769px) {
  section.banner-home a.scroll-down {
    left: auto;
    right: 25px;
  }
}
section.banner-home a.scroll-down svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-home a.scroll-down:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
a.whatsapp-button {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background-color: #081E36;
  z-index: 3;
  border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  a.whatsapp-button {
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 360px) {
  a.whatsapp-button {
    right: 15px;
    bottom: 15px;
    width: 55px;
    height: 55px;
  }
}
a.whatsapp-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.whatsapp-button svg {
  width: 41px;
}
@media screen and (max-width: 769px) {
  a.whatsapp-button svg {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 360px) {
  a.whatsapp-button svg {
    width: 34px;
    height: 34px;
  }
}

section.equipamentos h2 + h3 {
  margin-top: 5px;
}

section.phrase-home {
  position: relative;
  display: block;
}
section.phrase-home div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 769px) {
  section.phrase-home div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.phrase-home div.container {
    max-width: calc(100vw - 80px);
  }
}
section.phrase-home div.container.video {
  padding-top: 0;
}
section.phrase-home div.container video {
  width: 700px;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  section.phrase-home div.container video {
    width: calc(100vw - 50px);
  }
}
section.phrase-home div.container h2.video {
  text-align: center;
  margin: 0 auto;
}
section.phrase-home div.container h2 {
  max-width: 600px;
}
section.phrase-home div.container p {
  max-width: 450px;
  margin-top: 25px;
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.phrase-home div.container p {
    margin-left: 30px;
  }
}
@media screen and (max-width: 769px) {
  section.phrase-home div.container p {
    margin-top: 34px;
  }
}
section.phrase-home div.container a {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  margin-top: 50px;
}
section.phrase-home div.container a svg {
  margin-left: 45px;
}
section.phrase-home div.container a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.phrase-home div.container a:hover, section.phrase-home div.container a.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.phrase-home div.container a:hover svg path, section.phrase-home div.container a.active svg path {
  fill: #fff;
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.phrase-home div.container a {
    margin-left: 30px;
  }
}
section.phrase-home img.fundo {
  position: absolute;
  right: 0;
  top: 50px;
  height: calc(100% - 100px);
  right: calc((100% - 100px) * 0.392 * -1 * 0.45);
  opacity: 0.06;
}
@media screen and (max-width: 769px) {
  section.phrase-home img.fundo {
    left: 15px;
    right: auto;
  }
}

section.our-services {
  background: #f3f4f5;
}
section.our-services div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 769px) {
  section.our-services div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.our-services div.container {
    max-width: calc(100vw - 80px);
  }
}
section.our-services div.container h2 {
  text-align: center;
}
section.our-services div.container ul.list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  section.our-services div.container ul.list {
    display: block;
    margin-top: 35px;
  }
}
section.our-services div.container ul.list li a div.box {
  width: 336px;
  height: 336px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
}
@media screen and (max-width: 769px) {
  section.our-services div.container ul.list li a div.box {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }
}
section.our-services div.container ul.list li a div.box img {
  width: 336px;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  section.our-services div.container ul.list li a div.box img {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }
}
section.our-services div.container ul.list li a div.box h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: "raleway-light";
  font-size: 34px;
  letter-spacing: 2px;
}
section.our-services div.container ul.list li a div.box h3 {
  z-index: 1;
  color: #fff;
  margin-top: 15px;
  position: absolute;
  top: 280px;
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.our-services div.container ul.list li a div.box h3 svg {
  margin-left: 45px;
}
section.our-services div.container ul.list li a div.box h3 svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.our-services div.container ul.list li a div.box h3:hover, section.our-services div.container ul.list li a div.box h3.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.our-services div.container ul.list li a div.box h3:hover svg path, section.our-services div.container ul.list li a div.box h3.active svg path {
  fill: #fff;
}
section.our-services div.container ul.list li a div.box h3:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
section.our-services div.container ul.list li a div.box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
section.our-services div.container ul.list li a div.box:hover img {
  opacity: 0.3;
}
section.our-services div.container ul.list li a div.box:hover h3 {
  opacity: 1;
  pointer-events: all;
  top: 220px;
}
section.our-services div.container ul.list li svg {
  width: 220px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  section.our-services div.container ul.list li svg {
    margin-top: 15px;
  }
}
section.our-services div.container ul.list li svg:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (max-width: 769px) {
  section.our-services div.container ul.list li + li {
    margin-top: 50px;
  }
}
section.our-services div.container ul.list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  section.our-services div.container ul.list-2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
section.our-services div.container ul.list-2 li {
  padding: 15px;
  display: block;
  position: relative;
}
section.our-services div.container ul.list-2 li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(8, 30, 54, 0.3882352941);
  display: block;
  position: absolute;
  left: -2px;
  top: 22px;
}
section.our-services div.container ul.list-2 li h4 {
  font-size: 28px;
  line-height: normal;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-regular";
  text-align: right;
  font-size: 18px;
}
section.our-services div.container ul.list-2 li h4.white {
  color: #f2f2f2;
}
@media screen and (max-width: 769px) {
  section.our-services div.container ul.list-2 li h4 {
    text-align: left;
  }
}

section.recent-projects div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 769px) {
  section.recent-projects div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.recent-projects div.container {
    max-width: calc(100vw - 80px);
  }
}
section.recent-projects div.container h3.init {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-regular";
  text-align: justify;
  text-align: right;
  text-transform: uppercase;
}
section.recent-projects div.container h3.init.white {
  color: #f2f2f2;
}
section.recent-projects div.container div.grid {
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 40px;
  -ms-grid-rows: auto 40px auto;
      grid-template-areas: "a1 a1 a1 a2 a2 a2 a2 a2" "a3 a3 a3 a3 a3 a4 a4 a4";
}
@media screen and (max-width: 769px) {
  section.recent-projects div.container div.grid {
    display: block;
    margin-top: 25px;
  }
}
section.recent-projects div.container div.grid a {
  width: 100%;
  height: 333px;
  background-color: #000;
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  section.recent-projects div.container div.grid a {
    height: 220px;
  }
}
section.recent-projects div.container div.grid a svg.plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.recent-projects div.container div.grid a div.caption {
  position: absolute;
  left: -30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  bottom: 20px;
}
section.recent-projects div.container div.grid a div.caption h3,
section.recent-projects div.container div.grid a div.caption h5 {
  text-align: left;
  color: #fff;
}
section.recent-projects div.container div.grid a div.caption h5 {
  margin-top: 5px;
}
section.recent-projects div.container div.grid a:hover img {
  opacity: 0.6;
}
section.recent-projects div.container div.grid a:hover div.caption {
  opacity: 1;
  left: 30px;
  padding-right: 30px;
}
section.recent-projects div.container div.grid a:hover svg.plus {
  opacity: 1;
}
section.recent-projects div.container div.grid a img {
  width: 100%;
  height: 333px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  section.recent-projects div.container div.grid a img {
    height: 220px;
  }
}
@media screen and (max-width: 769px) {
  section.recent-projects div.container div.grid a + a {
    margin-top: 16px;
  }
}
section.recent-projects div.container div.grid a:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: a1;
}
section.recent-projects div.container div.grid a:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 9;
  grid-area: a2;
}
section.recent-projects div.container div.grid a:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-area: a3;
}
section.recent-projects div.container div.grid a:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 5;
  grid-area: a4;
}
section.recent-projects div.container div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  section.recent-projects div.container div.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.recent-projects div.container div.buttons a {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
section.recent-projects div.container div.buttons a svg {
  margin-left: 45px;
}
section.recent-projects div.container div.buttons a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.recent-projects div.container div.buttons a:hover, section.recent-projects div.container div.buttons a.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.recent-projects div.container div.buttons a:hover svg path, section.recent-projects div.container div.buttons a.active svg path {
  fill: #fff;
}
section.recent-projects div.container div.buttons a svg {
  display: block;
  max-width: 35px;
  margin: 0 8px 0 0;
}
section.recent-projects div.container div.buttons a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.recent-projects div.container div.buttons a:hover svg path.blue {
  fill: blue;
}
section.recent-projects div.container div.buttons a:hover svg path.orange {
  fill: orange;
}
section.recent-projects div.container div.buttons a:hover svg path.green {
  fill: green;
}
section.recent-projects div.container div.buttons a + a {
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  section.recent-projects div.container div.buttons a + a {
    margin-left: 0px;
    margin-top: 15px;
  }
}
section.recent-projects div.container a.button {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  margin-top: 50px;
}
section.recent-projects div.container a.button svg {
  margin-left: 45px;
}
section.recent-projects div.container a.button svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.recent-projects div.container a.button:hover, section.recent-projects div.container a.button.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.recent-projects div.container a.button:hover svg path, section.recent-projects div.container a.button.active svg path {
  fill: #fff;
}

section.our-work div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 70px 0;
}
@media screen and (max-width: 769px) {
  section.our-work div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.our-work div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.our-work div.container {
    display: block;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.our-work div.container div.content {
    margin-right: 30px;
  }
}
section.our-work div.container div.content h2 {
  max-width: 250px;
}
section.our-work div.container div.content p {
  margin-top: 34px;
  max-width: 400px;
}
section.our-work div.container div.content a {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  margin-top: 80px;
}
section.our-work div.container div.content a svg {
  margin-left: 45px;
}
section.our-work div.container div.content a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.our-work div.container div.content a:hover, section.our-work div.container div.content a.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.our-work div.container div.content a:hover svg path, section.our-work div.container div.content a.active svg path {
  fill: #fff;
}
@media screen and (max-width: 769px) {
  section.our-work div.container div.content a {
    margin-top: 50px;
  }
}
section.our-work div.container ul.explain {
  display: block;
}
@media screen and (max-width: 769px) {
  section.our-work div.container ul.explain {
    margin-top: 40px;
  }
}
section.our-work div.container ul.explain li {
  width: 584px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  section.our-work div.container ul.explain li {
    width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.our-work div.container ul.explain li {
    width: 360px;
  }
}
section.our-work div.container ul.explain li div.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 28px;
  color: #081E36;
  padding-bottom: 20px;
}
section.our-work div.container ul.explain li div.title div.plus {
  width: 11px;
  height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.our-work div.container ul.explain li div.title div.plus span {
  width: 11px;
  height: 1px;
  background-color: #081E36;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.our-work div.container ul.explain li div.title div.plus span:last-child {
  width: 1px;
  height: 11px;
  position: absolute;
  left: 5px;
  top: 0;
}
section.our-work div.container ul.explain li p {
  margin-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  pointer-events: none;
}
section.our-work div.container ul.explain li.active div.title div.plus span:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.our-work div.container ul.explain li.active p {
  opacity: 1;
}
section.our-work div.container ul.explain li + li {
  margin-top: 30px;
}

section.lettering-project {
  background: #f3f4f5;
  padding: 105px 0;
}
@media screen and (max-width: 769px) {
  section.lettering-project {
    padding: 90px 25px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.lettering-project {
    padding: 105px 40px;
  }
}
section.lettering-project h2 {
  color: #081E36;
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
  display: block;
}
section.lettering-project a {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  text-align: center;
  color: #081E36;
  border-color: #081E36;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 45px;
}
section.lettering-project a svg {
  margin-left: 45px;
}
section.lettering-project a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.lettering-project a:hover, section.lettering-project a.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.lettering-project a:hover svg path, section.lettering-project a.active svg path {
  fill: #fff;
}
section.lettering-project a:hover {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.lettering-project form {
  width: 490px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
section.lettering-project form #form-send,
section.lettering-project form #form-erro {
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.lettering-project form #form-send span,
section.lettering-project form #form-send a,
section.lettering-project form #form-erro span,
section.lettering-project form #form-erro a {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-bold";
  text-align: center;
}
section.lettering-project form #form-send span,
section.lettering-project form #form-erro span {
  margin: 0 auto;
  display: block;
}
section.lettering-project form #form-send a.not-b,
section.lettering-project form #form-erro a.not-b {
  border: none;
  background: none;
  display: inline;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #081E36;
  border-radius: 0;
}
section.lettering-project form #form-send span + p,
section.lettering-project form #form-erro span + p {
  margin-top: 10px;
  max-width: 260px;
  text-align: center;
}
section.lettering-project form #form-send span + p {
  max-width: 260px;
}
section.lettering-project form #form-erro span + p {
  max-width: 350px;
}
section.lettering-project form input,
section.lettering-project form textarea {
  width: 500px;
  border-bottom: 1px solid #707070;
  resize: none;
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  height: 46px;
  cursor: pointer;
  background-color: #f3f4f5;
}
@media screen and (max-width: 769px) {
  section.lettering-project form input,
  section.lettering-project form textarea {
    width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.lettering-project form input,
  section.lettering-project form textarea {
    width: calc(100vw - 560px);
    max-width: 500px;
  }
}
section.lettering-project form input + input,
section.lettering-project form input + textarea {
  margin-top: 15px;
}
section.lettering-project form textarea {
  height: 80px;
  padding-top: 8px;
}
section.lettering-project form button {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  width: 172px;
  min-width: 172px;
  height: 46px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 38px;
  background-color: #f3f4f5;
  cursor: pointer;
}
section.lettering-project form button svg {
  margin-left: 45px;
}
section.lettering-project form button svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.lettering-project form button:hover, section.lettering-project form button.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.lettering-project form button:hover svg path, section.lettering-project form button.active svg path {
  fill: #fff;
}
section.lettering-project form ::-webkit-input-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.lettering-project form ::-moz-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.lettering-project form :-ms-input-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.lettering-project form ::-ms-input-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.lettering-project form ::placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

footer.footer div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 65px 0 45px 0;
}
@media screen and (max-width: 769px) {
  footer.footer div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  footer.footer div.container {
    max-width: calc(100vw - 80px);
  }
}
footer.footer div.container ul.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 769px) {
  footer.footer div.container ul.grid {
    display: block;
  }
}
footer.footer div.container ul.grid li {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer.footer div.container ul.grid li h4 {
  font-family: "raleway-regular";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  margin-bottom: 12px;
}
footer.footer div.container ul.grid li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
footer.footer div.container ul.grid li a:hover {
  color: #081E36;
}
footer.footer div.container ul.grid li a,
footer.footer div.container ul.grid li p {
  font-family: "raleway-regular";
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #081E36;
  display: block;
  max-width: 320px;
}
footer.footer div.container ul.grid li:last-child a {
  font-family: "raleway-regular";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  margin-bottom: 12px;
  border-bottom: 1px solid transparent;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer.footer div.container ul.grid li:last-child a:hover {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  footer.footer div.container ul.grid li:nth-child(2),
  footer.footer div.container ul.grid li:nth-child(3) {
    padding: 0 15px;
  }
}
@media screen and (max-width: 769px) {
  footer.footer div.container ul.grid li + li {
    margin-top: 25px;
  }
}
footer.footer div.container div.copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 85px;
}
@media screen and (max-width: 769px) {
  footer.footer div.container div.copyrights {
    display: block;
  }
}
footer.footer div.container div.copyrights a:first-child svg {
  width: 180px;
}
footer.footer div.container div.copyrights a + a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "raleway-medium";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #081E36;
}
@media screen and (max-width: 769px) {
  footer.footer div.container div.copyrights a + a {
    margin-top: 25px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  footer.footer div.container div.copyrights a + a {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1168px) and (max-width: 1290px) {
  footer.footer div.container div.copyrights a + a {
    margin-right: 60px;
  }
}
footer.footer div.container div.copyrights a + a svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin-left: 40px;
  width: 60px;
}
@media screen and (max-width: 769px) {
  footer.footer div.container div.copyrights a + a svg {
    margin-left: 25px;
  }
}
@media screen and (max-width: 360px) {
  footer.footer div.container div.copyrights a + a svg {
    margin-left: 10px;
  }
}
footer.footer div.container div.copyrights a + a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
footer.footer div.container div.copyrights a + a:hover svg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
footer.footer div.container div.copyrights a + a:hover svg path {
  fill: #081E36;
}

section.instagram div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  section.instagram div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.instagram div.container {
    max-width: calc(100vw - 80px);
  }
}
section.instagram div.container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-top: 25px;
}
section.instagram div.container ul li {
  width: 251.25px;
}
section.instagram div.container ul li a {
  height: 251.25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.instagram div.container ul li a:hover img {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
section.instagram div.container ul li a img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 251.25px;
  height: 251.25px;
}

/* /Home */
/* About */
header.common {
  height: 85px;
  display: block;
  width: 100vw;
  top: 0;
  margin: 0;
}
@media screen and (max-width: 769px) {
  header.common {
    position: relative;
    z-index: 999;
  }
}
header.common div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}
@media screen and (max-width: 769px) {
  header.common div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  header.common div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  header.common div.container a svg {
    width: 150px;
  }
}
header.common div.container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  header.common div.container ul {
    display: none;
  }
}
header.common div.container ul li a {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}
header.common div.container ul li a:hover, header.common div.container ul li a.active {
  border-bottom: 1px solid #000;
}
header.common div.container ul li + li {
  margin-left: 40px;
}
header.common div.container ul li:last-child {
  margin-left: 65px;
}
header.common div.container ul li:last-child a svg path {
  fill: #000;
}
header.common div.container div.hamburger {
  display: none;
}
@media screen and (max-width: 769px) {
  header.common div.container div.hamburger {
    display: block;
    display: block;
    width: 18px;
    cursor: pointer;
  }
}
header.common div.container div.hamburger span {
  background: #575757;
  height: 2px;
  width: 18px;
  display: block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.common div.container div.hamburger span:nth-child(2) {
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  header.common div.container div.hamburger.active span.top {
    -webkit-transform: translateY(-3px) translateX(0) rotate(45deg);
            transform: translateY(-3px) translateX(0) rotate(45deg);
  }
}
@media screen and (max-width: 769px) {
  header.common div.container div.hamburger.active span.bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
            transform: translateY(-11px) translateX(0) rotate(-45deg);
    position: relative;
    z-index: 999999999;
  }
}

div.menu {
  width: 0px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 25px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  pointer-events: none;
  left: 100vw;
}
div.menu.active {
  opacity: 1;
  width: 100vw;
  left: 0;
  pointer-events: all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.menu.active ul, div.menu.active ul.pages, div.menu.active ul.redes {
  opacity: 1;
  pointer-events: all;
}
div.menu ul.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.menu ul.pages li a {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #081E36;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}
div.menu ul.pages li a:hover, div.menu ul.pages li a.active {
  border-bottom: 1px solid #000;
}
div.menu ul.pages li + li {
  margin-top: 6vh;
}
div.menu ul.pages li:last-child {
  margin-left: 65px;
}
div.menu ul.pages li:last-child a svg path {
  fill: #000;
}
div.menu ul.redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.menu ul.redes li {
  overflow: visible;
}
div.menu ul.redes li a {
  width: 22px;
  height: 22px;
  display: block;
  border: none;
  overflow: visible;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.menu ul.redes li a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
div.menu ul.redes li a svg {
  width: 22px;
  height: 22px;
  overflow: visible;
}
div.menu ul.redes li a svg path,
div.menu ul.redes li a svg circle,
div.menu ul.redes li a svg ellipse {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  overflow: visible;
}
div.menu ul.redes li:nth-child(1) {
  width: 19px;
}
div.menu ul.redes li:nth-child(1) a {
  width: 19px;
}
div.menu ul.redes li:nth-child(1) a svg {
  width: 19px;
}
div.menu ul.redes li {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}
div.menu ul.redes li a {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}
div.menu ul.redes li a svg {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}
div.menu ul.redes li a svg path {
  fill: #081E36;
}
div.menu ul.redes li a svg rect {
  stroke: #081E36;
}
div.menu ul.redes li + li {
  margin: 0;
  margin-left: 14px;
}

@media screen and (max-width: 769px) {
  section.banner-studio {
    margin-top: 100px;
  }
}
section.banner-studio div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 180px;
}
@media screen and (max-width: 769px) {
  section.banner-studio div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-studio div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.banner-studio div.container {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-studio div.container {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-studio div.container h1 {
    font-size: 140px;
  }
}
section.banner-studio div.container div.content {
  width: 750px;
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 769px) {
  section.banner-studio div.container div.content {
    width: calc(100vw - 50px);
    display: block;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-studio div.container div.content {
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.banner-studio div.container div.content p + p {
    margin-top: 20px;
  }
}
section.banner-studio div.container a.scroll-down {
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 70px;
  right: calc(50vw - 19px);
  right: 0;
  right: calc((100vw - 1088px) / 2 * -1 + 140px);
  z-index: 1;
  -webkit-animation: scroll 1.4s ease-in-out infinite;
          animation: scroll 1.4s ease-in-out infinite;
}
@media screen and (max-width: 769px) {
  section.banner-studio div.container a.scroll-down {
    right: 25px;
    bottom: 10px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-studio div.container a.scroll-down {
    bottom: 10px;
  }
}
section.banner-studio div.container a.scroll-down svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-studio div.container a.scroll-down svg path {
  fill: #000000;
}
section.banner-studio div.container a.scroll-down svg #Elipse_3 {
  stroke: #000000;
}
section.banner-studio div.container a.scroll-down:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.partners {
  margin-top: 50px;
  position: relative;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.partners img.banner {
  width: 100vw;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 769px) {
  section.partners img.banner {
    height: 315px;
  }
}
section.partners ul {
  max-width: 690px;
  width: 690px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  section.partners ul {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.partners ul {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.partners ul {
    display: block;
  }
}
section.partners ul li img {
  display: block;
  position: relative;
  width: 320px;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 769px) {
  section.partners ul li img {
    width: calc(100vw - 50px);
  }
}
section.partners ul li h3 {
  margin-top: 20px;
}
section.partners ul li h5 {
  margin-top: 10px;
}
section.partners ul li h3,
section.partners ul li h5 {
  text-align: center;
}
@media screen and (max-width: 769px) {
  section.partners ul li + li {
    margin-top: 25px;
  }
}
section.partners div.lettering {
  width: 840px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  section.partners div.lettering {
    width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.partners div.lettering {
    width: calc(100vw - 80px);
  }
}
section.partners div.lettering h3 {
  text-align: center;
}
section.partners div.lettering ul.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  width: 840px;
  max-width: 840px;
}
@media screen and (max-width: 769px) {
  section.partners div.lettering ul.grid {
    display: block;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.partners div.lettering ul.grid li p {
  margin-top: 20px;
}
section.partners div.lettering ul.grid li:nth-child(1) h3 + p, section.partners div.lettering ul.grid li:nth-child(2) h3 + p {
  margin-left: 50px;
  margin-right: 50px;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  section.partners div.lettering ul.grid li:nth-child(1) h3 + p, section.partners div.lettering ul.grid li:nth-child(2) h3 + p {
    margin-left: 0;
    margin-right: 0;
  }
}
section.partners div.lettering ul.grid li:nth-child(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  padding: 0 50px;
}
@media screen and (max-width: 769px) {
  section.partners div.lettering ul.grid li:nth-child(3) {
    padding: 0;
  }
}
section.partners div.lettering ul.grid li:nth-child(3) h3 + h3 {
  line-height: 42px;
  text-align: justify;
}
section.partners div.lettering ul.grid h3 + h3 {
  font-size: 20px;
}

section.talents {
  background-color: #eaeaea;
  padding-top: 55px;
  padding-bottom: 70px;
  position: relative;
}
section.talents.equipamentos {
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  section.talents {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.talents {
    padding-bottom: 80px;
  }
}
section.talents div.container {
  max-width: 812px;
  width: 812px;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  section.talents div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.talents div.container {
    max-width: calc(100vw - 80px);
  }
}
section.talents div.container h2 {
  text-align: center;
}
@media screen and (max-width: 769px) {
  section.talents div.container h2 {
    width: calc(100vw - 50px);
  }
}
section.talents div.container div.slider-talents {
  margin-top: 50px;
}
section.talents div.container div.slider-talents div.swiper-wrapper div.swiper-slide img {
  width: 66px;
  height: 66px;
  border-radius: 50px;
  border: 1px solid #ddd;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin-bottom: 15px;
}
section.talents div.container div.slider-talents div.swiper-wrapper div.swiper-slide h5 {
  color: #a7a7a7;
  text-align: center;
  margin-top: 5px;
}
section.talents div.container div.slider-talents div.swiper-wrapper div.swiper-slide h3 {
  font-size: 18px;
  text-align: center;
}
section.talents div.container div.slider-talents div.swiper-wrapper div.swiper-slide p {
  margin-top: 15px;
}
section.talents div.swiper-button-prev,
section.talents div.swiper-button-next {
  position: absolute;
  display: block;
  z-index: 3;
  bottom: auto;
  cursor: pointer;
  pointer-events: all !important;
  opacity: 1 !important;
  top: 285px;
  margin: 0;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 769px) {
  section.talents div.swiper-button-prev,
  section.talents div.swiper-button-next {
    top: auto;
    bottom: 30px;
  }
}
@media screen and (min-width: 770px) and (max-width: 940px) {
  section.talents div.swiper-button-prev,
  section.talents div.swiper-button-next {
    top: auto;
    bottom: 30px;
  }
}
section.talents div.swiper-button-prev svg,
section.talents div.swiper-button-next svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.talents div.swiper-button-prev::after,
section.talents div.swiper-button-next::after {
  display: none;
}
section.talents div.swiper-button-prev:hover svg,
section.talents div.swiper-button-next:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.talents div.swiper-button-prev {
  left: calc((100vw - 812px) / 2 - 60px);
  right: auto;
}
@media screen and (max-width: 769px) {
  section.talents div.swiper-button-prev {
    left: calc(50vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 940px) {
  section.talents div.swiper-button-prev {
    left: calc(50vw - 50px);
  }
}
section.talents div.swiper-button-next {
  right: calc((100vw - 812px) / 2 - 60px);
  left: auto;
}
@media screen and (max-width: 769px) {
  section.talents div.swiper-button-next {
    right: calc(50vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 940px) {
  section.talents div.swiper-button-next {
    right: calc(50vw - 50px);
  }
}

/* /About */
/* Projects */
section.projects {
  margin-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  section.projects {
    margin-top: 44px;
  }
}
section.projects div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 769px) {
  section.projects div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.projects div.container {
    max-width: calc(100vw - 80px);
  }
}
section.projects div.container div.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  section.projects div.container div.filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.projects div.container div.filter button {
  color: #000;
  font-family: "raleway-regular";
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #000;
  text-transform: uppercase;
  border-radius: 23px;
  height: 33px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  section.projects div.container div.filter button {
    margin-top: 6px;
  }
}
section.projects div.container div.filter button.active {
  background-color: #000;
  color: #fff;
}
section.projects div.container div.filter button + button {
  margin-left: 6px;
}
section.projects div.container div.grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
@media screen and (max-width: 769px) {
  section.projects div.container div.grid {
    display: block;
  }
}
section.projects div.container div.grid a {
  width: 100%;
  height: 419px;
  background-color: #000;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  section.projects div.container div.grid a {
    height: 220px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.projects div.container div.grid a {
    height: 360px;
  }
}
section.projects div.container div.grid a div.hover {
  position: absolute;
  width: 100%;
  height: 419px;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  section.projects div.container div.grid a div.hover {
    height: 220px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.projects div.container div.grid a div.hover {
    height: 360px;
  }
}
section.projects div.container div.grid a div.hover svg {
  position: absolute;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
}
section.projects div.container div.grid a div.hover h3,
section.projects div.container div.grid a div.hover h5 {
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.projects div.container div.grid a svg.plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.projects div.container div.grid a div.caption {
  position: absolute;
  left: -30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  bottom: 20px;
}
section.projects div.container div.grid a div.caption h3,
section.projects div.container div.grid a div.caption h5 {
  text-align: left;
  color: #fff;
}
section.projects div.container div.grid a:hover img {
  opacity: 0.6;
}
section.projects div.container div.grid a:hover div.hover {
  opacity: 1;
}
section.projects div.container div.grid a:hover div.hover h3,
section.projects div.container div.grid a:hover div.hover h5 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section.projects div.container div.grid a img {
  width: 100%;
  height: 419px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  section.projects div.container div.grid a img {
    height: 220px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.projects div.container div.grid a img {
    height: 360px;
  }
}
@media screen and (max-width: 769px) {
  section.projects div.container div.grid a + a {
    margin-top: 16px;
  }
}

/* /Projects */
/* Project */
section.banner-project {
  width: 100vw;
  height: calc(100vh - 85px);
  display: block;
  position: relative;
  background-color: #000;
}
section.banner-project img {
  width: 100vw;
  height: calc(100vh - 85px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}
section.banner-project div.title {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 769px) {
  section.banner-project div.title {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-project div.title {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.banner-project div.title {
    display: block;
  }
}
section.banner-project div.title a {
  color: #fff;
  font-family: "raleway-regular";
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 23px;
  height: 33px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  section.banner-project div.title a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
section.banner-project div.title a:hover {
  background-color: #fff;
  color: #000;
}
section.banner-project div.title h2 {
  max-width: 300px;
}
@media screen and (max-width: 769px) {
  section.banner-project div.title h2 {
    margin-top: 15px;
  }
}
section.banner-project div.title h2,
section.banner-project div.title h5 {
  color: #fff;
}
@media screen and (max-width: 769px) {
  section.banner-project div.title h5 {
    margin-top: 10px;
  }
}
section.banner-project a.scroll-down {
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 98px;
  left: calc(50vw - 19px);
  z-index: 1;
  -webkit-animation: scroll 1.4s ease-in-out infinite;
          animation: scroll 1.4s ease-in-out infinite;
}
section.banner-project a.scroll-down svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-project a.scroll-down:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.about-project div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 45px;
  padding-bottom: 90px;
}
@media screen and (max-width: 769px) {
  section.about-project div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.about-project div.container {
    max-width: calc(100vw - 80px);
  }
}
section.about-project div.container div.content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.content {
    display: block;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.about-project div.container div.content div.text {
    margin-right: 30px;
  }
}
section.about-project div.container div.content div.text h3 {
  max-width: 444px;
}
section.about-project div.container div.content div.text p {
  margin-top: 10px;
  max-width: 444px;
}
section.about-project div.container div.content ul.info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: relative;
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.content ul.info {
    margin-top: 25px;
  }
}
section.about-project div.container div.content ul.info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
section.about-project div.container div.content ul.info li p {
  color: #000;
}
section.about-project div.container div.content ul.info li h3 {
  color: #081E36;
}
section.about-project div.container div.grid {
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 16px;
  margin-bottom: 50px;
  -ms-grid-rows: auto 16px auto 16px auto;
      grid-template-areas: "a1 a1 a1 a2 a2 a2 a2 a2" "a3 a3 a3 a3 a3 a4 a4 a4" "a5 a5 a5 a6 a6 a6 a6 a6";
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.grid {
    display: block;
  }
}
section.about-project div.container div.grid button.openGallery {
  width: 100%;
  height: 333px;
  background-color: #000;
  position: relative;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.grid button.openGallery {
    height: 220px;
  }
}
section.about-project div.container div.grid button.openGallery svg.plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.about-project div.container div.grid button.openGallery div.caption {
  position: absolute;
  left: -30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  bottom: 20px;
}
section.about-project div.container div.grid button.openGallery div.caption h3,
section.about-project div.container div.grid button.openGallery div.caption h5 {
  text-align: left;
  color: #fff;
}
section.about-project div.container div.grid button.openGallery:hover img {
  opacity: 0.6;
}
section.about-project div.container div.grid button.openGallery:hover div.caption {
  opacity: 1;
  left: 30px;
  padding-right: 30px;
}
section.about-project div.container div.grid button.openGallery:hover svg.plus {
  opacity: 1;
}
section.about-project div.container div.grid button.openGallery img {
  width: 100%;
  height: 333px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.grid button.openGallery img {
    height: 220px;
  }
}
section.about-project div.container div.grid button:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: a1;
}
section.about-project div.container div.grid button:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 9;
  grid-area: a2;
}
section.about-project div.container div.grid button:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-area: a3;
}
section.about-project div.container div.grid button:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 5;
  grid-area: a4;
}
section.about-project div.container div.grid button:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: a5;
}
section.about-project div.container div.grid button:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 9;
  grid-area: a6;
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.grid button + button {
    margin-top: 16px;
  }
}
section.about-project div.container div.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #707070;
  padding-top: 15px;
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "a1 a1" "a2 a3";
  }
  section.about-project div.container div.navigation > a:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  section.about-project div.container div.navigation > a:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.about-project div.container div.navigation > a:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  section.about-project div.container div.navigation > button:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  section.about-project div.container div.navigation > button:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.about-project div.container div.navigation > button:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
section.about-project div.container div.navigation a.prev {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 9;
  grid-area: a2;
  margin-top: 10px;
}
section.about-project div.container div.navigation a:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: a1;
  -ms-grid-column-align: center;
      justify-self: center;
}
section.about-project div.container div.navigation a.next {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-area: a3;
  -ms-grid-column-align: right;
      justify-self: right;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  section.about-project div.container div.navigation > a.prev {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.about-project div.container div.navigation > a:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  section.about-project div.container div.navigation > a.next {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
section.about-project div.container div.navigation a {
  font-size: 20px;
  line-height: normal;
  color: #081E36;
  font-family: "raleway-regular";
  font-weight: normal;
}
section.about-project div.container div.navigation a.prev, section.about-project div.container div.navigation a.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.about-project div.container div.navigation a.prev svg, section.about-project div.container div.navigation a.next svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.about-project div.container div.navigation a.prev:hover svg {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
section.about-project div.container div.navigation a.prev svg {
  margin-right: 10px;
}
section.about-project div.container div.navigation a.next:hover svg {
  -webkit-transform: translateX(8px) rotate(180deg);
          transform: translateX(8px) rotate(180deg);
}
section.about-project div.container div.navigation a.next svg {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

div.full-slider {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: block;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  pointer-events: none;
}
div.full-slider.active {
  opacity: 1;
  pointer-events: all;
}
div.full-slider div.close {
  display: block;
  display: block;
  width: 18px;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  div.full-slider div.close {
    right: 25px;
    top: 25px;
  }
}
div.full-slider div.close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div.full-slider div.close span {
  background: #fff;
  height: 2px;
  width: 18px;
  display: block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.full-slider div.close span:nth-child(2) {
  margin-top: 5px;
}
div.full-slider div.close span.top {
  -webkit-transform: translateY(-3px) translateX(0) rotate(45deg);
          transform: translateY(-3px) translateX(0) rotate(45deg);
}
div.full-slider div.close span.bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  position: relative;
  z-index: 999999999;
}
div.full-slider div.info {
  position: absolute;
  width: 890px;
  bottom: 60px;
  left: calc((100vw - 890px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  div.full-slider div.info {
    left: 40px;
    bottom: 140px;
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  div.full-slider div.info {
    left: 25px;
    width: calc(100vw - 50px);
    bottom: auto;
    top: calc(50vh - (100vw - 50px) / 2 - 40px);
  }
}
div.full-slider div.info h5 {
  color: #fff;
}
div.full-slider div.info h6 {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
div.full-slider div.container {
  max-width: 890px;
  width: 890px;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 769px) {
  div.full-slider div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  div.full-slider div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1168px) {
  div.full-slider div.container {
    width: calc(100vw - 100px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  div.full-slider div.container {
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  div.full-slider div.container {
    width: calc(100vw - 50px);
  }
}
div.full-slider div.container div.intern-project-slider {
  overflow: hidden;
}
div.full-slider div.container div.intern-project-slider div.swiper-wrapper div.swiper-slide div.img {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.full-slider div.container div.intern-project-slider div.swiper-wrapper div.swiper-slide div.img img {
  max-height: calc(100vh - 200px);
  max-width: 890px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 769px) {
  div.full-slider div.container div.intern-project-slider div.swiper-wrapper div.swiper-slide div.img img {
    max-width: calc(100vw - 50px);
    max-height: calc(100vw - 50px);
  }
}
div.full-slider div.swiper-button-prev,
div.full-slider div.swiper-button-next {
  position: absolute;
  display: block;
  z-index: 3;
  bottom: auto;
  cursor: pointer;
  pointer-events: all !important;
  opacity: 1 !important;
  top: calc(50vh - 19px);
  margin: 0;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 769px) {
  div.full-slider div.swiper-button-prev,
  div.full-slider div.swiper-button-next {
    top: auto;
    bottom: 60px;
  }
}
@media screen and (max-width: 360px) {
  div.full-slider div.swiper-button-prev,
  div.full-slider div.swiper-button-next {
    bottom: 40px;
  }
}
@media screen and (min-width: 770px) and (max-width: 940px) {
  div.full-slider div.swiper-button-prev,
  div.full-slider div.swiper-button-next {
    top: auto;
    bottom: 30px;
  }
}
div.full-slider div.swiper-button-prev svg,
div.full-slider div.swiper-button-next svg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.full-slider div.swiper-button-prev svg path,
div.full-slider div.swiper-button-next svg path {
  fill: #fff;
}
div.full-slider div.swiper-button-prev svg g#Elipse_3,
div.full-slider div.swiper-button-next svg g#Elipse_3 {
  stroke: #fff;
}
div.full-slider div.swiper-button-prev::after,
div.full-slider div.swiper-button-next::after {
  display: none;
}
div.full-slider div.swiper-button-prev:hover svg,
div.full-slider div.swiper-button-next:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div.full-slider div.swiper-button-prev {
  left: calc((100vw - 890px) / 2 - 60px);
  right: auto;
}
@media screen and (max-width: 769px) {
  div.full-slider div.swiper-button-prev {
    left: calc(50vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  div.full-slider div.swiper-button-prev {
    left: 50px;
  }
}
div.full-slider div.swiper-button-next {
  right: calc((100vw - 890px) / 2 - 60px);
  left: auto;
}
@media screen and (max-width: 769px) {
  div.full-slider div.swiper-button-next {
    right: calc(50vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  div.full-slider div.swiper-button-next {
    right: 50px;
  }
}

/* /Project */
/* Faq */
section.banner-faq div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 769px) {
  section.banner-faq div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-faq div.container {
    max-width: calc(100vw - 80px);
  }
}
section.banner-faq div.container div.main-title {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  section.banner-faq div.container div.main-title {
    display: block;
  }
}
section.banner-faq div.container div.main-title h2 {
  width: 220px;
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-faq div.container div.main-title h2 {
    margin-right: 30px;
  }
}
section.banner-faq div.container div.main-title p {
  width: 565px;
}
@media screen and (max-width: 769px) {
  section.banner-faq div.container div.main-title p {
    width: calc(100vw - 50px);
    margin-top: 15px;
  }
}
section.banner-faq div.container ul.explain {
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  section.banner-faq div.container ul.explain {
    margin-top: 80px;
  }
}
section.banner-faq div.container ul.explain li {
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
section.banner-faq div.container ul.explain li div.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "raleway-bold";
  font-weight: normal;
  font-size: 28px;
  color: #081E36;
  padding-bottom: 20px;
}
section.banner-faq div.container ul.explain li div.title div.plus {
  width: 11px;
  height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.banner-faq div.container ul.explain li div.title div.plus span {
  width: 11px;
  height: 1px;
  background-color: #081E36;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-faq div.container ul.explain li div.title div.plus span:last-child {
  width: 1px;
  height: 11px;
  position: absolute;
  left: 5px;
  top: 0;
}
section.banner-faq div.container ul.explain li p {
  margin-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  pointer-events: none;
}
section.banner-faq div.container ul.explain li.active div.title div.plus span:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.banner-faq div.container ul.explain li.active p {
  opacity: 1;
}
section.banner-faq div.container ul.explain li + li {
  margin-top: 30px;
}

/* /Faq */
/* Contact */
section.banner-contact {
  background-color: #f3f4f5;
}
section.banner-contact div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 50px;
  padding-bottom: 85px;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-contact div.container {
    max-width: calc(100vw - 80px);
  }
}
section.banner-contact div.container p {
  margin-top: 25px;
  max-width: 440px;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container p {
    width: calc(100vw - 50px);
  }
}
section.banner-contact div.container div.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
  grid-template-columns: 500px 1fr;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container div.grid {
    display: block;
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-contact div.container div.grid {
    -ms-grid-columns: 1fr 450px;
    grid-template-columns: 1fr 450px;
  }
}
section.banner-contact div.container div.grid form #form-send span,
section.banner-contact div.container div.grid form #form-send a,
section.banner-contact div.container div.grid form #form-erro span,
section.banner-contact div.container div.grid form #form-erro a {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-bold";
}
section.banner-contact div.container div.grid form #form-send span + p,
section.banner-contact div.container div.grid form #form-erro span + p {
  margin-top: 10px;
  max-width: 260px;
}
section.banner-contact div.container div.grid form #form-send span + p {
  max-width: 260px;
}
section.banner-contact div.container div.grid form #form-erro span + p {
  max-width: 340px;
}
section.banner-contact div.container div.grid form input,
section.banner-contact div.container div.grid form textarea {
  width: 500px;
  border-bottom: 1px solid #707070;
  resize: none;
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  height: 46px;
  cursor: pointer;
  background-color: #f3f4f5;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container div.grid form input,
  section.banner-contact div.container div.grid form textarea {
    width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-contact div.container div.grid form input,
  section.banner-contact div.container div.grid form textarea {
    width: calc(100vw - 560px);
    max-width: 500px;
  }
}
section.banner-contact div.container div.grid form input + input,
section.banner-contact div.container div.grid form input + textarea {
  margin-top: 15px;
}
section.banner-contact div.container div.grid form textarea {
  height: 80px;
  padding-top: 8px;
}
section.banner-contact div.container div.grid form button {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  width: 172px;
  min-width: 172px;
  height: 46px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 38px;
  background-color: #fff;
  cursor: pointer;
  background-color: #f3f4f5;
}
section.banner-contact div.container div.grid form button svg {
  margin-left: 45px;
}
section.banner-contact div.container div.grid form button svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-contact div.container div.grid form button:hover, section.banner-contact div.container div.grid form button.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.banner-contact div.container div.grid form button:hover svg path, section.banner-contact div.container div.grid form button.active svg path {
  fill: #fff;
}
section.banner-contact div.container div.grid form ::-webkit-input-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.banner-contact div.container div.grid form ::-moz-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.banner-contact div.container div.grid form :-ms-input-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.banner-contact div.container div.grid form ::-ms-input-placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
section.banner-contact div.container div.grid form ::placeholder {
  font-family: "raleway-regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container div.grid div.info {
    margin-top: 80px;
  }
}
section.banner-contact div.container div.grid div.info h5 {
  text-align: right;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container div.grid div.info h5 {
    margin-bottom: 30px;
  }
}
section.banner-contact div.container div.grid div.info a {
  font-size: 40px;
  line-height: 41px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-semibold";
  display: block;
  text-align: right;
  margin-left: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container div.grid div.info a {
    font-size: 36px;
    line-height: 40px;
  }
}
section.banner-contact div.container div.grid div.info a.white {
  color: #fff;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container div.grid div.info a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 360px) {
  section.banner-contact div.container div.grid div.info a {
    font-size: 23px;
    line-height: 23px;
  }
}
section.banner-contact div.container div.grid div.info a:not(.address) {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 2px solid transparent;
}
section.banner-contact div.container div.grid div.info a:not(.address):hover {
  border-bottom: 2px solid #081E36;
}
section.banner-contact div.container div.grid div.info h5 + a + a {
  margin-top: 10px;
}
section.banner-contact div.container div.grid div.info a + a + a {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #081E36;
  font-family: "raleway-regular";
  text-align: justify;
}
section.banner-contact div.container div.grid div.info a + a + a.white {
  color: #f2f2f2;
}
section.banner-contact div.container div.grid div.info a.address {
  margin-top: 110px;
  font-family: "raleway-regular";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  margin-bottom: 12px;
  width: 310px;
  margin-left: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 769px) {
  section.banner-contact div.container div.grid div.info a.address {
    margin-top: 50px;
  }
}
section.banner-contact div.container div.grid div.info a.address:hover {
  border-bottom: 1px solid #081E36;
}

/* /Contact */
/* Privacy */
section.banner-privacy {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 90px;
  border-bottom: 1px solid #707070;
  padding-bottom: 85px;
}
@media screen and (max-width: 769px) {
  section.banner-privacy {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-privacy {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.banner-privacy {
    padding-bottom: 85px;
    padding-top: 50px;
  }
}
section.banner-privacy h1 {
  margin-bottom: 60px;
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-privacy h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 769px) {
  section.banner-privacy h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 360px) {
  section.banner-privacy h1 {
    font-size: 50px;
  }
}

/* /Privacy */
/* 404 */
section.banner-404 {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  border-bottom: 1px solid #707070;
  padding-bottom: 85px;
  height: calc(100vh - 85px);
}
@media screen and (max-width: 769px) {
  section.banner-404 {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-404 {
    max-width: calc(100vw - 80px);
  }
}
section.banner-404 p {
  margin-top: 8px;
  font-size: 18px;
}
section.banner-404 a {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  margin-top: 80px;
}
section.banner-404 a svg {
  margin-left: 45px;
}
section.banner-404 a svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-404 a:hover, section.banner-404 a.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.banner-404 a:hover svg path, section.banner-404 a.active svg path {
  fill: #fff;
}
section.banner-404 a svg {
  margin-left: 20px;
}

/* /404 */
/* Assessoria */
section.banner-assessoria div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 80px 0;
}
@media screen and (max-width: 769px) {
  section.banner-assessoria div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.banner-assessoria div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  section.banner-assessoria div.container {
    display: block;
    padding: 80px 0;
  }
}
section.banner-assessoria div.container h1 {
  font-size: 100px;
  line-height: 100px;
}
section.banner-assessoria div.container div.content {
  max-width: 560px;
}
@media screen and (max-width: 769px) {
  section.banner-assessoria div.container div.content {
    margin-top: 30px;
  }
}
section.banner-assessoria div.container a.svg {
  display: block;
}
section.banner-assessoria div.container a.svg svg {
  width: 380px;
  height: 140px;
}
@media screen and (max-width: 769px) {
  section.banner-assessoria div.container a.svg svg {
    width: calc(100vw - 50px);
    height: auto;
  }
}
section.banner-assessoria div.container a.scroll-down {
  font-family: "raleway-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  height: 46px;
  padding: 0 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  text-transform: uppercase;
  border-color: #081E36;
  color: #081E36;
  margin-top: 40px;
}
section.banner-assessoria div.container a.scroll-down svg {
  margin-left: 45px;
}
section.banner-assessoria div.container a.scroll-down svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.banner-assessoria div.container a.scroll-down:hover, section.banner-assessoria div.container a.scroll-down.active {
  background-color: #081E36;
  border-color: #081E36;
  color: #fff;
}
section.banner-assessoria div.container a.scroll-down:hover svg path, section.banner-assessoria div.container a.scroll-down.active svg path {
  fill: #fff;
}
section.banner-assessoria div.container a.scroll-down:hover {
  background: #081E36;
  border-color: #081E36;
  color: #fff;
}

section.fluxograma-processos {
  background-color: #f3f4f5;
}
section.fluxograma-processos div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.fluxograma-processos div.container {
    max-width: calc(100vw - 80px);
  }
}
section.fluxograma-processos div.container h3 {
  font-size: 21px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.over div.processos div.line-box {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.over div.processos div.line-box div.box + div.box {
    margin-top: 25px;
  }
}
section.fluxograma-processos div.container div.title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.title {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.title div.legenda {
    margin-top: 25px;
  }
}
section.fluxograma-processos div.container div.title div.legenda ul {
  margin-top: 8px;
}
section.fluxograma-processos div.container div.title div.legenda ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.fluxograma-processos div.container div.title div.legenda ul li span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 3px solid green;
  display: block;
  margin-right: 6px;
}
section.fluxograma-processos div.container div.title div.legenda ul li span.blue {
  border-color: #081e36;
  background: rgba(8, 30, 54, 0.2117647059);
}
section.fluxograma-processos div.container div.title div.legenda ul li span.yellow {
  border-color: #1fb1bc;
  background: rgba(31, 177, 188, 0.2196078431);
}
section.fluxograma-processos div.container div.title div.legenda ul li + li {
  margin-top: 6px;
}
section.fluxograma-processos div.container div.processos {
  margin-top: 40px;
}
section.fluxograma-processos div.container div.processos div.div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 215px 78px 215px 78px 215px 78px 215px;
  grid-template-columns: 215px 78px 215px 78px 215px 78px 215px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div {
    display: block;
  }
}
section.fluxograma-processos div.container div.processos div.div div.row-full {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  height: 60px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.row-full {
    height: 40px;
  }
}
section.fluxograma-processos div.container div.processos div.div div.row-full div.arrows.arrows-1 {
  height: 30px;
  margin: 15px 0;
  display: block;
  margin-left: auto;
  margin-right: 65px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.row-full div.arrows.arrows-1 {
    margin: 15px auto 0 auto;
  }
}
section.fluxograma-processos div.container div.processos div.div div.row-full div.arrows.arrows-1 svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 50px;
  height: 30px;
}
section.fluxograma-processos div.container div.processos div.div div.row-full-2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  height: 60px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.row-full-2 {
    height: 40px;
  }
}
section.fluxograma-processos div.container div.processos div.div div.row-full-2 div.arrows.arrows-1 {
  height: 30px;
  margin: 15px 0;
  display: block;
  margin-right: auto;
  margin-left: 78px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.row-full-2 div.arrows.arrows-1 {
    margin: 15px auto 0 auto;
  }
}
section.fluxograma-processos div.container div.processos div.div div.row-full-2 div.arrows.arrows-1 svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 50px;
  height: 30px;
}
section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1 {
  width: 70px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1 {
    margin: 0 auto;
  }
}
section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1 svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1 svg {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1 svg {
    margin: 0 auto;
  }
}
section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1.a-2 {
  width: 70px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1.a-2 {
    margin: 0 auto;
  }
}
section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1.a-2 svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1.a-2 svg {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.div div.arrows.arrows-1.a-2 svg {
    margin: 0 auto;
  }
}
section.fluxograma-processos div.container div.processos div.box {
  border-radius: 10px;
  border: 3px solid green;
  display: block;
  margin-right: 6px;
  padding: 12px 16px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.box {
    width: calc(100vw - 50px);
    text-align: center;
  }
}
section.fluxograma-processos div.container div.processos div.box ul + h3 {
  margin-top: 12px;
}
section.fluxograma-processos div.container div.processos div.box h3 + ul {
  margin-top: 6px;
}
section.fluxograma-processos div.container div.processos div.box h3 + ul li {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "raleway-regular";
}
section.fluxograma-processos div.container div.processos div.box h3 + ul li span.ball {
  width: 4px;
  width: 4px;
  min-width: 4px;
  width: 4px;
  max-width: 4px;
  width: 4px;
  height: 4px;
  height: 4px;
  min-height: 4px;
  height: 4px;
  max-height: 4px;
  height: 4px;
  display: block;
  border-radius: 2px;
  margin: 0 8px 0 8px;
  background-color: #081E36;
}
section.fluxograma-processos div.container div.processos div.box h3 + ul li + li {
  margin-top: 4px;
}
section.fluxograma-processos div.container div.processos div.box.box-blue {
  border-color: #1fb1bc;
  background: rgba(31, 177, 188, 0.2196078431);
}
section.fluxograma-processos div.container div.processos div.box.box-yellow {
  border-color: #081e36;
  background: rgba(8, 30, 54, 0.2117647059);
}
section.fluxograma-processos div.container div.processos div.box.box-1 {
  display: block;
}
section.fluxograma-processos div.container div.processos.line-box-1 {
  display: block;
}
section.fluxograma-processos div.container div.processos.line-box-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
section.fluxograma-processos div.container div.processos.line-box-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
section.fluxograma-processos div.container div.processos div.arrows.arrows-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.fluxograma-processos div.container div.processos div.arrows.arrows-1 svg {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.fluxograma-processos div.container div.processos div.arrows.arrows-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 170px;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.arrows.arrows-2 {
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.arrows.arrows-2 svg:nth-child(2) {
    display: none;
  }
}
section.fluxograma-processos div.container div.processos div.arrows.arrows-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 769px) {
  section.fluxograma-processos div.container div.processos div.arrows.arrows-3 svg:nth-child(2), section.fluxograma-processos div.container div.processos div.arrows.arrows-3 svg:nth-child(3) {
    display: none;
  }
}
section.fluxograma-processos div.container div.processos div.line-box + div.line-box {
  margin-top: 25px;
}

section.nossa-assessoria.equipamentos.pag-asse {
  padding-top: 80px;
}
section.nossa-assessoria div.container {
  max-width: 1088px;
  width: 1088px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  section.nossa-assessoria div.container {
    max-width: calc(100vw - 50px);
  }
}
@media screen and (min-width: 770px) and (max-width: 1167px) {
  section.nossa-assessoria div.container {
    max-width: calc(100vw - 80px);
  }
}
section.nossa-assessoria div.container div.grid {
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 40px;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(2) {
  -ms-grid-column: 5;
      grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 9;
  grid-column-end: 10;
}
@media screen and (max-width: 769px) {
  section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(3) {
    height: 420px;
  }
}
@media screen and (max-width: 769px) {
  section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(3) img {
    height: 420px;
  }
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(4) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(5) {
  -ms-grid-column: 6;
      grid-column-start: 6;
  -ms-grid-column-span: 4;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(6) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(7) {
  -ms-grid-column: 5;
      grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(8) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(9) {
  -ms-grid-column: 6;
      grid-column-start: 6;
  -ms-grid-column-span: 4;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(10) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(11) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
}
section.nossa-assessoria div.container div.grid.equipamentos a:nth-child(12) {
  -ms-grid-column: 7;
      grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.assessoria a:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
}
section.nossa-assessoria div.container div.grid.assessoria a:nth-child(2) {
  -ms-grid-column: 6;
      grid-column-start: 6;
  -ms-grid-column-span: 4;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.assessoria a:nth-child(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
section.nossa-assessoria div.container div.grid.assessoria a:nth-child(4) {
  -ms-grid-column: 5;
      grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.assessoria a:nth-child(5) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}
section.nossa-assessoria div.container div.grid.assessoria a:nth-child(6) {
  -ms-grid-column: 7;
      grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 9;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(2) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(2) img {
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(3) {
  -ms-grid-column: 5;
      grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(3) img {
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(4) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(5) {
  -ms-grid-column: 7;
      grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  height: 706px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(5) img {
  height: 706px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(6) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(7) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(8) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 6;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(9) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(10) {
  -ms-grid-column: 7;
      grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(11) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(12) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 6;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(13) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(13) img {
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(14) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(14) img {
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(15) {
  -ms-grid-column: 7;
      grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(15) img {
  height: 360px;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(16) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}
section.nossa-assessoria div.container div.grid.instalacoes a:nth-child(17) {
  -ms-grid-column: 7;
      grid-column-start: 7;
  -ms-grid-column-span: 3;
  grid-column-end: 10;
}
section.nossa-assessoria div.container div.grid a:nth-child(4n) {
  -ms-grid-column: 6;
      grid-column-start: 6;
  -ms-grid-column-span: 3;
  grid-column-end: 9;
}
section.nossa-assessoria div.container div.grid a:first-child, section.nossa-assessoria div.container div.grid a:nth-child(4n+1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}
section.nossa-assessoria div.container div.grid a:nth-child(2), section.nossa-assessoria div.container div.grid a:nth-child(4n+2) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 5;
  grid-column-end: 9;
}
section.nossa-assessoria div.container div.grid a:nth-child(4n+3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
}
@media screen and (max-width: 769px) {
  section.nossa-assessoria div.container div.grid {
    display: block;
    margin-top: 25px;
  }
}
section.nossa-assessoria div.container div.grid a {
  width: 100%;
  height: 333px;
  background-color: #000;
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  section.nossa-assessoria div.container div.grid a {
    height: 220px;
  }
}
section.nossa-assessoria div.container div.grid a svg.plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.nossa-assessoria div.container div.grid a div.caption {
  position: absolute;
  left: -30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 0;
  bottom: 20px;
}
section.nossa-assessoria div.container div.grid a div.caption h3,
section.nossa-assessoria div.container div.grid a div.caption h5 {
  text-align: left;
  color: #fff;
}
section.nossa-assessoria div.container div.grid a div.caption h5 {
  margin-top: 5px;
}
section.nossa-assessoria div.container div.grid a:hover img {
  opacity: 0.6;
}
section.nossa-assessoria div.container div.grid a:hover div.caption {
  opacity: 1;
  left: 30px;
  padding-right: 30px;
}
section.nossa-assessoria div.container div.grid a:hover svg.plus {
  opacity: 1;
}
section.nossa-assessoria div.container div.grid a img {
  width: 100%;
  height: 333px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (max-width: 769px) {
  section.nossa-assessoria div.container div.grid a img {
    height: 220px;
  }
}
@media screen and (max-width: 769px) {
  section.nossa-assessoria div.container div.grid a + a {
    margin-top: 16px;
  }
}

/* /Assessoria */
/* /Style */