@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Eina03";
  src:
    url("../fonts/Eina03-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Eina03-Regular.woff2") format("woff2"),
    url("../fonts/Eina03-Regular.woff") format("woff"),
    url("../fonts/Eina03-Regular.ttf") format("truetype"),
    url("../fonts/Eina03-Regular.svg#UniversLTStd-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina03";
  src:
    url("../fonts/Eina03-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Eina03-Regular.woff2") format("woff2"),
    url("../fonts/Eina03-Regular.woff") format("woff"),
    url("../fonts/Eina03-Regular.ttf") format("truetype"),
    url("../fonts/Eina03-Regular.svg#UniversLTStd-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina03";
  src:
    url("../fonts/Eina03-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Eina03-Regular.woff2") format("woff2"),
    url("../fonts/Eina03-Regular.woff") format("woff"),
    url("../fonts/Eina03-Regular.ttf") format("truetype"),
    url("../fonts/Eina03-Regular.svg#UniversLTStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina03";
  src:
    url("../fonts/Eina03-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Eina03-SemiBold.woff2") format("woff2"),
    url("../fonts/Eina03-SemiBold.woff") format("woff"),
    url("../fonts/Eina03-SemiBold.ttf") format("truetype"),
    url("../fonts/Eina03-SemiBold.svg#UniversLTStd-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
.hamburguer {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 40px;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 99;
  transform: scale(1);
  transition: 0.4s;
  margin-left: auto;
}
.hamburguer:hover {
  transform: scale(1.2);
  transition: 0.4s;
}
.hamburguer span {
  display: block;
  position: absolute;
  top: 18.5px;
  left: 6px;
  right: 6px;
  height: 3px;
  background: white;
  transition: background 0s 0.3s;
}
.hamburguer span:before,
.hamburguer span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.hamburguer span:before {
  top: -9px;
  transition-property: top, transform;
}
.hamburguer span:after {
  bottom: -9px;
  transition-property: bottom, transform;
}
.hamburguer.active span {
  background: none !important;
}
.hamburguer.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.hamburguer.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.hamburguer.active span:before,
.hamburguer.active span:after {
  transition-delay: 0s, 0.3s;
}

.header {
  padding: 60px 0;
  background-color: white;
  position: relative;
  z-index: 1;
}
.header .container-big {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.header.black {
  background-color: #000;
}
.header.black #logo svg path:first-child {
  fill: #fff;
}
.header.black #logo svg path {
  fill: rgb(255, 31, 109);
}
.header.black .header__menu--item {
  color: #fff;
}
.header.black .header__menu--item:hover {
  color: #ff1f6d;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: space-between;
  max-width: 960px;
}
.header__menu--item {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  transition: ease 0.4s;
  white-space: nowrap !important;
}
.header__menu--item.active {
  font-weight: 600;
}
.header__menu--item:hover {
  color: #ff1f6d;
  transition: ease 0.4s;
}
.header__action {
  grid-template-columns: auto 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid;
  color: #000;
}
.header__action:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.header__action:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.header__action:hover:before {
  width: 100%;
  transition: ease 1s;
}
.header__action:hover:after {
  width: 100%;
  transition: ease 1s;
}

@media all and (max-width: 1366px) {
  .header {
    padding: 50px 0 0 0;
  }
  .header .container-big {
    width: 90%;
    max-width: 90%;
  }
  .header.black {
    background-color: #000;
  }
  .header.black #logo-mobile svg path:first-child {
    fill: #fff;
  }
  .header.black #logo-mobile svg path {
    fill: rgb(255, 31, 109);
  }
  .header.black .header__menu {
    width: auto;
  }
  .header.black .header__menu--item {
    color: #fff;
  }
  .header.black .header__menu--item:hover {
    color: #ff1f6d;
  }
  .header.black a#openMenu svg rect {
    fill: #fff;
  }
  .header__menu {
    width: auto;
  }
  .header__menu .hamburguer {
    display: flex;
    align-items: center;
  }
  .header__menu--open {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 10% 6%;
    height: 100vh;
    width: 100vw;
    background-color: black;
  }
  .header__menu--open .button-close {
    margin-bottom: 80px;
  }
  .header__menu--open .links {
    display: flex;
    flex-direction: column;
  }
  .header__menu--item {
    font-size: 40px;
    line-height: 58px;
    font-weight: 600;
    color: white;
  }
  .header__menu--item.active {
    font-weight: 600;
    color: #ff1f6d;
    transition: ease 0.4s;
  }
  .header__action {
    font-size: 13px;
    line-height: 15px;
    grid-template-columns: 1fr;
  }
}
.footer-mobile {
  display: none;
}

.footer {
  background-color: black;
  padding: 90px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.footer .container {
  box-sizing: border-box;
}
.footer__main {
  margin-bottom: 35px;
}
.footer__title {
  font-size: 80px;
  font-weight: 600;
  line-height: 95%;
  color: white;
  margin-bottom: 30px;
  transition: color 0.2s;
}
.footer__title:hover {
  color: #ccc;
}
.footer__phone {
  display: block;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  transition: color 0.2s;
}
.footer__phone:hover {
  color: #ccc;
}
.footer__mail {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #ff1f6d;
  transition: color 0.2s;
}
.footer__mail:hover {
  color: #d40b51;
}
.footer__social {
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
}
.footer__social--item {
  display: flex;
  margin-right: 25px;
}
.footer__social--item i {
  font-size: 20px;
  color: white;
  transition: ease 0.4s;
}
.footer__social--item:hover i {
  color: #ff1f6d;
  transition: ease 0.4s;
}
.footer__copy {
  font-size: 14px;
  line-height: 22px;
  color: #aeb5bc;
}
.footer .shapes {
  display: grid;
  grid-template-rows: 170px;
  grid-template-columns: 170px 170px 170px;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 10;
  width: unset !important;
}
.footer .shapes .shape img {
  width: 100%;
  height: 100%;
}
.footer__base {
  display: grid;
  grid-template-columns: 490px 1fr;
}
.footer__base nav li {
  display: inline-block;
  float: right;
}
.footer__base nav li:last-child a {
  border-left: none;
}
.footer__base nav li a {
  color: #fff;
  line-height: 50px;
  font-size: 12px;
  padding: 0 16px;
  border-left: 1px solid #4f4f4f;
}
.footer__base nav li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 880px) {
  .footer__copy {
    font-size: 12px;
    line-height: 28px;
  }
  .footer__base {
    grid-template-columns: 420px 1fr;
  }
}
/*MOBILE AND RESPONSIVE*/
@media all and (max-width: 768px) {
  .footer {
    display: none;
  }
  .footer-mobile__social {
    justify-content: center;
  }
  .footer__base {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__copy {
    text-align: center;
  }
  .footer__base nav li {
    display: inline;
    float: none;
  }
  .footer__base nav ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .footer__base nav a {
    padding: 0 5px !important;
  }
  .footer-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    padding: 96px 0;
    width: 100%;
  }
  .footer-mobile .container {
    right: 10px;
  }
  .footer-mobile .text-title {
    position: relative;
    box-sizing: border-box;
  }
  .footer-mobile__main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .footer-mobile__title {
    font-size: 90px;
    font-weight: 600;
    line-height: 78px;
    color: white;
  }
  .footer-mobile__mail {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    font-weight: 600;
    color: #ff1f6d;
  }
  .footer-mobile__title {
    font-size: 54px;
    line-height: 47px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .footer-mobile__social {
    display: flex;
    align-items: flex-end;
    margin-bottom: 80px;
    margin-left: 10%;
  }
  .footer-mobile__social--item {
    display: flex;
    color: white;
    margin-right: 25px;
  }
  .footer-mobile__social--item i {
    font-size: 20px;
  }
  .footer-mobile__copy {
    font-size: 14px;
    line-height: 22px;
    color: #aeb5bc;
    text-align: center;
    max-width: 198px;
    margin: 40px auto auto;
  }
  .footer-mobile .footer__phone {
    margin: 10px auto;
  }
  .footer-mobile .shapes {
    display: grid;
    grid-template-rows: 33.3333333333vw 33.3333333333vw 33.3333333333vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-mobile .shapes .shape img,
  .footer-mobile .shapes .shape svg {
    width: 100%;
    height: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1050px) {
  .footer__title {
    font-size: 50px;
    line-height: 52px;
  }
  .footer .shapes {
    grid-template-rows: 120px 120px 120px;
    grid-template-columns: 120px 120px 120px;
  }
}
/* Variables */
/* SCSS */
.container {
  margin: 0 auto;
  max-width: 1050px;
  width: 90%;
}

.container-big {
  margin: 0 auto;
  max-width: calc(100% - 120px);
  width: 90%;
}

html {
  font-family: "Eina03", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.title {
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #ff1f6d;
  margin-bottom: 12px;
}

.page {
  position: relative;
  z-index: 1;
  margin-bottom: 620px;
  background-color: white;
}

.call-action {
  margin-top: 50px;
  line-height: 21px;
}
.call-action a {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  color: #000;
}
.call-action a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.call-action a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.call-action a:hover:before {
  width: 100%;
  transition: ease 1s;
}
.call-action a:hover:after {
  width: 100%;
  transition: ease 1s;
}
.call-action__small a {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  color: #000;
}
.call-action__small a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.call-action__small a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.call-action__small a:hover:before {
  width: 100%;
  transition: ease 1s;
}
.call-action__small a:hover:after {
  width: 100%;
  transition: ease 1s;
}
.call-action__small a img {
  padding-left: 7px;
}

#custom-cursor.hidden {
  opacity: 0;
  background-color: #fff;
  height: 0px;
  width: 30px;
  color: transparent;
}

.hover-view:hover {
  cursor: none;
}

.mobile {
  display: none;
}

.responsive-desktop {
  display: contents;
}

.cta-fixed {
  display: block;
  text-decoration: none;
  background-color: #ff1f6d;
  color: #fff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 5;
  border: none;
  overflow: hidden;
}

.cta-fixed:hover {
  cursor: pointer;
}

.responsive-mobile {
  display: none !important;
}

.vaga .footer {
  z-index: -1;
}

@media (max-width: 768px) {
  .responsive-mobile {
    display: contents !important;
  }
  .responsive-desktop {
    display: none !important;
  }
}
/*
*MOBILE RESPONSIVE
*/
@media all and (max-width: 768px) {
  .container-big {
    width: 85%;
    max-width: 85%;
  }
  .container {
    margin: 0 auto;
    max-width: 85%;
    width: 85%;
  }
  .page {
    margin-bottom: 0;
    z-index: 0;
  }
  .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #000000;
  }
  .subtitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff1f6d;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .call-action a {
    font-size: 16px;
    line-height: 18px;
  }
}

#newsletter {
  background-color: transparent;
  padding: 62px 0;
  position: relative;
  overflow: hidden;
}

#newsletter .init {
  min-height: 0;
  display: block;
  padding: 0;
}

#newsletter::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #ff1f6d;
}

#newsletter::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  background-color: #000;
  border-radius: 50%;
  top: -40%;
  right: -10%;
  z-index: -1;
}

#newsletter .title {
  color: #fff;
  font-size: 77px;
  line-height: 0.91;
}

#newsletter form p {
  margin: 0;
}

#newsletter .text {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

#newsletter form .wpcf7-response-output {
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

#newsletter form div {
  display: flex;
  /* align-items: center; */
  gap: 16px;
  margin-top: 50px;
}

#newsletter .email {
  padding: 12px 16px;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-family: Eina03;
  min-width: 50%;
}

#newsletter .submit {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  padding: 0 45px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: Eina03;
  min-height: 100%;
}

@media (max-width: 1200px) {
  #newsletter::after {
    width: 360px;
    height: 360px;
    top: -30%;
  }
}

@media (max-width: 960px) {
  #newsletter::after {
    right: -14%;
    width: 300px;
    height: 300px;
    top: -30%;
  }

  #newsletter .title {
    font-size: 60px;
  }

  #newsletter .text {
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  #newsletter::after {
    right: -14%;
    width: 300px;
    height: 300px;
    top: -30%;
  }

  #newsletter .title {
    font-size: 46px;
  }

  #newsletter .text {
    font-size: 14px;
    margin-top: 18px;
  }

  #newsletter form div {
    flex-direction: column;
    gap: 0;
    margin-top: 18px;
  }

  #newsletter .email {
    font-size: 14px;
    padding: 12px;
  }

  #newsletter .submit {
    font-size: 14px;
    width: fit-content;
    padding: 12px 20px;
    margin-top: 18px;
  }
}

@media (max-width: 650px) {
  #newsletter .text {
    display: block;
  }
}

@media (max-width: 570px) {
  #newsletter::after {
    width: 200px;
    height: 200px;
    top: -20%;
    right: -13%;
  }
}
/* REMOVIDO ATÉ SER RESPONSIVE*/
#wpadminbar {
  display: none !important;
} /*# sourceMappingURL=main.css.map */

body,
html {
  background: transparent !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.desing-service.page {
  background: transparent !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  z-index: 10 !important;
}

.desing-service.page .container {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

.desing-service.page section {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.desing-service.page .init {
  background: transparent !important;
  padding: 60px 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.desing-service.page .about {
  background: transparent !important;
  padding: 80px 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.service-disciplines {
  background-color: #f9f9f9 !important;
  padding: 80px 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.service-disciplines .container {
  background: transparent !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* FORÇA REMOÇÃO COMPLETA DE EFEITOS DE PAPEL */
.page-template-customer-experience,
.page-id-customer-experience,
body.page-template-customer-experience {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.page-template-customer-experience .entry-content,
.page-template-customer-experience .entry,
.page-template-customer-experience article,
.page-template-customer-experience .post,
.page-template-customer-experience .hentry {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

[class*="paper"],
[class*="sheet"],
[class*="document"],
[class*="page-bg"],
[class*="content-bg"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.main-content,
.content,
.page-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* ESTILOS PARA IGUALAR À HOMEPAGE - SEM EFEITO DE PAPEL */
body.page-template-customer-experience {
  background: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-height: 100vh !important;
}

.page-template-customer-experience .site-content {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.page-template-customer-experience,
.page-template-customer-experience .site,
.page-template-customer-experience .site-content {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.disciplines__content .subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
}

.discipline-group {
  margin-bottom: 40px;
}

.discipline-group h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #225c1c;
}

.desing-service .about .container .about__content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 240px 0;
}

.desing-service .about .container .about__content .text__large {
  font-size: 22px;
  max-width: 629px;
  line-height: 42px;
}

.discipline-group .list-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
  font-style: italic;
}

.service-title {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: #225c1c;
}

.discipline-group ul {
  list-style: none;
  padding: 0;
}

.discipline-group li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #555;
}

.discipline-group li:before {
  content: "•";
  color: #57ab4e;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 20px;
}

/* Ícones customizáveis */
.discipline-group li[data-icon="check"]:before {
  content: "✓";
  color: #57ab4e;
}

.discipline-group li[data-icon="arrow"]:before {
  content: "→";
  color: #225c1c;
}

.discipline-group li[data-icon="star"]:before {
  content: "★";
  color: #ffd700;
}

.discipline-group li[data-icon="plus"]:before {
  content: "+";
  color: #57ab4e;
  font-weight: bold;
}

.discipline-group li[data-icon="bullet"]:before {
  content: "•";
  color: #57ab4e;
}

.service-disciplines .call-action {
  text-align: center;
  margin-top: 60px;
}

/* Responsividade Mobile */
@media screen and (max-width: 768px) {
  .service-disciplines {
    padding: 60px 0;
  }

  .service-disciplines .container {
    padding: 0 15px;
  }

  .disciplines__content .subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .discipline-group {
    margin-bottom: 30px;
  }

  .discipline-group h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .discipline-group .list-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .service-title {
    font-size: 20px;
    margin: 15px 0 8px 0;
  }

  .discipline-group li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 25px;
  }

  .service-disciplines .call-action {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .service-disciplines {
    padding: 40px 0;
  }

  .disciplines__content .subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .discipline-group h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .discipline-group .list-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .service-title {
    font-size: 18px;
    margin: 12px 0 6px 0;
  }

  .discipline-group li {
    font-size: 15px;
    padding-left: 22px;
  }
}
