@font-face {
  font-family: "Campton";
  src: url("../../media/type/Campton-Light.woff2") format("woff2"), url("../../media/type/Campton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Campton Book";
  src: url("../../media/type/Campton-Book.woff2") format("woff2"), url("../../media/type/Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton";
  src: url("../../media/type/Campton-Medium.woff2") format("woff2"), url("../../media/type/Campton-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Campton";
  src: url("../../media/type/Campton-SemiBold.woff2") format("woff2"), url("../../media/type/Campton-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.u-showElement, .l-nav .c-hamburguer .c-hamburguer__hero .bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
}

.u-hideElement, .l-nav .c-hamburguer.is-active .c-hamburguer__hero .bar.bar_2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
}

.u-dnone, .d-none, .dnone {
  display: none !important;
}

.u-dblock, .d-block, .dblock {
  display: block !important;
}

.u-hideOpacity {
  opacity: 0;
}

.u-showOpacity {
  opacity: 1;
}

.u-overflowBlocked {
  overflow: hidden;
}

.u-overflowBlocked_y {
  overflow-y: hidden;
}

.u-overflowBlocked_x {
  overflow-x: hidden;
}

.u-container, .u-containerBig, .u-maxRow {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.u-containerBig, .u-container {
  padding: 0 15px;
}

.u-container {
  max-width: 1480px;
}

.u-containerBig {
  max-width: 1700px;
}

.u-maxRow {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  max-width: 2560px;
  right: 0;
  overflow-x: hidden;
}
.u-maxRow.nav__is-active {
  right: 300px;
}

.u-flexContainer, .u-containerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.u-flexContainer.cf--wrap, .u-containerFlex.cf--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flexContainer.cf--nowrap, .u-containerFlex.cf--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.u-fw100 {
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.u-fw80 {
  min-width: 80%;
  max-width: 80%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
}

.u-fw75 {
  min-width: 75%;
  max-width: 75%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}

.u-fw70 {
  min-width: 70%;
  max-width: 70%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

.u-fw66 {
  min-width: 66.6%;
  max-width: 66.6%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.6%;
          flex: 1 1 66.6%;
}

.u-fw60 {
  min-width: 60%;
  max-width: 60%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}

.u-fw50 {
  min-width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.u-fw40 {
  min-width: 40%;
  max-width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.u-fw33 {
  min-width: 33.3%;
  max-width: 33.3%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
}

.u-fw30 {
  min-width: 30%;
  max-width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.u-fw25 {
  min-width: 25%;
  max-width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.u-fw20 {
  min-width: 20%;
  max-width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

.u-fw15 {
  min-width: 15%;
  max-width: 15%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
}

.u-aspectRatio {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-aspectRatio > * {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.u-aspectRatio > img, .u-aspectRatio video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.u-aspectRatio--16-9 {
  padding-top: 56.25%;
}
.u-aspectRatio--4-3 {
  padding-top: 75%;
}
.u-aspectRatio--3-2 {
  padding-top: 66.66%;
}
.u-aspectRatio--1-1 {
  padding-top: 100%;
}
.u-aspectRatio--8-5 {
  padding-top: 62.5%;
}

.u-textWithCols {
  display: block;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.u-textWithCols--1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  max-width: 800px;
}
.u-textWithCols--2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.u-textWithCols--3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.u-textWithCols--4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

.mx-auto {
  margin: 0 auto;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-0 {
  padding: 0 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.text-center {
  text-align: center !important;
}

* {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
  font-family: "Campton", "Roboto", "Arial", "Calibri", sans-serif;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
*:-moz-selection {
  background-color: #e7e7e7;
}
*::-moz-selection {
  background-color: #e7e7e7;
}
*:-ms-selection {
  background-color: #e7e7e7;
}
*::-webkit-selection {
  background-color: #e7e7e7;
}
*::-moz-selection {
  background-color: #e7e7e7;
}
*::selection {
  background-color: #e7e7e7;
}

@-webkit-keyframes icon__scrollDown {
  0% {
    top: -80px;
  }
  100% {
    top: -40px;
  }
}
@keyframes icon__scrollDown {
  0% {
    top: -80px;
  }
  100% {
    top: -40px;
  }
}
body.browser-ie .u-maxRow {
  display: block;
}

.c-stsSend {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@-webkit-keyframes animationRotateLoader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes animationRotateLoader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.c-stsSend__feedback {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  padding: 20px;
}
.c-stsSend__feedback--error {
  background: #f05555;
}
.c-stsSend__feedback--error span {
  color: #ffffff;
}
.c-stsSend__feedback--loading, .c-stsSend__feedback--load {
  background: #eee;
}
.c-stsSend__feedback--loading span, .c-stsSend__feedback--load span {
  color: #606060;
}
.c-stsSend__feedback--loading i, .c-stsSend__feedback--load i {
  -webkit-animation-name: animationRotateLoader;
          animation-name: animationRotateLoader;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.c-stsSend__feedback--success {
  background: #1ca33d;
}
.c-stsSend__feedback--success span {
  color: #ffffff;
}
.c-stsSend__feedback i {
  min-width: 40px;
  max-width: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
  max-height: 40px;
}
.c-stsSend__feedback i svg {
  width: 40px;
  height: 40px;
}
.c-stsSend__feedback span {
  letter-spacing: 0.05 em;
  display: block;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.2;
}

.c-simpleForm {
  display: block;
}
.c-simpleForm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  left: -15px;
  width: expression(100% + 30px);
  width: -ms-calc(100% + 30px);
  width: calc(100% + 30px);
}
.c-simpleForm li {
  position: relative;
  display: block;
  padding: 15px;
}
.c-simpleForm li.liBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-simpleForm li.liBtn .field--hiddenValidate {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline;
  width: 0;
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.c-simpleForm li.liFile .inputText {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.c-simpleForm li.liFile .inputAttach {
  cursor: pointer;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 0;
  width: 100%;
  width: expression(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: calc(100% - 30px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.c-simpleForm li.liFile:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 26px;
  right: 35px;
  background: url(../../media/img/icons/icon_attach.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}
.c-simpleForm li.liSelect:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  content: "";
  width: 12px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 35px;
  right: 35px;
  background: url(../../media/img/assets/caret-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-simpleForm li.liSelect.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: cebter;
  transform-origin: cebter;
}
.c-simpleForm li.liCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-simpleForm li.liCheckbox label {
  margin-bottom: 0;
}
.c-simpleForm li.liCheckbox label a {
  color: #ff671f;
}
.c-simpleForm li.liCheckbox label a:hover {
  text-decoration: underline;
}
.c-simpleForm li.liCheckbox input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.c-simpleForm li.liCheckbox.bgPrimary label a {
  color: #ffffff;
  text-decoration: underline;
}
.c-simpleForm li.liCheckbox.bgPrimary label a:hover {
  text-decoration: none;
}
.c-simpleForm label, .c-simpleForm input, .c-simpleForm select, .c-simpleForm textarea, .c-simpleForm .listOfSelectedJobs {
  display: block;
  width: 100%;
}
.c-simpleForm input, .c-simpleForm select, .c-simpleForm textarea, .c-simpleForm .listOfSelectedJobs {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.c-simpleForm .listOfSelectedJobs span {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm .listOfSelectedJobs span:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm .listOfSelectedJobs span a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm .listOfSelectedJobs span a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm .listOfSelectedJobs span {
    font-size: 16px;
  }
  .c-simpleForm .listOfSelectedJobs span a {
    font-size: 16px;
  }
}
.c-simpleForm .listOfSelectedJobs span[data-codejob] {
  color: #606060;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm .listOfSelectedJobs span[data-codejob]:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm .listOfSelectedJobs span[data-codejob] a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm .listOfSelectedJobs span[data-codejob] a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm .listOfSelectedJobs span[data-codejob] {
    font-size: 16px;
  }
  .c-simpleForm .listOfSelectedJobs span[data-codejob] a {
    font-size: 16px;
  }
}
.c-simpleForm input, .c-simpleForm select, .c-simpleForm textarea {
  color: #606060;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.c-simpleForm input:last-of-type, .c-simpleForm select:last-of-type, .c-simpleForm textarea:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input a, .c-simpleForm select a, .c-simpleForm textarea a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input a:hover, .c-simpleForm select a:hover, .c-simpleForm textarea a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm input, .c-simpleForm select, .c-simpleForm textarea {
    font-size: 16px;
  }
  .c-simpleForm input a, .c-simpleForm select a, .c-simpleForm textarea a {
    font-size: 16px;
  }
}
.c-simpleForm input.placeholder, .c-simpleForm select.placeholder, .c-simpleForm textarea.placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input.placeholder:last-of-type, .c-simpleForm select.placeholder:last-of-type, .c-simpleForm textarea.placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input.placeholder a, .c-simpleForm select.placeholder a, .c-simpleForm textarea.placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input.placeholder a:hover, .c-simpleForm select.placeholder a:hover, .c-simpleForm textarea.placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm input.placeholder, .c-simpleForm select.placeholder, .c-simpleForm textarea.placeholder {
    font-size: 16px;
  }
  .c-simpleForm input.placeholder a, .c-simpleForm select.placeholder a, .c-simpleForm textarea.placeholder a {
    font-size: 16px;
  }
}
.c-simpleForm input:-moz-placeholder, .c-simpleForm select:-moz-placeholder, .c-simpleForm textarea:-moz-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input:-moz-placeholder:last-of-type, .c-simpleForm select:-moz-placeholder:last-of-type, .c-simpleForm textarea:-moz-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input:-moz-placeholder a, .c-simpleForm select:-moz-placeholder a, .c-simpleForm textarea:-moz-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input:-moz-placeholder a:hover, .c-simpleForm select:-moz-placeholder a:hover, .c-simpleForm textarea:-moz-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm input:-moz-placeholder, .c-simpleForm select:-moz-placeholder, .c-simpleForm textarea:-moz-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input:-moz-placeholder a, .c-simpleForm select:-moz-placeholder a, .c-simpleForm textarea:-moz-placeholder a {
    font-size: 16px;
  }
}
.c-simpleForm input::-moz-placeholder, .c-simpleForm select::-moz-placeholder, .c-simpleForm textarea::-moz-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input::-moz-placeholder:last-of-type, .c-simpleForm select::-moz-placeholder:last-of-type, .c-simpleForm textarea::-moz-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input::-moz-placeholder a, .c-simpleForm select::-moz-placeholder a, .c-simpleForm textarea::-moz-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input::-moz-placeholder a:hover, .c-simpleForm select::-moz-placeholder a:hover, .c-simpleForm textarea::-moz-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm input::-moz-placeholder, .c-simpleForm select::-moz-placeholder, .c-simpleForm textarea::-moz-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input::-moz-placeholder a, .c-simpleForm select::-moz-placeholder a, .c-simpleForm textarea::-moz-placeholder a {
    font-size: 16px;
  }
}
.c-simpleForm input:-ms-placeholder, .c-simpleForm select:-ms-placeholder, .c-simpleForm textarea:-ms-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input:-ms-placeholder:last-of-type, .c-simpleForm select:-ms-placeholder:last-of-type, .c-simpleForm textarea:-ms-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input:-ms-placeholder a, .c-simpleForm select:-ms-placeholder a, .c-simpleForm textarea:-ms-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input:-ms-placeholder a:hover, .c-simpleForm select:-ms-placeholder a:hover, .c-simpleForm textarea:-ms-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm input:-ms-placeholder, .c-simpleForm select:-ms-placeholder, .c-simpleForm textarea:-ms-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input:-ms-placeholder a, .c-simpleForm select:-ms-placeholder a, .c-simpleForm textarea:-ms-placeholder a {
    font-size: 16px;
  }
}
.c-simpleForm input::-webkit-placeholder, .c-simpleForm select::-webkit-placeholder, .c-simpleForm textarea::-webkit-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input::-webkit-placeholder:last-of-type, .c-simpleForm select::-webkit-placeholder:last-of-type, .c-simpleForm textarea::-webkit-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input::-webkit-placeholder a, .c-simpleForm select::-webkit-placeholder a, .c-simpleForm textarea::-webkit-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input::-webkit-placeholder a:hover, .c-simpleForm select::-webkit-placeholder a:hover, .c-simpleForm textarea::-webkit-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm input::-webkit-placeholder, .c-simpleForm select::-webkit-placeholder, .c-simpleForm textarea::-webkit-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input::-webkit-placeholder a, .c-simpleForm select::-webkit-placeholder a, .c-simpleForm textarea::-webkit-placeholder a {
    font-size: 16px;
  }
}
.c-simpleForm input::-webkit-input-placeholder, .c-simpleForm select::-webkit-input-placeholder, .c-simpleForm textarea::-webkit-input-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input::-moz-placeholder, .c-simpleForm select::-moz-placeholder, .c-simpleForm textarea::-moz-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input:-ms-input-placeholder, .c-simpleForm select:-ms-input-placeholder, .c-simpleForm textarea:-ms-input-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input::-ms-input-placeholder, .c-simpleForm select::-ms-input-placeholder, .c-simpleForm textarea::-ms-input-placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input::placeholder, .c-simpleForm select::placeholder, .c-simpleForm textarea::placeholder {
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-simpleForm input::-webkit-input-placeholder:last-of-type, .c-simpleForm select::-webkit-input-placeholder:last-of-type, .c-simpleForm textarea::-webkit-input-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input::-moz-placeholder:last-of-type, .c-simpleForm select::-moz-placeholder:last-of-type, .c-simpleForm textarea::-moz-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input:-ms-input-placeholder:last-of-type, .c-simpleForm select:-ms-input-placeholder:last-of-type, .c-simpleForm textarea:-ms-input-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input::-ms-input-placeholder:last-of-type, .c-simpleForm select::-ms-input-placeholder:last-of-type, .c-simpleForm textarea::-ms-input-placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input::placeholder:last-of-type, .c-simpleForm select::placeholder:last-of-type, .c-simpleForm textarea::placeholder:last-of-type {
  margin-bottom: 0;
}
.c-simpleForm input::-webkit-input-placeholder a, .c-simpleForm select::-webkit-input-placeholder a, .c-simpleForm textarea::-webkit-input-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input::-moz-placeholder a, .c-simpleForm select::-moz-placeholder a, .c-simpleForm textarea::-moz-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input:-ms-input-placeholder a, .c-simpleForm select:-ms-input-placeholder a, .c-simpleForm textarea:-ms-input-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input::-ms-input-placeholder a, .c-simpleForm select::-ms-input-placeholder a, .c-simpleForm textarea::-ms-input-placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input::placeholder a, .c-simpleForm select::placeholder a, .c-simpleForm textarea::placeholder a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-simpleForm input::-webkit-input-placeholder a:hover, .c-simpleForm select::-webkit-input-placeholder a:hover, .c-simpleForm textarea::-webkit-input-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
.c-simpleForm input::-moz-placeholder a:hover, .c-simpleForm select::-moz-placeholder a:hover, .c-simpleForm textarea::-moz-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
.c-simpleForm input:-ms-input-placeholder a:hover, .c-simpleForm select:-ms-input-placeholder a:hover, .c-simpleForm textarea:-ms-input-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
.c-simpleForm input::-ms-input-placeholder a:hover, .c-simpleForm select::-ms-input-placeholder a:hover, .c-simpleForm textarea::-ms-input-placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
.c-simpleForm input::placeholder a:hover, .c-simpleForm select::placeholder a:hover, .c-simpleForm textarea::placeholder a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-simpleForm input::-webkit-input-placeholder, .c-simpleForm select::-webkit-input-placeholder, .c-simpleForm textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input::-moz-placeholder, .c-simpleForm select::-moz-placeholder, .c-simpleForm textarea::-moz-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input:-ms-input-placeholder, .c-simpleForm select:-ms-input-placeholder, .c-simpleForm textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input::-ms-input-placeholder, .c-simpleForm select::-ms-input-placeholder, .c-simpleForm textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .c-simpleForm input::placeholder, .c-simpleForm select::placeholder, .c-simpleForm textarea::placeholder {
    font-size: 16px;
  }
  .c-simpleForm input::-webkit-input-placeholder a, .c-simpleForm select::-webkit-input-placeholder a, .c-simpleForm textarea::-webkit-input-placeholder a {
    font-size: 16px;
  }
  .c-simpleForm input::-moz-placeholder a, .c-simpleForm select::-moz-placeholder a, .c-simpleForm textarea::-moz-placeholder a {
    font-size: 16px;
  }
  .c-simpleForm input:-ms-input-placeholder a, .c-simpleForm select:-ms-input-placeholder a, .c-simpleForm textarea:-ms-input-placeholder a {
    font-size: 16px;
  }
  .c-simpleForm input::-ms-input-placeholder a, .c-simpleForm select::-ms-input-placeholder a, .c-simpleForm textarea::-ms-input-placeholder a {
    font-size: 16px;
  }
  .c-simpleForm input::placeholder a, .c-simpleForm select::placeholder a, .c-simpleForm textarea::placeholder a {
    font-size: 16px;
  }
}
.c-simpleForm input.error, .c-simpleForm select.error, .c-simpleForm textarea.error {
  border: 1px solid #f05555;
}
.c-simpleForm input:focus, .c-simpleForm select:focus, .c-simpleForm textarea:focus {
  background: #f3f3f5;
  border: 1px solid #ff671f;
}
.c-simpleForm input, .c-simpleForm select {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.c-simpleForm select:invalid {
  color: #868686;
}
.c-simpleForm textarea {
  padding: 15px 20px;
  line-height: 1.5;
  height: 100px;
  max-height: 200px;
  min-height: 100px;
  resize: vertical;
}
.c-simpleForm button {
  height: 44px;
  line-height: 44px;
  display: block;
  text-align: center;
  width: 100px;
  cursor: pointer;
}
.c-simpleForm label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.c-simpleForm label.error {
  font-size: 12px;
  color: #ce0101;
  bottom: -5px;
  left: 15px;
  position: absolute;
}

.c-btn {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  border-radius: 3px;
  display: inline-block;
  min-width: 150px;
  max-width: 240px;
  cursor: pointer;
  text-align: center;
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
}
.c-btn--orange {
  background: #ff671f;
  color: #ffffff;
}
.c-btn--orange:hover {
  background: #e6530e;
}
.c-btn--dark {
  background: #373a36;
  color: #ffffff;
}
.c-btn--dark:hover {
  background: #242723;
}
.c-btn--withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-btn--withIcon i {
  min-width: 25px;
  max-width: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25px;
          flex: 1 1 25px;
  height: 30px;
  display: block;
}
.c-btn--withIcon i svg {
  display: block;
  width: 25px;
  height: 30px;
}
.c-btn--withIcon span {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-left: 5px;
  line-height: 1;
}
.c-btn--disabled {
  cursor: not-allowed;
  background: #e7e7e7;
  color: #c5c5c5;
}

.c-cardProduto {
  border-radius: 3px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 25px 0;
  width: 100%;
  background: #ffffff;
  position: relative;
}
.c-cardProduto:after {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  content: "";
  display: block;
  width: 90%;
  height: 5px;
  background: #ff671f;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.c-cardProduto .c-cardProduto__iconMain {
  display: block;
  width: 90px;
  height: 60px;
  margin-right: 10px;
}
.c-cardProduto .c-cardProduto__iconMain svg {
  width: 90px;
  height: 60px;
  display: block;
}
.c-cardProduto .c-cardProduto__title {
  font-size: 18px;
  margin-left: 10px;
  display: block;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #ff671f;
}
.c-cardProduto:hover {
  -webkit-transform: scale(1.02) translateY(-5px);
  transform: scale(1.02) translateY(-5px);
  -webkit-transform-origin: center;
  transform-origin: center;
  background: #484a48;
}
.c-cardProduto:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
  bottom: -5px;
}
.c-cardProduto:hover .c-cardProduto__title {
  color: #ffffff;
}
.c-cardProduto:hover .c-readMoreLink span {
  color: #ffffff;
}
.c-cardProduto:hover .c-readMoreLink i {
  background: #ff671f;
}

.c-readMoreLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: auto;
  width: 100%;
}
.c-readMoreLink span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  letter-spacing: -0.01 em;
  font-size: 14px;
  font-weight: 600;
  color: #606060;
  text-transform: uppercase;
  display: block;
  padding-right: 5px;
}
.c-readMoreLink i {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  border-radius: 11px;
  background: #ff671f;
  display: block;
  position: relative;
  right: 0;
  width: 22px;
  height: 22px;
  padding-left: 5px;
}
.c-readMoreLink i svg {
  display: block;
  width: 12px;
  height: 22px;
}
.c-readMoreLink i svg path {
  fill: #ffffff;
}
.c-readMoreLink:hover span {
  color: #ff671f;
}
.c-readMoreLink:hover i {
  right: -5px;
  background: #e6530e;
}
.c-readMoreLink:hover i svg path {
  fill: #ffffff;
}

.c-tabListMenu {
  display: block;
}
.c-tabListMenu li {
  display: block;
  margin-bottom: 20px;
}
.c-tabListMenu li:last-of-type {
  margin-bottom: 0;
}
.c-tabListMenu li .c-tabListMenu__head {
  border-radius: 3px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  padding: 15px 20px;
  background: #f3f3f5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border: 1px solid #e4e6e9;
}
.c-tabListMenu li .c-tabListMenu__head h2 {
  color: #242723;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
  font-weight: 500;
  padding-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-tabListMenu li .c-tabListMenu__head h2:last-of-type {
  margin-bottom: 0;
}
.c-tabListMenu li .c-tabListMenu__head h2 a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-tabListMenu li .c-tabListMenu__head h2 a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-tabListMenu li .c-tabListMenu__head h2 {
    font-size: 16px;
  }
  .c-tabListMenu li .c-tabListMenu__head h2 a {
    font-size: 16px;
  }
}
.c-tabListMenu li .c-tabListMenu__head span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  will-change: transform;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20px;
          flex: 0 1 20px;
  width: 20px;
  height: 18px;
}
.c-tabListMenu li .c-tabListMenu__head span svg path {
  fill: #606060;
}
.c-tabListMenu li .c-tabListMenu__head:hover {
  background: #e4e6e9;
}
.c-tabListMenu li .c-tabListMenu__content {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #ff671f;
  padding: 0px 25px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 0;
}
.c-tabListMenu li .c-tabListMenu__content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.c-tabListMenu li .c-tabListMenu__content::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.c-tabListMenu li .c-tabListMenu__content::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border: 0;
  border-radius: 0px;
  height: 50px;
}
.c-tabListMenu li .c-tabListMenu__content::-webkit-scrollbar-track {
  background: #f3f3f5;
  border: 0;
  border-radius: 0px;
  height: 50px;
}
.c-tabListMenu li .c-tabListMenu__content h3 {
  letter-spacing: 0.1 em;
  font-weight: normal;
  color: #373a36;
  line-height: 1.4;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .c-tabListMenu li .c-tabListMenu__content h3 {
    font-size: 14px;
  }
}
.c-tabListMenu li .c-tabListMenu__content p {
  color: #606060;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-tabListMenu li .c-tabListMenu__content p:last-of-type {
  margin-bottom: 0;
}
.c-tabListMenu li .c-tabListMenu__content p a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-tabListMenu li .c-tabListMenu__content p a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-tabListMenu li .c-tabListMenu__content p {
    font-size: 16px;
  }
  .c-tabListMenu li .c-tabListMenu__content p a {
    font-size: 16px;
  }
}
.c-tabListMenu li .c-tabListMenu__content ol, .c-tabListMenu li .c-tabListMenu__content ul {
  margin-top: 20px;
}
.c-tabListMenu li .c-tabListMenu__content ol li {
  list-style-type: decimal;
}
.c-tabListMenu li .c-tabListMenu__content ul li {
  list-style-type: square;
}
.c-tabListMenu li .c-tabListMenu__content li {
  display: list-item;
  list-style-position: inside;
  font-weight: 600;
  color: #ff671f;
}
.c-tabListMenu li .c-tabListMenu__content li p {
  margin-bottom: 0;
  display: inline;
}
.c-tabListMenu li .c-tabListMenu__content li p:last-of-type {
  margin-bottom: 0;
}
.c-tabListMenu li.is-active .c-tabListMenu__head {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #ff671f;
  border: 1px solid #ff671f;
}
.c-tabListMenu li.is-active .c-tabListMenu__head:hover {
  background: #e6530e;
}
.c-tabListMenu li.is-active .c-tabListMenu__head h2 {
  color: #ffffff;
}
.c-tabListMenu li.is-active .c-tabListMenu__head span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.c-tabListMenu li.is-active .c-tabListMenu__head span svg path {
  fill: #ffffff;
}
.c-tabListMenu li.is-active .c-tabListMenu__content {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
  padding: 20px 25px;
  max-height: 1200px;
}

.c-listContact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.c-listContact li:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.c-listContact li i {
  min-width: 40px;
  max-width: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-listContact li i svg path {
  stroke: #373a36;
}
.c-listContact li div {
  padding-left: 10px;
}
.c-listContact li div span {
  display: block;
  width: 100%;
}
.c-listContact li div span.label {
  text-transform: uppercase;
  color: #373a36;
  font-size: 14px;
  font-weight: normal;
}
.c-listContact li div span.caption {
  color: #606060;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.c-listContact li div span.caption:last-of-type {
  margin-bottom: 0;
}
.c-listContact li div span.caption a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.c-listContact li div span.caption a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .c-listContact li div span.caption {
    font-size: 16px;
  }
  .c-listContact li div span.caption a {
    font-size: 16px;
  }
}
.c-listContact .imgPartner img {
  max-width: 300px;
  height: auto;
}

.m_whatsApp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 60px;
  z-index: 12;
}
.m_whatsApp__icon {
  border-radius: 50%;
  min-width: 60px;
  max-width: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60px;
          flex: 1 1 60px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background: #25d366;
  background: radial-gradient(circle, #25d366 0%, #1eb456 100%);
  -webkit-box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.2);
  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;
  z-index: 2;
  height: 60px;
  cursor: pointer;
  -webkit-animation: pulse-green 2s infinite;
          animation: pulse-green 2s infinite;
}
@-webkit-keyframes pulse-green {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(30, 180, 86, 0.7);
            box-shadow: 0 0 0 0 rgba(30, 180, 86, 0.7);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(30, 180, 86, 0);
            box-shadow: 0 0 0 10px rgba(30, 180, 86, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(30, 180, 86, 0);
            box-shadow: 0 0 0 0 rgba(30, 180, 86, 0);
  }
}
@keyframes pulse-green {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(30, 180, 86, 0.7);
            box-shadow: 0 0 0 0 rgba(30, 180, 86, 0.7);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(30, 180, 86, 0);
            box-shadow: 0 0 0 10px rgba(30, 180, 86, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(30, 180, 86, 0);
            box-shadow: 0 0 0 0 rgba(30, 180, 86, 0);
  }
}
.m_whatsApp__icon svg {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 30px;
  height: 28px;
  display: block;
}
.m_whatsApp__icon svg path {
  fill: #ffffff !important;
}
.m_whatsApp__icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.m_whatsApp__infos {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
}
.m_whatsApp__infos div {
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
  width: 100%;
  max-height: 24px;
}
.m_whatsApp__infos span {
  position: relative;
  right: -60px;
  display: inline-block;
  font-weight: 700;
  padding: 0 40px 0 15px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
}
.m_whatsApp__infos span.wppCaption {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background: #f3f3f5;
  color: #1eb456;
  font-size: 13px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}
.m_whatsApp__infos span.wppNumber {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  background: #ffffff;
  color: #1eb456;
  font-size: 14px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.m_whatsApp:hover {
  max-width: 480px;
}
.m_whatsApp:hover .m_whatsApp__infos {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
}
.m_whatsApp:hover .m_whatsApp__infos span {
  right: -25px;
}
.m_whatsApp:hover .m_whatsApp__icon svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.l-nav {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  display: block;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 50px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 100;
}
.l-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-nav__brand {
  min-width: 150px;
  max-width: 150px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  display: block;
}
.l-nav__brand a, .l-nav__brand img {
  display: block;
  width: 100%;
}
.l-nav__contentHero {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.l-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid #484a48;
  padding-right: 10px;
}
.l-nav__menu > li {
  display: block;
  position: relative;
}
.l-nav__menu > li a {
  letter-spacing: 0.04 em;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
  padding: 0 20px;
}
.l-nav__menu > li a:hover {
  color: #ff671f;
}
.l-nav__cta {
  margin-left: 30px;
  margin-right: 30px;
}
.l-nav__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.l-nav__phone a i {
  min-width: 26px;
  max-width: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 26px;
          flex: 1 1 26px;
  height: 26px;
  display: block;
}
.l-nav__phone a i svg {
  display: block;
  width: 26px;
  height: 26px;
}
.l-nav__phone a i svg path {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.l-nav__phone a span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  letter-spacing: 0.1 em;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  padding-left: 8px;
  line-height: 1;
}
.l-nav__phone a:hover span {
  color: #ff671f;
}
.l-nav__phone a:hover i svg path {
  fill: #ff671f;
}
.l-nav__maskMenu {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.l-nav__maskMenu.is-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
}
.l-nav .c-hamburguer {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 4;
}
.l-nav .c-hamburguer .c-hamburguer__hero {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  cursor: pointer;
  display: block;
  height: 26px;
  position: relative;
  width: 30px;
}
.l-nav .c-hamburguer .c-hamburguer__hero .bar {
  border-radius: 1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background: #e4e6e9;
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.l-nav .c-hamburguer .c-hamburguer__hero .bar.bar_1 {
  top: 0;
  left: 0;
}
.l-nav .c-hamburguer .c-hamburguer__hero .bar.bar_2 {
  top: 12px;
  left: 0;
}
.l-nav .c-hamburguer .c-hamburguer__hero .bar.bar_3 {
  top: 24px;
  left: 0;
}
.l-nav .c-hamburguer.is-active {
  background: #ff8b54;
  top: -10px;
  right: 15px;
  border-radius: 20px;
}
.l-nav .c-hamburguer.is-active .c-hamburguer__hero {
  -webkit-transform: rotate(180deg) scale(0.7);
  transform: rotate(180deg) scale(0.7);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.l-nav .c-hamburguer.is-active .c-hamburguer__hero .bar {
  background: #ffffff;
}
.l-nav .c-hamburguer.is-active .c-hamburguer__hero .bar.bar_1 {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.l-nav .c-hamburguer.is-active .c-hamburguer__hero .bar.bar_3 {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.l-nav.hidden {
  top: -300px;
}
.l-nav.scrolled {
  background: #242723;
  padding: 15px 0;
}
.l-nav.scrolled .c-hamburguer.is-active {
  top: 50%;
}

.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 100%;
  min-width: 300px;
  position: absolute;
  z-index: 2;
  top: 78px;
  left: 50%;
  background: #242723;
  padding: 0;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #373a36;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li:last-of-type,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li:last-of-type {
  border-bottom: 0;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.is-disabled,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.is-disabled {
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  -o-opacity: 0.35;
  opacity: 0.35;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.is-disabled a,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.is-disabled a {
  cursor: not-allowed;
  pointer-events: none;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.is-disabled a:hover,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.is-disabled a:hover {
  background-color: transparent;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu:after,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInRight a,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInRight a {
  padding-right: 35px;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInRight:after,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInRight:after {
  background: url(../../media/img/assets/caret-right.svg);
  right: 20px;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft a,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft a {
  padding-left: 35px;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft:after,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft:after {
  background: url(../../media/img/assets/caret-left.svg);
  left: 20px;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
  font-weight: normal;
  padding: 15px 20px;
  display: block;
  position: static;
  z-index: 2;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a:last-of-type,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a:last-of-type {
  margin-bottom: 0;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a a,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a a {
  color: #ff671f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a a:hover,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a {
    font-size: 14px;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a a,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a a {
    font-size: 14px;
  }
}
.l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a:hover,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a:hover {
  background: #ff671f;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu.is-active .firstSubMenu,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu.is-active .firstSubMenu {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
  top: 50px;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  background: #f3f3f5;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu--openInLeft {
  right: 0%;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu--openInRight {
  left: 0%;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu li:last-of-type {
  border-bottom: 1px solid #e4e6e9;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu a {
  background: transparent;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu a:hover {
  background: #373a36;
  color: #ffffff;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu.is-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu.is-active.secondSubMenu--openInLeft {
  right: 100%;
}
.l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu.is-active.secondSubMenu--openInRight {
  left: 100%;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu > a,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu > a {
  cursor: pointer;
}
.l-nav--withSubMenus .liWithOneLevelSubMenu > a.is-active,
.l-nav--withSubMenus .liWithTwoLevelsSubMenu > a.is-active {
  background: #e7e7e7;
}

@media screen and (max-width: 1270px) {
  .l-nav__contentHero {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    display: block;
    background: #ff671f;
    height: 100vh;
    overflow: auto;
    position: fixed;
    right: -300px;
    top: 0;
    width: 280px;
    max-width: 100%;
    padding-bottom: 50px;
    padding-top: 80px;
  }
  .l-nav__contentHero.is-active {
    right: 0;
  }
  .l-nav__menu {
    border-top: 1px solid #ff8b54;
    border-bottom: 1px solid #ff8b54;
    border-right: 0;
    padding: 10px 0;
    background: #ff671f;
  }
  .l-nav__menu > li, .l-nav__menu > li a {
    width: 100%;
    display: block;
    text-align: right;
  }
  .l-nav__menu > li a {
    padding: 10px 20px;
  }
  .l-nav__menu > li a:hover {
    color: #373a36;
  }
  .l-nav__social {
    padding: 0 20px;
    margin-top: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-nav__cta, .l-nav__phone {
    margin: 0;
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-nav__cta a, .l-nav__phone a {
    max-width: 200px;
    background: #373a36;
  }
  .l-nav__phone {
    padding: 0 20px;
    margin-top: 20px;
  }
  .l-nav__phone a {
    max-width: inherit;
    background-color: transparent;
  }
  .l-nav__phone a:hover span {
    color: #373a36;
  }
  .l-nav__phone a:hover i svg path {
    fill: #373a36;
  }
  .l-nav .c-hamburguer {
    display: block;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    border-top: 1px solid #ff8b54;
    border-bottom: 1px solid #ff8b54;
    background: #fc6219;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    max-height: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu:before,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu:before {
    display: none;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li {
    border-bottom: 0;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu:after,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInRight a,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInRight a {
    padding-right: 40px;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInRight:after,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInRight:after {
    -webkit-transform: rotate(90deg) translateX(50%);
    transform: rotate(90deg) translateX(50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 13px;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft a,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft a {
    padding-left: 40px;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft:after,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu li.openSecondSubMenu--openInLeft:after {
    -webkit-transform: rotate(270deg) translateX(-50%);
    transform: rotate(270deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 13px;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a {
    letter-spacing: 0 em;
    background-color: transparent;
    font-size: 14px;
    padding: 10px 20px;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu .firstSubMenu a:hover,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .firstSubMenu a:hover {
    background: #e6530e;
  }
  .l-nav--withSubMenus .liWithOneLevelSubMenu.is-active .firstSubMenu,
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu.is-active .firstSubMenu {
    top: 0;
    max-height: 2000px;
  }
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu {
    position: relative;
    top: 0;
    overflow: hidden;
    max-height: 0px;
    background: #e7e7e7;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 0;
  }
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu li:last-of-type {
    border-bottom: 0;
  }
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu--openInLeft {
    left: 0;
    right: 0;
  }
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu--openInRight {
    left: 0;
    right: 0;
  }
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu.is-active {
    max-height: 2000px;
    top: 0;
  }
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu.is-active.secondSubMenu--openInLeft {
    left: 0;
    right: 0;
  }
  .l-nav--withSubMenus .liWithTwoLevelsSubMenu .secondSubMenu.is-active.secondSubMenu--openInRight {
    left: 0;
    right: 0;
  }
}
#w_ieDetect {
  position: fixed;
  display: block !important;
  padding: 15px 15px;
  bottom: -500px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  border-radius: 5px;
}
#w_ieDetect.is-visible {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}
#w_ieDetect.is-fixed {
  bottom: 20px;
}
#w_ieDetect.is-fixed .w_ieDetect__listBrowsers, #w_ieDetect.is-fixed .w_ieDetect__unlockSite, #w_ieDetect.is-fixed p {
  display: none;
}
#w_ieDetect.is-fixed:hover p, #w_ieDetect.is-fixed:hover .w_ieDetect__unlockSite {
  display: block;
}
#w_ieDetect.is-fixed:hover .w_ieDetect__listBrowsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#w_ieDetect i {
  display: block;
  margin: 0 auto;
}
#w_ieDetect svg {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
#w_ieDetect p {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
#w_ieDetect p strong {
  font-weight: bold;
}
#w_ieDetect .w_ieDetect__listBrowsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#w_ieDetect .w_ieDetect__listBrowsers a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: expression(50% - 4px);
  max-width: -ms-calc(50% - 4px);
  max-width: calc(50% - 4px);
  margin: 4px 0;
  cursor: pointer;
  color: #222;
  display: block;
  border-radius: 5px;
  padding: 10px 0px;
  background: #ededed;
  font-size: 14px;
  line-height: 1;
  float: left;
  text-align: center;
}
#w_ieDetect .w_ieDetect__listBrowsers a:hover {
  background: #1ca33d;
  color: #fff;
}
#w_ieDetect .w_ieDetect__listBrowsers a strong {
  font-weight: bold;
}
#w_ieDetect .w_ieDetect__unlockSite {
  display: block;
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 14px;
  line-height: 1.2;
  margin: 15px auto 0 auto;
  padding-top: 15px;
  max-width: 260px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
#w_ieDetect .w_ieDetect__unlockSite:hover {
  text-decoration: underline;
  color: #4c4c4c;
}

#w_ieDetect__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: none;
  background: rgba(40, 40, 40, 0);
  z-index: 99;
}
#w_ieDetect__mask.is-visible {
  display: block;
  background: rgba(40, 40, 40, 0.9);
}

.wppLink {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 60px;
  z-index: 12;
}
.wppLink__roundedIcon {
  border-radius: 50%;
  min-width: 60px;
  max-width: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60px;
          flex: 1 1 60px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background: #25d366;
  background: radial-gradient(circle, #25d366 0%, #1eb456 100%);
  -webkit-box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 29px -3px rgba(0, 0, 0, 0.2);
  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;
  z-index: 2;
  height: 60px;
  cursor: pointer;
}
.wppLink__roundedIcon svg {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 30px;
  height: 28px;
  display: block;
}
.wppLink__roundedIcon svg path {
  fill: #ffffff !important;
}
.wppLink__roundedIcon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.wppLink__infos {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
}
.wppLink__infos div {
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
  width: 100%;
  max-height: 24px;
}
.wppLink__infos span {
  position: relative;
  right: -60px;
  display: inline-block;
  font-weight: 700;
  padding: 0 40px 0 15px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
}
.wppLink__infos span.wppCaption {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background: #e4e6e9;
  color: #1eb456;
  font-size: 13px;
  letter-spacing: 0.02 em;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}
.wppLink__infos span.wppNumber {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  background: #ffffff;
  color: #1eb456;
  font-size: 14px;
  letter-spacing: 0 em;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.wppLink--hideNumber .wppLink__infos div {
  max-height: 40px;
}
.wppLink--hideNumber .wppLink__infos div span {
  height: 40px;
  line-height: 40px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wppLink--hideNumber .wppLink__infos div:last-of-type {
  display: none;
}
.wppLink--hideCaption .wppLink__infos div {
  max-height: 40px;
}
.wppLink--hideCaption .wppLink__infos div span {
  height: 40px;
  line-height: 40px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wppLink--hideCaption .wppLink__infos div:first-of-type {
  display: none;
}
.wppLink--onlyIcon .wppLink__infos {
  display: none;
}
.wppLink:hover {
  max-width: 480px;
}
.wppLink:hover .wppLink__infos {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
}
.wppLink:hover .wppLink__infos span {
  right: -25px;
}
.wppLink:hover .wppLink__roundedIcon svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.wppLink .wppLink__form {
  border-radius: 5px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  background: #ffffff;
  border: #e4e6e9;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 480px;
}
.wppLink .wppLink__form:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #e4e6e9 transparent transparent transparent;
}
.wppLink .wppLink__form.is-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
  bottom: 75px;
}
.wppLink .wppLink__form .wppLink__close {
  border-radius: 5px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #e4e6e9;
  color: #606060;
  z-index: 11;
  cursor: pointer;
}
.wppLink .wppLink__form li.liBtn input {
  width: 0;
  position: absolute;
  left: 0;
}
.wppLink .wppLink__form .c-btn {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  background: #25d366;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  max-width: 100%;
  width: 200px;
}
.wppLink .wppLink__form .c-btn:hover {
  background: #1eb456;
}

@media screen and (max-width: 520px) {
  .wppLink .wppLink__form {
    width: 290px;
    padding: 0 15px 15px 15px;
  }
  .wppLink li {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.u-maxRow .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 5;
}
.u-maxRow .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  width: 30px;
  height: 6px;
  margin-right: 10px;
  margin-left: 0;
  padding: 0;
  background: #ffffff;
}
.u-maxRow .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.u-maxRow .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  background: #ff671f;
}

.s-gridSolutions h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #c5c5c5;
  font-weight: 600;
  letter-spacing: 0.1 em;
  margin-bottom: 10px;
}
.s-gridSolutions ul {
  position: relative;
  left: -10px;
  width: expression(100% + 20px);
  width: -ms-calc(100% + 20px);
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-gridSolutions ul li {
  min-width: 33.3%;
  max-width: 33.3%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  padding: 10px;
}

.s-featuredVideo {
  padding: 120px 0;
}
.s-featuredVideo .u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.s-featuredVideo__video {
  min-width: 55%;
  max-width: 55%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
}
.s-featuredVideo__caption {
  padding-left: 30px;
}
.s-featuredVideo p {
  color: #606060;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
  margin-top: 18px;
}
.s-featuredVideo p:last-of-type {
  margin-bottom: 0;
}
.s-featuredVideo p a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.s-featuredVideo p a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .s-featuredVideo p {
    font-size: 16px;
  }
  .s-featuredVideo p a {
    font-size: 16px;
  }
}
.s-featuredVideo h2 {
  color: #373a36;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .s-featuredVideo h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .s-featuredVideo h2 {
    font-size: 22px;
  }
}
.s-featuredVideo a {
  margin-top: 20px;
}

.s-callToSolutions {
  background: #f3f3f5;
  padding: 120px 0;
}
.s-callToSolutions h2 {
  color: #ff671f;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .s-callToSolutions h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .s-callToSolutions h2 {
    font-size: 22px;
  }
}
.s-callToSolutions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  position: relative;
  left: -10px;
  width: expression(100% + 20px);
  width: -ms-calc(100% + 20px);
  width: calc(100% + 20px);
}
.s-callToSolutions ul li {
  padding: 10px;
  min-width: 25%;
  max-width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.s-contactCall {
  background: url(../../media/img/content/bg_section_contactCall.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0;
}
.s-contactCall .u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-contactCall__intro {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 600px;
}
.s-contactCall__intro p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 18px;
  font-weight: 300;
}
.s-contactCall__intro p:last-of-type {
  margin-bottom: 0;
}
.s-contactCall__intro p a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.s-contactCall__intro p a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .s-contactCall__intro p {
    font-size: 16px;
  }
  .s-contactCall__intro p a {
    font-size: 16px;
  }
}
.s-contactCall__intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.s-contactCall__intro ul li i {
  min-width: 40px;
  max-width: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
}
.s-contactCall__intro ul li div, .s-contactCall__intro ul li address {
  font-style: normal;
  padding-left: 10px;
  padding-top: 6px;
}
.s-contactCall__intro ul li strong, .s-contactCall__intro ul li span, .s-contactCall__intro ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
  display: block;
  width: 100%;
}
.s-contactCall__intro ul li strong:last-of-type, .s-contactCall__intro ul li span:last-of-type, .s-contactCall__intro ul li a:last-of-type {
  margin-bottom: 0;
}
.s-contactCall__intro ul li strong a, .s-contactCall__intro ul li span a, .s-contactCall__intro ul li a a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.s-contactCall__intro ul li strong a:hover, .s-contactCall__intro ul li span a:hover, .s-contactCall__intro ul li a a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .s-contactCall__intro ul li strong, .s-contactCall__intro ul li span, .s-contactCall__intro ul li a {
    font-size: 16px;
  }
  .s-contactCall__intro ul li strong a, .s-contactCall__intro ul li span a, .s-contactCall__intro ul li a a {
    font-size: 16px;
  }
}
.s-contactCall__intro ul li strong {
  font-weight: 600;
}
.s-contactCall__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 630px;
}
.s-contactCall__form label {
  color: #ffffff;
}
.s-contactCall__form textarea {
  max-height: 500px;
}
.s-contactCall h3 {
  letter-spacing: 0.1 em;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .s-contactCall h3 {
    font-size: 14px;
  }
}
.s-contactCall h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin: 20px 0 25px 0;
}
@media screen and (max-width: 1400px) {
  .s-contactCall h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .s-contactCall h2 {
    font-size: 22px;
  }
}

.l-footer {
  padding: 120px 0 0 0;
  background: #242723;
  background: url(../../media/img/assets/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.l-footer .u-containerBig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__brand {
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 100px;
}
.l-footer__brand a {
  max-width: 150px;
  display: block;
}
.l-footer__brand a img {
  display: block;
  width: 100%;
}
.l-footer__contactInfos {
  min-width: 35%;
  max-width: 35%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  padding-top: 15px;
}
.l-footer__contactInfos li i svg path {
  stroke: #ff671f;
}
.l-footer__contactInfos li div span.label {
  color: #ff671f;
}
.l-footer__contactInfos li div span.caption {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.l-footer__contactInfos li div span.caption:last-of-type {
  margin-bottom: 0;
}
.l-footer__contactInfos li div span.caption a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.l-footer__contactInfos li div span.caption a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .l-footer__contactInfos li div span.caption {
    font-size: 16px;
  }
  .l-footer__contactInfos li div span.caption a {
    font-size: 16px;
  }
}
.l-footer__contactInfos .sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__contactInfos .sociais a i svg path {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  fill: #ff671f;
}
.l-footer__contactInfos .sociais a:hover path {
  fill: #ffffff;
}
.l-footer__menu {
  min-width: 65%;
  max-width: 65%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__menu > li {
  min-width: 25%;
  max-width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
.l-footer__menu > li.solucoesList {
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
}
.l-footer__menu .solucoesList__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.l-footer__menu .solucoesList__title .label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-right: 15px;
  color: #ff671f;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.45;
}
.l-footer__menu .solucoesList__title .label:last-of-type {
  margin-bottom: 0;
}
.l-footer__menu .solucoesList__title .label a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.l-footer__menu .solucoesList__title .label a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .l-footer__menu .solucoesList__title .label {
    font-size: 16px;
  }
  .l-footer__menu .solucoesList__title .label a {
    font-size: 16px;
  }
}
.l-footer__menu .solucoesList__title .bar {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: rgba(255, 255, 255, 0.25);
  height: 1px;
}
.l-footer__menu .is-disabled {
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  -o-opacity: 0.35;
  opacity: 0.35;
}
.l-footer__menu .is-disabled a {
  cursor: not-allowed;
}
.l-footer__menu .is-disabled a:hover {
  background-color: transparent;
}
.l-footer__menu .solucoesList__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__menu .solucoesList__menu > li {
  min-width: 33.3%;
  max-width: 33.3%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
}
.l-footer__menu .solucoesList__menu > li.is-disabled {
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  -o-opacity: 0.35;
  opacity: 0.35;
}
.l-footer__menu .solucoesList__menu > li.is-disabled a {
  cursor: not-allowed;
}
.l-footer__menu .solucoesList__menu > li.is-disabled a:hover {
  background-color: transparent;
}
.l-footer__menu a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
  border-radius: 4px;
  display: block;
  padding: 10px;
  background-color: transparent;
}
.l-footer__menu a:last-of-type {
  margin-bottom: 0;
}
.l-footer__menu a a {
  color: #ff671f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.l-footer__menu a a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .l-footer__menu a {
    font-size: 16px;
  }
  .l-footer__menu a a {
    font-size: 16px;
  }
}
.l-footer__menu a:hover {
  color: #ff671f;
  background: rgba(0, 0, 0, 0.5);
}
.l-footer__copyright {
  min-width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px 0;
  margin-top: 100px;
  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;
}
.l-footer__copyright span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.l-footer__copyright span:last-of-type {
  margin-bottom: 0;
}
.l-footer__copyright span a {
  color: #ff671f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.l-footer__copyright span a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .l-footer__copyright span {
    font-size: 12px;
  }
  .l-footer__copyright span a {
    font-size: 12px;
  }
}
.l-footer__copyright a {
  color: #ff671f;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.45;
}
.l-footer__copyright a:last-of-type {
  margin-bottom: 0;
}
.l-footer__copyright a a {
  color: #ff671f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.45;
}
.l-footer__copyright a a:hover {
  text-decoration: underline;
  color: #373a36;
}
@media screen and (max-width: 500px) {
  .l-footer__copyright a {
    font-size: 12px;
  }
  .l-footer__copyright a a {
    font-size: 12px;
  }
}
.l-footer__copyright a:hover {
  text-decoration: underline;
}

.boxImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.boxImage figure {
  min-width: 46%;
  max-width: 46%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
          flex: 1 1 46%;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.boxImage figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxImage div {
  padding: 90px;
}
.boxImage div h2, .boxImage div p {
  margin-bottom: 20px;
}
.boxImage div h2 {
  font-size: 32px;
}
.boxImage div p {
  color: #606060;
  font-weight: 300;
  line-height: 1.45;
  font-size: 18px;
}

.s-contactCall__intro.onlyColumn {
  max-width: 100%;
}
.s-contactCall__intro.onlyColumn .s-contactCall__form {
  max-width: 100%;
}
.s-contactCall__intro.onlyColumn .s-contactCall__form li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-contactCall__intro.onlyColumn .s-contactCall__form li.liCheckbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.s-contactCall__intro.onlyColumn .s-contactCall__form li.liCheckbox a {
  display: inline;
  font-size: 16px;
  font-weight: bold;
}

#piperun-whatsapp-accept-checkbox, .piperun-whatsapp-accept-checkbox, .piperun-whatsapp-accept-checkbox#piperun-whatsapp-accept-checkbox {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  width: 15px !important;
  height: 15px !important;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  position: relative;
}

#page__home .c-video .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
#page__home .c-video .video iframe,
#page__home .c-video .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page__home .c-video .video .playVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page__home .c-video .video .playVideo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page__home .s-casesSucesso {
  padding: 120px 0;
}
#page__home .s-casesSucesso .u-container h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 43px;
  color: #ff671f;
}
#page__home .s-casesSucesso .u-container ul {
  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;
  margin: 0 -15px;
}
#page__home .s-casesSucesso .u-container ul li {
  width: calc(20% - 30px);
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f5;
  border-radius: 3px;
  padding: 15px;
  height: 160px;
  max-height: 100%;
}
#page__home .s-casesSucesso .u-container ul li figure img {
  display: block;
  max-width: 160px;
  width: 100%;
  height: auto;
}
#page__home .s-testemonials {
  background: #f3f3f5;
  padding: 120px 0;
  padding-bottom: 150px;
  overflow: hidden;
}
#page__home .s-testemonials .u-container h2 {
  margin-bottom: 80px;
  font-size: 43px;
  text-align: center;
  color: #ff671f;
}
#page__home .s-testemonials .u-container .s-testemonials__slide {
  position: relative;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 800px;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .text {
  padding: 30px;
  width: 70%;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .text .name {
  color: #606060;
  font-size: 22px;
  margin-bottom: 10px;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .text .cargoEempresa {
  font-size: 16px;
  color: #606060;
  line-height: 1.1;
  margin-bottom: 10px;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .text .cargoEempresa strong {
  font-size: 16px;
  color: #ff671f;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .text p {
  font-size: 16px;
  color: #606060;
  font-weight: 300;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .img {
  width: 30%;
  background: #ff671f;
  height: 100%;
  overflow: hidden;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .img figure {
  width: 100%;
  height: 100%;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#page__home .s-testemonials .u-container .swiper-pagination {
  bottom: -50px;
  text-align: center;
}
#page__home .s-testemonials .u-container .swiper-pagination-bullet {
  background: #000;
}
#page__home .s-testemonials .u-container .swiper-pagination-bullet-active {
  background: #ff671f;
}

.l-headerHome {
  background: #373a36;
  background: url(../../media/img/assets/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  display: block;
}
.l-headerHome .u-containerBig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100vh;
  max-height: 900px;
  min-height: 800px;
  padding: 150px 15px 100px 15px;
}
.l-headerHome__swiper {
  min-width: 35%;
  max-width: 35%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  overflow: hidden;
  position: relative;
}
.l-headerHome__swiper .swiper-slide {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
}
.l-headerHome__swiper .swiper-slide.swiper-slide-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: visible;
}
.l-headerHome__swiper .swiper-pagination {
  margin-top: 20px;
}
.l-headerHome__swiper h3 {
  letter-spacing: 0.1 em;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .l-headerHome__swiper h3 {
    font-size: 14px;
  }
}
.l-headerHome__swiper h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin: 20px 0 25px 0;
}
@media screen and (max-width: 1400px) {
  .l-headerHome__swiper h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .l-headerHome__swiper h2 {
    font-size: 22px;
  }
}
.l-headerHome__gridSolutions {
  min-width: 65%;
  max-width: 65%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  padding-left: 90px;
}

.l-headerHome__video {
  background: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  min-height: 800px;
}
.l-headerHome__video video {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
}
.l-headerHome__video .u-containerBig {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-headerHome__video .btn-scroll {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.l-headerHome__video .btn-scroll:hover svg path.txt {
  fill: #ff671f !important;
}
.l-headerHome__video .btn-scroll:hover svg path.mouse {
  stroke: #ff671f !important;
}
.l-headerHome__video .solution-description {
  display: none;
}
.l-headerHome__video .solution-description i {
  display: block;
  width: 90px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.l-headerHome__video .solution-description i svg {
  width: auto;
  height: 60px;
  display: block;
}
.l-headerHome__video .solution-description.active {
  display: block;
}
.l-headerHome__video p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.l-headerHome__video h2 {
  color: #ff671f;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
  .l-headerHome__video h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .l-headerHome__video h2 {
    font-size: 22px;
  }
}
.l-headerHome__video .circleSolutions {
  min-width: 65%;
  max-width: 65%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  padding-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-headerHome__video .circleSolutions svg {
  max-width: 620px;
  height: auto;
}
.l-headerHome__video .circleSolutions .solucao .icon path {
  fill: #ff671f;
}
.l-headerHome__video .circleSolutions .solucao .fundo {
  cursor: pointer;
  fill: #ffffff;
}
.l-headerHome__video .circleSolutions .solucao.active .icon path {
  fill: #ffe4d8;
}
.l-headerHome__video .circleSolutions .solucao.active .fundo {
  fill: #ff671f;
}
.l-headerHome__video .circleSolutions .solucao:hover .icon path {
  fill: #fff;
}
.l-headerHome__video .circleSolutions .solucao:hover .fundo {
  fill: #4c4c4c;
}

@media screen and (max-width: 600px) {
  .l-headerHome__video {
    max-height: none;
    height: 100%;
  }
  .l-headerHome__video video {
    z-index: 1;
    position: absolute;
  }
  .l-headerHome__video .u-containerBig {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-headerHome__video .circleSolutions {
    margin-top: 50px;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
  }
  .l-headerHome__video p {
    font-size: 18px;
  }
}
.escolher-a-box {
  padding: 100px 0;
  background-color: #f3f3f5;
}
.escolher-a-box h2 {
  text-align: center;
  font-size: 43px;
  margin-bottom: 50px;
  color: #ff671f;
}
.escolher-a-box .itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
.escolher-a-box .itens div {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.escolher-a-box .itens div p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .escolher-a-box .itens {
    gap: 50px;
  }
}
@media screen and (max-width: 450px) {
  .escolher-a-box .itens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .escolher-a-box .itens div {
    gap: 10px;
  }
}
.solucoesDirecionadas {
  background: #f3f3f5;
  padding: 120px 0;
}
.solucoesDirecionadas .u-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solucoesDirecionadas .u-container h2 {
  margin-bottom: 30px;
  font-size: 32px;
}
.solucoesDirecionadas .u-container h2,
.solucoesDirecionadas .u-container p {
  color: #606060;
  text-align: center;
}
.solucoesDirecionadas .u-container p {
  font-weight: 300;
  line-height: 1.45;
  font-size: 18px;
  margin-bottom: 20px;
}
.solucoesDirecionadas .u-container p:last-child {
  margin-bottom: 0;
}
.solucoesDirecionadas .u-container .c-btn {
  max-width: 300px;
  min-width: 300px;
  margin-top: 25px;
}

@media screen and (max-width: 1400px) {
  .l-headerHome {
    background-size: cover;
    background-position: top right;
  }
  .l-headerHome .u-containerBig {
    min-height: 720px;
    padding-bottom: 50px;
  }
  .l-headerHome .c-cardProduto {
    padding: 25px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-headerHome .c-cardProduto__iconMain {
    height: 45px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l-headerHome .c-cardProduto__iconMain svg {
    height: 45px;
  }
  .l-headerHome .c-cardProduto__title {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1370px) {
  .l-headerHome .u-containerBig {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 970px;
    padding-top: 200px;
    padding-bottom: 100px;
    height: auto;
    min-height: inherit;
    max-height: inherit;
  }
  .l-headerHome__swiper {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 110px;
  }
  .l-headerHome__swiper h2, .l-headerHome__swiper h3 {
    text-align: center;
    padding: 0 20px;
  }
  .l-headerHome__swiper h3 {
    color: #ff671f;
  }
  .l-headerHome__swiper .c-btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 220px;
  }
  .l-headerHome__swiper .swiper-pagination {
    text-align: center;
  }
  .l-headerHome__gridSolutions {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
    position: relative;
  }
  .l-headerHome__gridSolutions:before {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-animation-name: icon__scrollDown;
            animation-name: icon__scrollDown;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .l-headerHome__gridSolutions h4 {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  #page__home .s-casesSucesso .u-container ul li {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 800px) {
  #page__home .s-testemonials .u-container h2 {
    margin-bottom: 40px;
  }
  #page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #page__home .s-testemonials .u-container .swiper-pagination {
    bottom: -20px;
  }
}
@media screen and (max-width: 780px) {
  .l-headerHome .s-gridSolutions ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-headerHome .s-gridSolutions ul li {
    min-width: 33.3%;
    max-width: 33.3%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3%;
            flex: 1 1 33.3%;
  }
  #page__home .s-casesSucesso {
    padding: 70px 0;
  }
  #page__home .s-testemonials {
    padding: 70px 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 610px) {
  .l-headerHome .s-gridSolutions ul li {
    min-width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  #page__home .s-casesSucesso .u-container ul li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 560px) {
  #page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .text {
    width: 100%;
  }
  #page__home .s-testemonials .u-container .s-testemonials__slide .swiper-wrapper .swiper-slide .img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    max-height: 300px;
  }
  #page__home .s-testemonials .u-container .swiper-pagination {
    bottom: -20px;
  }
}
@media screen and (max-width: 400px) {
  .l-headerHome .s-gridSolutions ul {
    position: relative;
    left: -5px;
    width: expression(100% + 10px);
    width: -ms-calc(100% + 10px);
    width: calc(100% + 10px);
  }
  .l-headerHome .s-gridSolutions ul li {
    min-width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 5px;
  }
  .l-headerHome .c-cardProduto {
    padding: 20px 15px;
  }
  #page__home .s-casesSucesso .u-container ul li {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 570px) {
  .s-callToSolutions {
    display: none;
  }
}
@media screen and (max-width: 1370px) {
  .s-callToSolutions {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1070px) {
  .s-callToSolutions {
    padding: 80px 0;
  }
  .s-callToSolutions .c-cardProduto {
    padding: 25px 25px;
  }
  .s-callToSolutions .c-cardProduto__iconMain {
    height: 45px;
  }
  .s-callToSolutions .c-cardProduto__iconMain svg {
    height: 45px;
  }
  .s-callToSolutions .c-cardProduto__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .s-callToSolutions ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-callToSolutions ul li {
    min-width: 33.3%;
    max-width: 33.3%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3%;
            flex: 1 1 33.3%;
  }
}
@media screen and (max-width: 570px) {
  .s-callToSolutions ul li {
    min-width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .page__solucoes--cloudServer .s-numericListSection .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 532px) {
  #page__suporte .btns a {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .s-callToSolutions ul {
    position: relative;
    left: -5px;
    width: expression(100% + 10px);
    width: -ms-calc(100% + 10px);
    width: calc(100% + 10px);
  }
  .s-callToSolutions ul li {
    min-width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 5px;
  }
  .s-callToSolutions .c-cardProduto {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1370px) {
  .l-footer {
    padding-top: 100px;
  }
  .l-footer__brand {
    margin-bottom: 50px;
  }
  .l-footer__menu {
    padding-left: 20px;
  }
  .l-footer__menu .solucoesList__menu > li {
    min-width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .l-footer__copyright {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1170px) {
  .l-footer__brand {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__contactInfos {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__menu {
    min-width: 75%;
    max-width: 75%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
            flex: 1 1 75%;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
  }
  .l-footer__copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 1130px) {
  .boxImage figure, .page__solucoes--hospedagem .diferencaHospedagem figure {
    min-width: 38%;
    max-width: 38%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 38%;
            flex: 1 1 38%;
  }
  .boxImage figure img, .page__solucoes--hospedagem .diferencaHospedagem figure img {
    min-height: 450px;
  }
  .boxImage div, .page__solucoes--cloudServer .boxServidor div, .page__solucoes--hospedagem .diferencaHospedagem div {
    padding: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__menu {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media screen and (max-width: 900px) {
  .boxImage, .page__solucoes--hospedagem .diferencaHospedagem {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .boxImage figure, .page__solucoes--hospedagem .diferencaHospedagem figure {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .boxImage figure img, .page__solucoes--hospedagem .diferencaHospedagem figure img {
    min-height: auto;
    max-height: 350px;
  }
  .page__solucoes--cloudServer .boxServidor figure {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .page__solucoes--cloudServer .boxServidor figure img {
    min-height: auto;
    max-height: 350px;
  }
  .page__solucoes--cloudServer .voceSabia ul i {
    height: 60px;
  }
  .page__solucoes--cloudServer .voceSabia ul i svg {
    height: 60px;
  }
  .page__solucoes--emailCorporativo .profissionalizar ul li, .page__solucoes--hospedagem .hospedagemCloud ul li, .u-listWithIcon ul li, .u-listWithoutIcon ul li {
    min-width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (max-width: 720px) {
  .l-footer__menu > li {
    min-width: 33.3%;
    max-width: 33.3%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3%;
            flex: 1 1 33.3%;
  }
  .l-footer__copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__copyright span {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: block;
    text-align: center;
  }
  .l-footer__copyright a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  .l-footer__menu > li {
    min-width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .l-footer__menu .solucoesList__menu > li {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .boxImage div, .page__solucoes--cloudServer .boxServidor div, .page__solucoes--hospedagem .diferencaHospedagem div {
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .l-footer__contactInfos {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
    display: block;
  }
  .l-footer__contactInfos li {
    display: block;
  }
  .l-footer__contactInfos li div {
    padding-left: 0;
    margin-top: 5px;
  }
  .l-footer__contactInfos li div .caption {
    font-size: 16px;
  }
  .l-footer__menu {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__menu a {
    padding: 5px;
    font-size: 16px;
  }
  .l-footer__menu .solucoesList__title {
    padding-left: 5px;
  }
  .l-footer__menu > li {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media screen and (max-width: 1370px) {
  .s-contactCall {
    padding: 100px 0;
  }
  .s-contactCall .u-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 970px;
  }
  .s-contactCall h2, .s-contactCall h3 {
    text-align: center;
  }
  .s-contactCall .s-contactCall__intro {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .s-contactCall .s-contactCall__intro ul {
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .s-contactCall .s-contactCall__intro ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: inherit;
    min-width: inherit;
  }
  .s-contactCall .s-contactCall__form {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 40px;
  }
  .s-contactCall .s-contactCall__form .c-simpleForm {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
  .s-contactCall__intro.onlyColumn {
    max-width: 100%;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form {
    max-width: 100%;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm {
    max-width: 100%;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm ul {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 0;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form li.liCheckbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form li.liCheckbox a {
    display: inline;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 780px) {
  .s-contactCall {
    padding: 70px 0;
  }
}
@media screen and (max-width: 540px) {
  .s-contactCall .s-contactCall__intro ul {
    display: block;
  }
  .s-contactCall .s-contactCall__intro li {
    display: block;
    margin-top: 40px;
  }
  .s-contactCall .s-contactCall__intro li i {
    display: block;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .s-contactCall .s-contactCall__intro li i svg {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }
  .s-contactCall .s-contactCall__intro li address, .s-contactCall .s-contactCall__intro li div {
    padding-left: 0;
    padding-top: 15px;
  }
  .s-contactCall .s-contactCall__intro li address strong, .s-contactCall .s-contactCall__intro li address span, .s-contactCall .s-contactCall__intro li address a, .s-contactCall .s-contactCall__intro li div strong, .s-contactCall .s-contactCall__intro li div span, .s-contactCall .s-contactCall__intro li div a {
    display: block;
    text-align: center;
  }
  .s-contactCall .s-contactCall__form .c-simpleForm {
    max-width: 390px;
  }
  .s-contactCall .s-contactCall__form .c-simpleForm ul li.u-fw50 {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm {
    max-width: 390px;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm ul li {
    margin-top: 0;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm ul li.liCheckbox, .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm ul li.liBtn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .s-contactCall__intro.onlyColumn .s-contactCall__form .c-simpleForm ul li.liCheckbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1370px) {
  .s-featuredVideo {
    padding: 100px 0;
  }
  .s-featuredVideo .u-container {
    max-width: 970px;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .s-featuredVideo__video {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 60px;
  }
  .s-featuredVideo__caption {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
  }
  .s-featuredVideo__caption h2, .s-featuredVideo__caption p {
    padding: 0 20px;
    text-align: center;
  }
  .s-featuredVideo__caption .c-btn {
    margin: 20px auto 0 auto;
    display: block;
    width: 100%;
    max-width: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .page__solucoes--emailCorporativo .profissionalizar h2, .page__solucoes--hospedagem .hospedagemCloud h2, .page__solucoes--hospedagem .diferencaHospedagem div h2, .u-listWithIcon h2, .u-listWithoutIcon h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 625px) {
  .page__solucoes--emailCorporativo .profissionalizar ul li, .page__solucoes--hospedagem .hospedagemCloud ul li, .u-listWithIcon ul li, .u-listWithoutIcon ul li {
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 10px 50px;
  }
}
@media screen and (max-width: 580px) {
  .page__solucoes--emailCorporativo .iconAprimoracao {
    padding: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .page__solucoes--emailCorporativo .profissionalizar h2, .page__solucoes--hospedagem .hospedagemCloud h2, .page__solucoes--hospedagem .diferencaHospedagem div h2, .u-listWithIcon h2, .u-listWithoutIcon h2 {
    font-size: 22px;
  }
}
/*# sourceMappingURL=homePage-min.css.map */
