.wrapper-modal {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
  background-color: #fff;
  width: 50%;
  z-index: 9999;
}
.wrapper-modal.modal-form {
  padding: 20px;
  width: 30%;
}
.wrapper-modal.modal-form h3 {
  color: #F47435;
  font-size: 1.7em;
  margin-bottom: 20px;
}
.wrapper-modal iframe {
  vertical-align: top;
}

.modal-supera {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.modal-supera .close-modal {
  position: fixed;
  right: 30px;
  top: 30px;
  color: #fff;
  z-index: 9999999;
  font-size: 2em;
  cursor: pointer;
}

.bg-modal-supera {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}

@media screen and (max-width: 1170px) {
  .wrapper-modal {
    width: 90%;
  }
  .wrapper-modal.modal-form {
    padding: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .wrapper-modal.modal-form {
    width: 92%;
  }
}
@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("./../fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("./../fonts/AvenirLTStd-Black/AvenirLTStd-Black.otf") format("opentype"), url("./../fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff") format("woff"), url("./../fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf") format("truetype"), url("./../fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("./../fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"), url("./../fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.otf") format("opentype"), url("./../fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.woff") format("woff"), url("./../fonts/AvenirLTStd-Heavy/AvenirLTStd-Heavy.ttf") format("truetype"), url("./../fonts/AvenirLTStd-HeavyAvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTStd-Light";
  src: url("./../fonts/AvenirLTStd-Light/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/AvenirLTStd-Light/AvenirLTStd-Light.otf") format("opentype"), url("./../fonts/AvenirLTStd-Light/AvenirLTStd-Light.woff") format("woff"), url("./../fonts/AvenirLTStd-Light/AvenirLTStd-Light.ttf") format("truetype"), url("./../fonts/AvenirLTStd-Light/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("./../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.otf") format("opentype"), url("./../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.woff") format("woff"), url("./../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.ttf") format("truetype"), url("./../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper, .swiper-container-vertical > .swiper-wrapper-prod {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-container-android .swiper-slide-prod,
.swiper-wrapper, .swiper-wrapper-prod {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper, .swiper-container-multirow > .swiper-wrapper-prod {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper, .swiper-container-free-mode > .swiper-wrapper-prod {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide, .swiper-slide-prod {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide, .swiper-container-autoheight .swiper-slide-prod {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper, .swiper-container-autoheight .swiper-wrapper-prod {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification, .swiper-container-prod .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3f4b9b;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3f4b9b;
}

.swiper-container-prod .swiper-pagination-bullet-active {
  background: #faa21b;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (-moz-images-in-menus: 0) {
  /* Firefox */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h2,
h3 {
  margin-top: 0;
}

img {
  max-width: 100%;
}

body.lp2 {
  width: 100%;
  margin: 0 auto;
  font-family: "AvenirLTStd-Heavy";
}
body.lp2 .contact-footer {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  color: #828282;
}
body.lp2 .contact-footer i {
  font-style: normal;
}
body.lp2 .contact-footer a {
  color: inherit;
}
body.lp2 .contact-footer a:hover {
  text-decoration: underline;
}
body.lp2 .center {
  width: 975px;
  margin: 0 auto;
}
body.lp2 .back {
  display: inline-block;
  margin-top: 13px;
  color: #484848;
  float: right;
  border: 2px solid #484848;
  padding: 8px 8px 6px;
  border-radius: 4px;
}
body.lp2 .back:hover {
  background-color: #105590;
  color: #fff;
}
body.lp2 .swiper-wrapper {
  height: auto;
}
body.lp2 header#header.fixed {
  width: 100%;
}
body.lp2 header#header-lp {
  padding-top: 20px;
  width: 100%;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-right: 10px;
}
body.lp2 header#header-lp .wrapper-logo {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
body.lp2 header#header-lp .wrapper-logo #nav-toggle {
  right: -24px;
  top: 2px;
}
body.lp2 header#header-lp .wrapper-logo .logo {
  width: 100px;
  float: left;
  margin-bottom: 0;
}
body.lp2 header#header-lp.header-js {
  top: -60px;
}
body.lp2 header#header-lp.fixed {
  padding-top: 18px;
  position: fixed;
  left: 0;
  z-index: 9;
  top: 0;
  -webkit-transition: top, 0.9s;
  -moz-transition: top, 0.9s;
  -ms-transition: top, 0.9s;
  -o-transition: top, 0.9s;
  transition: top, 0.9s;
  background-color: #fff;
}
body.lp2 header#header-lp.fixed .back {
  display: inline-block;
  margin-top: 0;
}
body.lp2 header#header-lp.fixed .wrapper-logo .logo {
  width: 71px;
  margin-top: 0px !important;
}
body.lp2 header#header-lp.fixed .wrapper-logo #nav-toggle {
  right: 0;
  top: 1px;
}
body.lp2 .fixed-btn {
  display: none;
}
body.lp2 #swiper-container-slider2 .swiper-button-next {
  right: 10px;
}
body.lp2 #swiper-container-slider2 .swiper-button-prev {
  left: 10px;
}
body.lp2 .depoimentos .swiper-pagination {
  left: 0;
  right: 0;
}
body.lp2 .depoimentos .swiper-pagination-bullet {
  background-color: #f8ae82;
  margin-left: 4px;
  margin-right: 4px;
}
body.lp2 .depoimentos .swiper-pagination-bullet-active {
  background-color: #f37021;
}
body.lp2 ul {
  margin: 0;
  padding: 0;
}
body.lp2 ul li {
  list-style: none;
}
body.lp2 .swiper-button-prev.swiper-button-disabled,
body.lp2 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
body.lp2 p {
  font-family: "AvenirLTStd-Light";
  font-size: 1.5em;
  line-height: 33px;
  color: #484848;
}
body.lp2 .header {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}
body.lp2 .header img {
  vertical-align: top;
}
body.lp2 .title {
  font-family: "AvenirLTStd-Black";
  color: #f37021;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.35em;
  width: 100%;
  text-align: center;
}
body.lp2 .title2 {
  font-family: "AvenirLTStd-Light";
  color: #f37021;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: normal;
}
body.lp2 .title2 strong {
  font-weight: bold;
  font-family: "AvenirLTStd-Black";
}
body.lp2 .title-small {
  color: #f37021;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-size: 1em;
}
body.lp2 .selos {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  background-color: #fbfbfb;
}
body.lp2 .selos .title {
  margin-bottom: 15px;
}
body.lp2 .marca {
  padding-top: 65px;
  text-align: center;
  background-color: #ededed;
  position: relative;
}
body.lp2 .marca img.featured {
  margin-top: 20px;
  margin-bottom: 5px;
}
body.lp2 .marca .text {
  text-align: justify;
  padding: 20px 50px;
  margin-top: 10px;
}
body.lp2 .marca .icons {
  margin-top: 35px;
  padding-bottom: 40px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
body.lp2 .marca .icons .item {
  display: inline-block;
  width: 32%;
  margin-bottom: 40px;
  vertical-align: top;
}
body.lp2 .marca .icons .item.item-setor h2 {
  padding-top: 125px;
}
body.lp2 .marca .icons .item.item-setor h2:after {
  background-position: -3px -23px;
}
body.lp2 .marca .icons .item.item-segmento h2 {
  padding-top: 125px;
}
body.lp2 .marca .icons .item.item-segmento h2:after {
  background-position: -2px -116px;
}
body.lp2 .marca .icons .item.item-fundacao h2:after {
  background-position: -2px -209px;
}
body.lp2 .marca .icons .item.item-inicio h2:after {
  background-position: -103px -25px;
}
body.lp2 .marca .icons .item.item-unidades h2:after {
  background-position: -103px -118px;
}
body.lp2 .marca .icons .item.item-abf h2:after {
  background-position: -102px -211px;
}
body.lp2 .marca .icons .item h2 {
  color: #f37021;
  text-transform: uppercase;
  position: relative;
  padding-top: 115px;
  margin-bottom: 12px;
  line-height: 21px;
  font-family: "AvenirLTStd-Black";
  font-size: 1.4em;
  height: 155px;
}
body.lp2 .marca .icons .item h2:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 83px;
  height: 83px;
  position: absolute;
  background: url("../../lp-carta-de-vendas-mobile-2019/sprite.png") no-repeat;
}
body.lp2 .marca .icons .item span {
  color: #484848;
  font-size: 1.3em;
  font-family: "AvenirLTStd-Medium";
}
body.lp2 .marca .title-small:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: 0 auto;
  width: 42px;
  height: 8px;
  background: url("../../lp-carta-de-vendas-mobile-2019/sprite.png") no-repeat 0 0;
}
body.lp2 .slider-franquia {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 45px;
  padding-bottom: 65px;
  text-align: center;
  position: relative;
}
body.lp2 .slider-franquia .title {
  margin-bottom: 60px;
}
body.lp2 .slider-franquia .arrow {
  bottom: -13px;
}
body.lp2 .swiper-button-next {
  width: 21px;
  height: 36px;
  background: url("../../lp-carta-de-vendas-mobile-2019/sprite.png") no-repeat center center;
  background-position: -204px -122px;
  position: absolute;
  right: 55px;
  bottom: 260px;
}
body.lp2 .swiper-button-prev {
  width: 21px;
  height: 36px;
  background: url("../../lp-carta-de-vendas-mobile-2019/sprite.png") no-repeat center center;
  background-position: -200px -184px;
  position: absolute;
  left: 55px;
  bottom: 260px;
}
body.lp2 .depoimentos {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 65px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ededed;
}
body.lp2 .depoimentos .title {
  margin-bottom: 25px;
}
body.lp2 .depoimentos blockquote {
  color: #484848;
  font-size: 1.4em;
  text-align: justify;
  line-height: 29px;
  padding-right: 80px;
  padding-left: 80px;
  margin-left: 0;
  font-style: italic;
  margin-right: 0;
  font-family: "AvenirLTStd-Light";
}
body.lp2 .depoimentos .profile {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 20px;
}
body.lp2 .depoimentos .profile .image {
  display: inline-block;
  vertical-align: top;
}
body.lp2 .depoimentos .profile .image img {
  border-radius: 100%;
}
body.lp2 .depoimentos .profile .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  vertical-align: middle;
  padding-top: 30px;
}
body.lp2 .depoimentos .profile .text h2 {
  color: #f37021;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 5px;
}
body.lp2 .depoimentos .profile .text span {
  color: #f37021;
  font-family: "AvenirLTStd-Light";
  font-size: 1.1em;
}
body.lp2 .modelos {
  text-align: center;
  padding-left: 60px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
body.lp2 .modelos .arrow {
  bottom: -13px;
}
body.lp2 .modelos .title2 {
  margin-bottom: 45px;
}
body.lp2 .modelos .list {
  display: inline-block;
  width: 100%;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: left;
}
body.lp2 .modelos .list li {
  font-size: 1.5em;
  color: #484848;
  font-family: "AvenirLTStd-Light";
}
body.lp2 .modelos .image-text {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
body.lp2 .modelos .image-text .image-left {
  float: left;
  margin-right: 15px;
}
body.lp2 .modelos .image-text .image-right {
  float: right;
}
body.lp2 .modelos .image-text .text h2 {
  color: #f37021;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: normal;
}
body.lp2 .modelos .image-text .text h2 strong {
  font-family: "AvenirLTStd-Heavy";
}
body.lp2 .modelos .image-text .text h3 {
  color: #484848;
  font-size: 1.35em;
  font-family: "AvenirLTStd-Light";
  font-weight: normal;
}
body.lp2 .modelos .image-text .text h3 strong {
  text-transform: uppercase;
  margin-top: 7px;
  display: inline-block;
  font-family: "AvenirLTStd-Heavy";
}
body.lp2 .treinamento {
  text-align: center;
  padding-top: 65px;
  background-color: #ededed;
}
body.lp2 .treinamento img {
  vertical-align: top;
}
body.lp2 .treinamento .title2 {
  margin-bottom: 45px;
}
body.lp2 .convencao {
  padding-top: 30px;
  padding-bottom: 80px;
  text-align: left;
  padding-left: 50px;
  width: 100%;
  display: inline-block;
  padding-right: 50px;
  position: relative;
  background-color: #ededed;
}
body.lp2 .convencao .title2 {
  text-align: center;
  margin-bottom: 45px;
}
body.lp2 .convencao p {
  margin-bottom: 5px;
  text-align: justify;
}
body.lp2 .convencao .description {
  color: #f37021;
  width: 100%;
  display: inline-block;
  margin-top: 45px;
  font-style: italic;
  font-size: 1.7em;
  text-align: center;
  font-family: "AvenirLTStd-Light";
}
body.lp2 .convencao .bottom {
  bottom: -13px;
}
body.lp2 .rodape {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  display: inline-block;
  padding-top: 60px;
}
body.lp2 .rodape p {
  text-align: justify;
}
body.lp2 .rodape p.btn-p {
  text-align: center;
}
body.lp2 .rodape .featured-title {
  margin-top: 50px;
  text-align: center;
}
body.lp2 .rodape .featured-title span {
  font-family: "AvenirLTStd-Light";
  color: #f37021;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 5px;
  display: inline-block;
}
body.lp2 .rodape .featured-title h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.8em;
  color: #f37021;
  font-family: "AvenirLTStd-Black";
}
body.lp2 .rodape .steps {
  margin-top: 45px;
}
body.lp2 .rodape .steps li {
  font-size: 1.3em;
  font-family: "AvenirLTStd-Light";
  margin-bottom: 5px;
  line-height: 27px;
  color: #757575;
}
body.lp2 .rodape .steps li strong {
  text-transform: uppercase;
  font-family: "AvenirLTStd-Heavy";
}
body.lp2 #footer.footer {
  margin-top: 45px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  background: #343434;
}
body.lp2 #footer.footer a {
  color: #fff;
}
body.lp2 #footer.footer span {
  color: #fff;
  font-size: 0.9em;
  font-family: "AvenirLTStd-Light";
}
body.lp2 .arrow {
  background: url("../../lp-carta-de-vendas-mobile-2019/sprite.png") no-repeat -200px -251px;
  width: 40px;
  height: 23px;
  position: absolute;
  bottom: -5px;
  margin: 0 auto;
  display: none;
  left: 0;
  z-index: 1;
  right: 0;
}
body.lp2 .msg-form {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbfbfb;
}
body.lp2 .msg-form p {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
}
body.lp2 .msg-form a {
  text-transform: uppercase;
  color: #757575;
  text-decoration: underline;
  font-size: 1.22em;
}
body.lp2 .msg-form a:hover {
  text-decoration: none;
  color: #f37021;
}
body.lp2 .msg-form img {
  margin-bottom: 20px;
}
body.lp2 .msg-form .title-success {
  color: #f37021;
  text-transform: uppercase;
  font-size: 5.7em;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}
body.lp2 .msg-form h3 {
  color: #f37021;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Light";
  margin-bottom: 0;
}
body.lp2 .msg-form h2 {
  color: #f37021;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 10px;
}
body.lp2 .msg-form br {
  display: none;
}
body.lp2 .msg-form br.br-desktop {
  display: block;
}
body.lp2 .formulario {
  margin-top: 45px;
  text-align: center;
}
body.lp2 .formulario .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
body.lp2 .formulario .wpcf7-form-control-wrap.uf-empreender span.wpcf7-not-valid-tip {
  width: 100px;
}
body.lp2 .formulario .wpcf7-form-control-wrap.cidade-empreender span.wpcf7-not-valid-tip {
  right: 23px;
}
body.lp2 .formulario form {
  position: relative;
}
body.lp2 .formulario form select {
  height: 39px;
}
body.lp2 .formulario form .info-form {
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
  display: inline-block;
  color: #888888;
  position: absolute;
  right: 0;
  text-align: right;
  font-size: 10.5px;
  bottom: -16px;
}
body.lp2 .formulario div.wpcf7-response-output {
  background-color: #FCF4D4;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
  padding: 5px;
  width: 100%;
  float: left;
  position: initial;
  bottom: 75px;
  margin: 0;
}
body.lp2 .formulario span.wpcf7-not-valid-tip {
  font-size: 0.6em;
  display: block;
  position: absolute;
  right: 0;
  text-align: right;
  top: -9px;
}
body.lp2 .formulario h4 {
  margin-bottom: 55px;
  margin-top: 3px;
  font-family: "AvenirLTStd-Black";
}
body.lp2 .formulario label {
  color: #888888;
  text-transform: uppercase;
  font-size: 1.15em;
  margin-bottom: 4px;
  display: inline-block;
  font-family: "AvenirLTStd-Black";
}
body.lp2 .formulario input[type=text],
body.lp2 .formulario input[type=email],
body.lp2 .formulario input[type=tel],
body.lp2 .formulario input[type=password],
body.lp2 .formulario textarea,
body.lp2 .formulario select {
  background-color: #c8c8c8;
  border: none;
  padding: 9px;
  border-radius: 8px;
  font-size: 1.1em;
  outline: none;
  border: 1px solid transparent;
  color: #333;
  width: 100%;
}
body.lp2 .formulario input[type=text]:focus,
body.lp2 .formulario input[type=email]:focus,
body.lp2 .formulario input[type=tel]:focus,
body.lp2 .formulario input[type=password]:focus,
body.lp2 .formulario textarea:focus,
body.lp2 .formulario select:focus {
  background-color: #d5d5d5;
  border: 1px solid #ccc;
}
body.lp2 .formulario input[name=cidade-empreender] {
  width: 95%;
}
body.lp2 .formulario .col1,
body.lp2 .formulario .col2 {
  text-align: left;
  position: relative;
  display: inline-block;
}
body.lp2 .formulario .col1 {
  width: 100%;
  text-align: left;
  margin-bottom: 21px;
}
body.lp2 .formulario .col2 {
  margin-left: 0;
  margin-bottom: 21px;
}
body.lp2 .formulario .col2.col-city {
  width: 85%;
  float: left;
  padding-bottom: 0;
  vertical-align: top;
}
body.lp2 .formulario .col2.col-uf {
  width: 19%;
  float: left;
  padding-bottom: 0;
}
body.lp2 .formulario .col2.col-fone {
  width: 81%;
  float: left;
  padding-left: 4%;
  margin-bottom: 0;
}
body.lp2 .formulario .col2.col-ddd {
  width: 19%;
  float: left;
  margin-bottom: 0;
}
body.lp2 .formulario .btn-submit {
  display: inline-block;
  position: relative;
  margin-top: -22px;
}
body.lp2 .formulario .btn-submit:after {
  position: absolute;
  right: -15px;
  bottom: -18px;
  width: 40px;
  height: 50px;
  content: "";
  background: url("../../lp-carta-de-vendas-mobile-2019/sprite.png") no-repeat;
  background-position: -193px -55px;
}
body.lp2 .formulario .btn-submit input[type=submit] {
  padding: 17px 54px 10px;
  font-size: 0.75em;
  text-transform: uppercase;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  border: none;
  font-family: "AvenirLTStd-Black";
  background: #32af49;
  background: -moz-linear-gradient(top, #32af49 1%, #205127 100%);
  background: -webkit-linear-gradient(top, #32af49 1%, #205127 100%);
  background: linear-gradient(to bottom, #32af49 1%, #205127 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#32af49", endColorstr="#205127", GradientType=0);
  text-shadow: 1px 2px 4px rgba(49, 49, 49, 0.9);
}
body.lp2 .formulario .btn-submit .ajax-loader {
  position: absolute;
}
body.lp2 .formulario .subtitle {
  color: #f37021;
  text-transform: uppercase;
  font-size: 1.35em;
  font-family: "AvenirLTStd-Light";
  line-height: 27px;
}
body.lp2 .formulario h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #f37021;
  font-size: 1.45em;
}

@media screen and (max-width: 1185px) {
  body.lp2 .center {
    width: 100%;
  }
  body.lp2 .formulario .col2.col-city {
    width: 80%;
  }
  body.lp2 .selos {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1025px) {
  body.lp2 .text-franq {
    padding-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  body.lp2 .text-franq {
    padding-right: 0;
  }
  body.lp2 .formulario label {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 670px) {
  .featured {
    width: 100%;
    height: 55vw;
    background: url(../../lp-carta-de-vendas-mobile-2019/supera-marca.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .featured-desktop {
    display: none;
  }

  body.lp2 {
    width: 100%;
  }
  body.lp2 .arrow {
    display: block;
  }
  body.lp2 .group-col-6.last {
    margin-top: 20px;
    display: inline-block;
  }
  body.lp2 .slider-mobile {
    display: block;
  }
  body.lp2 .msg-form h3 {
    font-size: 1.4em;
  }
  body.lp2 .msg-form h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }
  body.lp2 .msg-form p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  body.lp2 .msg-form p br {
    display: none;
  }
  body.lp2 .msg-form br.br-desktop {
    display: none;
  }
  body.lp2 .msg-form a {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }
  body.lp2 .msg-form .title-success {
    font-size: 2.5em;
  }
  body.lp2 .container-lp {
    padding-bottom: 44px;
  }
  body.lp2 .fixed-btn {
    background-color: #285694;
    width: 100%;
    position: fixed;
    bottom: -70px;
    left: 0;
    padding: 11px 0 10px;
    text-align: center;
    vertical-align: top;
    z-index: 99;
    -webkit-transition: all, 0.9s;
    -moz-transition: all, 0.9s;
    -ms-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
    display: block;
  }
  body.lp2 .fixed-btn a {
    background-color: #F7941E;
    color: #fff;
    font-size: 19px;
    padding: 5px 25px 3px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  body.lp2 .fixed-btn a:hover, body.lp2 .fixed-btn a:focus {
    text-decoration: none;
  }
  body.lp2 .depoimentos .profile {
    padding-left: 0;
    padding-right: 0;
  }
  body.lp2 .depoimentos .arrow {
    bottom: -15px;
  }
  body.lp2 .depoimentos blockquote {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.1em;
  }
  body.lp2 .marca .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  body .space-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 620px) {
  body.lp2 .selos .title {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  body.lp2 .contact-footer i {
    display: none;
  }
  body.lp2 .contact-footer a {
    width: 100%;
    display: inline-block;
  }
  body.lp2 #footer.footer {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.lp2 .swiper-button-next {
    right: 10px;
  }
  body.lp2 .swiper-button-prev {
    left: 10px;
  }
  body.lp2 .slider-franquia {
    padding-left: 50px;
    padding-right: 50px;
  }
  body.lp2 .modelos {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.lp2 .modelos .list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.lp2 .modelos .list li {
    font-size: 1.2em;
  }
  body.lp2 .modelos .image-text .image-left,
body.lp2 .modelos .image-text .image-right {
    width: 160px;
  }
  body.lp2 .modelos .image-text .text h2 {
    margin-top: 5px;
    display: inline-grid;
  }
  body.lp2 .modelos .image-text .text h3 strong {
    margin-top: 20px;
  }
  body.lp2 .formulario .subtitle br {
    display: none;
  }
  body.lp2 .formulario label {
    font-size: 0.8em;
  }
  body.lp2 .depoimentos .profile {
    padding-left: 0;
    width: 100%;
  }
  body.lp2 .depoimentos .profile .image,
body.lp2 .depoimentos .profile .text {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  body.lp2 .convencao {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.lp2 .convencao .description br {
    display: none;
  }
  body.lp2 .convencao p {
    font-size: 1.2em;
  }
  body.lp2 .rodape {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.lp2 .rodape p {
    font-size: 1.2em;
  }
  body.lp2 .rodape .featured-title h2 {
    font-size: 1.6em;
  }
  body.lp2 .marca .text p {
    font-size: 1.2em;
  }
  body.lp2 .marca .icons .item {
    width: 49%;
  }
  body.lp2 .marca .icons .item h2 {
    font-size: 1.25em;
  }
  body.lp2 .marca .icons .item h2 br {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  body.lp2 .formulario label {
    font-size: 0.7em;
  }
  body.lp2 .modelos .list {
    text-align: center;
  }
  body.lp2 .modelos .image-text {
    text-align: center;
  }
  body.lp2 .modelos .image-text .image-left,
body.lp2 .modelos .image-text .image-right {
    margin: 0 auto;
    float: none;
  }
  body.lp2 .depoimentos {
    text-align: center;
  }
  body.lp2 .depoimentos .profile {
    text-align: center;
  }
  body.lp2 .depoimentos .profile .text {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 670px) {
  .featured-desktop {
    float: left;
    width: 40%;
    text-align: center;
    display: block;
  }
  .featured-desktop img {
    border-radius: 100%;
  }
  .featured-desktop .swiper-pagination {
    position: relative;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
    margin-top: 15px;
  }
  .featured-desktop .swiper-pagination-bullet {
    background-color: #f37021;
    margin-left: 9px;
    margin-right: 9px;
  }
  .featured-desktop .swiper-pagination-bullet-active {
    background-color: #d5580c;
  }

  body.lp2 .text-franq .title-small {
    display: none;
  }
  body.lp2 header#header-lp {
    padding-top: 15px;
    width: 100%;
    padding-bottom: 15px;
    display: inline-block;
  }
  body.lp2 .swiper-button-next,
body.lp2 .swiper-button-prev {
    display: none;
  }
  body.lp2 .title {
    font-size: 1.9em;
  }
  body.lp2 .title2 {
    font-size: 1.9em;
  }
  body.lp2 .group-col-6 {
    float: left;
    width: 49%;
  }
  body.lp2 .group-col-6.last {
    float: right;
  }
  body.lp2 .rodape {
    padding-top: 35px;
  }
  body.lp2 .rodape .steps {
    margin: 0 auto;
  }
  body.lp2 .rodape p {
    text-align: center;
  }
  body.lp2 .formulario .col2.col-uf {
    width: 15%;
    float: right;
  }
  body.lp2 .formulario .subtitle br {
    display: none;
  }
  body.lp2 .convencao .title2 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 15px;
    display: none;
  }
  body.lp2 .convencao .description br {
    display: none;
  }
  body.lp2 .convencao .description br.br-desktop {
    display: block;
  }
  body.lp2 .group {
    width: 50%;
    float: left;
    margin-top: 63px;
    padding-left: 70px;
  }
  body.lp2 .group.last {
    margin-top: 60px;
  }
  body.lp2 .group .image {
    width: 100%;
    display: inline-block;
  }
  body.lp2 .group .image-text .image-right {
    float: left;
  }
  body.lp2 .treinamento .title2 {
    font-size: 1.85em;
  }
  body.lp2 .modelos {
    background: url(../../lp-carta-de-vendas-mobile-2019/bg-city.jpg) repeat-x;
    background-position: top;
    padding-top: 85px;
    padding-bottom: 70px;
  }
  body.lp2 .modelos .list {
    margin-top: 0;
    margin-left: -40px;
    margin-bottom: 20px;
  }
  body.lp2 .modelos .title2 {
    font-size: 1.7em;
  }
  body.lp2 .modelos .image-text .text h2 {
    padding-left: 10px;
    font-size: 22px;
  }
  body.lp2 .modelos .image-text .text h2 br {
    display: none;
  }
  body.lp2 .modelos .image-text .text h3 {
    margin-top: 10px;
    display: inline-block;
    margin-left: -20px;
  }
  body.lp2 .modelos .image-text .text h3 strong {
    margin-top: 0;
  }
  body.lp2 .depoimentos .profile .image {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  body.lp2 .depoimentos .profile .text {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
  }
  body.lp2 .depoimentos .profile .text h2 {
    display: inline-block;
    font-size: 1.1em;
  }
  body.lp2 .slider-desktop {
    height: 320px;
    background: url(../../lp-carta-de-vendas-mobile-2019/grafico-desktop.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  body.lp2 .text-franq {
    float: left;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  body.lp2 .text-franq p {
    font-size: 1.45em;
    line-height: 27px;
  }
  body.lp2 .text-franq .title-small {
    font-size: 1.5em;
    text-align: left;
  }
  body.lp2 .text-franq .title-small:after {
    display: none;
  }
  body.lp2 .marca .title2 {
    margin-bottom: 55px;
  }
  body.lp2 .marca .icons .item {
    width: 16%;
  }
  body.lp2 .marca .icons .item h2 {
    font-size: 1.28em;
  }
  body.lp2 .marca .text {
    padding: 0;
  }
}
@media screen and (min-width: 735px) {
  body.lp2 .rodape .steps {
    max-width: 735px;
  }
}

/*# sourceMappingURL=style-min.css.map */
