@font-face {
  font-family: "icons";
  src: url('../fonts/icons.eot');
  src: url('../fonts/icons.eot?#iefix') format('eot'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-base-pseudo,
.icon-alarme:before,
.icon-app-gestao-incidentes:before,
.icon-arrow-bottom:before,
.icon-assistente-virtual:before,
.icon-celular:before,
.icon-close:before,
.icon-coleta:before,
.icon-cultura:before,
.icon-digital:before,
.icon-email:before,
.icon-escola:before,
.icon-estrategia:before,
.icon-experiencia-de-atendimento:before,
.icon-fone:before,
.icon-geolocalizacao:before,
.icon-gerencie:before,
.icon-globo-lupa:before,
.icon-globo:before,
.icon-informacoes:before,
.icon-novos-negocios:before,
.icon-produtividade:before,
.icon-rapidez:before,
.icon-senior:before,
.icon-skype:before,
.icon-tecnologia:before,
.icon-vigilante:before,
.icon-whatsapp:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alarme:before {
  content: "\E001";
}
.icon-app-gestao-incidentes:before {
  content: "\E002";
}
.icon-arrow-bottom:before {
  content: "\E003";
}
.icon-assistente-virtual:before {
  content: "\E004";
}
.icon-celular:before {
  content: "\E005";
}
.icon-close:before {
  content: "\E006";
}
.icon-coleta:before {
  content: "\E007";
}
.icon-cultura:before {
  content: "\E008";
}
.icon-digital:before {
  content: "\E009";
}
.icon-email:before {
  content: "\E00A";
}
.icon-escola:before {
  content: "\E00B";
}
.icon-estrategia:before {
  content: "\E00C";
}
.icon-experiencia-de-atendimento:before {
  content: "\E00D";
}
.icon-fone:before {
  content: "\E00E";
}
.icon-geolocalizacao:before {
  content: "\E00F";
}
.icon-gerencie:before {
  content: "\E010";
}
.icon-globo-lupa:before {
  content: "\E011";
}
.icon-globo:before {
  content: "\E012";
}
.icon-informacoes:before {
  content: "\E013";
}
.icon-novos-negocios:before {
  content: "\E014";
}
.icon-produtividade:before {
  content: "\E015";
}
.icon-rapidez:before {
  content: "\E016";
}
.icon-senior:before {
  content: "\E017";
}
.icon-skype:before {
  content: "\E018";
}
.icon-tecnologia:before {
  content: "\E019";
}
.icon-vigilante:before {
  content: "\E01A";
}
.icon-whatsapp:before {
  content: "\E01B";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/****
    *
    * LP CRM - Senior
    *
    ****/
body.senior-incidentes {
  font-family: "jaf-domus", sans-serif;
  font-variant-numeric: lining-nums;
  padding: 0 0 68px;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes {
    padding: 0 0 49px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes {
    padding: 0 0 59px;
  }
}
body.senior-incidentes .section-crm {
  height: 800px;
  overflow: hidden;
  background: #f4efe4 url(../images/bg.jpg) center top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm {
    height: 550px;
    background-size: auto 550px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-crm {
    background-image: url(../images/bg-mob.jpg);
    height: auto;
    background-size: 100%;
  }
}
body.senior-incidentes .section-crm .nav-topo {
  margin: 55px 0 0 0;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .nav-topo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .nav-topo {
    margin: 45px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-crm .nav-topo {
    margin: 15px 0 0 0;
  }
}
body.senior-incidentes .section-crm .nav-topo .logo-senior {
  width: 139px;
  height: 46px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .nav-topo .logo-senior {
    width: 126px;
    height: 40px;
  }
  body.senior-incidentes .section-crm .nav-topo .logo-senior img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-crm .nav-topo .logo-senior {
    width: 105px;
    height: 34px;
  }
  body.senior-incidentes .section-crm .nav-topo .logo-senior img {
    height: 32px;
  }
}
body.senior-incidentes .section-crm .nav-topo ul {
  list-style: none;
  color: #FFFFFF;
  padding: 10px 0 10px 100px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 1400px) {
  body.senior-incidentes .section-crm .nav-topo ul {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body.senior-incidentes .section-crm .nav-topo ul {
    padding-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  body.senior-incidentes .section-crm .nav-topo ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .nav-topo ul {
    display: none;
  }
}
body.senior-incidentes .section-crm .nav-topo ul li {
  float: left;
  margin-right: 70px;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .nav-topo ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1290px) {
  body.senior-incidentes .section-crm .nav-topo ul li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .nav-topo ul li {
    padding: 10px 0;
    margin-right: 5px;
  }
}
body.senior-incidentes .section-crm .nav-topo ul li a {
  display: block;
}
body.senior-incidentes .section-crm .nav-topo ul li a,
body.senior-incidentes .section-crm .nav-topo ul li a:hover,
body.senior-incidentes .section-crm .nav-topo ul li a:focus,
body.senior-incidentes .section-crm .nav-topo ul li a:active {
  color: #FFFFFF !important;
}
body.senior-incidentes .section-crm .nav-topo ul li:last-child {
  margin-right: 0;
}
body.senior-incidentes .section-crm .nav-topo ul li .icon {
  float: left;
  font-size: 16px;
  padding: 12px 10px 12px 20px;
}
@media screen and (max-width: 1199px) {
  body.senior-incidentes .section-crm .nav-topo ul li .icon {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  body.senior-incidentes .section-crm .nav-topo ul li .icon {
    font-size: 20px;
    padding: 8px 10px;
  }
}
body.senior-incidentes .section-crm .nav-topo ul li .label {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  float: left;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .nav-topo ul li .label {
    font-size: 10px;
  }
}
body.senior-incidentes .section-crm .nav-topo ul li .label:active,
body.senior-incidentes .section-crm .nav-topo ul li .label:hover,
body.senior-incidentes .section-crm .nav-topo ul li .label:focus {
  color: #FFFFFF;
  text-decoration: none;
}
body.senior-incidentes .section-crm .nav-topo ul li .label small {
  font-size: 10px;
}
body.senior-incidentes .section-crm .nav-topo ul li .label p {
  margin: 0;
}
body.senior-incidentes .section-crm .title {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  margin: 70px 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 0.9;
}
body.senior-incidentes .section-crm .title b {
  font-weight: 800;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .title {
    font-size: 50px;
    line-height: 45px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .title {
    font-size: 45px;
    line-height: 40px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-crm .title {
    font-size: 30px;
    line-height: 1;
    margin: 100px 0 10px 0;
  }
}
body.senior-incidentes .section-crm .title.title-white {
  color: #fff;
}
body.senior-incidentes .section-crm .title-mob {
  color: #6d6e70;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 20px 0 5px;
  padding: 0;
  text-transform: uppercase;
}
body.senior-incidentes .section-crm .title-mob b {
  font-weight: 700;
}
body.senior-incidentes .section-crm .title-mob b.orange {
  color: #ff8200;
}
body.senior-incidentes .section-crm .subtitle {
  color: #00ecb7;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
}
body.senior-incidentes .section-crm .subtitle.subtitle-white {
  color: #fff;
}
body.senior-incidentes .section-crm ol {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
  width: 320px;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm ol {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm ol {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-crm ol {
    width: 100%;
    padding: 0 40px 0 20px;
  }
}
body.senior-incidentes .section-crm ol li {
  margin: 0;
  padding: 3px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  height: 50px;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm ol li {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm ol li {
    font-size: 14px;
    line-height: 15px;
  }
}
body.senior-incidentes .section-crm ol li + li {
  margin-top: 30px;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm ol li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm ol li + li {
    margin-top: 15px;
  }
}
body.senior-incidentes .section-crm ol li .icon {
  height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  color: #00ecb7;
  margin: -3px 20px 0 0;
  font-size: 50px;
  float: left;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm ol li .icon {
    margin: -3px 20px 0 0;
    height: 40px;
    width: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm ol li .icon {
    margin: -3px 20px 0 0;
    height: 40px;
    width: 40px;
    font-size: 40px;
  }
}
body.senior-incidentes .section-crm .formulario {
  height: auto;
  margin: 0 -30px 0;
  background: #ff8200;
  padding: 40px 30px 30px;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .formulario {
    margin: 0 -30px 0;
    padding: 40px 25px 30px;
  }
}
@media screen and (max-width: 1024px) {
  body.senior-incidentes .section-crm .formulario {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .formulario {
    padding: 30px 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-crm .formulario {
    margin: 20px -15px 0;
  }
}
body.senior-incidentes .section-crm .formulario .title-h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .formulario .title-h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .formulario .title-h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
body.senior-incidentes .section-crm .formulario .title-h2 b {
  font-weight: 700;
}
body.senior-incidentes .section-crm .formulario .subtitle-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 40px;
  padding: 0;
}
@media screen and (max-width: 1240px) {
  body.senior-incidentes .section-crm .formulario .subtitle-2 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .formulario .subtitle-2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .formulario .subtitle-2 {
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 15px;
  }
}
body.senior-incidentes .section-crm .formulario .form-input {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  border-radius: 0;
  padding: 0;
  outline: none;
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .formulario .form-input {
    height: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .formulario .form-input {
    height: 38px;
    line-height: 38px;
  }
}
body.senior-incidentes .section-crm .formulario .form-input::-webkit-input-placeholder {
  color: #fff;
}
body.senior-incidentes .section-crm .formulario .form-input::-moz-placeholder {
  color: #fff;
}
body.senior-incidentes .section-crm .formulario .form-input:-ms-input-placeholder {
  color: #fff;
}
body.senior-incidentes .section-crm .formulario .form-input:-moz-placeholder {
  color: #fff;
}
body.senior-incidentes .section-crm .formulario .form-input.error {
  border-bottom: 1px solid #d04646;
  color: #d04646;
}
body.senior-incidentes .section-crm .formulario .form-input.error::-webkit-input-placeholder {
  color: #d04646;
}
body.senior-incidentes .section-crm .formulario .form-input.error::-moz-placeholder {
  color: #d04646;
}
body.senior-incidentes .section-crm .formulario .form-input.error:-ms-input-placeholder {
  color: #d04646;
}
body.senior-incidentes .section-crm .formulario .form-input.error:-moz-placeholder {
  color: #d04646;
}
body.senior-incidentes .section-crm .formulario .experimentar {
  display: table;
  width: 100%;
}
body.senior-incidentes .section-crm .formulario .btn {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 60px;
  border-radius: 0;
  line-height: 21px;
  white-space: inherit;
  padding: 0 15px;
  width: 100%;
  background: #00958b;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 30px 0 0;
  font-variant-numeric: lining-nums;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .formulario .btn {
    margin: 20px 0 0;
    height: 40px;
    line-height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .formulario .btn {
    margin: 10px 0 0;
    height: 40px;
    font-size: 14px;
  }
}
body.senior-incidentes .section-crm .formulario.first-step .first-step {
  display: block;
}
body.senior-incidentes .section-crm .formulario.first-step .segund-step {
  display: none;
}
body.senior-incidentes .section-crm .formulario.segund-step {
  margin: 0 -30px;
}
body.senior-incidentes .section-crm .formulario.segund-step .first-step {
  display: none;
}
body.senior-incidentes .section-crm .formulario.segund-step .segund-step {
  display: block;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .section-crm .formulario.segund-step {
    margin: 0 -30px 0;
  }
}
@media screen and (max-width: 1024px) {
  body.senior-incidentes .section-crm .formulario.segund-step {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-crm .formulario.segund-step {
    margin: 0 -30px 0;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-crm .formulario.segund-step {
    margin: 20px -15px 0;
  }
}
body.senior-incidentes .section-passos {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos {
    padding: 40px 0;
  }
}
body.senior-incidentes .section-passos .title-h2 {
  font-size: 30px;
  color: #6e6e6e;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-passos .title-h2 {
    font-size: 18px;
  }
}
body.senior-incidentes .section-passos p {
  color: #6e6e6e;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-passos p {
    font-size: 14px;
  }
}
body.senior-incidentes .section-passos .vitrine-passos {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .vitrine-passos {
    margin-top: 10px;
  }
}
body.senior-incidentes .section-passos .vitrine-passos:before {
  content: '';
  display: block;
  height: 15px;
  width: 80%;
  background: #f4efe4;
  position: absolute;
  top: 70px;
  left: 10%;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-passos .vitrine-passos:before {
    top: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .vitrine-passos:before {
    width: 5px;
    height: 90%;
    top: 5%;
    left: 27.5px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .vitrine-passos .bloco-passo {
    display: table;
    margin-top: 15px;
  }
}
body.senior-incidentes .section-passos .vitrine-passos .bloco-passo .figura {
  margin: 0 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-passos .vitrine-passos .bloco-passo .figura img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .vitrine-passos .bloco-passo .figura {
    display: table-cell;
    width: 60px;
  }
}
body.senior-incidentes .section-passos .vitrine-passos .bloco-passo p {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .vitrine-passos .bloco-passo p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 25px;
  }
}
body.senior-incidentes .section-passos hr {
  border-top: 2px dashed #c5c5c5;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos hr {
    margin: 40px 0;
  }
}
body.senior-incidentes .section-passos .bloco-figure {
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-passos .bloco-figure {
    padding-right: 0;
  }
}
body.senior-incidentes .section-passos .bloco-figure:before,
body.senior-incidentes .section-passos .bloco-figure:after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
}
body.senior-incidentes .section-passos .bloco-figure:before {
  background-image: url(../images/zoom-topo.png);
  top: 10%;
  left: 8%;
}
body.senior-incidentes .section-passos .bloco-figure:after {
  background-image: url(../images/zoom-baixo.png);
  bottom: 10%;
  right: 10%;
}
body.senior-incidentes .section-passos .bloco-figure .texto {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  width: 320px;
  left: 50%;
  margin-left: -160px;
}
@media screen and (min-width: 1367px) {
  body.senior-incidentes .section-passos .bloco-figure .texto {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .bloco-figure .texto {
    transform: scale(0.8);
  }
}
body.senior-incidentes .section-passos .bloco-figure .texto strong {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
}
body.senior-incidentes .section-passos .bloco-figure .texto p {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
}
body.senior-incidentes .section-passos .bloco-figure .figura {
  margin: 0;
}
body.senior-incidentes .section-passos .bloco-figure .figura img {
  width: 100%;
}
body.senior-incidentes .section-passos .bloco-funcoes {
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  body.senior-incidentes .section-passos .bloco-funcoes {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .bloco-funcoes {
    margin-top: 25px;
  }
}
body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao {
  padding-left: 90px;
  position: relative;
  min-height: 65px;
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao {
    padding: 90px 40px 0;
    text-align: center;
  }
}
body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao i {
  font-size: 65px;
  position: absolute;
  left: 0;
  color: #00c89b;
  height: 65px;
  line-height: 65px;
  display: block;
  width: 60px;
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao i {
    margin-left: -30px;
    left: 50%;
    top: 0;
  }
}
body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao strong {
  font-size: 16px;
  color: #6e6e6e;
  text-transform: uppercase;
}
body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao p {
  margin: 0;
}
body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao + .bloco-funcao {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-passos .bloco-funcoes .bloco-funcao + .bloco-funcao {
    margin-top: 25px;
  }
}
body.senior-incidentes .section-garanta .bloco-garanta {
  padding: 60px;
  background: #f4efe4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-garanta .bloco-garanta {
    padding: 40px 25px;
  }
}
body.senior-incidentes .section-garanta .bloco-garanta .title-h2 {
  font-size: 30px;
  color: #00c89b;
  text-align: center;
  line-height: 28px;
}
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta {
    margin: 20px 0 0 0;
  }
}
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez {
  position: relative;
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez {
    margin: 80px 0;
  }
}
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:after,
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:before {
  content: '•••';
  position: absolute;
  font-size: 30px;
  color: #6e6e6e;
  top: 50px;
  letter-spacing: 10px;
  font-weight: 800;
  line-height: 1;
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:after,
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:before {
    font-size: 25px;
    width: 50px;
    top: 35px;
  }
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:after,
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:after {
  right: -37px;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:after {
    right: -32px;
  }
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:after {
    right: auto;
    left: 50%;
    margin-left: -14px;
    top: auto;
    bottom: -58px;
  }
}
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:before {
  left: -37px;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:before {
    left: -32px;
  }
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta.item-rapidez:before {
    left: 50%;
    top: -49px;
    margin-left: -14px;
  }
}
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta i {
  font-size: 85px;
  height: 85px;
  color: #1d5251;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta i {
    font-size: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 574px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta i {
    margin-bottom: 15px;
  }
}
body.senior-incidentes .section-garanta .bloco-garanta .item-garanta p {
  font-size: 16px;
  color: #6e6e6e;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .section-garanta .bloco-garanta .item-garanta p {
    font-size: 14px;
    width: 160px;
  }
}
body.senior-incidentes .footer {
  height: 70px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #666666;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .footer {
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  body.senior-incidentes .footer {
    height: 60px;
  }
}
body.senior-incidentes .footer .interessado {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  width: 242px;
  display: inline-block;
  margin: 20px 0 0 130px;
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 1599px) {
  body.senior-incidentes .footer .interessado {
    margin: 20px 0 0 100px;
  }
}
@media screen and (max-width: 1199px) {
  body.senior-incidentes .footer .interessado {
    margin: 20px 0 0 30px;
    width: 232px;
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .footer .interessado {
    margin: 12px 0 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  body.senior-incidentes .footer .interessado {
    margin: 12px 0 0 30px;
  }
}
@media screen and (max-width: 992px) {
  body.senior-incidentes .footer .interessado {
    font-size: 12px;
    line-height: 12px;
    width: 202px;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 850px) {
  body.senior-incidentes .footer .interessado {
    font-size: 11px;
    line-height: 11px;
    width: 170px;
    padding: 0 22px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .footer .interessado {
    font-size: 12px;
    line-height: 12px;
    width: 202px;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  body.senior-incidentes .footer .interessado {
    font-size: 0;
    margin: 14px auto 5px;
    display: block;
    height: 40px;
  }
}
body.senior-incidentes .footer .interessado b {
  display: block;
  color: #ff8400;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  body.senior-incidentes .footer .interessado b {
    font-size: 14px;
    line-height: 12px;
  }
}
@media screen and (max-width: 850px) {
  body.senior-incidentes .footer .interessado b {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .footer .interessado b {
    font-size: 14px;
    line-height: 12px;
  }
}
@media screen and (max-width: 575px) {
  body.senior-incidentes .footer .interessado b {
    font-size: 14px;
  }
}
body.senior-incidentes .footer .interessado .bt {
  height: 21px;
  width: 21px;
  background: #b3b3b3;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  right: 0;
  text-align: center;
  line-height: 20px;
}
body.senior-incidentes .footer .interessado .bt .icon-arrow-bottom {
  color: #fff;
  font-size: 6px;
}
@media screen and (max-width: 575px) {
  body.senior-incidentes .footer .interessado .bt .icon-arrow-bottom {
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  body.senior-incidentes .footer .interessado .bt {
    top: 6px;
  }
}
body.senior-incidentes .footer a.contato {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  display: block;
  vertical-align: top;
  margin: 30px auto 0;
  text-decoration: none;
}
body.senior-incidentes .footer a.contato b {
  font-weight: 600;
}
body.senior-incidentes .footer a.contato i {
  font-size: 16px;
  color: #fff;
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  line-height: 14px;
}
body.senior-incidentes .footer a.contato.email {
  width: 133px;
}
body.senior-incidentes .footer a.contato.faleconosco {
  width: 220px;
}
body.senior-incidentes .footer a.contato.whatsapp {
  width: 197px;
}
body.senior-incidentes .footer a.contato.skype {
  width: 163px;
}
@media screen and (max-width: 1599px) {
  body.senior-incidentes .footer a.contato i {
    margin: 0 5px 0 0;
  }
  body.senior-incidentes .footer a.contato.email {
    width: 128px;
  }
  body.senior-incidentes .footer a.contato.faleconosco {
    width: 120px;
  }
  body.senior-incidentes .footer a.contato.whatsapp {
    width: 120px;
  }
  body.senior-incidentes .footer a.contato.skype {
    width: 115px;
  }
  body.senior-incidentes .footer a.contato.faleconosco,
  body.senior-incidentes .footer a.contato.whatsapp,
  body.senior-incidentes .footer a.contato.skype {
    margin: 20px auto 0;
  }
  body.senior-incidentes .footer a.contato.faleconosco b,
  body.senior-incidentes .footer a.contato.whatsapp b,
  body.senior-incidentes .footer a.contato.skype b {
    display: block;
  }
  body.senior-incidentes .footer a.contato.faleconosco i,
  body.senior-incidentes .footer a.contato.whatsapp i,
  body.senior-incidentes .footer a.contato.skype i {
    float: left;
    margin: 6px 5px 0 0;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .footer a.contato {
    margin: 17px auto 0;
    font-size: 12px;
    font-weight: 400;
  }
  body.senior-incidentes .footer a.contato.faleconosco,
  body.senior-incidentes .footer a.contato.whatsapp,
  body.senior-incidentes .footer a.contato.skype {
    margin: 13px auto 0;
  }
}
@media screen and (max-width: 992px) {
  body.senior-incidentes .footer a.contato {
    font-size: 12px;
    line-height: 12px;
  }
  body.senior-incidentes .footer a.contato i {
    font-size: 14px;
    line-height: 12px;
  }
  body.senior-incidentes .footer a.contato.email {
    width: 112px;
    margin: 25px auto 0;
  }
  body.senior-incidentes .footer a.contato.faleconosco {
    width: 100px;
  }
  body.senior-incidentes .footer a.contato.whatsapp {
    width: 103px;
  }
  body.senior-incidentes .footer a.contato.skype {
    width: 98px;
  }
}
@media screen and (max-width: 852px) {
  body.senior-incidentes .footer a.contato {
    font-size: 10px;
  }
  body.senior-incidentes .footer a.contato.email {
    width: 99px;
  }
  body.senior-incidentes .footer a.contato.faleconosco {
    width: 90px;
  }
  body.senior-incidentes .footer a.contato.whatsapp {
    width: 90px;
  }
  body.senior-incidentes .footer a.contato.skype {
    width: 86px;
  }
}
@media screen and (max-width: 767px) {
  body.senior-incidentes .footer a.contato span {
    display: none;
  }
  body.senior-incidentes .footer a.contato.email,
  body.senior-incidentes .footer a.contato.faleconosco,
  body.senior-incidentes .footer a.contato.whatsapp,
  body.senior-incidentes .footer a.contato.skype {
    width: 30px;
    height: 30px;
  }
  body.senior-incidentes .footer a.contato.email i,
  body.senior-incidentes .footer a.contato.faleconosco i,
  body.senior-incidentes .footer a.contato.whatsapp i,
  body.senior-incidentes .footer a.contato.skype i {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body.senior-incidentes .footer a.contato.email,
  body.senior-incidentes .footer a.contato.faleconosco,
  body.senior-incidentes .footer a.contato.whatsapp,
  body.senior-incidentes .footer a.contato.skype {
    width: 45px;
    height: 20px;
    margin: 2px 0 0;
    display: inline-block;
  }
  body.senior-incidentes .footer a.contato.email i,
  body.senior-incidentes .footer a.contato.faleconosco i,
  body.senior-incidentes .footer a.contato.whatsapp i,
  body.senior-incidentes .footer a.contato.skype i {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
  }
}
body.senior-incidentes .footer .senior {
  margin: 10px 0 0 5%;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .footer .senior {
    margin: 5px 0 0 5%;
  }
}
body.senior-incidentes .footer .senior i {
  font-size: 40px;
  color: #fff;
  margin: 0;
  vertical-align: middle;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  body.senior-incidentes .footer .senior i {
    font-size: 35px;
  }
}
@media screen and (max-width: 992px) {
  body.senior-incidentes .footer .senior {
    margin: 10px 0 0 0;
  }
  body.senior-incidentes .footer .senior i {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.senior-incidentes .footer .senior {
    transition: all .5s ease;
  }
  body.senior-incidentes .footer .senior:hover i {
    color: #00c89b;
  }
}
@media screen and (max-width: 575px) {
  body.senior-incidentes .footer .senior {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  body.senior-incidentes .footer .hidden-footer {
    display: none;
  }
  body.senior-incidentes .footer .bg-senior {
    background: #7d7d7d;
  }
}
.btn-senior {
  color: #00826d;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #00826d;
  font-size: 12px;
  outline: 0;
  padding: 0 15px;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.modal {
  z-index: 6;
  position: absolute;
  top: 100px;
  background: #e5eaea;
  padding: 25px;
  width: 90%;
  left: 50% !important;
  margin: 0 0 0 -150px;
  top: -200%;
  opacity: 0;
  display: none;
  max-width: 300px;
  height: 290px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.3);
}
.modal .modal-title {
  border-bottom: 1px solid #ced7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #033;
  position: relative;
  display: table;
  width: 100%;
}
.modal .modal-title .icon-check {
  color: #00826d;
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  top: 3px;
}
.modal .modal-title span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 100%;
}
.modal .modal-body p {
  margin-bottom: 15px;
  color: #513544;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
}
.modal .modal-body .btn {
  padding: 0 60px;
  width: 100%;
}
.modal .modal-body figure {
  text-align: center;
}
.modal .modal-body figure img {
  display: inline-block;
}
.modal .modal-close {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: transparent;
  border: 0;
  outline: none;
  display: table-cell;
  transition: background 0.2s ease-in-out;
}
.modal .modal-close .icon-close {
  color: #00826d;
  font-size: 12px;
  transition: color 0.2s ease-in-out;
}
.modal .modal-close:hover {
  background: #00826d;
}
.modal .modal-close:hover i {
  color: #FFFFFF;
}
.modal .modal-close:hover,
.overlay {
  background: #00826d;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 5;
  display: none;
}
#modal-formulario,
#modal-formulario-canais {
  border-radius: 5px;
}
@media (min-width: 576px) {
  #modal-formulario,
  #modal-formulario-canais {
    max-width: 610px;
  }
}
@media (max-width: 575px) {
  #modal-formulario,
  #modal-formulario-canais {
    padding: 30px;
  }
}
#modal-formulario input,
#modal-formulario-canais input,
#modal-formulario select,
#modal-formulario-canais select,
#modal-formulario textarea,
#modal-formulario-canais textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd7e0;
  border-radius: 6px;
  background-color: #ffffff;
  width: 100%;
  font-size: 16px;
  color: #798593;
  line-height: 1.2;
  text-align: left;
  padding: 0px 22px;
  margin-bottom: 20px;
}
#modal-formulario input::-webkit-input-placeholder,
#modal-formulario-canais input::-webkit-input-placeholder,
#modal-formulario select::-webkit-input-placeholder,
#modal-formulario-canais select::-webkit-input-placeholder,
#modal-formulario textarea::-webkit-input-placeholder,
#modal-formulario-canais textarea::-webkit-input-placeholder,
#modal-formulario input:-ms-input-placeholder,
#modal-formulario-canais input:-ms-input-placeholder,
#modal-formulario select:-ms-input-placeholder,
#modal-formulario-canais select:-ms-input-placeholder,
#modal-formulario textarea:-ms-input-placeholder,
#modal-formulario-canais textarea:-ms-input-placeholder,
#modal-formulario input::placeholder,
#modal-formulario-canais input::placeholder,
#modal-formulario select::placeholder,
#modal-formulario-canais select::placeholder,
#modal-formulario textarea::placeholder,
#modal-formulario-canais textarea::placeholder {
  color: #798593 !important;
}
#modal-formulario input,
#modal-formulario-canais input,
#modal-formulario select,
#modal-formulario-canais select {
  height: 48px;
}
#modal-formulario input[type=checkbox],
#modal-formulario-canais input[type=checkbox] {
  height: auto;
  width: auto;
}
#modal-formulario textarea,
#modal-formulario-canais textarea {
  height: 100px;
  padding: 10px 22px;
}
#modal-formulario .select,
#modal-formulario-canais .select {
  margin-bottom: 20px;
  position: relative;
}
#modal-formulario .select select,
#modal-formulario-canais .select select {
  margin-bottom: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#modal-formulario .select select::-ms-expand,
#modal-formulario-canais .select select::-ms-expand {
  display: none;
}
#modal-formulario .select:before,
#modal-formulario-canais .select:before,
#modal-formulario .select:after,
#modal-formulario-canais .select:after {
  content: "";
  border: solid #6E6E6E;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  z-index: 0;
  right: 20px;
}
#modal-formulario .select:before,
#modal-formulario-canais .select:before {
  bottom: 23px;
  transform: rotate(-135deg);
}
#modal-formulario .select:after,
#modal-formulario-canais .select:after {
  bottom: 17px;
  transform: rotate(45deg);
}
#modal-formulario label.termos,
#modal-formulario-canais label.termos {
  display: block;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #798593;
  line-height: 1.2;
}
#modal-formulario label.termos label.error,
#modal-formulario-canais label.termos label.error {
  position: absolute;
  margin: 0;
  bottom: 5px;
  left: 20px;
  z-index: 0;
}
#modal-formulario label.termos input,
#modal-formulario-canais label.termos input {
  margin: 0 6px 0 0;
}
#modal-formulario label.error,
#modal-formulario-canais label.error {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #f00;
  font-size: 12px;
  line-height: 100%;
  display: block;
  z-index: 1;
  position: relative;
  margin-left: 5px;
}
#modal-formulario .g-recaptcha,
#modal-formulario-canais .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
#modal-formulario #hiddenRecaptcha-error,
#modal-formulario-canais #hiddenRecaptcha-error,
#modal-formulario #hiddenRecaptchaModal-error,
#modal-formulario-canais #hiddenRecaptchaModal-error {
  text-align: center;
  margin-left: 0;
}
#modal-formulario #cf_check_termos_de_privacidade-error,
#modal-formulario-canais #cf_check_termos_de_privacidade-error {
  bottom: -18px;
  left: 0;
}
#modal-formulario .button-orange,
#modal-formulario-canais .button-orange {
  font-size: 18px;
  background: #eb5b29;
  background: -moz-linear-gradient(left, #eb5b29 0%, #ee7c17 100%);
  background: -webkit-linear-gradient(left, #eb5b29 0%, #ee7c17 100%);
  background: linear-gradient(to right, #eb5b29 0%, #ee7c17 100%);
  margin: 15px auto 0;
  display: block;
}
#modal-formulario .button-orange .icon,
#modal-formulario-canais .button-orange .icon {
  width: 13px;
  height: 13px;
  fill: #fff;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #modal-formulario .button-orange,
  #modal-formulario-canais .button-orange {
    font-size: 17px !important;
  }
}
@media (max-width: 575px) {
  #modal-formulario .button-orange,
  #modal-formulario-canais .button-orange {
    font-size: 16px !important;
  }
}
.solution-title22 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #6e6e6e;
  display: block;
  padding: 0;
}
input[type=checkbox] {
  display: inline-block;
}
.button-green,
.button-orange,
.button-purple {
  display: inline-block;
  height: 42px;
  background: #6E6E6E;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 5px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.modal-form {
  display: block;
  height: 250px;
  width: 450px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -225px;
  background: #fff;
  border-radius: 20px;
  z-index: 999999;
  padding: 30px;
}
@media (max-width: 600px) {
  .modal-form {
    height: 192px;
    width: 280px;
    margin: -100px 0 0 -140px;
    border-radius: 10px;
    padding: 20px;
  }
}
.modal-form .icon {
  display: block;
  height: 60px;
  width: 60px;
  fill: #00c79b;
  margin: 0 auto 20px;
}
@media (max-width: 600px) {
  .modal-form .icon {
    height: 40px;
    width: 40px;
    margin: 0 auto 15px;
  }
}
.modal-form .title {
  display: block;
  color: #008269;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .modal-form .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.modal-form .subtitle {
  display: block;
  color: #6E6E6E;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .modal-form .subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}
.modal-form .button-orange {
  display: block;
  width: 130px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .modal-form .button-orange {
    width: 100px;
  }
}
.modal-form .button-close {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: #fff;
  padding: 0;
}
@media (max-width: 600px) {
  .modal-form .button-close {
    top: 10px;
    right: 10px;
  }
}
.modal-form .button-close > span {
  display: block;
  height: 100%;
  width: 100%;
}
.modal-form .button-close > span:after,
.modal-form .button-close > span:before {
  content: '';
  height: 30px;
  width: 2px;
  background: #6E6E6E;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 15px;
}
@media (max-width: 600px) {
  .modal-form .button-close > span:after,
  .modal-form .button-close > span:before {
    height: 20px;
    top: 5px;
  }
}
.modal-form .button-close > span:after {
  left: 15px;
  transform: rotate(-45deg);
}
.modal-form .button-close > span:before {
  left: 15px;
  transform: rotate(45deg);
}
.modal-form.erro .icon {
  fill: red;
}
.modal-form.erro .title {
  color: red;
}
.overflow {
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overflow.active {
  z-index: 99999;
  display: block;
  opacity: 1;
}
