/** WARNING - USE AT OWN RISK */
/** IT IS AGAINST APPLE'S POLICY TO USE SF PRO FOR ANYTHING OTHER THAN iOS/tvOS/macOS/watchOS DESIGN & DEVELOPMENT */
/** https://sf.abarba.me/LICENSE.pdf */
/** 1. Copy/import this file into your main css/scss file */
/** 2. Change css font-family: to "SF Text", "SF Display" or "SF Mono" */
/** 3. Apply font-weight or italic to html elements */
/** THANK YOU */
/** I host these fonts on Cloudfront with SSL in all AWS regions for the best performance and reliability */
/** If you'd like to help offset costs, I'd very much appreciate a donation via Lisk https://lisk.io */
/** Address: 14987768355736502769L */
/** Delegate: andrew */
@import url(../fonts/gotham/gotham.css);
body {
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

.btn {
  border-radius: 4px; }

/* MODIFICADORES */
.barra-top .menu-horizontal > li:not(:hover) > a,
.barra-top .menu-horizontal > li:not(:hover) > span,
.barra-top .menu-horizontal > li:not(:hover) >
.modal-instance > .modal-trigger {
  opacity: .9;
  color: #fff;
  font-weight: 500 !important; }
  .barra-top .menu-horizontal > li:not(:hover) > a:hover,
  .barra-top .menu-horizontal > li:not(:hover) > span:hover,
  .barra-top .menu-horizontal > li:not(:hover) >
.modal-instance > .modal-trigger:hover {
    color: #348fe9 !important; }

.barra-top .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
  color: #348fe9 !important; }

.menu-main .menu-horizontal > li > a {
  font-family: 'Gotham', 'Open Sans', sans-serif !important;
  color: #003366;
  opacity: 1; }
  .menu-main .menu-horizontal > li > a:hover {
    color: #00b835; }

.bar .logo {
  max-height: 2.657143em;
  top: 0;
  width: 200px; }

.cover[data-overlay]:before {
  background: linear-gradient(to top, #2196F3, #040d3a); }

.app.cover[data-overlay]:before {
  background: linear-gradient(to bottom, #1a2b8a, #1e70b1); }

.gerneral.cover[data-overlay]:before {
  background: linear-gradient(to top, #673AB7, #0b1758); }

.gotham {
  font-family: 'Gotham', sans-serif; }

.w-100-app {
  max-width: 1400px !important; }

/* CUSTOM */
.titulo-seo-h1 {
  font-size: 3.4rem;
  margin: 0;
  padding: 0;
  font-family: 'Gotham','Open Sans',Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0 !important; }

.titulo-seo-h2 {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: 'Gotham','Open Sans',Arial, sans-serif;
  color: #fff;
  font-weight: 500;
  color: #03a9f4; }

.hero .lead {
  font-size: 2.4rem;
  font-weight: 100;
  font-family: 'Gotham', Arial, sans-serif; }
  .hero .lead strong {
    color: #fff; }

.hero .box-action-main {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 100%; }
  .hero .box-action-main .lead-call {
    color: #fff !important;
    font-size: 2.0rem;
    margin-bottom: 30px;
    font-family: 'Gotham', Arial, sans-serif; }

.sm-text {
  font-size: 18px; }

.commom-list {
  font-size: 1.0rem;
  margin-bottom: 0 !important;
  _background: #f8f8f8;
  padding: 20px;
  border-radius: 3px;
  border: 1px dashed #ddd;
  color: #000;
  font-weight: 500;
  _box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #00b835;
  margin-top: 20px;
  margin-bottom: 20px; }
  .commom-list .fas {
    font-size: 0.9rem;
    color: #00b835 !important; }

.btn-action-green {
  background: #00b835;
  border-color: #00b835;
  padding: 10px 50px;
  border-radius: 4px;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  transition: all .15s ease;
  font-family: 'Gotham', Arial, sans-serif; }
  .btn-action-green:hover {
    background: #fff;
    border-color: #fff;
    transition: all .15s ease;
    text-decoration: none;
    color: #007bff !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }

.bg-grad {
  background: linear-gradient(to right bottom, #3077be, #003366); }

.bg--blue {
  background: #003366; }

.cta-consulta .precisa {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 10px;
  font-weight: 300; }

.cta-consulta .btn-acesse {
  background: #49c050;
  border-radius: 94px;
  color: #fff !important;
  max-width: 270px;
  margin: 10px auto;
  display: flex;
  height: 70px;
  font-size: 1.3rem;
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  align-items: center;
  margin-top: 25px;
  opacity: 1 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .cta-consulta .btn-acesse:hover {
    background: #35ac3c;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none; }

/* COMPONENT OPEN MODAL EXTERNAL FILE */
.cd-main {
  overflow-x: hidden; }

.cd-main::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile'; }

.cd-main > * {
  transition: -webkit-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s; }

.cd-main.fold-is-open > * {
  /* on mobile - translate .cd-main content to the right when the .cd-folding-panel is open */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s;
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s; }

@media only screen and (min-width: 600px) {
  .cd-main.fold-is-open > * {
    -webkit-transform: translateX(600px);
    transform: translateX(600px); } }

@media only screen and (min-width: 1100px) {
  .cd-main::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; }
  .cd-main.fold-is-open > * {
    /* reset style - on bigger devices we translate the gallery items */
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.cd-gallery::after {
  clear: both;
  content: "";
  display: table; }

.cd-gallery::before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  display: block;
  content: '';
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s; }

.fold-is-open .cd-gallery::before {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s 0s, visibility 0s 0s; }

.cd-item {
  width: 100%;
  height: 470px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  margin-bottom: 30px; }

.cd-item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  _border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  border-bottom: 6px solid #03A9F4; }

.cd-item > a.dark-text {
  color: #000 !important; }

.cd-item div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding-top: 0;
  border-radius: 5px;
  height: 340px;
  justify-content: space-between;
  padding-bottom: 15px; }

.cd-item:nth-of-type(1) {
  background-color: transparent; }

.cd-item:nth-of-type(2) {
  background-color: transparent; }

.cd-item:nth-of-type(3) {
  background-color: transparent; }

.box-ic {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 25px 0 25px 0;
  border-radius: 0;
  justify-content: center;
  max-height: 180px;
  border-bottom: 1px dashed #ddd; }

.cd-item h2 {
  font-size: 1.8rem !important;
  color: #003366 !important;
  font-family: 'Gotham', sans-serif; }

.cd-item p {
  line-height: 1.2;
  font-size: 1.0rem;
  opacity: 0.6;
  padding: 1em 1em;
  color: #795548 !important;
  background: #FFF9C4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.cd-item strong {
  display: inline-block;
  font-size: 1.0rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.2em 2em;
  border-radius: 30px;
  line-height: 1.2;
  color: #00b835 !important;
  border: 2px solid #00b835;
  opacity: 1;
  letter-spacing: 0; }

.box-img-kz {
  max-width: 500px;
  margin: 15px auto;
  width: 100%; }

.box-geral-ext {
  max-width: 860px;
  width: 100%;
  margin: 0 auto; }

.list-func {
  font-size: 1.2rem;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  color: #003366;
  border-left: 2px dashed #00b835;
  padding-left: 20px; }

.boxed .list-func {
  font-size: 1.1rem !important;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  color: #666 !important;
  border-left: none !important;
  padding-left: 10px;
  margin-bottom: 30px; }

.imagebg .container:not(.pos-absolute) {
  position: relative !important;
  z-index: 1 !important; }

.grad {
  -webkit-box-align: center;
  align-items: center;
  background-image: linear-gradient(to left, #f58583, #ab67a2 47%, #5f54a2);
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding: 58px 44px; }

@media only screen and (min-width: 1100px) {
  .cd-item {
    width: 33.3333333333%;
    float: left;
    height: 480px;
    transition: -webkit-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    padding: 0px 40px;
    margin-bottom: 0; }
  .cd-item div {
    height: auto; }
  .cd-item h2 {
    font-size: 1.3rem !important;
    font-weight: 400;
    color: #003366 !important;
    font-family: '_Gotham', 'Open Sans', sans-serif;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 35px; }
  .cd-item p {
    opacity: 1;
    min-height: 70px; }
  .cd-item h2, .cd-item p {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: -webkit-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s; }
  .cd-item strong {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
  .no-touch .cd-item a:hover h2, .no-touch .cd-item a:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s; }
  .no-touch .cd-item a:hover strong {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    transition: all 0.3s 0.1s, transform 0.3s 0.1s;
    transition: all 0.3s 0.1s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    background: #00b835;
    color: #fff !important;
    border: 1px solid #00b835; }
  .fold-is-open .cd-item {
    transition: -webkit-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px); }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(400px);
    transform: translateX(400px); } }

/* --------------------------------

folding panel

-------------------------------- */
.cd-folding-panel {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  transition: visibility 0s 0.9s; }

.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  perspective: 2000px; }

.cd-folding-panel .fold-left::after,
.cd-folding-panel .fold-right::after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s, -webkit-transform 0.5s 0.4s; }

.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.cd-folding-panel .fold-right::after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3; }

.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none; }

.cd-folding-panel .fold-left::after {
  background-color: #f9fafa; }

.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s 0s; }

.cd-folding-panel .cd-close::after, .cd-folding-panel .cd-close::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #544173;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.2s; }

.cd-folding-panel .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.cd-folding-panel .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.cd-folding-panel.is-open {
  visibility: visible;
  transition: visibility 0s 0s; }

.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: background-color 0.5s 0s, -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s, -webkit-transform 0.5s 0s; }

.cd-folding-panel.is-open .fold-right::after {
  background-color: #f9fafa; }

.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  transition: opacity 0.2s 0.5s; }

@media only screen and (min-width: 600px) {
  .cd-folding-panel {
    width: 600px; } }

@media only screen and (min-width: 1100px) {
  .cd-folding-panel {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 6; }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%; }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%; }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg); }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%; }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg); } }

.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
  visibility: hidden;
  transition: visibility 0s 0.4s; }

.cd-fold-content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.cd-fold-content h2 {
  font-size: 2.4rem;
  transition: opacity 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s, -webkit-transform 0.2s 0.2s; }

.cd-fold-content p, .cd-fold-content em {
  line-height: 1.6; }

.cd-fold-content em {
  display: inline-block;
  margin: 1em 0;
  font-family: "Vollkorn", serif;
  font-size: 1.8rem;
  color: #7a78ae;
  transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s; }

.cd-fold-content p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s, -webkit-transform 0.2s 0s; }

.is-open .cd-fold-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  transition: visibility 0s 0.5s; }

.is-open .cd-fold-content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.is-open .cd-fold-content h2 {
  transition: opacity 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.2s 0.5s; }

.is-open .cd-fold-content em {
  transition: opacity 0.2s 0.6s, -webkit-transform 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s, -webkit-transform 0.2s 0.6s; }

.is-open .cd-fold-content p {
  transition: opacity 0.2s 0.7s, -webkit-transform 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s, -webkit-transform 0.2s 0.7s; }

@media only screen and (min-width: 600px) {
  .cd-fold-content h2 {
    font-size: 3.2rem; } }

@media only screen and (min-width: 1100px) {
  .cd-fold-content {
    padding: 4em; }
  .cd-fold-content > * {
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  .cd-fold-content em {
    font-size: 2.2rem; }
  .cd-fold-content p {
    font-size: 1.6rem; } }

/* --------------------------------

Javascript disabled

-------------------------------- */
.no-js .cd-fold-content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc; }

.no-js .cd-fold-content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.bg-planos {
  background: linear-gradient(to right bottom, #fff, #f2f2f2); }

.ico-empresa {
  max-width: 100px;
  height: 110px; }

.box-op {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 10px 10px 10px;
  padding: 15px;
  border-radius: 5px;
  border: 1px dashed #00b835;
  color: #2196F3; }
  .box-op h3 {
    margin: 0 !important;
    padding: 0 30px 5px 0 !important;
    font-size: 1.4rem;
    color: #00b836; }

.box-planos {
  max-width: 1366px;
  margin: 0 auto; }

.box-plano-unique {
  margin: 10px; }
  .box-plano-unique .pricing {
    min-height: 940px;
    margin-bottom: 0 !important; }
  .box-plano-unique .btn {
    padding: 25px 0 !important;
    font-size: 1.3rem; }
  .box-plano-unique .btn--success {
    background: #4ebf56 !important;
    border-color: #4ebf56 !important; }
    .box-plano-unique .btn--success span {
      color: #fff; }
    .box-plano-unique .btn--success:hover {
      background: #33a13b !important; }

.box-all {
  background: #fff; }

.rr {
  font-size: 1.3rem; }

.list-geral-plans {
  font-size: 1.1rem;
  color: #333; }

.em1 {
  font-size: 1.3rem; }

.subprod {
  padding-left: 33px;
  color: #999;
  border-left: 1px dashed #00b835;
  margin-left: 7px !important;
  line-height: 1.4;
  list-style-type: disc;
  font-size: 1.0rem;
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px; }
  .subprod li {
    padding-left: 0; }

.opcoes .muted {
  color: #999; }

@media (max-width: 768px) {
  .box-form {
    padding: 30px 0px 15px 30px; }
  .box-plano-unique {
    padding: 0px; }
    .box-plano-unique .pricing {
      min-height: auto !important;
      margin-bottom: 60px !important; }
  .btn--success span {
    font-size: 1.0rem; }
  .box-op {
    margin: -30px 10px 10px 10px;
    font-size: 0.9rem; }
  .cd-item {
    height: 540px; }
  .cd-item h2 {
    margin-top: 50px; } }
