@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 */
}
.frase-rodape {
  color: #f37021;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
  display: none;
  text-align: center;
  width: 100%;
}

.msg-form {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbfbfb;
}
.msg-form h3 {
  color: #f37021;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Light";
  margin-bottom: 0;
  font-weight: normal;
}
.msg-form h2 {
  color: #f37021;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: normal;
}
.msg-form .title-success {
  color: #f37021;
  text-transform: uppercase;
  font-size: 5.7em;
  font-family: "AvenirLTStd-Heavy";
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
  font-weight: bold;
}
.msg-form a {
  text-transform: uppercase;
  color: #757575;
  text-decoration: underline;
  font-size: 1.22em;
}
.msg-form a:hover {
  text-decoration: none;
  color: #f37021;
}
.msg-form p {
  margin-top: 20px;
}

.group-col-6 {
  float: left;
  width: 49%;
}

.group-col-6.last {
  float: right;
}

.formulario {
  margin-top: 45px;
  text-align: center;
  padding-top: 80px;
  margin-top: 0;
}
.formulario h2.title-main {
  margin-top: 50px;
  margin-bottom: 70px !important;
}
.formulario p {
  text-align: left;
}
.formulario p.btn-p {
  text-align: center;
}
.formulario .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.formulario .wpcf7-form-control-wrap.uf-empreender span.wpcf7-not-valid-tip {
  width: 100px;
}
.formulario .wpcf7-form-control-wrap.cidade-empreender span.wpcf7-not-valid-tip {
  right: 23px;
}
.formulario form {
  position: relative;
}
.formulario form select {
  height: 39px;
}
.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;
}
.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;
}
.formulario span.wpcf7-not-valid-tip {
  font-size: 0.6em;
  display: block;
  position: absolute;
  right: 0;
  text-align: right;
  top: -9px;
}
.formulario h4 {
  margin-bottom: 55px;
  margin-top: 3px;
  font-family: "AvenirLTStd-Black";
}
.formulario label {
  color: #888888;
  text-transform: uppercase;
  font-size: 1.15em;
  margin-bottom: 4px;
  display: inline-block;
  font-family: "AvenirLTStd-Black";
}
.formulario input[type=text],
.formulario input[type=email],
.formulario input[type=tel],
.formulario input[type=password],
.formulario textarea,
.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%;
}
.formulario input[type=text]:focus,
.formulario input[type=email]:focus,
.formulario input[type=tel]:focus,
.formulario input[type=password]:focus,
.formulario textarea:focus,
.formulario select:focus {
  background-color: #d5d5d5;
  border: 1px solid #ccc;
}
.formulario input[name=cidade-empreender] {
  width: 95%;
}
.formulario .col1, .formulario .col2 {
  text-align: left;
  position: relative;
  display: inline-block;
}
.formulario .col1 {
  width: 100%;
  text-align: left;
  margin-bottom: 21px;
}
.formulario .col2 {
  margin-left: 0;
  margin-bottom: 21px;
}
.formulario .col2.col-city {
  width: 85%;
  float: left;
  padding-bottom: 0;
  vertical-align: top;
}
.formulario .col2.col-uf {
  width: 19%;
  float: left;
  padding-bottom: 0;
}
.formulario .col2.col-fone {
  width: 81%;
  float: left;
  padding-left: 4%;
  margin-bottom: 0;
}
.formulario .col2.col-ddd {
  width: 19%;
  float: left;
  margin-bottom: 0;
}
.formulario .btn-submit {
  display: inline-block;
  position: relative;
  margin-top: -22px;
}
.formulario .btn-submit:after {
  position: absolute;
  right: -15px;
  bottom: -18px;
  width: 40px;
  height: 50px;
  content: "";
  background-position: -193px -55px;
}
.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);
}
.formulario .btn-submit .ajax-loader {
  position: absolute;
}
.formulario .subtitle {
  color: #f37021;
  text-transform: uppercase;
  font-size: 1.35em;
  font-family: "AvenirLTStd-Light";
  line-height: 27px;
}
.formulario h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #f37021;
  font-size: 1.45em;
}

@media screen and (max-width: 1185px) {
  .group-col-6 {
    width: 100%;
  }

  .btn-p {
    text-align: center;
  }

  .frase-rodape {
    display: inline-block;
  }

  .formulario {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
    padding-top: 55px;
  }
  .formulario div.wpcf7-response-output {
    text-align: center;
  }
  .formulario .col2.col-city {
    width: 80%;
  }
  .formulario h2.title-main {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  .formulario h2.title-main br {
    display: none;
  }

  .msg-form .title-success {
    font-size: 3.5em;
  }
  .msg-form p {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }
  .msg-form p br {
    display: none;
  }
  .msg-form h2, .msg-form h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  .formulario label {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 540px) {
  .formulario .subtitle br {
    display: none;
  }
  .formulario label {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 380px) {
  .formulario label {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 670px) {
  .formulario .col2.col-uf {
    width: 15%;
    float: right;
  }
  .formulario .subtitle br {
    display: none;
  }
}
@media only screen and (max-width: 1185px) and (min-width: 590px) {
  .formulario .wpcf7-form-control-wrap.cidade-empreender span.wpcf7-not-valid-tip {
    right: 40px;
  }
}
.destaque {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  background-color: #fbfbfb;
  text-align: center;
  padding-bottom: 60px;
}
.destaque h2.title-destaque {
  font-size: 2.1em;
  color: #f37021;
  font-family: "AvenirLTStd-Black";
  text-transform: uppercase;
  margin-bottom: 0px;
}
.destaque h3 {
  font-size: 1.8em;
  color: #f37021;
  font-family: "AvenirLTStd-Medium";
  text-transform: uppercase;
}
.destaque h2.legend {
  color: #484848;
  font-family: "AvenirLTStd-Light";
  font-size: 1.3em;
  margin-top: 45px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
}
.destaque p {
  font-family: "AvenirLTStd-Light";
  font-size: 1.4em;
  color: #484848;
  margin-bottom: 50px;
}
.destaque .image {
  vertical-align: top;
  display: block;
  margin: 0 auto;
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 35px;
  position: relative;
}
.destaque .names {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 65px;
}
.destaque .names span {
  color: #484848;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  font-size: 1.2em;
}

@media screen and (max-width: 1185px) {
  .destaque h2.title-mobile-destaque {
    color: #484848;
    font-family: "AvenirLTStd-Light";
    font-size: 1.3em;
    margin-top: 30px;
    font-weight: normal;
    line-height: 30px;
  }
  .destaque h2.title-destaque {
    font-size: 1.4em;
  }
  .destaque h2.legend {
    font-size: 0.9em;
    line-height: 21px;
  }
  .destaque h2.legend br {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .destaque {
    padding-bottom: 20px;
  }
  .destaque p {
    font-size: 1em;
  }
  .destaque h2.title-mobile-destaque {
    font-size: 0.9em;
    line-height: 21px;
  }
  .destaque .center {
    padding-left: 30px;
    padding-right: 30px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "AvenirLTStd-Heavy";
}

a {
  text-decoration: none;
}

p {
  color: #484848;
  font-family: "AvenirLTStd-Light";
  font-size: 1.4em;
  padding-top: 0;
  margin-top: 0;
  line-height: 30px;
}
p a {
  color: inherit;
}

h2,
h3 {
  margin-top: 0;
}

img {
  max-width: 100%;
}

body.lp-modelos {
  margin: 0;
  padding: 0;
}
body.lp-modelos .frase-rodape {
  color: #f37021;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
  display: none;
  text-align: center;
  width: 100%;
}
body.lp-modelos .center {
  width: 975px;
  margin: 0 auto;
}
body.lp-modelos .header {
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 50px;
  padding-bottom: 50px;
}
body.lp-modelos .header .logo {
  float: none;
}
body.lp-modelos .banner-lp {
  text-align: center;
}
body.lp-modelos .banner-lp img {
  vertical-align: top;
}
body.lp-modelos .banner-lp h1.title-page {
  font-family: "AvenirLTStd-Black";
  text-transform: uppercase;
  font-size: 2.1em;
  color: #f37021;
  margin-bottom: 30px;
  margin-top: 0;
}
body.lp-modelos .empreender {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #ededed;
}
body.lp-modelos .empreender .text {
  padding-right: 50px;
  padding-left: 50px;
}
body.lp-modelos .empreender .image {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
body.lp-modelos .empresas {
  position: relative;
  padding-bottom: 60px;
  display: inline-block;
  width: 100%;
  background-color: #EEEEEE;
}
body.lp-modelos .empresas:after {
  content: "";
  right: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 82px;
  background: url("../../lp-carta-1/list-border.png") repeat-x;
  z-index: 1;
}
body.lp-modelos .empresas h2.title-bottom {
  color: #f37021;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  font-weight: normal;
}
body.lp-modelos .empresas h2.title {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.8em;
  padding-left: 50px;
  padding-right: 90px;
  height: 112px;
  margin: 0;
  -webkit-border-top-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  -moz-border-radius-topright: 70px;
  -moz-border-radius-bottomright: 70px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  color: #fff;
  position: relative;
  background-color: #f37021;
  z-index: 2;
}
body.lp-modelos .empresas h2.title:before {
  content: "";
  left: -920px;
  width: 1000px;
  height: 112px;
  background-color: #f37021;
  position: absolute;
  top: 0;
  z-index: -1;
}
body.lp-modelos .empresas .blocos {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 65px;
  background: linear-gradient(90deg, #ededed 60%, #d4d4d4 40%);
}
body.lp-modelos .empresas .blocos .bloco1 {
  float: left;
  width: 52%;
  text-align: center;
  padding-top: 35px;
}
body.lp-modelos .empresas .blocos .bloco1 img {
  margin-bottom: 15px;
}
body.lp-modelos .empresas .blocos .bloco1 h2 {
  color: #f37021;
  text-transform: uppercase;
  position: relative;
}
body.lp-modelos .empresas .blocos .bloco1 h2:before {
  content: "";
  border: 3px dotted #f37021;
  width: 56px;
  height: 10px;
  margin: 0 auto;
  left: 7px;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  bottom: -48px;
  z-index: 1;
}
body.lp-modelos .empresas .blocos .bloco1 h2:after {
  content: "";
  width: 71px;
  height: 13px;
  margin: 0 auto;
  left: 12px;
  background-color: #EEEEEE;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  z-index: 1;
  bottom: -43px;
}
body.lp-modelos .empresas .blocos .bloco2 {
  float: right;
  width: 48%;
  padding: 20px;
  padding-left: 60px;
  padding-bottom: 30px;
  background-color: #d4d4d4;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
body.lp-modelos .empresas .blocos .bloco2 h2 {
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 30px;
}
body.lp-modelos .empresas .blocos .bloco2 ul {
  margin: 0;
  padding: 0;
}
body.lp-modelos .empresas .blocos .bloco2 ul li {
  color: #666565;
  font-family: "AvenirLTStd-Light";
  list-style: none;
  font-size: 1.5em;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
body.lp-modelos .empresas .blocos .bloco2 ul li:before {
  content: "";
  left: 0;
  width: 6px;
  top: 10px;
  height: 6px;
  position: absolute;
  background-color: #f37021;
  border-radius: 100%;
}
body.lp-modelos .empresas .blocos .bloco2 ul li:last-child {
  margin-bottom: 0;
}
body.lp-modelos .empresas .icons {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 75px;
  position: relative;
}
body.lp-modelos .empresas .icons:after {
  width: 67%;
  border: 3px dotted #f37021;
  height: 45px;
  position: absolute;
  content: "";
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  top: -35px;
}
body.lp-modelos .empresas .icons .icon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.3333%;
  background-color: #ededed;
  z-index: 2;
  position: relative;
}
body.lp-modelos .empresas .icons .icon:nth-of-type(1) ul li:after {
  left: -50px;
}
body.lp-modelos .empresas .icons .icon:nth-of-type(2):before {
  content: "";
  border: 3px dotted #f37021;
  width: 90px;
  height: 10px;
  margin: 0 auto;
  left: 7px;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  top: 11px;
  z-index: -2;
}
body.lp-modelos .empresas .icons .icon:nth-of-type(2):after {
  content: "";
  width: 100px;
  height: 13px;
  margin: 0 auto;
  left: 12px;
  background-color: #EEEEEE;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  z-index: -2;
  top: 15px;
}
body.lp-modelos .empresas .icons .icon:nth-of-type(2) ul, body.lp-modelos .empresas .icons .icon:nth-of-type(3) ul {
  padding-left: 40px;
}
body.lp-modelos .empresas .icons .icon ul {
  padding-left: 60px;
}
body.lp-modelos .empresas .icons .icon ul li {
  text-align: left;
  font-size: 1.25em;
  font-family: "AvenirLTStd-Light";
  margin-bottom: 27px;
  color: #484848;
  position: relative;
  list-style: none;
}
body.lp-modelos .empresas .icons .icon ul li:last-child:after {
  display: none;
}
body.lp-modelos .empresas .icons .icon ul li:after {
  width: 70px;
  height: 6px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  content: "";
  margin: 0 auto;
  background: url("../../lp-carta-1/sprite.png") no-repeat;
  background-position: 1px 1px;
}
body.lp-modelos .empresas .icons .icon h2 {
  color: #f37021;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 20px;
}
body.lp-modelos .empresas .icons .icon img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
body.lp-modelos .text-uppercase {
  text-transform: uppercase;
}
body.lp-modelos h2.title-main {
  text-align: center;
  color: #f37021;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 35px;
  font-weight: normal;
}
body.lp-modelos h2.title-main.title-align-left {
  text-align: left;
}
body.lp-modelos h2.title-main.title-align-center {
  text-align: center;
}
body.lp-modelos h2.title-main strong {
  font-family: "AvenirLTStd-Black";
}
body.lp-modelos h2.title-main2 {
  text-align: center;
  color: #f37021;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  font-size: 1.85em;
  margin-bottom: 35px;
  position: relative;
}
body.lp-modelos h2.title-main2 strong {
  font-family: "AvenirLTStd-Black";
}
body.lp-modelos p.align-center {
  text-align: center;
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  font-size: 17px;
}
body.lp-modelos p.align-center a {
  font-family: inherit;
  text-decoration: underline;
}
body.lp-modelos p.align-center a:hover {
  color: #f37021;
}
body.lp-modelos .separador {
  background: url("../../lp-carta-1/separador.png") no-repeat center;
  width: 69px;
  height: 7px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
body.lp-modelos a {
  text-align: center;
}
body.lp-modelos .text-info {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
body.lp-modelos .crescimento-marca {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #ededed;
  position: relative;
}
body.lp-modelos .sinonimo {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 0;
  background-color: #ededed;
}
body.lp-modelos .sinonimo p {
  padding-left: 63px;
  padding-right: 63px;
  text-align: justify;
}
body.lp-modelos .sinonimo .image {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
body.lp-modelos .sinonimo h2.title-main2 {
  margin-bottom: 15px;
}
body.lp-modelos .treinamento {
  height: 505px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  background: url("../../lp-carta-1/treinamento-de-novos-franqueados.jpg") no-repeat center;
  background-size: cover;
}
body.lp-modelos .treinamento .group {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
}
body.lp-modelos .treinamento .group h2 {
  color: #f37021;
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 40px;
  margin-bottom: 0;
  font-family: "AvenirLTStd-Black";
  opacity: 0.8;
}
body.lp-modelos .text-1 {
  padding-top: 75px;
  padding-bottom: 75px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #ededed;
}
body.lp-modelos .text-1 p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.lp-modelos .sobre {
  padding-top: 90px;
  padding-bottom: 90px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fbfbfb;
}
body.lp-modelos .sobre .image {
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}
body.lp-modelos .sobre .item {
  width: 27%;
  vertical-align: top;
  display: inline-block;
}
body.lp-modelos .sobre .item:last-child .wrapper:before {
  display: none;
}
body.lp-modelos .sobre .item.item1 {
  margin-right: 65px;
}
body.lp-modelos .sobre .item.item1 .title {
  margin-left: 100px;
}
body.lp-modelos .sobre .item.item1 .title strong {
  margin-left: 60px;
}
body.lp-modelos .sobre .item.item1 .image .group {
  background: url("../../lp-carta-1/face-1.jpg") no-repeat center;
}
body.lp-modelos .sobre .item.item2 {
  margin-right: 65px;
}
body.lp-modelos .sobre .item.item2 .title {
  margin-left: 160px;
}
body.lp-modelos .sobre .item.item2 .title strong {
  margin-left: 10px;
}
body.lp-modelos .sobre .item.item2 .image .group {
  background: url("../../lp-carta-1/face-2.jpg") no-repeat center;
}
body.lp-modelos .sobre .item.item3 {
  margin-right: 15px;
}
body.lp-modelos .sobre .item.item3 .title {
  margin-left: 130px;
}
body.lp-modelos .sobre .item.item3 .title strong {
  text-align: right;
  display: inline-block;
  width: 100%;
  padding-right: 25px;
}
body.lp-modelos .sobre .item.item3 .image .group {
  background: url("../../lp-carta-1/face-3.jpg") no-repeat center;
}
body.lp-modelos .sobre .item .title {
  font-family: "AvenirLTStd-Light";
  text-transform: uppercase;
  color: #f37021;
  font-size: 1.1em;
  line-height: 24px;
}
body.lp-modelos .sobre .item .title strong {
  font-family: "AvenirLTStd-Black";
  font-size: 1.35em;
}
body.lp-modelos .sobre .item .wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  border-radius: 10px;
  background-color: #FF710F;
  height: 365px;
  position: relative;
}
body.lp-modelos .sobre .item .wrapper:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: -58px;
  top: 125px;
  background: url("../../lp-carta-1/arrow-right.png") no-repeat center;
}
body.lp-modelos .sobre .item .wrapper ul {
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
body.lp-modelos .sobre .item .wrapper ul li {
  color: #fff;
  list-style: none;
  line-height: 21px;
  margin-bottom: 20px;
}
body.lp-modelos .sobre .item .wrapper ul li span {
  font-family: "AvenirLTStd-Light";
  font-size: 0.85em;
  position: relative;
}
body.lp-modelos .sobre .item .wrapper ul li span:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: -15px;
  top: 3px;
  border-radius: 100%;
}
body.lp-modelos .sobre .image {
  margin-top: 15px;
}
body.lp-modelos .sobre .group {
  width: 265px;
  height: 265px;
  display: block;
}
body.lp-modelos .sobre h2.title2 {
  margin-top: 45px;
  margin-bottom: 35px;
}
body.lp-modelos .sobre h2.title3 {
  margin-top: 60px;
  margin-bottom: 75px;
}
body.lp-modelos .beneficios-franqueado {
  padding-top: 75px;
  padding-bottom: 75px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #ededed;
}
body.lp-modelos .beneficios-franqueado .image {
  margin: 0 auto;
  display: block;
  margin-top: -90px;
}
body.lp-modelos .beneficios-franqueado h2.title-main {
  margin-left: 105px;
}
body.lp-modelos .beneficios-franqueado ul {
  margin-left: 40px;
}
body.lp-modelos .beneficios-franqueado .image2 {
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
body.lp-modelos .beneficios-franqueado ul li:before {
  width: 15px;
  height: 2px;
  position: absolute;
  left: -30px;
  top: 12px;
  background-color: #484848;
  content: "";
}
body.lp-modelos .formulario {
  padding-top: 80px;
  margin-top: 0;
}
body.lp-modelos .formulario h2.title-main {
  margin-top: 50px;
  margin-bottom: 70px;
}
body.lp-modelos .formulario p {
  text-align: left;
}
body.lp-modelos .formulario p.btn-p {
  text-align: center;
}
body.lp-modelos .formulario .btn-submit:after {
  background: url("../../lp-carta-1/btn-submit.png") no-repeat center;
}
body.lp-modelos .footer {
  margin-top: 45px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  background: #343434;
  display: inline-block;
}
body.lp-modelos .footer a {
  color: #fff;
}
body.lp-modelos .footer span {
  color: #fff;
  font-size: 0.9em;
}
body.lp-modelos ul li {
  color: #484848;
  font-family: "AvenirLTStd-Light";
  font-size: 1.4em;
  padding-top: 0;
  margin-top: 0;
  line-height: 30px;
  position: relative;
  list-style-type: none;
}
body.lp-modelos .slider-mobile {
  text-align: center;
}

@media screen and (min-width: 1185px) {
  body.lp-modelos .swiper-button-next,
body.lp-modelos .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 1185px) {
  body.lp-modelos h2.title-main2 {
    display: none;
  }
  body.lp-modelos .banner-lp h1.title-page br {
    display: none;
  }
  body.lp-modelos .icon-mobile {
    position: relative;
  }
  body.lp-modelos .icon-mobile:before {
    bottom: -12px;
    width: 41px;
    height: 23px;
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
    background: url("../../lp-carta-1/arrow-orange-mobile.png") no-repeat center;
  }
  body.lp-modelos p.align-center {
    font-size: 12px;
  }
  body.lp-modelos .center {
    width: 100%;
  }
  body.lp-modelos .btn-p {
    text-align: center;
  }
  body.lp-modelos .formulario {
    text-align: left;
    padding-top: 55px;
  }
  body.lp-modelos .formulario h2.title-main {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.lp-modelos .frase-rodape {
    display: inline-block;
  }
  body.lp-modelos .swiper-button-next {
    background: url("../../lp-carta-1/right-nav.png") no-repeat center;
  }
  body.lp-modelos .swiper-button-prev {
    background: url("../../lp-carta-1/left-nav.png") no-repeat center;
  }
  body.lp-modelos .text-info .center {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.lp-modelos .text-1 {
    background-color: #ededed;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  body.lp-modelos .treinamento {
    background: #ededed url("../../lp-carta-1/treinamento-mobile.png") no-repeat center;
    height: 390px;
  }
  body.lp-modelos .treinamento .group h2 {
    text-indent: -99999px;
    float: left;
    position: absolute;
    left: -1000px;
  }
  body.lp-modelos .sobre .center {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.lp-modelos .sobre h2.title3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body.lp-modelos .sobre .item {
    width: 100%;
    position: relative;
  }
  body.lp-modelos .sobre .item .wrapper {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    text-align: left;
    border-radius: 10px;
    background-color: #f37021;
    height: auto;
    position: relative;
    margin-left: 120px;
    padding-left: 20px;
    z-index: 2;
    margin-top: 55px;
  }
  body.lp-modelos .sobre .item .title {
    position: absolute;
    left: 205px;
    font-size: 1.3em;
  }
  body.lp-modelos .sobre .item .image {
    position: relative;
  }
  body.lp-modelos .sobre .item .image .group {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 255px;
    background-size: cover;
  }
  body.lp-modelos .sobre .item.item1, body.lp-modelos .sobre .item.item2, body.lp-modelos .sobre .item.item3 {
    margin-right: 0;
  }
  body.lp-modelos .sobre .item.item1 .title, body.lp-modelos .sobre .item.item2 .title, body.lp-modelos .sobre .item.item3 .title {
    margin-left: 0;
    margin-right: 0;
  }
  body.lp-modelos .sobre .item.item1 .title strong, body.lp-modelos .sobre .item.item2 .title strong, body.lp-modelos .sobre .item.item3 .title strong {
    margin-left: 20px;
  }
  body.lp-modelos .sobre .item.item1 .image .group {
    background: url("../../lp-carta-1/face-1.png") no-repeat center;
  }
  body.lp-modelos .sobre .item.item2 .title {
    right: 175px;
    text-align: right;
    width: 315px;
    left: inherit;
  }
  body.lp-modelos .sobre .item.item2 .title strong {
    right: 20px;
    position: relative;
  }
  body.lp-modelos .sobre .item.item2 .wrapper {
    margin-left: 0;
  }
  body.lp-modelos .sobre .item.item2 .image .group {
    background: url("../../lp-carta-1/face-2.png") no-repeat center;
    right: 0;
    left: inherit;
    transform: scaleX(-1);
  }
  body.lp-modelos .sobre .item.item3 .image .group {
    background: url("../../lp-carta-1/face-3.png") no-repeat center;
  }
  body.lp-modelos .sobre .item .wrapper:before {
    display: none;
  }
  body.lp-modelos .empresas .blocos .bloco1 {
    width: 48%;
  }
  body.lp-modelos .empresas .blocos .bloco1 img {
    width: 100px;
  }
  body.lp-modelos .empresas .blocos .bloco1 h2 {
    font-size: 1em;
  }
  body.lp-modelos .empresas .blocos .bloco1 h2:before {
    bottom: -62px;
    width: 106px;
  }
  body.lp-modelos .empresas .blocos .bloco1 h2:after {
    width: 115px;
    bottom: -59px;
  }
  body.lp-modelos .empresas .blocos .bloco2 {
    padding-left: 30px;
    width: 52%;
  }
  body.lp-modelos .empresas .blocos .bloco2 ul li {
    font-size: 1em;
  }
  body.lp-modelos .empresas .blocos .bloco2 h2 {
    font-size: 1em;
  }
  body.lp-modelos .empresas .blocos .bloco2 h2 br {
    display: none;
  }
  body.lp-modelos .empresas .icons .icon ul {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  body.lp-modelos .empresas .icons .icon ul li {
    font-size: 0.95em;
    text-align: center;
    line-height: 19px;
  }
  body.lp-modelos .empresas .icons .icon ul li:after {
    left: 0 !important;
    background-position: 1px -11px;
  }
  body.lp-modelos .empresas .icons .icon h2 {
    font-size: 1em;
  }
  body.lp-modelos .empresas .icons .icon img {
    width: 75px;
  }
  body.lp-modelos .empresas:after {
    display: none;
  }
  body.lp-modelos .beneficios-franqueado ul {
    margin-left: 0;
  }
  body.lp-modelos .beneficios-franqueado .image {
    margin-top: 0;
  }
  body.lp-modelos .beneficios-franqueado h2.title-main {
    margin-left: 0;
    text-align: center;
  }

  .destaque h2.title-destaque {
    text-indent: -9999px;
    position: absolute;
    left: 1000px;
  }
}
@media screen and (max-width: 815px) {
  body.lp-modelos .empresas .icons {
    margin-top: 55px;
  }
  body.lp-modelos .empresas .icons .icon:nth-of-type(2):before {
    width: 90px;
    top: 10px;
  }
}
@media screen and (max-width: 560px) {
  body.lp-modelos .destaque h3 {
    font-size: 1.2em;
  }
  body.lp-modelos .destaque h3 br {
    display: none;
  }
  body.lp-modelos .destaque h2.legend {
    margin-top: 25px;
  }
  body.lp-modelos ul li {
    font-size: 1em;
    line-height: 21px;
  }
  body.lp-modelos p {
    font-size: 1em;
    line-height: 21px;
  }
  body.lp-modelos h2.title-main {
    font-size: 1.1em;
  }
  body.lp-modelos h2.title-main2 {
    font-size: 1.3em;
  }
  body.lp-modelos .empreender h2.title-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.lp-modelos .empreender h2.title-bottom {
    font-size: 1em;
  }
  body.lp-modelos .empreender .text {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.lp-modelos .banner-lp {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.lp-modelos .banner-lp h1.title-page {
    font-size: 1.3em;
  }
  body.lp-modelos .banner-lp h1.title-page br {
    display: none;
  }
  body.lp-modelos .sobre {
    padding-bottom: 10px;
    padding-top: 55px;
  }
  body.lp-modelos .sobre .item.item1 .title {
    left: 110px;
  }
  body.lp-modelos .sobre .item.item2 .title {
    left: 20px;
    text-align: left;
    top: -10px;
    right: inherit;
  }
  body.lp-modelos .sobre .item.item2 .image .group {
    top: 4px;
  }
  body.lp-modelos .sobre .item.item2 .wrapper ul {
    margin-left: 15px;
  }
  body.lp-modelos .sobre .item.item3 .title {
    left: 150px;
    top: 10px;
  }
  body.lp-modelos .sobre .item.item3 .image .group {
    top: -5px;
  }
  body.lp-modelos .sobre .item .wrapper {
    width: calc(100% - 75px);
    margin-left: 75px;
    padding-left: 0;
    height: 152px;
  }
  body.lp-modelos .sobre .item .wrapper ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  body.lp-modelos .sobre .item .wrapper ul li {
    margin-bottom: 0;
    line-height: 19px;
  }
  body.lp-modelos .sobre .item .wrapper ul li span {
    font-size: 0.75em;
    line-height: 12px;
  }
  body.lp-modelos .sobre .item .wrapper ul li span:before {
    width: 2px;
    height: 2px;
  }
  body.lp-modelos .sobre .item .image .group {
    width: 200px;
    background-size: contain !important;
    height: 215px;
    left: -15px;
  }
  body.lp-modelos .sinonimo .image {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.lp-modelos .sinonimo p {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.lp-modelos .treinamento {
    background: #ededed url(../../lp-carta-1/treinamento-mobile.png) no-repeat center;
    height: 235px;
    background-size: contain;
  }
  body.lp-modelos .text-info {
    padding-top: 55px;
  }
  body.lp-modelos .empresas {
    padding-bottom: 30px;
  }
  body.lp-modelos .empresas h2.title {
    font-size: 1em;
    height: auto;
    padding-left: 30px;
  }
  body.lp-modelos .empresas h2.title:before {
    display: none;
  }
  body.lp-modelos .empresas h2.title-bottom {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.1em;
  }
  body.lp-modelos .empresas .icons {
    margin-top: 95px;
  }
  body.lp-modelos .empresas .blocos {
    margin-top: 40px;
  }
  body.lp-modelos .empresas .blocos .bloco2 h2 {
    margin-bottom: 5px;
  }
  body.lp-modelos .empresas .blocos .bloco2 ul li {
    font-size: 0.95em;
    margin-bottom: 15px;
  }
  body.lp-modelos .empresas .blocos .bloco2 ul li br {
    display: none;
  }
  body.lp-modelos .beneficios-franqueado {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.lp-modelos .beneficios-franqueado .image,
body.lp-modelos .beneficios-franqueado .image2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.lp-modelos .beneficios-franqueado .center {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.lp-modelos .beneficios-franqueado ul li:before {
    width: 10px;
    height: 1px;
  }
}
@media screen and (max-width: 420px) {
  body.lp-modelos .empresas .icons .icon h2 {
    font-size: 0.8em;
  }
  body.lp-modelos .empresas .blocos .bloco1 h2 {
    font-size: 0.95em;
  }
  body.lp-modelos .empresas .blocos .bloco1 img {
    width: 70px;
  }
  body.lp-modelos .empresas .blocos .bloco2 h2 {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  body.lp-modelos .empresas .blocos .bloco2 ul li {
    font-size: 0.75em;
    padding-left: 0;
    margin-bottom: 6px;
  }
  body.lp-modelos .empresas .blocos .bloco2 ul li:before {
    width: 4px;
    height: 4px;
    left: -15px;
  }
}
@media only screen and (max-width: 558px) and (min-width: 420px) {
  body.lp-modelos .empresas .blocos .bloco1 h2:before {
    bottom: -45px;
    width: 65px;
  }
  body.lp-modelos .empresas .blocos .bloco1 h2:after {
    width: 80px;
    bottom: -45px;
  }
}
@media only screen and (max-width: 815px) and (min-width: 770px) {
  body.lp-modelos .empresas .blocos .bloco1 h2:before {
    bottom: -52px;
    width: 80px;
  }
  body.lp-modelos .empresas .blocos .bloco1 h2:after {
    width: 98px;
    bottom: -45px;
  }
}

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