body {
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: lighter;
  height: 100%;
  min-height: 100%;
}

html {
  height: 100%;
  overflow-x: hidden;
}

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

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.style-switcher {
  list-style: none;
  padding: 0;
}

.style-switcher li {
  font-size: 1.1em;
  width: 7%;
  background: none;
  color: #2c3e50;
  padding: 10px 20px 0;
  transition: border-left 0.2s ease-in-out;
  box-sizing: border-box;
  height: 37px;
  cursor: pointer;
}

.style-switcher li a {
  display: none;
  padding: 0 1em;
}

.style-switcher li:hover a {
  display: block;
}

.style-switcher li:nth-child(1) {
  border-left: 8px solid #27b574;
}

.style-switcher li:nth-child(1):hover {
  border-left: 2em solid #27b574;
}

.style-switcher li:nth-child(2) {
  border-left: 8px solid #4aa1db;
}

.style-switcher li:nth-child(2):hover {
  border-left: 2em solid #4aa1db;
}

.style-switcher li:nth-child(3) {
  border-left: 8px solid #e3695c;
}

.style-switcher li:nth-child(3):hover {
  border-left: 2em solid #e3695c;
}

.style-switcher li:nth-child(4) {
  border-left: 8px solid #ffba43;
}

.style-switcher li:nth-child(4):hover {
  border-left: 2em solid #ffba43;
}

.style-switcher li:nth-child(5) {
  border-left: 8px solid #856cbd;
}

.style-switcher li:nth-child(5):hover {
  border-left: 2em solid #856cbd;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "bornabold", sans-serif;
  font-weight:normal;
}

::selection {
  background: #e4f9f0;
  color: #27b574;
}

p {
  line-height: 1.75;
}

.colour-white {
  color: white !important;
}

.highlight {
  color: #27b574;
  font-weight: 600;
}

.vertical-align {
  margin: 100px 0;
}

.vertical-align.no-bottom {
  margin-bottom: 0;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn.btn-empty {
  background: none !important;
  border: 2px solid #27b574;
  color: #27b574;
}

.btn.btn-empty:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
  border-color: 2px solid #528783;
  color: #528783;
}

.cbp-af-header .btn.btn-empty:hover {
  color: #fff !important;
}

.btn-default {
  background: #eaeaea;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #cbcbcb;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #cbcbcb;
  border-color: #c6c6c6;
}

.btn-primary {
  background: #2c2c2c;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0d0d0d;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #0d0d0d;
  border-color: #080808;
}

.btn-success {
  background: #88b54e;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #688b3a;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #688b3a;
  border-color: #638437;
}

.btn-warning {
  background: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background: #e96b56;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #e23c20;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #e23c20;
  border-color: #db381d;
}

.btn-info {
  background: #3ea5be;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2f7d90;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2f7d90;
  border-color: #2c7688;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.img-halfsize {
  width: 50%;
}

.img-75 {
  width: 75%;
}

.img-overlap {
  margin-bottom: -200px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #e8e8e8;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #1f1f1f;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27b574;
  text-align: center;
  z-index: 9999999;
}

.preloader .spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #188b55;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.navbar {
  background: none;
  border: none;
  padding: 1em 0;
}

.navbar .navbar-nav .current>a {
  color: #188b55;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus {
  background-color: transparent;
}

.navbar .nav>li>a.dropdown-toggle i {
  margin: -1px 0 0 3px;
  font-size: 10px;
  display: inline-table;
  vertical-align: middle;
}

.navbar .nav>li ul {
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  top: 100%;
}

.navbar .nav>li ul li a {
  font-size: 0.9em;
  line-height: 40px;
}

.navbar .nav>li ul .dropdown-header {
  color: #27b574;
}

.navbar-brand,
.navbar-nav>li>a {
  color: white;
}

.navbar-brand img {
  margin-top: -15px;
}

.navbar-inverse {
  background-color: #222222;
}

.navbar-toggle {
  margin: 1.3em 0;
  margin-right: 20px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: white;
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.dropdown-header {
  text-transform: uppercase;
}

.cbp-af-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.cbp-af-header .dropdown-menu {
  position: absolute;
  top: 80%;
}

.cbp-af-header .cbp-af-inner {
  margin: 0 auto;
  padding: 0;
}

.cbp-af-header h1,
.cbp-af-header nav {
  display: inline-block;
  position: relative;
}

.cbp-af-header h1,
.cbp-af-header .nav a {
  font-weight: 900;
  line-height: 70px;
  -webkit-font-smoothing: antialiased;
}

.cbp-af-header .nav .dropdown>a {
  height: 70px;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu a,
.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu div {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  padding: 0 15px !important;
  display: block;
  margin: 0;
  overflow: hidden;
  max-width: 280px;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu div {
  margin-top: 2px;
  margin-bottom: 10px;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu a.cloudapp {
  margin-bottom: 3px !important;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu a.ondemand {
  margin-bottom: 0px !important;
}

.cbp-af-header-shrink2 .nav .dropdown>a {
  height: auto;
}

.nav .btn-empty {
  margin-top: 32px;
  margin-left: 25px;
  -webkit-transition: all 190ms linear;
  -moz-transition: all 190ms linear;
  -ms-transition: all 190ms linear;
  -o-transition: all 190ms linear;
  transition: all 190ms linear;
}

.cbp-af-header h1 {
  text-transform: uppercase;
  color: white;
  letter-spacing: 4px;
  font-size: 2em;
  margin: 0.9em 0;
  float: left;
}

.cbp-af-header h1 a {
  color: inherit;
  font-size: inherit;
}

.cbp-af-header .nav {
  float: right;
}

.cbp-af-header .nav li.open>a {
  background: none;
  color: #196e47;
}

.cbp-af-header .nav li ul a {
  color: #000;
  line-height: 25px;
  margin-left: 0;
}

.cbp-af-header .nav a {
  color: white;
  font-weight: 300;
  font-size: 15px;
}

.cbp-af-header .nav a.btn {
  line-height: 1.45;
  margin: 2em 1em;
  background: #27b574;
  padding: 6px 12px;
  margin-top: 32px;
  height: auto;
}

.cbp-af-header .nav a.btn:hover {
  background: #528783;
  color: white;
  border: 2px solid #fff !important;
}

/*.cbp-af-header .nav a.login:before{content:'';position:absolute;left:-9px;top:39%;height:20px;width:1px;background:#5f5f5f}*/
.cbp-af-header .nav a:hover {
  background: none;
  color: #27b574;
}

.cbp-af-header h1,
.cbp-af-header .nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
  height: 70px;
  background-color: rgba(39, 181, 116, 0.96);
}

.cbp-af-header.cbp-af-header-shrink .dropdown-menu {
  position: absolute;
  top: 100%;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink .nav a {
  line-height: 40px;
}

.cbp-af-header.cbp-af-header-shrink .nav a.btn {
  line-height: 1.45;
  margin-top: 15px;
  border-color: #fff;
  color: #fff !important;
}

.cbp-af-header.cbp-af-header-shrink .nav .btn {
  border-color: #fff;
  color: #fff !important;
  margin-top: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.cbp-af-header.cbp-af-header-shrink .nav a.login:before {
  top: 34%;
  height: 20px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 1.2em;
  margin: 0.6em 0;
}

.cbp-af-header.cbp-af-header-shrink2 {
  height: 70px;
  background: #19ac65;
  /* Old browsers */
  /*background: -moz-linear-gradient(top,  #27b574 0%, #24a76b  100%);*/
  /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top,  #27b574 0%,#24a76b  100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom,  #27b574 0%,#24a76b  100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b574', endColorstr='#24a76b',GradientType=0 );*/
  /* IE6-9 */
  /*-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);*/
  position: relative;
  z-index: 50;
}

.cbp-af-header.cbp-af-header-shrink2 .dropdown-menu {
  position: absolute;
  padding: 20px 20px 25px;
  left: -140px;
}

.cbp-af-header.cbp-af-header-shrink2 .dropdown-menu.box_cart {
  left: -252px;
}

.cbp-af-header.cbp-af-header-shrink2 h1,
.cbp-af-header.cbp-af-header-shrink2 .nav a {
  line-height: 40px;
  font-weight: 700;
}

.cbp-af-header.cbp-af-header-shrink2 .nav a.btn {
  line-height: 1.24;
  margin-top: 15px;
  border-color: #fff;
  color: #fff !important;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .btn {
  border-color: #fff;
  color: #fff;
  margin-top: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-weight: 600;
}

.cbp-af-header.cbp-af-header-shrink2 .nav a.login:before {
  top: 34%;
  height: 20px;
}

.cbp-af-header.cbp-af-header-shrink2 h1 {
  font-size: 1.2em;
  margin: 0.6em 0 !important;
}

@media screen and (max-width: 992px) {
  .cbp-af-header .cbp-af-inner {
    width: 100%;
  }

  .cbp-af-header h1,
  .cbp-af-header .nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .cbp-af-header h1,
  .cbp-af-header .nav a {
    line-height: 115px;
  }

  .cbp-af-header .nav a {
    margin: 0 10px;
  }

  .cbp-af-header.cbp-af-header-shrink h1,
  .cbp-af-header.cbp-af-header-shrink .nav a {
    line-height: 45px;
  }

  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
  }

  .cbp-af-header.cbp-af-header-shrink .nav a {
    font-size: 1em;
  }
}

@media screen and (max-width: 32.25em) {
  .cbp-af-header .nav a {
    font-size: 1em;
  }
}

@media screen and (max-width: 24em) {

  .cbp-af-header .nav a,
  .cbp-af-header.cbp-af-header-shrink .nav a {
    line-height: 1;
  }
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-theme-main .owl-wrapper-outer {
  padding-top: 4em;
}

.owl-theme-main .owl-controls .owl-page.active span,
.owl-theme-main .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}

.owl-theme-main .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme-main .owl-controls .owl-buttons div {
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #dadada;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.owl-theme-main .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme-main .owl-controls .owl-page span {
  display: block;
  width: 47px;
  height: 15px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #cfcfcf;
}

.owl-theme-main .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme-main .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme-main .owl-item .item {
  padding: 2em;
  margin: 10px;
  background: white;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}

.owl-theme-main .owl-item .item img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin-top: -91px;
}

.owl-theme-main .owl-item .item h1 {
  margin: inherit;
}

.owl-theme-main .owl-item .item h3 {
  font-size: 1.7em;
  font-weight: 300;
  margin: 1em 0;
  color: #333333;
  text-transform: none;
}

.owl-theme-main .owl-item .item h4 {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: 300;
  color: #595959;
}

.owl-theme-main .owl-item .item p {
  color: #8c8c8c;
  font-size: 0.9em;
}

.owl-theme-featured {
  height: 400px;
}

.owl-theme-featured .owl-wrapper-outer {
  padding-top: 0;
  position: absolute;
}

.owl-theme-featured .owl-wrapper-outer .owl-wrapper .owl-item .item {
  height: 400px;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}

.owl-theme-featured .owl-controls {
  top: 50%;
  width: 100%;
  position: absolute;
  z-index: 9;
  margin-top: -55px;
}

.owl-theme-featured .owl-controls .owl-buttons div {
  position: absolute;
  display: inline;
  font-size: 5em;
  color: white;
  opacity: 0.3;
}

.owl-theme-featured .owl-controls .owl-buttons div:hover {
  opacity: 0.7;
}

.owl-theme-featured .owl-controls .owl-buttons div.owl-prev {
  left: 2%;
}

.owl-theme-featured .owl-controls .owl-buttons div.owl-next {
  right: 2%;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.alert-success {
  background-color: #cbeddd;
  color: #08a75e;
  border: none;
}

.alert-info {
  background-color: #d9edf7;
  border: none;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
}

.alert-danger {
  background-color: #f2dede;
  border: none;
}

.progress {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  background-color: #2c2c2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #88b54e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-info {
  background-color: #3ea5be;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-warning {
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-danger {
  background-color: #e96b56;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-group {
  border-radius: 4px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #2c2c2c;
}

.panel-default>.panel-heading {
  background-color: #f5f5f5;
}

.panel-primary>.panel-heading {
  background-color: #2c2c2c;
}

.panel-success>.panel-heading {
  background-color: #dff0d8;
}

.panel-info>.panel-heading {
  background-color: #d9edf7;
}

.panel-warning>.panel-heading {
  background-color: #fcf8e3;
}

.panel-danger>.panel-heading {
  background-color: #f2dede;
}

.well {
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.page-header {
  border-bottom: 0;
}

.intro.video {
  background: url(../img/bg-videofallback.jpg);
  background-size: cover;
}

.intro .item {
  height: 100%;
}

.intro .item.first {
  background: #00834d url(../img/banner_start.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.intro .item.second {
  background: #000 url(../img/banner_ondemand.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.intro .item.third {
  background: #161824 url(../img/banner_cloudapp2.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.intro .container,
.intro .row {
  height: 100%;
  position: relative;
}

.intro .carousel-caption-left {
  position: absolute;
  left: 29px;
  bottom: 15%;
  max-width: 550px;
  z-index: 20;
}

.intro .carousel-caption-left h1 {
  font-size: 3em;
  margin: 0 0 0.5em;
}

.intro .carousel-caption-left h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.intro .carousel-caption-left p {
  font-size: 1.3em;
  line-height: 1.8;
}

.intro .carousel-caption-left .btn {
  margin: 1em 0;
  padding: 1em 2em;
  background: #27b574;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  font-size: 16px;
}

.intro .carousel-caption-left .btn:hover {
  background: #2cca82;
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(50% 55%,
      ellipse closest-corner,
      rgba(0, 0, 0, 0.52) 1%,
      rgba(0, 0, 0, 0.84) 100%);
  background: -moz-radial-gradient(50% 55%,
      ellipse closest-corner,
      rgba(0, 0, 0, 0.52) 1%,
      rgba(0, 0, 0, 0.84) 100%);
  background: -ms-radial-gradient(50% 55%,
      ellipse closest-corner,
      rgba(0, 0, 0, 0.52) 1%,
      rgba(0, 0, 0, 0.84) 100%);
  background: radial-gradient(50% 55%,
      ellipse closest-corner,
      rgba(0, 0, 0, 0.52) 1%,
      rgba(0, 0, 0, 0.84) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -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);
  z-index: 0;
}

.overlay-bg.black {
  background: rgba(0, 0, 0, 0.8);
}

.overlay-bg.light {
  background-image: -webkit-linear-gradient(top,
      rgba(243, 243, 243, 0.95) 40%,
      rgba(243, 243, 243, 0.5) 100%);
  background-image: linear-gradient(to bottom,
      rgba(243, 243, 243, 0.95) 40%,
      rgba(243, 243, 243, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f3f3', endColorstr='#80f3f3f3', GradientType=0);
}

.ie9 .overlay-bg,
.ie8 .overlay-bg {
  background: url(../img/ie-overlay.png);
}

.mb_YTVPlayer :focus {
  outline: 0;
}

.mb_YTVPlayer {
  display: block;
  transform: translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-timing-function: linear;
}

.mb_YTVPlayer.fullscreen {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
  border: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mb_YTVPBar .ytpicon {
  font-size: 20px;
  font-family: "ytpregular";
}

.mb_YTVPBar .mb_YTVPUrl.ytpicon {
  font-size: 30px;
}

.mb_YTVPBar {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: 0.1;
}

.mb_YTVPBar.visible,
.mb_YTVPBar:hover {
  opacity: 1;
}

.mb_YTVPBar .buttonBar {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mb_YTVPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}

.mb_YTVPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTVPBar span.mb_YTVPTime {
  width: 130px;
}

.mb_YTVPBar span.mb_YTVPUrl,
.mb_YTVPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

.mb_YTVPBar span.mb_YTVPUrl img {
  width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
  left: 185px;
  right: auto;
}

.mb_YTVPBar span.mb_OnlyYT img {
  width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a {
  color: white;
}

.mb_YTVPPlaypause,
.mb_YTVPlayer .mb_YTVPPlaypause img {
  cursor: pointer;
}

.mb_YTVPMuteUnmute {
  cursor: pointer;
}

.mb_YTVPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

.mb_YTVPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}

.mb_YTVTime {
  height: 5px;
  width: 0;
  background: #fff;
  bottom: 0;
  left: 0;
  -moz-box-shadow: #666666 1px 1px 3px;
  -webkit-box-shadow: #666666 1px 1px 3px;
}

.YTPOverlay.raster {
  background: url(../images/raster.png);
}

.YTPOverlay.raster.retina {
  background: url(../images/raster@2x.png);
}

section {
  padding: 6em 0;
  position: relative;
}

section:before,
section:after {
  position: absolute;
  content: "";
  pointer-events: none;
}

section h1 {
  margin: 0 0 35px;
  line-height: 1.3;
  font-size: 40px;
  text-align: left;
}

section h2 {
  margin: 0 0 35px;
  line-height: 1.3;
  font-size: 40px;
}

section h3 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #27b574;
  letter-spacing: 2px;
  margin-top: 0;
}

section p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 10px;
}

section li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 26px;
}

.page-template-page-api-gestao-documentos-fiscais .docs ul {
  list-style: disc;
}

.page-template-page-api-gestao-documentos-fiscais .docs li {
  margin-left: 25px;
  margin-bottom:0px;
}

section .lead {
  font-size: 1.3em;
}

strong {
  font-weight: 600;
}

section.light {
  background: #f3f3f3;
}

section.light.with-bg {
  background: url(../img/bg5_1.jpg) center center no-repeat;
  background-size: cover;
}

section.dark {
  background: #2c2c2c;
}

section.dark.with-bg.start {
  background: url(../img/bg5_1.jpg) center center no-repeat;
  background-size: cover;
}

section.dark.with-bg.ondemand {
  background: url(../img/bg2_1.jpg) center center no-repeat;
  background-size: cover;
}

section.dark.with-bg.cloudapp {
  background: url(../img/datacenter3_1.jpg) center center no-repeat;
  background-size: cover;
}

section.dark.with-bg .sobre-nos {
  background: url(../img/about_us_250.png) center center no-repeat;
  background-size: auto;
  height: 250px;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  margin-top: 100px;
}

section.dark.with-bg .sobre-nos-left {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -50%;
  top: 0;
  background: #227d48;
}

section.dark.with-bg .sobre-nos-right {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 0;
  background: #a8e3ca;
}

section.dark.with-bg.cases {
  background: url(../img/code1.jpg) center center no-repeat;
  background-size: cover;
  height: 561px;
}

section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 {
  color: white;
  margin-bottom: 0.5em;
}

section.dark .text-muted {
  color: rgba(255, 255, 255, 0.7);
}

section.dark p {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
}

section.content h1 {
  font-size: 40px;
  font-weight: 600;
}

section.content h2 {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0.3em auto 1em;
  padding: 0 3em;
  line-height: 1.3;
  text-transform: none;
}

section.content h3 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 35px;
}

.img-bottom {
  margin-bottom: 35px !important;
}

section.content p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin: 2em 0;
  padding: 0 14em;
  color: #fff;
}

section.content img {
  margin: auto;
}

section.cta h1 {
  font-size: 4em;
}

section.cta h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

section.cta h3 {
  font-weight: 1.2em;
  text-transform: uppercase;
}

section.cta p {
  padding: 0 4em 1em;
  font-size: 1.35em;
}

section.cta p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

section.cta .btn {
  background: #27b574;
  color: white;
  padding: 0.5em 2em;
  font-size: 1em;
  font-weight: 300;
  margin: 0 1em;
  border: 2px solid #27b574;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.cta .btn:hover {
  background: #6fa8a3;
  border-color: #6fa8a3;
}

section .overlay-text {
  z-index: 10;
}

.pricing .plan {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.pricing .plan .plan-title {
  margin: 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  text-align: center;
}

.pricing .plan .plan-title h2 {
  padding: 1.8em 0.5em 1em;
  margin: 0;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
}

.pricing .plan .plan-title h3 {
  font-weight: 300;
  font-size: 4em;
  line-height: 1.5em;
  margin-top: 0;
  color: #333333;
}

.pricing .plan .plan-title p {
  font-size: 1.1em;
  font-weight: 300;
}

.pricing .plan .plan-title div {
  padding: 2.2em 1em 0;
  text-align: right;
}

.pricing .plan .plan-title input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pricing .plan .plan-title sup {
  top: -1.5em;
  font-size: 0.3em;
  padding-left: 0.2em;
}

.pricing .plan .plan-title sub {
  bottom: -0.1em;
  font-size: 0.2em;
}

.pricing .plan .plan-features {
  text-align: center;
  list-style: none;
  margin: 0 4em;
  padding: 1em 0 0;
  border-top: 1px solid #eaeaea;
}

.pricing .plan .plan-features li {
  padding: 0.5em 0;
  font-size: 1em;
  font-weight: 300;
}

.pricing .plan .plan-cta {
  display: block;
  margin: 0;
  text-align: center;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}

.pricing .plan .plan-cta .plan-buy {
  margin: 2em 0;
}

.pricing .plan .plan-cta .plan-buy .btn {
  background: #2c2c2c;
  padding: 10px 30px;
  font-size: 1em;
  font-weight: 300;
  color: white;
}

.pricing .plan .plan-cta .plan-buy .btn:hover {
  background: #121212;
}

.pricing .plan.large .plan-title {
  margin-top: -30px;
}

.pricing .plan.large .plan-title h2 {
  padding: 1.5em;
}

.pricing .plan.large .plan-title div {
  padding: 3em 1em 0;
  text-align: right;
}

.testimonials ul {
  list-style: none;
}

.testimonials ul:before,
.testimonials ul:after {
  content: " ";
  display: table;
}

.testimonials ul:after {
  clear: both;
}

.testimonials ul li {
  float: left;
  margin-bottom: 3em;
}

.testimonials ul li p {
  text-indent: -7px;
  padding-bottom: 8px;
  line-height: 24px;
  margin-bottom: 0;
}

.testimonials ul li p span {
  opacity: 0.3;
  line-height: 0;
  font-size: 2.8em;
  top: 14px;
  position: relative;
}

.testimonials ul li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 2.3em 2em 0;
  float: left;
  border: 3px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.testimonials ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #27b574;
}

.testimonials ul li a:hover {
  text-decoration: none;
}

.testimonials ul li a span {
  color: #1b2731;
  opacity: 0.3;
  font-size: 13px;
  margin-left: 6px;
  font-weight: 300;
}

.portfolio .portfolio-item {
  margin-bottom: 0.15em;
}

.filters {
  margin-bottom: 1em;
}

.filters a {
  background: none !important;
  color: #27b574;
  font-weight: 400;
  padding: 0 0 13px;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

.filters a.active {
  font-weight: 600;
  color: #000;
}

.grid {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}

.grid .portfolio-item {
  display: inline-block;
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: left;
}

.grid figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.grid figure .info {
  padding: 0 0 0 15px;
  position: absolute;
  bottom: -40px;
  z-index: 1000;
}

.grid figure .info h3 {
  font-size: 1.1em;
  margin-bottom: 4px;
}

.grid figure .info span {
  color: white;
}

.grid figure img {
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative;
}

.grid figcaption {
  background: #2c2c2c;
  min-height: 35px;
  left: 0;
  padding: 16px 3px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  border-radius: 0 0 4px 4px;
}

.grid figcaption a.link,
.grid figcaption a.preview {
  display: inline-block;
  background: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-right: 10px;
}

.grid figcaption a.link:hover,
.grid figcaption a.preview:hover {
  background: #fff;
  color: #27b574;
  transition: background 0.1s linear 0.1s;
}

.grid figcaption span {
  color: #fff;
  font-style: italic;
  padding: 0 10px;
}

.grid figcaption h3 {
  color: #fff;
}

.cs-style-1 figure {
  overflow: hidden;
}

.cs-style-1 figure img,
.cs-style-1 figure .info {
  transition: all 0.4s;
}

.cs-style-1 figure:hover img {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}

.cs-style-1 figure:hover .info,
.cs-style-1 figure .info.active {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}

.cs-style-1 figcaption {
  height: 63px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -webkit-transform: translateY(100%);
}

.cs-style-1 figure:hover figcaption,
.cs-style-1 figure figcaption.active {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.5s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  -webkit-transform: translateY(0px);
}

@media screen and (max-width: 31.5em) {
  .grid {
    padding: 10px 10px 100px;
  }

  .grid li {
    width: 100%;
    min-width: 300px;
  }
}

.contactForm {
  max-width: 500px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: -150px auto 0;
}

.contactForm>span {
  display: block;
  margin-bottom: 1em;
  font-size: 3em;
  color: white;
  border-bottom: none;
  text-align: center;
}

.contactForm input,
.contactForm textarea {
  background: none;
  border: none;
  border-bottom: 2px solid white;
  padding: 1.5em 1em;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.2em;
  color: white;
}

.contactForm input:focus,
.contactForm textarea:focus {
  border-color: #27b574;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contactForm .help-block {
  margin-top: -45px;
  color: #de6e4b;
  float: right;
}

.contactForm .control-group {
  margin-bottom: 1.5em;
}

.contactForm .control-group input.form-control {
  height: auto;
}

.contactForm .submit-button {
  text-align: center;
}

.contactForm .submit-button button {
  width: 200px;
  padding: 1em;
  background: #27b574;
  font-size: 1.2em;
}

.contactForm .submit-button button:hover {
  background: #68a49f;
}

.ie10 .contactForm,
.ie9 .contactForm {
  width: 500px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  overflow-y: auto;
}

.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  z-index: 9999999;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay .alert-warning {
  padding: 10px 15px !important;
}

.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0 0.5s;
  transition: transform 0.5s, visibility 0 0.5s;
}

.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}

#footer {
  background: #000;
  padding: 10px 0;
  color: white;
}

#footer ul {
  padding: 0;
  margin: 0;
  float: right;
}

#footer ul li {
  display: inline-block;
  padding: 0 10px;
  font-weight: 300;
  font-size: 14px;
}

#footer ul li a {
  color: #27b574;
  font-weight: 600;
  font-size: 12px;
}

#footer ul li a:hover {
  color: #fff;
}

#footer .copyright {
  color: #fff;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 0;
  font-size: 11px;
  float: left;
}

#footer .logo {
  padding: 1em 0 0;
}

.icon {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 2px solid #d8d8d8;
  color: #d8d8d8;
  font-size: 0.8em;
  margin: 0 0.15em;
}

.icon:hover {
  border: 2px solid #a5a5a5;
  color: #a5a5a5;
}

.behance {
  background: #053eff !important;
  color: white !important;
}

.behance:hover {
  background: #0030d1 !important;
}

.dribbble {
  background: #ea4c89 !important;
  color: white !important;
}

.dribbble:hover {
  background: #e51e6b !important;
}

/* .facebook{background:#3b5998!important;color:white!important}
.facebook:hover{background:#2d4373!important} */
.foursquare {
  background: #25a0ca !important;
  color: white !important;
}

.foursquare:hover {
  background: #1d7e9f !important;
}

.google {
  background: #db4a39 !important;
  color: white !important;
}

.google:hover {
  background: #be3323 !important;
}

/* .instagram{background:#634d40!important;color:white!important}
.instagram:hover{background:#44352c!important} */
/* .linkedin{background:#0e76a8!important;color:white!important}
.linkedin:hover{background:#0a5579!important} */
.pinterest {
  background: #c8232c !important;
  color: white !important;
}

.pinterest:hover {
  background: #9d1b22 !important;
}

.skype {
  background: #00aff0 !important;
  color: white !important;
}

.skype:hover {
  background: #008abd !important;
}

.tumblr {
  background: #34526f !important;
  color: white !important;
}

.tumblr:hover {
  background: #24384c !important;
}

/* .twitter{background:#00acee!important;color:white!important}
.twitter:hover{background:#0087bb!important} */
.vimeo {
  background: #86c9ef !important;
  color: white !important;
}

.vimeo:hover {
  background: #59b5e9 !important;
}

/* .youtube {
  background: #c4302b !important;
  color: white !important;
}
.youtube:hover {
  background: #9a2622 !important;
} */
.modal-form {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -184px 0 0 -150px;
  background: #ffffff;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}

.modal-form#signup .user {
  border-top: 0;
}

.modal-form#signup .fullname {
  border-top: 1px solid #e9e9e9;
}

.modal-form h2 {
  text-align: center;
  font-size: 1.7em;
  margin: 1em 0;
}

.modal-form .user {
  border-top: 1px solid #e9e9e9;
}

.modal-form .fullname input:focus,
.modal-form .user input:focus,
.modal-form .pw input:focus {
  background: #f3f3f3;
  transition: all 0.1s ease-out;
}

.modal-form input[type="text"],
.modal-form input[type="password"] {
  width: 300px;
  padding: 20px 0;
  background: transparent;
  border: 0;
  color: #222;
  margin: 0 auto;
  text-indent: 20px;
  font-weight: 300;
  border-bottom: 1px solid #e9e9e9;
}

.modal-form input[type="checkbox"] {
  display: none;
}

.modal-form label {
  display: block;
  position: absolute;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  content: "";
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #ccc;
}

.modal-form #remember:checked~label[for="remember"] {
  background: #b5cd60;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #b5cd60;
}

.modal-form input[type="submit"] {
  background: #27b574;
  border: 0;
  color: white;
  font-weight: bold;
  padding: 18px 25px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.modal-form input[type="submit"]:hover {
  background: #528783;
}

.modal-form .forgot {
  margin: 1.5em 0;
  padding: 0 1em;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #b5b5b5;
}

.modal-form ::-webkit-input-placeholder {
  color: #777;
  font-weight: 300;
}

.modal-form .submit {
  text-align: center;
}

.modal-form .remember {
  padding: 30px 0;
  font-size: 12px;
  text-indent: 20px;
  line-height: 15px;
  margin-left: 25px;
  display: inline-block;
}

.modal-form .forgot h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

.modal-form .forgot a {
  color: #777;
}

.modal-form .close {
  width: 32px;
  height: 32px;
  display: block;
  border: 0;
  border-radius: 0 3px 0 0;
  position: absolute;
  right: 0;
  padding: 0;
  background: #fff;
  cursor: pointer;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.modal-form .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 16px;
  transform: rotate(45deg);
  background: #ccc;
  margin: -8px 0 0 14px;
}

.modal-form .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 16px;
  transform: rotate(-45deg);
  background: #ccc;
  margin: -8px 0 0 14px;
}

.modal-form .close:hover:before,
.modal-form .close:hover:after {
  background: #777;
  transition: all 0.2s linear;
}

@media (max-width: 1200px) {
  .features_empresa {
    padding: 50px 0 0 !important;
  }

  .cbp-af-header .nav a {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 992px) {

  .cbp-af-header h1,
  .cbp-af-header .nav a {
    line-height: 72px;
  }

  .cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 1em;
  }

  .cbp-af-header h1 {
    margin: 0 auto;
  }

  .cbp-af-header h1 a {
    margin: 0.9em 0;
  }

  .cbp-af-header.cbp-af-header-shrink h1 a {
    margin: 0.1em 0;
  }

  section.content h2 {
    font-size: 2.5em;
    padding: 0 1em;
  }

  section.content p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 0 4em;
  }

  section h2 {
    font-size: 2.3em;
  }

  section p {
    font-size: 1.15em;
    line-height: 1.8;
  }

  section .vertical-align {
    margin: 20px 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cbp-af-header .nav a {
    padding: 10px;
  }

  .intro.video .player,
  .intro.video .mbYTP_wrapper {
    display: none;
  }

  #pricing .plan {
    max-width: 100%;
  }

  #pricing .plan.featured {
    padding: 0;
    margin-top: 0;
  }

  #pricing .plan.featured .plan-title {
    margin: 0;
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .nav .btn {
    width: 100%;
  }

  .cbp-af-header .nav a.btn {
    margin: 0 0 10px !important;
  }

  .nav .btn-empty {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .img-overlap {
    margin-bottom: -110px;
  }

  section {
    text-align: center;
  }

  .navbar-collapse {
    background-color: rgba(43, 43, 43, 1);
  }

  .navbar-collapse ul {
    width: 100%;
  }

  .navbar-collapse .open .dropdown-menu>li>a {
    color: white;
  }

  .cbp-af-header h1 a {
    margin: 0;
  }

  .cbp-af-header .nav a {
    line-height: 2;
  }

  .cbp-af-header .nav a.login:before {
    background: transparent;
  }

  .cbp-af-header .nav a.btn {
    display: inline-block;
  }

  .intro .carousel-caption-left {
    max-height: 200px;
  }

  .intro .carousel-caption-left h1 {
    font-size: 1.7em;
    line-height: 1.4;
    margin-right: 0;
  }

  .intro .carousel-caption-left h2 {
    font-size: 1.3em;
  }

  .intro .carousel-caption-left p {
    font-size: 1em;
    padding-right: 2em;
    margin: 1em 0;
  }

  .intro .carousel-caption-left .btn {
    padding: 0.8em 1.5em;
  }

  .intro.video .player,
  .intro.video .mbYTP_wrapper {
    display: none;
  }

  section h2,
  section.content h2 {
    font-size: 2em;
    padding: 0 1em;
  }

  section p,
  section.content p {
    font-size: 1.15em;
    line-height: 1.8;
    padding: 0 4em;
  }

  section.separator::before,
  section.content.separator::before {
    bottom: -9px;
  }

  section.separator::after,
  section.content.separator::after {
    bottom: -4px;
  }

  .vertical-align {
    margin: 20px 0;
  }

  .testimonials ul li {
    text-align: left;
  }

  .pricing .plan {
    max-width: 400px;
  }

  .owl-theme-main .owl-item .item p {
    padding: 0;
  }

  section.cta h2 {
    padding: 0;
  }

  section.cta .btn {
    margin-top: 1em;
  }

  #footer ul li a {
    line-height: 2.5;
  }
}

@media (max-width: 480px) {
  .cbp-af-header .nav a.btn {
    display: block;
  }

  .intro .carousel-caption-left {
    max-height: 285px;
  }

  .intro .carousel-caption-left h1 {
    font-size: 2em;
    line-height: 1.4;
    margin-right: 1.5em;
  }

  .intro .carousel-caption-left h2 {
    font-size: 1.3em;
  }

  .intro .carousel-caption-left p {
    font-size: 1em;
    padding-right: 2em;
  }

  section h2,
  section.content h2 {
    font-size: 2.2em;
    padding: 0 0.4em;
  }

  section p,
  section.content p {
    padding: 0;
  }

  section.separator::before,
  section.content.separator::before {
    bottom: -9px;
  }

  section.separator::after,
  section.content.separator::after {
    bottom: -4px;
  }

  .testimonials ul {
    padding-left: 0;
  }

  .testimonials ul li img {
    margin: 0 2.3em 9em 0;
  }

  section.cta h2 {
    padding: 0;
  }

  section.cta p {
    padding: 0 0 1em;
  }

  section.cta .btn {
    width: 80%;
  }

  .overlay .overlay-close {
    width: 29px;
    height: 29px;
  }

  .overlay .contactForm {
    padding: 0 1em;
  }

  .overlay .contactForm>span {
    font-size: 2em;
    margin-top: 1.5em;
  }

  .overlay .contactForm input {
    padding: 1em;
    font-size: 1em;
  }
}

.area_cliente {
  margin-left: 5px !important;
}

.bg_contato {
  background: #eff6f3;
  /* Old browsers */
  /*background: -moz-linear-gradient(top,  #27b574 0%, #23a06a 100%);
background: -webkit-linear-gradient(top,  #27b574 0%,#23a06a 100%);
background: linear-gradient(to bottom,  #27b574 0%,#23a06a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b574', endColorstr='#23a06a',GradientType=0 );*/
  padding: 6em 0 6em;
  /*border-top:2px solid #27b574;*/
}

.chamada_contato {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-family: "bornamedium", sans-serif;
  font-weight:normal;
  /*font-weight: 400;*/
  text-transform: none;
}

.descricao_contato a {
  color: #fff !important;
}

.descricao_contato {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.favicon_startup {
  background-image: url(../img/favicon_startup.png);
  width: 13px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.favicon_smartsales {
  background-image: url(../img/favicon_smartsales.png);
  width: 19px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.favicon_ondemand {
  background-image: url(../img/favicon_ondemand.png);
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}

.favicon_cloudapp {
  background-image: url(../img/favicon_cloudapp.png);
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.favicon_cloudapp2 {
  background-image: url(../img/favicon_cloudapp2.png);
  width: 26px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}

.favicon_webmaniabr {
  background-image: url(../img/favicon_webmaniabr.png);
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}

.favicon_startup.white {
  background-image: url(../img/favicon_startup_white.png);
}

.favicon_smartsales.white {
  background-image: url(../img/favicon_smartsales_white.png);
}

.favicon_ondemand.white {
  background-image: url(../img/favicon_ondemand_white.png);
}

.favicon_cloudapp.white {
  background-image: url(../img/favicon_cloudapp_white.png);
}

.favicon_cloudapp2.white {
  background-image: url(../img/favicon_cloudapp2_white.png);
  height: 14px;
  width: 26px;
}

.favicon_startup.invert {
  background-image: url(../img/favicon_startup_green.png);
}

.favicon_smartsales.invert {
  background-image: url(../img/favicon_smartsales_green.png);
}

.favicon_ondemand.invert {
  background-image: url(../img/favicon_ondemand_green.png);
}

.favicon_cloudapp.invert {
  background-image: url(../img/favicon_cloudapp_green.png);
}

.favicon_cloudapp2.invert {
  background-image: url(../img/favicon_cloudapp2_green.png);
  height: 14px;
  width: 25px;
}

.favicon_cloudapp.big {
  background-image: url(../img/favicon_big_cloudapp02.png);
  background-size: auto 100%;
  width: 40px;
  height: 40px;
}

.favicon_cloudapp2.big {
  background-image: url(../img/favicon_big_cloudapp2.png);
  background-size: 100% auto;
  width: 55px;
  height: 29px;
}

.favicon_startup.big {
  background-image: url(../img/favicon_big_start.png);
  background-size: auto 100%;
  width: 40px;
  height: 40px;
}

.favicon_smartsales.big {
  background-image: url(../img/favicon_big_smartsales.png);
  background-size: auto 100%;
  width: 48px;
  height: 40px;
}

.favicon_ondemand.big {
  background-image: url(../img/favicon_big_ondemand.png);
  background-size: auto 100%;
  width: 40px;
  height: 40px;
}

.fix_section {
  padding-top: 70px;
}

.fix-sobre_nos {
  margin-top: 5px;
  text-align: center;
  font-weight: 600;
}

.inside-logo {
  text-align: center;
  margin: 20px 0 50px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a.activate {
  color: #196e47;
  background: #29bb78;
}

.features_empresa {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 55px 90px 0;
  margin: 40px 0;
  overflow: hidden;
}

.numero_sobre_nos {
  font-size: 95px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  float: left;
  margin-top: -50px;
  margin-bottom: 15px;
}

.descricao_sobre_nos {
  font-size: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.numero_sobre_nos_menor {
  font-size: 60px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  margin-top: -14px;
  margin-right: 5px;
}

.descricao_sobre_nos_menor {
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -20px;
}

.first {
  overflow: hidden;
  float: left;
  margin-right: 40px;
}

.second {
  overflow: hidden;
}

.features-empresa .col-md-4 {
  overflow: hidden;
}

.partner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dedede;
}

.partner li {
  text-align: center;
  padding: 0;
  margin: 0 10px;
}

.partner h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.partner.databases img {
  max-height: 100px;
}

.partner.frameworks {
  margin-top: -10px;
}

.partner.databases {
  margin-top: 0;
  margin-bottom: 10px;
}

.partner .fix_img_80 {
  max-height: 80px !important;
}

.partner .fix_img_70 {
  max-height: 70px !important;
}

.partner .fix_img_60 {
  max-height: 70px !important;
}

.partner.sites {
  margin-top: 30px;
  margin-bottom: 30px;
}

.partner.sites img {
  max-height: 30px;
}

.partner li img {
  max-height: 60px;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.partner li img:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services {
  padding: 0;
}

.services .col-md-4 {
  padding: 0 5px;
}

.services .col-md-6,
.services .col-md-12,
.services .col-sm-6,
.services .col-sm-12 {
  padding: 0 5px;
  margin-top: 20px;
}

.services .plan {
  border-radius: 0 !important;
  max-width: 100%;
}

.services .destaque:hover {
  background: #f2f2f2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services .plan .plan-title {
  border-radius: 0 !important;
}

.services .plan .plan-title h2 {
  background: #7f8c8d;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}

.formulario_interno h2 {
  background: #27b574 !important;
}

.services .plan .plan-cta .plan-buy .btn {
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
  font-family: "bornabold", sans-serif;
  /*font-weight: 600;*/
  background: #fff;
  font-weight: normal;
}

.services .plan .plan-title p {
  margin: 0;
  font-size: 14px;
  padding: 0 12px;
  line-height: 19px;
  color: #000;
}

.services .plan .plan-cta .plan-buy {
  margin: 20px 0;
}

.services .apartir {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
  color: #27b574;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

.addthis_sharing_toolbox {
  margin: 20px 0 10px;
}

.obrigado {
  background: #2c3e50 !important;
  height: 175px;
  padding: 0;
}

.pricing .plan2 {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing .plan2 .plan-title {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.pricing .plan2 .plan-title h2 {
  padding: 10px 0.5em;
  margin: 0;
  font-size: 17px;
  text-align: center;
  color: #000;
  font-weight: 600;
  background: #e7ebec;
  margin-bottom: 20px;
}

.pricing .plan2 .plan-title h3 {
  color: #333333;
  font-size: 60px;
  /*font-weight: 600;*/
  font-family: "bornabold", sans-serif;
  font-weight:normal;
}

.pricing .plan2 .plan-title p {
  font-size: 1.1em;
  font-weight: 300;
}

.pricing .plan2 .plan-title div {
  padding: 2.2em 1em 0;
  text-align: right;
}

.pricing .plan2 .plan-title input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pricing .plan2 .plan-title sup {
  top: -1.5em;
  font-size: 0.3em;
  padding-left: 0.2em;
}

.pricing .plan2 .plan-title sub {
  bottom: -0.1em;
  font-size: 0.2em;
}

.pricing .plan2 .plan-features {
  text-align: center;
  list-style: none;
  margin: 0 4em;
  padding: 5px 0 0;
}

.pricing .plan2 .plan-features li {
  padding: 0.3em 0;
  font-size: 1em;
  font-weight: 400;
}

.pricing .plan2 .plan-cta {
  display: block;
  margin: 0;
  text-align: center;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}

.pricing .plan2 .plan-cta .plan-buy {
  margin: 30px 0;
}

.pricing .plan2 .plan-cta .plan-buy .btn {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding: 12px 12px;
  background: #1acf78;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing .plan2 .plan-cta .plan-buy .btn:hover {
  background: #27b574;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing .plan2.large .plan-title {
  margin-top: -30px;
}

.pricing .plan2.large .plan-title h2 {
  padding: 1.5em;
}

.pricing .plan2.large .plan-title div {
  padding: 3em 1em 0;
  text-align: right;
}

h3 small {
  font-size: 14px;
  color: #000;
}

.destaques {
  font-size: 14px !important;
  margin-bottom: 15px;
  text-align: left;
}

.destaques img {
  margin-top: -20px;
}

.box_destaque {
  padding: 30px 20px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.plan-buy span {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  margin-right: 3px;
  color: #25ad6f;
  font-size: 14px;
}

.plan-buy input {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

.parceiros li {
  width: 33.333% !important;
}

.pricing .plan2 .plan-title h3 {
  text-align: center !important;
}

.pricing .plan2 .plan-cta .plan-buy {
  text-align: center !important;
}

.carousel {
  position: relative;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.descricao p {
  font-size: 18px;
  margin-bottom: 20px;
}

.descricao h4 {
  margin-top: 30px;
}

/*p span{color:#25ad6f;display:block;text-decoration:underline;margin-top:15px}*/
.formulario_interno .form-group,
.formulario_interno .row {
  padding: 0 1em !important;
}

.formulario_interno .col-md-6 {
  margin-top: 0 !important;
}

.formulario_interno .apartir {
  padding: 10px 1em !important;
}

.bar-browser {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e3e2e2;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  max-width: 760px;
  margin-top: 20px;
}

.portfolio_interno {
  margin: 10px 0 25px;
}

.voce_vai_gostar {
  color: #27b574;
  letter-spacing: 0;
  margin-top: 40px;
}

p {
  font-weight: 400;
}

h4 {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  color: #000;
}

section ul {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: left;
}

.btn {
  font-size: 14px;
}

.plans .col-md-6 {
  margin-bottom: 30px;
}

.plans .col-sm-6 {
  margin-bottom: 30px;
}

.cloudapp1 {
  padding: 1.1em 0 0 !important;
}

.start1 {
  margin: 20px 0 !important;
}

.start2 {
  margin: 30px 0 !important;
}

.clientes .col-md-3,
.clientes .col-md-6 {
  margin-bottom: 20px;
  text-align: center;
}

.clientes .img-responsive {
  max-width: 85% !important;
}

.clientes .depoimentos {
  max-width: 600px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.clientes a:hover img {
  opacity: 0.7;
}

.fix-footer {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  background: #000;
}

footer {
  position: relative;
}

.custos_adicionais {
  text-align: center;
  margin: 0 -15px;
}

.custos_adicionais>li {
  padding-right: 15px;
  padding-left: 15px;
}

.share-pagina-mae {
  margin: -2px 0 0;
}

.box-saiba_mais {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 97.5%;
  height: 100%;
  text-align: center;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box-saiba_mais .btn {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  margin-left: -51px !important;
  margin-top: -18px !important;
  text-transform: uppercase;
  font-weight: 600;
  background: #27b574 !important;
}

.box-saiba_mais .btn:hover {
  color: #fff !important;
  background: #26b575 !important;
}

.pricing .col-md-6,
.pricing .col-md-12,
.pricing .col-sm-6,
.pricing .col-sm-12 {
  position: relative;
}

.pricing .col-md-12 .box-saiba_mais,
.pricing .col-sm-12 .box-saiba_mais {
  width: 99%;
}

#formulario {
  margin-bottom: 30px;
}

.at_flat_counter {
  margin-top: 19px !important;
}

.btn_contato:hover {
  color: #fff !important;
  border-color: #fff !important;
}

.cbp-af-header-shrink .btn_contato:hover {
  border-color: #fff !important;
}

.sob-consulta {
  font-size: 24px !important;
  line-height: 70px !important;
}

.destaque_subtexto {
  color: #27b574;
  display: inline;
  text-decoration: none;
  font-weight: 400;
}

.sob-consulta {
  font-size: 24px !important;
  line-height: 70px !important;
}

.alert-cloud-gerenciado {
  margin-bottom: 40px;
  margin-top: 0;
  border-radius: 0;
}

.saiba_mais {
  cursor: pointer;
}

.localizacao_servidor {
  font-weight: 600;
  padding: 20px 0 0;
  margin-top: -10px;
}

.localizacao_servidor label {
  font-size: 16px;
  padding: 6px 0;
}

.localizacao_servidor select {
  min-width: 200px;
}

.localizacao {
  font-weight: 600 !important;
}

.brasil .localizacao {
  color: #40be22;
  font-size: 15px !important;
}

.usa .localizacao {
  color: #2350ac;
  font-size: 15px !important;
}

.h2_title {
  margin-bottom: 0;
}

.subtitle,
.subtitle h2 {
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: -8px;
  text-align: left;
  font-weight: 600;
}

.fix_h2,
.fix_h2 h1 {
  line-height: 1.1 !important;
  margin-bottom: 35px !important;
  font-size: 38px;
  font-weight: 600;
}

.overlay .col-md-6 {
  position: relative;
  overflow: hidden;
}

.overlay .chamada_contato {
  margin-top: 0;
  line-height: 41px;
}

.overlay #formulario {
  margin-bottom: 30px;
}

.overlay .contatos {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20%;
}

.overlay .formulario_interno {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 367px;
}

.overlay .contactForm {
  position: absolute;
  margin: 0 !important;
  left: 0;
  bottom: auto;
  top: 40%;
  transform: translate(0, -50%);
}

.overlay .container,
.overlay .row,
.overlay .col-md-6 {
  height: 100%;
}

.overlay .plan-title h2 {
  background: #000;
  padding: 15px;
  margin: 0 0 20px !important;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  /*font-weight: 600;*/
  letter-spacing: -1px;
  font-family: "bornabold", sans-serif;
  margin-bottom: 15px;
  font-weight:normal;
}

.overlay .plan {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.overlay .plan .plan-title div {
  padding: 2.2em 1em 0;
  text-align: right;
  padding: 2.2em 1em 0;
  text-align: right;
}

.row.close {
  height: auto !important;
}

#_atssh {
  display: none;
}

.idiomas {
  margin-right: 0 !important;
}

.quantidade {
  width: 55px !important;
  margin-right: 5px;
}

.inline {
  display: inline-block !important;
}

.dropdown-submenu>.dropdown-menu {
  display: none !important;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  content: "";
  float: right;
  margin-right: -5px;
  position: absolute;
  right: 15px;
}

.opt {
  min-height: 60px !important;
  border-top: 1px solid #25ad6f !important;
}

.opt strong {
  font-family: "bornamedium", sans-serif;
  font-weight:normal;
}

.opt .chamada {
  margin-right: 15px;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
}

.opt .form-group {
  margin-right: 3px;
}

.opt .form {
  text-align: center;
  padding: 12px;
}

.opt label {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align: middle;
}

.red {
  border-color: #ec1f23 !important;
}

.sucesso_newsletter {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 15px;
}

.btn-success {
  background: #27b574 !important;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn-success:hover {
  background: #2cc47e !important;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.pricing_center {
  padding: 20px 0;
  max-width: 760px;
  margin: 0 auto;
}

.share-pagina-mae .at-share-tbx-element.addthis_20x20_style .at-share-btn {
  height: 0;
}

.share-title {
  margin: -30px 0 20px;
  text-align: left;
  display: none !important;
}

.banner_ondemand {
  background: url(../img/banner_ondemand.jpg);
  background-color: #000 !important;
  background-size: auto 100% !important;
  height: 175px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.banner_cloudapp {
  background: url(../img/banner_cloudapp2.jpg);
  background-color: #161824 !important;
  background-size: auto 100% !important;
  height: 175px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.banner_start {
  background: url(../img/banner_start.jpg);
  background-color: #00834d !important;
  background-size: auto 100% !important;
  height: 175px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.form-control {
  font-family: "bornaregular", sans-serif;
  font-size: 16px;
  line-height: 40px;
  height: auto;
  border-radius: 5px;
  border: 2px solid #1acf78;
}

.col-sm-9 .services {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.services .plan strong {
  font-weight: 600;
}

.current_service {
  color: #000 !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  border-bottom: 1px #e6e6e6 solid;
  padding-top: 10px;
}

.filters a:hover {
  color: #000;
}

.filters a:hover:before {
  content: "|";
  position: absolute;
  left: -15px;
}

a {
  text-decoration: none !important;
}

.menu_footer a,
.footer_service a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.footer_service a {
  color: #27b574;
  font-weight: 600;
}

.menu_footer a:hover,
.footer_service a:hover {
  color: #0a693d;
}

.footer_service {
  text-align: left;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  color: #27b574;
  text-transform: uppercase;
}

.footer_contact .chamada_contato {
  font-size: 25px;
  text-align: right;
  font-weight: 300;
  line-height: 28px;
  color: #27b574;
}

.footer_contact .chamada_contato .highlight {
  color: #27b574;
  font-size: 25px;
}

.footer_contact {
  text-align: right;
  color: #27b574;
}

.footer_contact a {
  color: #27b574 !important;
  border-color: #27b574 !important;
}

.footer_contact a:hover {
  color: #196e47 !important;
}

.btn_contato {
  font-size: 14px !important;
  padding: 6px 12px 3px !important;
  margin: 0 !important;
  margin-right: -5px !important;
  color: #fff !important;
  border-color: #fff !important;
  font-weight: 600 !important;
}

.services_home {
  padding: 80px 0;
  text-align: center;
}

.services_home .titulo {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding: 0 0 30px;
}

.services_home .titulo a {
  color: #000;
}

.services_home .titulo a:hover {
  color: #25ad6f;
}

.services_home .descricao {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.services_home .box {
  padding: 0 40px 0 10px;
  position: relative;
}

.services_home .box:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 150px;
  background: #fff;
  top: 15px;
}

.services_home .col-sm-4:last-child .box:after {
  background: none;
}

.opt.home {
  border-bottom: 1px solid #25ad6f !important;
  border-top: none !important;
}

.opt.home .form {
  padding: 20px;
}

.opt.home .chamada {
  font-size: 14px;
  text-transform: none;
}

.opt.home .btn-success {
  font-weight: 600;
}

.blog_home {
  padding: 90px 0;
}

.blog_home .titulo {
  padding: 20px 0;
}

.blog_home .titulo a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.blog_home .titulo a:hover {
  color: #25ad6f;
}

.blog_home h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 30px;
}

.blog_home img:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.7;
}

.blog_home .read-more {
  color: #25ad6f;
}

.blog_home .read-more:hover {
  color: #25ad6f;
}

.owl-carousel a {
  position: absolute;
  width: 90%;
  height: 100%;
  left: 5%;
}

.chamada_contato .highlight {
  color: #fff;
}

.btn_contato_top {
  margin-top: 15px !important;
}

.endereco {
  font-size: 15px;
  font-weight: 400;
}

.col-md-12 .carousel {
  border: 1px solid #e3e2e2;
  border-top: none;
}

.overlay #form_contato h2 {
  background: #27b574 !important;
}

.blog_link {
  color: #000;
}

.blog_link:hover {
  color: #25ad6f !important;
}

.alterar_idioma {
  margin-right: -5px;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.cbp-af-header.cbp-af-header-shrink2 .dropdown-submenu:hover .dropdown-menu {
  display: block !important;
}

.img-responsive {
  display: inline-block;
}

.bar-browser {
  display: block;
}

#filters ul,
#filters ul a {
  margin: 0;
  padding: 0;
}

#filters ul {
  padding-left: 20px;
  padding-bottom: 5px;
  list-style: none;
}

#filters ul li {
  margin-bottom: 10px;
}

.filters.is-fixed {
  top: 20px;
  position: fixed;
  max-width: 160px !important;
}

.filters.is-fixed-bottom {
  position: absolute;
}

body {
  position: relative;
}

#filters ul .active2,
#filters ul .active a {
  color: #000 !important;
}

#filters ul .active2:before,
#filters ul a:hover:before {
  left: 5px;
}

.fix_feature {
  margin-top: -10px !important;
}

.btn_saibamais {
  background: #27b574;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  position: absolute;
  bottom: 50px;
  left: 21px;
  -webkit-box-shadow: 0 3px 0 #1e7d46 !important;
  -moz-box-shadow: 0 3px 0 #1e7d46 !important;
  -o-box-shadow: 0 3px 0 #1e7d46 !important;
  box-shadow: 0 3px 0 #1e7d46 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.btn_saibamais:hover {
  background: #2ecc71;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu a.activate {
  color: #125435;
}

#intro {
  min-height: 400px !important;
  display: block !important;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper,
.owl-carousel,
.owl-wrapper-outer,
.intro .item,
.owl-theme-featured .owl-wrapper-outer .owl-wrapper .owl-item .item {
  display: block !important;
  opacity: 1 !important;
}

div.socialBuzzLine .sbCount {
  font-weight: 300;
  font-size: 50px;
  width: 140px;
  margin-right: 10px;
}

.link_carousel {
  text-align: center;
  padding: 8px 0;
  background-color: #333;
  color: #fff;
  font-weight: 600;
}

.link_carousel a {
  color: #27b574;
}

.btn_saibamais_right {
  left: auto;
  right: 170px;
  bottom: 30px;
}

a:hover,
a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.alert-home {
  margin: 0;
  text-align: center;
  border-radius: 0;
  padding: 12px;
}

.flex-images {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.flex-images .item {
  float: left;
  margin: 4px;
  border: 1px solid #eee;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.flex-images .item img {
  display: block;
  width: auto;
  height: 100%;
}

.partner.certificacoes img {
  max-height: 130px;
}

.partner.certificacoes li {
  margin: 0 20px;
}

.equipe {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 40px;
}

.equipe img {
  max-height: 180px;
}

.equipe .col-md-6 {
  text-align: center;
}

.equipe .nome {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.caracteristcas_sla {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
}

.servidor_especial {
  font-size: 15px;
  text-align: center;
  margin-top: -20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
}

.siga_nos {
  margin-top: 80px;
}

.siga_nos ul {
  display: inline-block;
}

.siga_nos li {
  display: inline-block;
  margin-right: 15px;
}

.siga_nos .footer_service {
  padding: 0;
  border: 0;
  display: inline-block;
  color: #0f5433;
}

.siga_nos .footer_service:before {
  content: "";
  display: none;
}

.siga_nos .division {
  margin: 0 15px;
  display: inline-block;
}

.siga_nos a {
  color: #0f5433;
}

.favicon_startup_header {
  background-image: url(../img/favicon_startup_white.png);
  margin-right: 5px !important;
}

.favicon_smartsales_header {
  background-image: url(../img/favicon_smartsales_white.png);
  margin-right: 5px !important;
}

.favicon_ondemand_header {
  background-image: url(../img/favicon_ondemand_white.png);
  margin-right: 5px !important;
}

.favicon_cloudapp_header {
  background-image: url(../img/favicon_cloudapp_green2.png);
  width: 15px;
  height: 16px;
  margin-right: 5px !important;
}

.navbar .nav>li>a:hover .favicon_ondemand_header,
.navbar .nav>li>a.activate .favicon_ondemand_header {
  background-image: url(../img/favicon_ondemand_green.png);
}

.navbar .nav>li>a:hover .favicon_smartsales_header,
.navbar .nav>li>a.activate .favicon_smartsales_header {
  background-image: url(../img/favicon_smartsales_green2.png);
}

.navbar .nav>li>a:hover .favicon_cloudapp_header,
.navbar .nav>li>a.activate .favicon_cloudapp_header {
  background-image: url(../img/favicon_cloudapp_green.png);
}

.navbar .nav>li>a:hover .favicon_cloudapp2_header,
.navbar .nav>li>a.activate .favicon_cloudapp2_header {
  background-image: url(../img/favicon_cloudapp2_green.png);
}

.navbar .nav>li>a:hover .favicon_startup_header,
.navbar .nav>li>a.activate .favicon_startup_header {
  background-image: url(../img/favicon_startup_green.png);
}

.navbar .nav>li>a:hover .favicon_webmaniabr_header,
.navbar .nav>li>a.activate .favicon_webmaniabr_header {
  background-image: url(../img/favicon_webmaniabr2.png);
}

.toggle_header {
  display: block;
  padding: 0;
  margin: 12px 5px 0 0;
}

.menu_footer li:hover .favicon_cloudapp.white {
  background-image: url(../img/favicon_cloudapp_green.png);
}

.navbar .nav>li>a.dropdown-toggle:hover .icon-bar {
  background: #01532d;
}

.info_menu {
  background-color: #f2f2f2;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 17px;
  margin-top: -5px;
  color: #656565;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.endereco_footer {
  font-size: 12px;
  margin: 0;
  color: #848484;
}

.seguranca_cloudflare i {
  margin-right: 5px;
}

.seguranca_cloudflare {
  color: #27b574;
  font-weight: 600 !important;
}

.fa-destaques {
  font-size: 29px !important;
  margin-top: 3px;
}

#localizacao_servidor {
  display: inline-block;
  margin-right: 10px;
}

#sistema_operacional {
  display: inline-block;
}

.windows_aws {
  height: 280px;
  text-align: center;
}

.windows_aws img {
  margin: 70px 0 20px;
}

.logo_amazon {
  width: 160px;
  float: right;
  margin-right: -250px;
  margin-left: 80px;
  margin-top: 70px;
}

.logo_azure {
  width: 180px;
  float: right;
  margin: 75px -250px 45px 20px;
  margin-left: 100px;
}

.cloud_amazon {
  vertical-align: middle;
  float: right;
  margin-top: 10px;
}

.cloud_amazon img {
  height: 50px;
  vertical-align: middle;
}

.cloud_azure {
  vertical-align: middle;
  float: right;
  margin-top: 20px;
}

.cloud_azure img {
  height: 18px;
  vertical-align: middle;
}

.custom_select .dd-select {
  background: #fff !important;
}

.custom_select .dd-select label {
  font-size: 16px !important;
  color: #000 !important;
  margin-top: -1px;
  margin-bottom: 0;
  text-align: left;
}

.custom_select .dd-desc {
  color: #333 !important;
  font-size: 12px !important;
}

.custom_select .dd-option-image {
  margin-top: 3px !important;
}

.custom_select .dd-option-text {
  margin-bottom: 0 !important;
}

.custom_select .dd-options li {
  margin-bottom: 0 !important;
}

#pricing .dd-select label {
  font-size: 14px !important;
  color: #000 !important;
  margin-top: -1px;
  margin-bottom: 0;
  text-align: left;
  display: inline;
}

#pricing .dd-select {
  padding: 0;
  text-align: left;
}

#pricing .dd-desc {
  color: #333 !important;
  font-size: 13px !important;
  display: inline;
  margin-left: 5px;
}

#pricing .dd-option-image {
  margin-top: 3px !important;
}

#pricing .dd-option-text {
  margin-bottom: 0 !important;
  font-size: 14px;
  display: inline;
}

#pricing .dd-options li {
  margin-bottom: 0 !important;
}

#pricing .dd-container {
  padding: 10px 0 15px !important;
  margin: 0 auto;
}

#pricing .dd-options .dd-desc {
  margin-left: 0;
}

.prefix {
  padding: 0 !important;
  margin: -10px 0 0 !important;
  text-align: center !important;
  font-size: 13px;
  font-weight: 300;
}

.por_price {
  padding: 0 !important;
  text-align: center !important;
  margin: 0 0 20px !important;
}

.prefix del {
  font-weight: 600;
}

.plan-cta .price {
  display: none;
}

.plan-title .price {
  display: none;
}

.plan-title .so {
  display: none;
}

.plan-cta .so {
  display: none;
}

.img_loja {
  float: right;
  margin-left: 15px;
}

.h4_loja {
  font-size: 18px;
}

.tab-content ul {
  max-width: 500px;
}

.invert_colors {
  background: #e4f9f0;
  color: #27b574;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 20px;
}

.bold {
  font-weight: 600;
}

.destaques .col-md-8 span:last-child,
.destaques .col-md-10 span:last-child,
.destaques .col-sm-8 span:last-child,
.destaques .col-sm-10 span:last-child {
  font-weight: 400;
  font-size: 13px !important;
  line-height: 20px;
  display: block;
  margin-top: 2px;
  color: #555 !important;
}

.dd-selected {
  padding: 10px !important;
  text-align: left;
}

.dd-option-image,
.dd-selected-image {
  margin-right: 5px !important;
}

.tab-content,
.section {
  text-align: left;
}

.btn-converse {
  border: 2px solid #27b574;
  color: #fff;
  background: #27b574;
  font-size: 18px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 17px 24px;
}

.btn-converse:hover {
  background: #1acf78;
  color: #fff;
  border-color: #1acf78;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.total_plano {
  font-size: 12px;
  letter-spacing: 0;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  line-height: 12px;
  font-weight: 300;
  margin-top: -20px !important;
  margin-bottom: 30px !important;
}

.descricao_blog p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.fix_marketing03 {
  max-width: 546px;
  margin-top: 23px;
  width: 100%;
}

.fix_escalonamento {
  max-width: 400px;
  margin-top: 30px;
  width: 100%;
}

.fix_servidores {
  max-width: 350px;
  margin-top: 20px;
  width: 100%;
}

.fix_loja11 {
  margin-top: 40px;
  height: 200px;
  width: auto;
}

.entry-content ol {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.estimativa_acesso {
  font-size: 13px;
  display: block;
  margin-top: -20px;
  margin-bottom: 20px;
}

.jp-relatedposts-post-date {
  text-decoration: none;
  font-size: 12px;
  margin-top: 5px;
}

.jp-relatedposts-post-context {
  text-decoration: none;
  font-size: 12px;
  margin-top: 0;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
  font-size: 16px;
}

.carrinho {
  width: 19px;
  height: 23px;
  background: url(../img/cart.png);
  background-size: 100% auto;
  margin-top: 8px;
  margin-bottom: 13px;
  cursor: pointer;
}

.carrinho:hover {
  background-position-y: -23px;
}

.cloudapp_destaque {
  border: none;
  padding: 10px 0;
}

.h4_cloudapp {
  border-bottom: 1px solid #e4f9f0;
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: left;
}

.h4_cloudapp h4 {
  margin: 0;
}

.h4_loja_cloudapp {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.mais_planos {
  text-align: center;
}

.mais_planos .btn {
  display: inline-block;
  float: none;
  margin: 0 0 30px;
}

.box_planos {
  margin: 0 auto 60px !important;
  text-align: center !important;
}

.box_planos h1 {
  text-align: center;
}

@media (max-width: 480px) {
  .box_planos h1 {
    margin-top: 2rem;
  }
}

.box_planos h3 {
  text-align: center;
}

.box_planos p {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.42857143 !important;
  text-align: center;
}

.pricing-columns #pricing-chart,
.pricing-columns-both #pricing-chart {
  margin-top: 50px;
  position: relative;
  float: none;
  padding: 0 !important;
}

.pricing-columns #pricing-chart #smaller-plans,
.pricing-columns-both #pricing-chart #smaller-plans {
  display: block;
}

.pricing-columns #pricing-chart .plan,
.pricing-columns-both #pricing-chart .plan {
  float: left;
  background-color: #fafafa;
  position: relative;
  color: #454545;
  padding: 14px;
  padding-bottom: 0;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 207px;
}

.pricing-columns #pricing-chart .plan:first-child,
.pricing-columns-both #pricing-chart .plan:first-child {
  border-left: 1px solid #e1e1e1;
}

.pricing-columns #pricing-chart .plan .price,
.pricing-columns-both #pricing-chart .plan .price {
  font-size: 26px;
  float: left;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 17px;
  text-align: center;
}

.pricing-columns #pricing-chart .plan ul,
.pricing-columns-both #pricing-chart .plan ul {
  padding: 0 18px;
  margin-bottom: 40px;
}

.pricing-columns #pricing-chart .plan ul li,
.pricing-columns-both #pricing-chart .plan ul li {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
}

.pricing-columns #pricing-chart .plan ul li span,
.pricing-columns-both #pricing-chart .plan ul li span {
  color: #9e9e9e;
  display: inline-block;
  margin-left: 7px;
  font-weight: 400;
  font-size: 12px;
}

.pricing-section .sign-up {
  padding: 17px 50px;
  text-transform: uppercase;
  background-color: #93cc76;
  color: white;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  white-space: pre;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 30px;
}

.pricing-columns #pricing-chart .plan a.sign-up,
.pricing-columns-both #pricing-chart .plan a.sign-up {
  width: 100%;
  padding: 13px;
  background-color: white;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #9e9e9e;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  clear: left;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pricing-columns #pricing-chart .popular,
.pricing-columns-both #pricing-chart .popular {
  width: 274px;
  position: relative;
  top: -15px;
  background-color: white;
  margin-left: -2px;
  right: 0;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.pricing-columns #pricing-chart .plan:before,
.pricing-columns-both #pricing-chart .plan:before {
  content: "";
  position: absolute;
  height: 5px;
  left: -1px;
  top: 0;
  background-color: #2d3046;
  width: 207px;
}

.pricing-columns #pricing-chart .popular:before,
.pricing-columns-both #pricing-chart .popular:before {
  width: 274px;
  background-color: #1acf78;
  height: 7px;
}

.pricing-columns #pricing-chart .popular p.pop-plan,
.pricing-columns-both #pricing-chart .popular p.pop-plan {
  color: #454545;
  font-size: 16px;
  margin-bottom: 45px;
  text-align: center;
}

.pricing-columns #pricing-chart .popular a.sign-up,
.pricing-columns-both #pricing-chart .popular a.sign-up {
  background-color: #93cc76;
  border: none;
  color: #ffffff;
}

.pricing-columns #pricing-chart .plan .price span,
.pricing-columns-both #pricing-chart .plan .price span {
  display: inline-block;
  position: relative;
}

.pricing-columns #pricing-chart .plan .price .dollar,
.pricing-columns-both #pricing-chart .plan .price .dollar {
  top: -18px;
  letter-spacing: -1px;
  left: 3px;
  font-size: 16px;
}

.pricing-columns #pricing-chart .popular .price .dollar,
.pricing-columns-both #pricing-chart .popular .price .dollar {
  top: -35px;
}

.pricing-columns #pricing-chart .plan .price .amount,
.pricing-columns-both #pricing-chart .plan .price .amount {
  font-size: 40px;
  /*font-weight: 600;*/
  font-family: "bornabold", sans-serif;
  font-weight:normal;
}

.pricing-columns #pricing-chart .popular .price .amount,
.pricing-columns-both #pricing-chart .popular .price .amount {
  font-size: 70px;
}

.pricing-columns #pricing-chart .plan .price .slash,
.pricing-columns-both #pricing-chart .plan .price .slash {
  /*font-weight: 600;*/
  font-family: "bornabold", sans-serif;
  font-size: 15px;
  left: -2px;
  font-weight:normal;
}

.pricing-columns #pricing-chart .plan .price .month,
.pricing-columns-both #pricing-chart .plan .price .month {
  /*font-weight: 600;*/
  font-family: "bornabold", sans-serif;
  font-size: 18px;
  left: -7px;
  font-weight:normal;
}

.pricing-columns #pricing-chart .popular ul,
.pricing-columns-both #pricing-chart .popular ul {
  margin-bottom: 40px;
}

.pricing-columns #pricing-chart .popular ul li,
.pricing-columns-both #pricing-chart .popular ul li {
  font-size: 22px;
}

.pricing-columns #pricing-chart .popular ul li span,
.pricing-columns-both #pricing-chart .popular ul li span {
  color: #454545;
  display: inline-block;
  font-size: 16px;
}

.pricing-columns-both small {
  font-size: 14px;
  color: #000;
}

.custom_select {
  margin: 40px 0 40px;
  text-align: center;
}

.pricing-columns-both ul,
.pricing-columns-both li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.alto_volumes {
  display: block;
  text-align: center;
  font-size: 35px;
  margin-top: 10px;
  padding: 0;
}

.pricing-columns #pricing-chart #larger-plans .plan,
.pricing-columns-both #pricing-chart #larger-plans .plan {
  width: 33.33%;
}

.pricing-columns-both2 .btn {
  background: #27b574;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-columns-both2 .btn:hover {
  background: #1acf78;
}

.pricing-columns-both .btn {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding: 12px 12px;
  background: #1acf78;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-columns-both .btn:hover {
  background: #27b574;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-columns-both .popular .btn {
  background: #1acf78;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-columns-both .popular .btn:hover {
  background: #27b574;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.larger-plans .btn {
  background: #2d3046;
}

.larger-plans .btn:hover {
  background: #1acf78;
}

.pricing-columns #pricing-chart #smaller-plans:after,
.pricing-columns-both #pricing-chart #smaller-plans:after {
  content: " ";
  display: table;
  clear: both;
}

.larger-plans {
  overflow: hidden;
  margin-bottom: 20px;
}

.chat_footer {
  margin-bottom: 10px;
  text-align: center;
}

.central_atendimento_footer {
  border: 0 !important;
  padding: 8px 0 5px !important;
  border-top: 1px solid #fff !important;
  border-radius: 0 !important;
}

.big_solicite_contato {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #27b574;
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 400;
}

.big_solicite_contato h2 {
  font-family: "bornamedium", sans-serif;
  /*font-weight: 400;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-top: 10px;
  font-size: 21px;
  font-weight:normal;
}

.big_solicite_contato h2 span {
  font-weight: 600;
  margin: 0;
}

.big_solicite_contato span {
  font-weight: 600;
  margin: 0 10px;
}

.mais_vendido {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #27b574;
  letter-spacing: 2px;
  margin-top: -18px;
  display: block;
}

.dias_gratis {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #27b574;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}

.larger-plans .plan:before {
  background: #2d3046 !important;
  width: 496px !important;
}

.box_chamada_amazon {
  border: 1px solid #1acf78;
  background-color: #fff;
  padding: 24px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.box_chamada_azure {
  border: 5px solid #0ebff3;
  background-color: #0ebff3;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.box_chamada_email {
  border: 5px solid #2d3046;
  background-color: #2d3046;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.box_chamada_loja {
  border: 5px solid #6ec57b;
  background-color: #6ec57b;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.box_chamada_nfe {
  border: 5px solid #338eff;
  background-color: #338eff;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.box_chamada_empresa {
  border: 5px solid #ecf0f1;
  background-color: #ecf0f1;
  padding: 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
}

.box_chamada_agencia {
  border: 5px solid #f5d937;
  background-color: #f5d937;
  padding: 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
}

.box_chamada_padrao {
  border: 5px solid #efede1;
  background-color: #efede1;
  padding: 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.box_chamada_saiba_mais {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #1acf78;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #1acf78;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_chamada_saiba_mais_azure {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #0ebff3;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_chamada_saiba_mais_email {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #2d3046;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_chamada_saiba_mais_loja {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #6ec57b;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_chamada_saiba_mais_nfe {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #338eff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_chamada_saiba_mais_empresa {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #ecf0f1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_chamada_saiba_mais_agencia {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #f5d937;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_chamada_saiba_mais_padrao {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #f4f3e9;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_amazon:hover .box_chamada_saiba_mais {
  border: 1px solid #1acf78;
  background: #fff;
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_amazon:hover .box_chamada_amazon {
  border: 1px solid #1acf78;
  background: #1acf78;
  color: #fff;
  padding: 24px;
}

.hover_box_chamada_azure:hover .box_chamada_saiba_mais_azure {
  border: 1px solid #0ebff3;
  background: #0ebff3;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_azure:hover .box_chamada_azure {
  border: 1px solid #0ebff3;
  background: #fff;
  color: #000;
  padding: 24px;
}

.hover_box_chamada_email:hover .box_chamada_saiba_mais_email {
  border: 1px solid #2d3046;
  background: #2d3046;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_email:hover .box_chamada_email {
  border: 1px solid #2d3046;
  background: #fff;
  color: #000;
  padding: 24px;
}

.hover_box_chamada_email:hover .box_chamada_saiba_mais_loja {
  border: 1px solid #6ec57b;
  background: #6ec57b;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_email:hover .box_chamada_loja {
  border: 1px solid #6ec57b;
  background: #fff;
  color: #000;
  padding: 24px;
}

.hover_box_chamada_email:hover .box_chamada_saiba_mais_nfe {
  border: 1px solid #338eff;
  background: #338eff;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_email:hover .box_chamada_nfe {
  border: 1px solid #338eff;
  background: #fff;
  color: #000;
  padding: 24px;
}

.hover_box_chamada_empresa:hover .box_chamada_saiba_mais_empresa {
  border: 1px solid #ecf0f1;
  background: #ecf0f1;
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_empresa:hover .box_chamada_empresa {
  border: 1px solid #ecf0f1;
  background: #fff;
  color: #000;
  padding: 24px;
}

.hover_box_chamada_agencia:hover .box_chamada_saiba_mais_agencia {
  border: 1px solid #f5d937;
  background: #f5d937;
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_agencia:hover .box_chamada_agencia {
  border: 1px solid #f5d937;
  background: #fff;
  color: #000;
  padding: 24px;
}

.hover_box_chamada_padrao:hover .box_chamada_saiba_mais_padrao {
  border: 1px solid #f4f3e9;
  background: #f4f3e9;
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hover_box_chamada_padrao:hover .box_chamada_padrao {
  border: 1px solid #efede1;
  background: #fff;
  color: #000;
  padding: 24px;
}

.cloud_amazon2 {
  text-align: center;
  margin-bottom: 20px;
}

.cloud_amazon2 img {
  height: 50px;
}

.cloud_azure2 {
  text-align: center;
  margin: 20px 0 30px;
}

.cloud_azure2 img {
  height: 20px;
}

.cloud_email {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.cloud_email .fa {
  margin-right: 5px;
  color: #2fb779;
}

.fb-page {
  margin-top: 20px;
}

.center_servicos {
  max-width: 760px;
  margin: 0 auto;
}

.fb-like-top-single {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}

.fb-like-top {
  height: 20px;
}

.border_amazon .box_planos strong {
  color: #ffaa00;
}

.border_azure .box_planos strong {
  color: #0ebff3;
}

.border_email .box_planos strong {
  color: #2d3046;
}

.border_nota .box_planos strong {
  color: #338eff;
}

.border_agencias .box_planos strong {
  color: #f5d937;
}

.border_email .pricing .plan2 .plan-title h2 {
  background: #338eff;
  color: #fff;
}

.border_email .pricing .plan2 {
  border: 1px solid #2d3046;
}

.border_nota .pricing .plan2 .plan-title h2 {
  background-color: #338eff;
  color: #fff;
}

.border_nota .pricing .plan2 {
  border: 1px solid #338eff;
}

.linkedin_like {
  margin-top: 10px;
}

.fix_btn_top {
  margin-top: 17px !important;
  font-weight: 700 !important;
  background: none !important;
  border-color: #fff !important;
  border-width: 1px !important;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px !important;
}

.fix_btn_top:hover {
  border-color: #1f8858 !important;
  color: #16603e !important;
}

.fix-obrigado {
  font-size: 35px !important;
  /*font-weight: 600 !important;*/
  font-family: "bornabold", sans-serif;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-weight:normal;
}

.obrigado {
  padding: 55px 0 0;
}

.obrigado h1 {
  font-size: 35px !important;
  /*font-weight: 600 !important;*/
  font-family: "bornabold", sans-serif;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 35px;
  font-weight:normal;
}

.obrigado span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}

.solicitar_contato .col-left {
  float: left;
  max-width: 500px;
  width: 50%;
  text-align: left;
}

.solicitar_contato .col-right {
  padding: 40px;
  background: #1acf78;
  width: 45%;
  max-width: 420px;
  float: right;
  color: #07321d;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  position: relative;
}

.solicitar_contato .col-right .seta {
  background-image: url(../img/seta.png);
  width: 19px;
  height: 37px;
  top: 138px;
  left: 0;
  position: absolute;
}

.solicitar_contato .row {
  max-width: 990px;
  margin: 0 auto;
}

.solicitar_contato .box_planos h1 {
  text-align: left;
  font-size: 40px;
  margin-bottom: 20px;
}

.solicitar_contato .col-right span {
  display: block;
  font-weight: 400;
  font-size: 17px;
}

.solicitar_contato .box_planos p {
  text-align: left;
}

.solicitar_contato .descricao,
.solicitar_contato .descricao span {
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
}

.solicitar_contato .descricao strong {
  font-size: 23px;
  margin-bottom: 10px;
  display: block;
}

.solicitar_contato .carousel {
  margin-bottom: 30px;
}

.solicitar_contato .bar-browser {
  width: 100%;
  margin-top: 30px;
}

.solicitar_contato .clientes {
  font-size: 13px;
  text-align: center;
  /*font-weight: 400;*/
  font-family: "bornamedium", sans-serif;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight:normal;
}

.solicitar_contato li {
  font-size: 18px;
}

.solicitar_contato li i {
  margin-right: 5px;
}

.solicitar_contato .suporte {
  text-align: left;
  font-size: 16px;
}

.solicitar_contato .col-right .btn {
  background: #2c3e50;
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 13px 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.solicitar_contato .col-right #formulario {
  margin-top: 32px;
}

.solicitar_contato .col-right .btn:hover {
  background: #34495e;
}

.endereco_footer2 {
  line-height: 25px;
  font-size: 15px;
  margin-top: 20px;
}

.blog_obrigado {
  padding: 0 !important;
}

.blog_obrigado .descricao_blog p {
  font-size: 14px;
}

.mcafee_footer {
  float: right;
  width: 100%;
}

.mcafee_footer img {
  max-width: 140px;
  margin-bottom: 5px;
}

.mcafee_footer .seguranca {
  display: block;
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #0a693d;
}

.quantidade {
  border: none !important;
  height: 42px !important;
}

.download_pdf {
  float: none;
  margin: 0;
  text-transform: none;
  font-size: 16px;
}

.download_pdf i {
  margin-right: 5px;
}

.nfe_destaque {
  border: none;
  padding: 10px 0;
}

.btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.apresentacao {
  text-align: center;
}

.apresentacao .download_pdf {
  margin: 0 2px 5px;
}

.ondemand_destaque {
  padding: 60px 0 40px !important;
  border: none;
  overflow: hidden;
  margin-bottom: 10px;
}

.ondemand_destaque .numero_sobre_nos {
  float: none;
  text-align: center;
}

.ondemand_destaque .numero_sobre_nos span {
  font-size: 50px;
}

.ondemand_destaque .descricao_sobre_nos {
  text-align: center;
  margin-top: -30px;
}

.ondemand_destaque .descricao_sobre_nos span {
  text-transform: none;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.btn_chat {
  display: none;
}

.btn_chat_hide {
  display: none;
  font-size: 20px;
  line-height: 1.42857143 !important;
  color: #000;
  text-decoration: none;
  margin: 0;
}

.contratos {
  max-width: 700px;
  margin: 60px auto 0;
  font-size: 16px;
}

.contratos i {
  font-size: 45px;
  vertical-align: middle;
  margin-right: 5px;
}

.contratos a {
  color: #000;
  font-weight: 600;
}

.contratos .col-sm-6:hover,
.contratos .col-sm-6:hover a {
  color: #27b574;
}

.contratos .col-sm-6 {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}

.contratos ul li {
  margin: 8px;
}

.documentacao {
  max-width: 700px;
  margin: 60px auto 0;
  font-size: 16px;
}

.documentacao i {
  font-size: 45px;
  vertical-align: middle;
  margin-right: 5px;
}

.documentacao i {
  vertical-align: -webkit-baseline-middle;
}

.documentacao a {
  color: #000;
  font-weight: 600;
}

.documentacao ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  background: #fbfdff;
  border-radius: 10px;
  overflow: hidden;
}

.documentacao li {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
  float: left;
  position: relative;
}

.documentacao .types {
  font-size: 13px;
  position: absolute;
  bottom: 17px;
  left: 67px;
}

.documentacao li img {
  width: auto;
  height: 45px;
  display:inline-block;
  margin-right: 5px;
  vertical-align: -webkit-baseline-middle;
}

.documentacao li:hover {
  background: #eff6f3;
}

.documentacao li:hover i {
  color: #33b574;
}

.documentacao li:hover a {
  color: #195839;
}

.documentacao li:nth-child(1),
.documentacao li:nth-child(3),
.documentacao li:nth-child(5) {
  border-right: 1px solid #e6e6e6;
}

.documentacao li:nth-last-child(1) {
  border-bottom: none !important;
}

.logomarca {
  width: 201px;
  height: 48px;
  background-image: url(../img/logomarca_webmaniabr.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-top: -15px;
}

.intro .btn_saibamais {
  font-size: 19px;
  margin-left: 235px;
  font-weight: 600;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2) !important;
}

.intro .fourth .btn_saibamais {
  margin-left: 275px;
}

.intro .second .btn_saibamais {
  margin-left: 420px;
}

.intro .item.kaka {
  background: url(../img/banner_kaka.jpg);
  background-color: #053161;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.intro .item.fourth {
  background: url(../img/banner_start.jpg);
  background-color: #00834d;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.intro .item.second {
  background: url(../img/banner_ondemand.jpg);
  background-color: #000;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.intro .item.third {
  background: url(../img/banner_cloudapp2.jpg);
  background-color: #161824;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.intro .banner {
  width: 1355px;
  position: absolute;
  left: 50%;
  margin-left: -677px;
  height: 100%;
}

.btn_chat_show {
  display: none;
  color: #000;
  text-decoration: none;
}

.produtos {
  padding: 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: relative;
  background: #fff;
}

.produtos strong {
  font-size: 16px;
}

.produtos_destaques {
  padding: 100px 0 120px;
  background: #ecf0f1;
}

.produtos_destaques h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.services_home h1 {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

.vagas_abertas {
  max-width: 800px;
  margin: 50px auto 0;
  text-align: left;
}

.faca_parte_equipe .box_planos {
  max-width: 100% !important;
  margin-bottom: 40px !important;
}

.faca_parte_equipe p {
  max-width: 850px !important;
  margin: 0px auto 40px;
  font-size: 20px !important;
  text-align: left;
  padding: 0;
  text-align: center;
  line-height: 28px;
}

.faca_parte_equipe h1 {
  margin-bottom: 50px !important;
}

.ebook .btn,
.services_home .btn {
  background: #59ffb3;
  padding: 10px 30px;
  font-size: 17px;
  color: #00713d;
  font-weight: 600;
  margin-top: 10px;
}

.ebook .btn2,
.services_home .btn2,
.apresentacao .btn2,
.services_home .btn2 {
  border: 1px solid #27b574;
  background: none;
  padding: 11px 30px;
  font-size: 16px;
  color: #27b574;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 10px;
  text-transform: uppercase;
}

.ebook .btn:hover,
.services_home .btn:hover {
  background: #22f795;
}

.ebook .btn2:hover,
.services_home .btn2:hover,
.apresentacao .btn2:hover {
  background: #27b574;
  color: #fff;
}

.carousel-indicators .active {
  background-color: #25a067;
}

.carousel-indicators li {
  border-color: #25a067;
}

.services_home .btn2,
.apresentacao .btn2 {
  margin-left: 0;
  margin-top: 20px;
}

.ebook {
  background: #f5f5f6;
  padding: 80px 0;
}

.ebook .texto {
  max-width: 500px;
}

.ebook .texto p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}

.ebook2 .texto {
  float: right;
}

.ebook2 {
  background: #fff;
}

.ebook h1 {
  font-size: 36px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 strong {
  font-weight: 600;
}

.blog_home h1 {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

.apresentacao .ebooks {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
}

.apresentacao span {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.apresentacao span a {
  color: #000;
}

.apresentacao span a:hover {
  color: #27b574;
}

.compartilhar {
  text-align: center;
}

.compartilhar .texto {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

.share-btn {
  display: inline-block;
  background: hsl(212, 87%, 51%);
  font-size: 30px;
  color: #fff;
  border: none;
  padding: 13px 45px;
  cursor: pointer;
  opacity: 0.9;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  margin-top: 6px;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
}

.share-btn.twitter {
  background: #55acee;
}

.share-btn.google-plus {
  background: #dd4b39;
}

.share-btn.facebook {
  background: #3b5998;
}

.share-btn.stumbleupon {
  background: #eb4823;
}

.share-btn.reddit {
  background: #ff5700;
}

.share-btn.linkedin {
  background: #4875b4;
}

.share-btn.email {
  background: #444444;
}

.dropdown-menu-special .dropdown-menu {
  margin-left: -130px;
  min-width: 220px;
}

.menu-special.collapse {
  display: none !important;
}

.footer .fb-page,
.footer .fb-page iframe,
.footer .fb_iframe_widget span,
.footer .fb_iframe_widget {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.submenu_footer {
  margin: 5px 0 10px;
}

.submenu_footer li {
  margin: 0;
  color: #fff;
}

.docs h2 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 35px;
  word-wrap: break-word;
  padding-top: 20px;
}

.docs .docs_table {
  overflow-x: auto;
  margin-bottom: 20px;
}

.docs .docs_table table {
  font-weight: 400;
  font-size: 13px;
  width: 100%;
}

.docs table tr th {
  font-weight: bold;
  vertical-align: middle;
}

.docs table tr td {
  vertical-align: top;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.docs .docs_table table tr th {
  color: white;
  padding: 15px;
  border: 0;
}

.docs .docs_table table tr th:nth-child(odd) {
  background-color: #5dd29c;
}

.docs .docs_table table tr th:nth-child(even) {
  background-color: #45b17f;
}

.docs .docs_table table tr td {
  color: #585858;
  padding: 15px;
  border: 0;
}

.docs .docs_table table tr:nth-child(odd) td:nth-child(odd) {
  background-color: #f7faf7;
}

.docs .docs_table table tr:nth-child(odd) td:nth-child(even) {
  background-color: #effaef;
}

.docs .docs_table a {
  font-size: 17px;
  color: #00ca6e;
  font-weight: 600;
  text-decoration: none;
}

.docs .docs_table table tr td a {
  font-size: 13px;
  text-decoration: none;
  line-height: 20px;
}

code {
  font-size: 0.9em;
  font-family: "Monaco", "Courier New", Courier;
  -webkit-font-feature-settings: ss02 1, ss07 1, ss06 1, zero 1;
  -moz-font-feature-settings: ss02 1, ss07 1, ss06 1, zero 1;
  -o-font-feature-settings: ss02 1, ss07 1, ss06 1, zero 1;
  font-feature-settings: ss02 1, ss07 1, ss06 1, zero 1;
  color: #080;
  line-height: 1.3em;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fdf6e3;
  color: #657b83;
  -webkit-text-size-adjust: none;
}

.docs code,
.docs code a {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 0 3px;
  transition: border-color 0.7s;
  -webkit-transition: border-color 0.7s;
}

.docs .docs_table table tr td code,
.docs .docs_table table tr td code a {
  background: 0;
  border: 0;
}

.docs .docs_table table tr td code a {
  text-decoration: underline !important;
  color: #000 !important;
  font-size: 14px;
}

.docs pre {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #000;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}

.docs pre code {
  font-family: "Monaco", "Courier New", Courier;
  font-size: 13px;
  color: #6d7e8a;
  border-radius: 5px;
  line-height: 20px;
  margin: 0;
  padding: 5px;
  border: none;
  width: 700px;
  text-align: left;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.smalltalk .hljs-number,
.hljs-constant,
.hljs-class .hljs-title,
.hljs-parent,
.hljs-type,
.hljs-link_reference {
  color: #ddd;
}

.docs .hljs-number,
.docs .hljs-string {
  color: #27b574;
}

/* Estilos para syntax highlighting C# e Python */
.language-csharp .token.keyword,
.language-python .token.keyword {
  color: #3b82f6;
  font-weight: bold;
}

.language-csharp .token.class-name,
.language-python .token.class-name {
  color: #10b981;
}

.language-csharp .token.string,
.language-python .token.string {
  color: #f59e0b;
}

.language-csharp .token.function,
.language-python .token.function {
  color: #8b5cf6;
}

.language-csharp .token.variable,
.language-python .token.variable {
  color: #ef4444;
}

.language-csharp .token.comment,
.language-python .token.comment {
  color: #6b7280;
  font-style: italic;
}

.language-csharp .token.number,
.language-python .token.number {
  color: #06b6d4;
}

.language-csharp .token.operator,
.language-python .token.operator {
  color: #a78bfa;
}

.language-csharp .token.punctuation,
.language-python .token.punctuation {
  color: #94a3b8;
}

.hljs-comment,
.diff .hljs-header,
.hljs-doctype,
.hljs-pi,
.lisp .hljs-string,
.hljs-javadoc {
  color: #93a1a1;
}

.docs p code,
.docs ul code,
.docs ol code {
  color: #27b574;
  background-color: #e4f9f0;
  border: none;
}

.docs_description .explain {
  color: #00ca6e;
  background-color: #fff !important;
  display: inline-block;
  margin-top: 2px;
  border: 1px solid !important;
  padding: 3px 5px;
  font-size: 13px !important;
}

.docs_description td:nth-child(3n + 3) {
  color: #555 !important;
}

.filters_code .active2 {
  color: #000;
}

.filters_code .active2:before {
  content: "|";
  position: absolute;
  left: -15px;
}

.form_desenvolvedor {
  max-width: 400px;
  margin: 40px auto 0;
}

.form_desenvolvedor input {
  width: 100%;
  height: 5.5rem;
  background: #f6f6f8;
  border-radius: 0.4rem;
  margin-bottom: 5px;
  padding-left: 2.4rem;
}

.form_desenvolvedor input::-webkit-outer-spin-button,
.form_desenvolvedor input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form_desenvolvedor input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(36, 36, 36, 0.5);
}

.form_desenvolvedor select {
  width: 100%;
  height: 5.5rem !important;
  background: #f6f6f8 !important;
  border-radius: 0.4rem;
  margin-bottom: 5px;
  padding-left: 2.4rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(36, 36, 36, 0.5);
}

.form_desenvolvedor select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.form_desenvolvedor .btn {
  width: 100%;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 600;
  background: #27b574;
  color: #FFF;
}

.form_desenvolvedor .btn:hover {
  background: #22a76a;
  color: #FFF;
}

.credenciais_enviadas {
  display: none;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  width: 400px;
  padding: 20px;
  margin: 40px auto;
  background: #27b574;
}

/* JSON Interactive Tooltips - API Docs */
.json-tooltip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted #00ca6e;
  transition: all 0.2s ease;
}

.json-tooltip:hover {
  border-bottom-color: #45b17f;
  color: #00ca6e;
}

.json-tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #f7faf7;
  border: 1px solid #45b17f;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 250px;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  pointer-events: none;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.json-tooltip:hover .json-tooltip-content,
.json-tooltip.active .json-tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-15px);
}

/* Seta do tooltip */
.json-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #45b17f transparent transparent transparent;
}

/* Header do tooltip */
.tooltip-header {
  background: #5dd29c;
  color: white;
  padding: 8px 15px;
  margin: -15px -15px 10px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 14px;
}

/* Tipo do campo */
.tooltip-type {
  color: #45b17f;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

/* Descrição */
.tooltip-description {
  color: #585858;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

/* Formato/exemplo */
.tooltip-format {
  background: #effaef;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #00ca6e;
  font-family: "Monaco", "Courier New", Courier;
  display: inline-block;
  margin-top: 5px;
}

/* Valores possíveis */
.tooltip-values {
  background: #effaef;
  padding: 10px;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 12px;
}

.tooltip-values-title {
  font-weight: bold;
  color: #45b17f;
  margin-bottom: 5px;
}

.tooltip-values-list {
  margin: 0;
  padding-left: 20px;
}

.tooltip-values-list li {
  color: #585858;
  margin-bottom: 3px;
}

/* Tooltip posicionado acima quando não há espaço */
.json-tooltip-content.tooltip-bottom {
  bottom: auto;
  top: 100%;
  transform: translateX(-50%) translateY(10px);
}

.json-tooltip:hover .json-tooltip-content.tooltip-bottom,
.json-tooltip.active .json-tooltip-content.tooltip-bottom {
  transform: translateX(-50%) translateY(15px);
}

.json-tooltip-content.tooltip-bottom::after {
  top: auto;
  bottom: 100%;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #45b17f transparent;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  .json-tooltip-content {
    min-width: 200px;
    max-width: 300px;
    left: 0;
    transform: translateX(0) translateY(-10px);
  }
  
  .json-tooltip:hover .json-tooltip-content,
  .json-tooltip.active .json-tooltip-content {
    transform: translateX(0) translateY(-15px);
  }
  
  .json-tooltip-content::after {
    left: 20px;
  }
}

/* Highlight para JSON */
.json-key {
  color: #ddd;
}

.json-string {
  color: #27b574;
}

.json-number {
  color: #27b574;
}

.json-boolean {
  color: #b294bb;
}

.json-null {
  color: #de935f;
}

/* Ajuste para JSON dentro de pre */
.docs pre code .json-tooltip {
  border-bottom-color: #45b17f;
  position: relative;
  display: inline-block;
}

.docs pre code .json-tooltip:hover {
  color: #27b574;
}

/* Garante que o pre tenha overflow visível para os tooltips JSON */
.docs pre:has(.language-json) {
  overflow: visible !important;
}

/* Estilos para code-toolbar com scroll */
.code-toolbar {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.code-toolbar pre {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100%;
  margin: 0;
  padding-bottom: 15px !important; /* Espaço para a barra de rolagem */
}

.code-toolbar pre code {
  display: inline-block !important;
  white-space: pre !important;
  word-wrap: normal !important;
  word-break: normal !important;
  min-width: max-content !important;
}

/* Estilo da barra de rolagem para code-toolbar */
.code-toolbar pre::-webkit-scrollbar {
  height: 8px;
}

.code-toolbar pre::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}

.code-toolbar pre::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.code-toolbar pre::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Ajusta a toolbar para ficar no canto superior direito */
.code-toolbar .toolbar {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}

/* Force scrollbar to always show on code-toolbar */
.code-toolbar pre {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #444 #1a1a1a; /* Firefox */
}

/* Garante que o scroll funcione em todos os navegadores */
.code-toolbar pre::-webkit-scrollbar {
  height: 10px !important;
  display: block !important;
}

/* Para navegadores que não suportam :has() */
.docs .code-toolbar pre {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/* Ajusta z-index do tooltip para ficar acima de outros elementos */
.json-tooltip-content {
  z-index: 9999 !important;
}

/* Corrige posicionamento do tooltip dentro de code blocks */
.docs pre code {
  position: relative;
  overflow: visible;
}

.repo-card .content p {
  font-family: "bornaregular", sans-serif !important;
  /*font-weight: 300 !important;*/
  font-size: 16px !important;
  line-height: 22px !important;
}

.pricing_notafiscal .btn {
  width: 90%;
}

.cart {
  padding: 14px 25px 0px 0;
  height: 70px;
}

.itens_cart {
  font-size: 10px;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 21px;
  right: 12px;
  top: 10px;
  background: #1d8153;
  color: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-weight: 600;
}

.cbp-af-header.cbp-af-header-shrink2 .nav a.ver_carrinho {
  background-color: #797979 !important;
  padding: 6px 0 5px !important;
  font-size: 15px !important;
  margin-top: 5px !important;
  border: none !important;
}

.cbp-af-header.cbp-af-header-shrink2 .nav a.ver_carrinho:hover {
  background-color: #6a6a6a !important;
}

.cbp-af-header.cbp-af-header-shrink2 .nav a.finalizar_compra {
  background-color: #1acf78 !important;
  padding: 6px 0 5px !important;
  font-size: 15px !important;
  margin-top: 5px !important;
  border: none !important;
}

.cbp-af-header.cbp-af-header-shrink2 .nav a.finalizar_compra:hover {
  background-color: #27b574 !important;
}

.box_cart {
  padding: 10px 10px 10px !important;
}

.box_cart li {
  padding: 8px 0 5px;
  border-bottom: 1px dotted #ccc;
}

.box_cart li:first-child {
  border-top: 1px dotted #ccc;
}

.box_cart strong {
  font-size: 15px;
}

.cart_products {
  max-height: 150px;
  overflow-x: auto;
  margin-bottom: 10px;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu a.fix_link {
  display: inline !important;
  padding: 0 !important;
  line-height: 14px !important;
  color: #27b574 !important;
  background: none !important;
}

.cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu a.fix_link:hover {
  color: #23a168 !important;
}

.aviso {
  text-align: center;
  margin-top: 20px;
}

.aviso .alert-success {
  text-align: center;
  font-size: 16px;
  display: inline-block;
  border: 2px solid #cbeddd;
  background: none;
  padding-left: 25px;
  padding-right: 25px;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
}

.aviso .fa-destaques {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
  font-size: 25px !important;
}

.aviso a {
  font-weight: 600;
}

.aviso span {
  font-size: 14px;
  line-height: 20px;
  color: #555;
  font-weight: lighter;
  max-width: 400px;
  display: inline-block;
  margin-top: 5px;
}

.botao_pdf {
  border-color: #1acf78;
  background: #1acf78;
}

.botao_pdf:hover {
  background: #27b574;
  border-color: #27b574;
}

.pricing_notafiscal {
  padding-top: 50px;
}

.pricing_notafiscal .plans .col-md-4 {
  margin: 0 !important;
  padding: 0 !important;
}

.pricing_notafiscal .plans .col-md-4 .plan2 {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 0;
}

.pricing_notafiscal .plans .plan2 .plan-title h3 {
  font-size: 50px;
}

.pricing_notafiscal .row {
  max-width: 980px;
  margin: 0 auto;
}

.pricing_notafiscal .plan2 .plan-features li {
  padding: 0 0 5px 0;
}

.pricing_notafiscal .plans .col-md-4:nth-child(1) .plan2 {
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.pricing_notafiscal .plans .col-md-4:nth-child(2) .plan2 {
  top: -30px;
  position: relative;
}

.pricing_notafiscal .plans .col-md-4:nth-child(2) .plan2 .plan-features li {
  font-size: 16px;
}

.pricing_notafiscal .plans .col-md-4:nth-child(2) .plan2 {
  background: #fff;
  border-top: 1px solid #fff;
}

.pricing_notafiscal .plans .col-md-4:nth-child(2) .plan2 .plan-title h3 {
  font-size: 70px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.pricing_notafiscal .plans .col-md-4:nth-child(2) .plan2 .plan-title h2 {
  background: #1acf78;
}

.pricing_notafiscal .plans .col-md-4:nth-child(3) .plan2 {
  border-right: 0;
  border-top: 0;
  border-left: 0;
}

.pricing_notafiscal .btn_contratar {
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.adicionais {
  margin-top: -80px;
  margin-bottom: 0px;
}

.pricing_notafiscal2 {
  padding-top: 50px;
}

.pricing_notafiscal2 .plans .col-md-3 {
  margin: 0 !important;
  padding: 0 !important;
}

.pricing_notafiscal2 .plans .col-md-3 .plan2 {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 0;
}

.pricing_notafiscal2 .plans .plan2 .plan-title h3 {
  font-size: 50px;
}

.pricing_notafiscal2 .row {
  margin: 0 auto;
}

.pricing_notafiscal2 .plan2 .plan-features li {
  padding: 0 0 5px 0;
}

.pricing_notafiscal2 .plans .col-md-3:nth-child(1) .plan2 {
  border-right: 0;
}

.pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 {
  top: -30px;
  position: relative;
}

.pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 .plan-features li {
  font-size: 16px;
}

.pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 {
  background: #fff;
}

.pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 .plan-title h3 {
  font-size: 70px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 .plan-title h2 {
  background-color: #1acf78;
}

.pricing_notafiscal2 .plans .col-md-3:nth-child(3) .plan2,
.pricing_notafiscal2 .plans .col-md-3:nth-child(4) .plan2 {
  border-left: 0;
}

.pricing_notafiscal2 .btn_contratar {
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing_notafiscal2 .plan2 .plan-features {
  margin: 0 15px;
}

.pricing_email {
  padding-bottom: 0;
  padding-top: 40px;
}

.pricing_email .start1 {
  margin: 5px 0 20px !important;
}

.pricing_email .form-inline .form-group {
  margin-bottom: 15px;
}

.botao_chamada_contato {
  font-size: 21px;
  float: none;
  margin: 20px 0 0 0;
  display: inline-block;
}

/*.chamada_para_empresas {  padding: 35px 40px 10px 40px; color: #000; -webkit-border-radius: 10px; border-radius: 10px; margin: 25px 0 25px; border: 1px solid #E1EDFB; background: #F5F9FF;  }*/
.chamada_para_empresas .titulo {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #2a87fd;
}

.chamada_para_empresas li {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.content_bg2 .chamada_para_empresas ul {
  margin-bottom: 0;
}

.content_bg2 .chamada_para_empresas li {
  color: #333;
  font-weight: 400;
  font-size: 16px;
}

.content_bg2 .chamada_para_empresas li:last-child {
  margin-bottom: 0;
}

.chamada_para_empresas i {
  margin-right: 5px;
}

.chamada_para_empresas p {
  font-weight: 600;
}

/*.chamada_para_contadores { padding: 35px 40px 20px 40px; color: #000; -webkit-border-radius: 10px; border-radius: 10px; margin: 25px 0 25px; border: 1px solid #FFE7E6; background: #FFF8F7; }*/
.chamada_para_contadores .titulo {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  color: #000;
}

.chamada_para_contadores li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.content_bg2 .chamada_para_contadores ul {
  margin-bottom: 0;
}

.content_bg2 .chamada_para_contadores li {
  color: #333;
  font-weight: 400;
  font-size: 16px;
}

.content_bg2 .chamada_para_contadores li:last-child {
  margin-bottom: 0;
}

.chamada_para_contadores i {
  margin-right: 5px;
}

.chamada_para_contadores p {
  font-weight: 600;
}

.chamada_para_agencias {
  border: 1px solid #fdf6e3;
  background: #fffcf2;
}

.chamada_para_empresas2 {
  border: 1px solid #e9f4ff;
  background: #f6fbff;
  padding: 35px 40px 12px 40px;
}

section.dark.with-bg.homepage {
  height: 400px;
  background: url("../img/homepage7.jpg") center center no-repeat;
  /*padding: 115px 0;*/
  padding: 70px 0;
}

section.dark.with-bg.homepage p {
  font-size: 19px;
  padding: 0 1em !important;
}

section.dark.with-bg.homepage h1 {
  color: #1acf78;
}

.fb-video {
  z-index: 2;
  max-width: 476px !important;
}

section.dark.with-bg.homepage .overlay-text {
  text-align: left;
  padding-left: 45px;
}

.wrapper_video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 476px;
}

.h_iframe {
  position: relative;
}

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fb_iframe_widget iframe {
  max-width: inherit !important;
  z-index: 100 !important;
}

.adicionais_fix {
  margin-top: 20px;
}

.price_page {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.monte_sua_loja {
  padding: 4em 0;
}

.monte_sua_loja h1 {
  padding: 20px 0;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #dedede;
}

.monte_sua_loja .box {
  max-width: 490px;
  padding-bottom: 100px;
}

.monte_sua_loja ul {
  padding: 0;
  margin: 60px 0 0 0;
  list-style: none;
  margin-bottom: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.monte_sua_loja li {
  border: 1px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  word-wrap: break-word;
  margin-top: 15px;
  cursor: pointer;
  z-index: 4;
  position: relative;
  background: #fff;
}

.monte_sua_loja li .row {
  max-width: 100%;
  border: 1px solid #999;
  padding: 16px 4px;
  margin: 0;
  border-radius: 4px;
}

.monte_sua_loja li:hover,
.monte_sua_loja li .row:hover {
  border-color: #1acf78;
}

.monte_sua_loja li.selected,
.monte_sua_loja li.selected .row {
  border-color: #1acf78;
}

.monte_sua_loja li .col-md-4 {
  text-align: right;
  font-weight: 400;
}

.monte_sua_loja .titulo {
  /*font-weight: 300;*/
  font-family: "bornaregular", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.monte_sua_loja .duvida {
  color: #27b574;
  font-size: 15px;
}

.monte_sua_loja .gratis {
  font-weight: 600;
}

.monte_sua_loja li .nome span {
  display: block;
  font-size: 13px;
  margin-top: 0px;
  line-height: 15px;
  margin-right: 5px;
}

.actiontray {
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 500;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  height: 158px;
  border-top: 1px solid #27b574;
  padding: 20px 0;
  color: #000;
}

.actiontray button {
  background: #1acf78 !important;
  padding: 10px 35px;
  font-size: 17px;
  font-weight: 600;
  float: right;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 3px 0 #27ae60 !important;
  -moz-box-shadow: 0 3px 0 #27ae60 !important;
  -o-box-shadow: 0 3px 0 #27ae60 !important;
  box-shadow: 0 3px 0 #27ae60 !important;
}

.actiontray button:hover {
  background: #27b574 !important;
}

.monte_sua_loja .duvida {
  cursor: pointer;
}

.monte_sua_loja .duvida:hover {
  color: #1acf78;
}

.monte_sua_loja .descricao {
  background: #27b574;
  color: #fff;
  padding: 20px 20px 5px;
  margin-top: -9px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}

.monte_sua_loja .descricao p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.monte_sua_loja #setup,
.monte_sua_loja #mensal,
.monte_sua_loja #modulos,
.monte_sua_loja #marketing,
.monte_sua_loja #button {
  float: right;
}

.monte_sua_loja #mensal {
  width: 190px;
  font-size: 30px;
  color: #27b574;
  font-weight: 400;
}

.monte_sua_loja #mensal span {
  display: block;
  font-size: 14px;
  color: #333;
}

.monte_sua_loja #mensal span.mes {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #27b574;
}

.monte_sua_loja #setup,
.monte_sua_loja #modulos,
.monte_sua_loja #marketing {
  width: 210px;
  position: relative;
  font-weight: 400;
}

.monte_sua_loja #setup span.valor,
.monte_sua_loja #modulos span.valor,
.monte_sua_loja #marketing span.valor {
  font-weight: 600;
  font-size: 16px;
}

.monte_sua_loja #setup span,
.monte_sua_loja #modulos span,
.monte_sua_loja #marketing span {
  display: block;
  font-size: 13px;
}

.monte_sua_loja .box_layout,
.monte_sua_loja .box_forma_pagamento,
.monte_sua_loja .box_nota_fiscal,
.monte_sua_loja .box_plataforma,
.monte_sua_loja .box_email_empresarial {
  position: relative;
}

.monte_sua_loja .box_layout img,
.monte_sua_loja .box_forma_pagamento img,
.monte_sua_loja .box_nota_fiscal img,
.monte_sua_loja .box_plataforma img,
.monte_sua_loja .box_email_empresarial img {
  position: absolute;
  left: -150%;
}

.monte_sua_loja .step2 li {
  width: 50%;
  float: left;
  border: none;
  cursor: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
}

.monte_sua_loja .step2 li .row {
  border: none;
  cursor: inherit;
  margin: 20px;
  padding: 35px 25px;
  border: 1px solid #e6e6e6;
}

.monte_sua_loja .step2 .box {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

.monte_sua_loja .step2 .nome {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  line-height: 29px;
}

.monte_sua_loja .step2 .descricao {
  background: none;
  color: #000;
  padding: 0;
  margin: 20px 0 15px;
}

.monte_sua_loja .step2 .descricao p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333;
}

.monte_sua_loja .step2 li .preco {
  display: inline;
}

.monte_sua_loja .step2 .opcoes {
  margin-top: 30px;
}

.monte_sua_loja .label-integracao {
  background: #34495e;
}

.monte_sua_loja .label-success {
  background: #2ecc71;
}

.monte_sua_loja .label-primary {
  background: #3498db;
}

.monte_sua_loja .label-default {
  background: #1abc9c;
}

.monte_sua_loja .label-warning {
  background: #e67e22;
}

.page-template-page-modulos-ecommerce .twitter-tweet-button {
  vertical-align: middle !important;
  margin-top: 0px !important;
}

.page-template-page-modulos-ecommerce .fb_iframe_widget {
  vertical-align: middle !important;
  margin-right: 5px !important;
}

.page-template-page-modulos-ecommerce .share {
  text-align: center;
  background: none;
  padding: 13px 0;
  margin-top: 10px;
  border-radius: 5px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.page-template-page-modulos-ecommerce .share .sharebuttons {
  display: inline-block;
  margin-bottom: 15px;
  color: #3b5998;
  font-weight: 600;
}

.page-template-page-modulos-ecommerce .share .twitter_button {
  color: #1da1f2;
  font-weight: 600;
  margin-left: 5px;
}

.page-template-page-modulos-ecommerce .share .twitter_button:hover {
  color: #1b8ed4;
}

.page-template-page-modulos-ecommerce .share .facebook_button2 {
  color: #3b5998;
  font-weight: 600;
}

.page-template-page-modulos-ecommerce .share .facebook_button2:hover {
  color: #2f4778;
}

.page-template-page-modulos-ecommerce .share .share_link {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #000;
  font-weight: 400;
  margin-left: 10px;
}

.page-template-page-modulos-ecommerce .share .share_link i {
  margin-right: 5px;
}

.page-template-page-modulos-ecommerce .modal-body .comprar_agora {
  text-align: center;
  background: #f2f2f2;
  margin-top: 35px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 24px;
  padding: 18px 0 20px;
  line-height: 22px;
}

.modulos .comprar_agora {
  text-align: center;
  background: #f2f2f2;
  margin-top: 25px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  line-height: 19px;
}

.modulos .comprar_agora .row {
  border: none !important;
  padding: 20px 0px !important;
  margin: 0 !important;
}

.modulos .comprar_agora span {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.page-template-page-modulos-ecommerce .modal-body .btn,
.modulos .btn {
  background: #1acf78;
  padding: 8px 40px 10px;
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin-left: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-template-page-modulos-ecommerce .modal-body form,
.modulos form {
  display: block;
  margin-top: 10px;
}

.page-template-page-modulos-ecommerce .modal-body .btn:hover,
.modulos .btn:hover {
  background: #27b574;
}

.page-template-page-modulos-ecommerce .modal-body .start1,
.modulos .start1 {
  margin: 0 !important;
}

.page-template-page-modulos-ecommerce .nome a {
  color: #000;
  cursor: pointer;
}

.page-template-page-modulos-ecommerce .nome a:hover {
  color: #27b574;
}

.page-template-page-modulos-ecommerce .categoria {
  display: block;
  max-width: 370px;
  font-size: 14px;
  font-weight: 400;
}

.page-template-page-modulos-ecommerce .categoria img {
  height: 16px;
  margin-right: 5px;
}

.page-template-page-modulos-ecommerce .categoria img:nth-child(2),
.categoria img:nth-child(3),
.categoria img:nth-child(5) {
  margin-left: 10px;
}

.page-template-page-modulos-ecommerce .categoria img:nth-child(1) {
  margin-right: 2px;
}

.page-template-page-modulos-ecommerce .categoria img:nth-child(5) {
  height: 15px;
}

.page-template-page-modulos-ecommerce .modal-body .categoria {
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.page-template-page-modulos-ecommerce .modal-body .categoria img {
  margin-left: 10px;
  margin-right: 5px;
}

.page-template-page-modulos-ecommerce .modal-body .categoria img:first-child {
  margin-left: 0;
}

.page-template-page-modulos-ecommerce .modal-body .categoria_titulo {
  margin-top: 20px;
  display: block;
}

.box_googleadwords {
  margin-bottom: 30px;
}

.box_googleadwords input[type="text"] {
  border-left: 0;
  border-right: 0;
}

.box_googleadwords .input-group {
  margin-top: 5px;
}

/*.box_googleadwords li {  width: 100%; max-width: 510px; margin-left: auto; margin-right: auto; position: relative; float: none; margin-top: 30px !important; border-radius: 0; list-style: none; }*/
/*.box_googleadwords .col-md-6:last-child, .box_googleadwords .col-sm-6:last-child  { padding: 0 30px; }*/
.box_googleadwords .warning {
  margin-top: 8px;
  font-size: 15px;
}

.box_googleadwords.fix {
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-page-google-adwords .box_googleadwords.fix h3:first-child {
  margin-top: 0;
}

.page-template-page-google-adwords .box_googleadwords.fix h3 {
  text-align: left;
  font-size: 18px;
  max-width: 758px;
  margin: 35px auto 15px;
  line-height: 24px;
}

.page-template-page-google-adwords .box_googleadwords.fix p {
  margin: 0px auto 30px;
}

.box_googleadwords .browser {
  border-right: 1px solid #d6d6d6 !important;
  border-bottom: 1px solid #d6d6d6 !important;
  display: inline-block;
}

#saiba_mais_google_adwords h3 {
  margin-top: 24px !important;
}

.monte_sua_loja .step2 .box:last-child {
  margin-bottom: 0px;
}

.monte_sua_loja .step2 ul {
  margin-bottom: 140px;
}

.saibamais {
  font-size: 17px;
  font-weight: 400;
}

.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
  background: #fff;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 52%;
  left: 14%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
  opacity: 0.5;
}

.radio.checked .cr {
  background: #27b574;
  color: #fff;
}

.input-group-addon {
  background: #27b574;
  color: #fff;
  padding: 0 15px;
  font-size: 17px;
  border-color: #1acf78;
  border-width: 2px;
}

.input-group-addon.second {
  background: #eee;
  color: #333;
  border-width: 2px;
}

.modal-dialog,
.modal-content {
  background: white;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body {
  padding: 65px 164px;
  text-align: left;
}

.modal-body img {
  max-width: 100%;
  height: auto;
}

.modal-header {
  padding: 30px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
}

.modal-header .close {
  font-size: 40px;
  right: 4%;
  top: 30px;
  position: absolute;
}

.page-template-page-monte-sua-loja-virtual.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}

.tecnologias_ondemand {
  overflow: hidden;
}

.tecnologias_ondemand {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tecnologias_ondemand li {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin: 0 0 15px 0;
  text-align: center;
}

.tecnologias_ondemand li .titulo {
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.tecnologias_ondemand li .descricao {
  text-align: left;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 23px;
  display: block;
  margin-top: 2px;
  color: #555 !important;
}

.tecnologias_ondemand li img {
  width: auto;
  max-height: 150px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.tecnologias_ondemand li img:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.box_button_right {
  float: right;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
}

.box_button_right .btn,
.box_button_right a {
  float: none;
  display: block;
  text-align: center;
  margin: 0;
}

.box_button_right .btn {
  margin-bottom: 10px;
}

.box_button_right a {
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.box_button_right a:hover {
  color: #27b574;
}

.icon-site-premium {
  height: 40px;
  margin-right: 5px;
  display: inline;
  vertical-align: middle;
}

.destaque_promo {
  margin: -10px 0 0 -14px;
  padding: 2px 6px 4px;
  text-align: center !important;
  line-height: 20px;
  color: #fff;
  background: #1acf78;
  position: absolute;
  width: 100%;
  top: 15px;
  font-size: 13px;
  font-weight: 400;
}

.fix_destaque_promo {
  margin-top: 30px !important;
  margin-bottom: 22px !important;
}

.chat_online {
  color: #27b574;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  text-decoration: none;
  margin-left: 5px;
}

.chat_online i {
  margin: 0 !important;
  font-size: 14px !important;
}

.chat_offline {
  color: #000;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  text-decoration: none;
  margin-left: 5px;
  display: none;
}

.chat_offline i {
  margin: 0 !important;
  font-size: 14px !important;
}

.facebook_button {
  display: inline-block;
  background: #0084ff !important;
  padding: 9px 30px 8px !important;
  margin-right: 5px !important;
}

.cat_lojavirtual {
  overflow: hidden;
  margin-bottom: 0 !important;
  text-align: center;
}

.cat_lojavirtual li {
  display: inline-block;
  width: auto !important;
  float: none !important;
  position: relative;
  color: #27b574;
  cursor: pointer !important;
  font-weight: 400;
  margin-top: 5px;
}

.cat_lojavirtual li:hover {
  color: #1acf78;
}

.cat_lojavirtual li:after {
  content: "|";
  margin: 0 10px;
  color: #ccc;
  font-weight: 300;
}

.cat_lojavirtual li:last-child:after {
  display: none;
}

.cat_lojavirtual li.active {
  color: #0e673c;
  font-weight: 600;
}

.docs h3 {
  margin: 30px 0 20px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

.modulos .label {
  display: inline-block !important;
  padding: 4px 10px 3px !important;
}

.box_googleadwords #investimento,
.box_googleadwords #taxa_administrativa,
.box_googleadwords #retorno {
  float: right;
}

.box_googleadwords #taxa_administrativa {
  width: 190px;
  font-size: 30px;
  color: #27b574;
}

.box_googleadwords #taxa_administrativa span {
  display: block;
  font-size: 13px;
  color: #333;
}

.box_googleadwords #taxa_administrativa span.mes {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #27b574;
}

.box_googleadwords #retorno,
.box_googleadwords #investimento {
  width: 210px;
}

.box_googleadwords #retorno span.valor,
.box_googleadwords #investimento span.valor {
  font-weight: 600;
  font-size: 16px;
}

.box_googleadwords #retorno span,
.box_googleadwords #investimento span {
  display: block;
}

#resultado_googleadwords {
  margin-top: 35px;
}

.button_relatorio {
  background: #1acf78 !important;
  padding: 15px 60px 15px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button_relatorio:hover {
  background: #27b574 !important;
}

.saibamais_ondemand,
.saibamais_google {
  text-align: center;
}

.saibamais_ondemand .saibamais {
  display: inline-block;
  font-size: 22px;
  margin: 30px 0 20px;
  padding: 15px 25px;
  border: 1px solid #27b574;
  border-radius: 6px;
}

.saibamais_google .saibamais {
  display: inline-block;
  font-size: 18px;
  margin: 15px 0;
  padding: 15px 25px;
  border: 1px solid #27b574;
  border-radius: 6px;
}

.saibamais_google .saibamais:hover {
  color: #1f925d;
}

.solicitar_contato.form_popin .col-right {
  width: 420px !important;
  margin-left: auto;
  margin-right: auto;
  float: none;
  top: 30px;
  margin-bottom: 30px;
}

.solicitar_contato.form_popin .close span {
  font-size: 40px !important;
  position: absolute !important;
  top: 10px !important;
}

.modal-backdrop.in {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.googleadwords {
  padding: 0;
  border: 1px solid #27b574;
  border-radius: 6px;
  max-width: 600px;
  margin: 0 auto 15px;
}

.googleadwords .invert_colors {
  width: 100%;
  padding: 20px 20px;
  margin: 0 !important;
  background: #27b574;
  font-size: 19px;
  color: #fff;
}

.googleadwords .body {
  padding: 48px 40px;
  text-align: left;
  background: #fff;
  border-radius: 6px;
}

.googleadwords .warning {
  margin-top: 10px;
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
}

.monte_sua_loja .step2 li .row .categoria_titulo {
  font-size: 14px;
  color: #000;
}

.grid-sizer {
  width: 50%;
}

.page-template-page-modulos-ecommerce #modulos {
  width: 190px;
  font-size: 30px;
  color: #27b574;
  float: right;
  font-weight: 400;
}

.page-template-page-modulos-ecommerce #modulos span {
  display: block;
  font-size: 14px;
  color: #333;
}

#help {
  float: left;
  position: relative;
  line-height: 18px;
  padding-left: 32px;
  font-weight: 600;
}

#setup:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f108";
  left: -28px;
  font-size: 18px;
  top: 0;
}

#modulos:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f1b2";
  left: -28px;
  font-size: 22px;
  top: -2px;
}

#help:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0e5";
  left: 0px;
  font-size: 22px;
  top: 0px;
}

.dropdown-menu i {
  margin-right: 5px;
  color: #27b574;
}

.dropdown-menu a.activate i {
  color: #27b574;
}

.dropdown-menu a:hover i {
  color: #27b574;
}

.fix_h2 i {
  color: #2fb779;
  margin-right: 5px;
  font-size: 35px;
}

.menu_footer i {
  color: #000;
  margin-right: 5px;
  font-size: 14px;
}

.menu_footer a:hover i {
  color: #0a693d;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu_footer a,
.menu_footer a:hover {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

#modulos_escolhidos {
  float: left;
  padding-left: 40px;
  font-size: 15px;
  width: 500px;
  font-weight: 400;
}

.obrigatorio {
  color: green;
  font-weight: bold;
  border-radius: 20px;
  display: block;
  text-align: center;
}

.opcional {
  color: #a0a0a0;
  font-weight: bold;
  border-radius: 20px;
  display: block;
  text-align: center;
}

.not_allowed {
  display: block;
  text-align: center;
}

.recomendado {
  color: #848428;
  font-weight: bold;
  border-radius: 20px;
  display: block;
  text-align: center;
}

.svg_required {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z' fill='%2320B373' stroke='%2320B373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10L11 15L8 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
}

.svg_not_allowed {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.83 9.16992L9.17004 14.8299' stroke='%23CC1414' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.83 14.8299L9.17004 9.16992' stroke='%23CC1414' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z' stroke='%23CC1414' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 0.5;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.svg_optional {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z' stroke='%23969696' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10L11 15L8 12' stroke='%23969696' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 0.7;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.svg_required_optional {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z' stroke='%23B1B14E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10L11 15L8 12' stroke='%23B1B14E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
}

.googleadwords .price {
  font-size: 70px;
  margin-top: 50px;
  text-align: center;
}

.googleadwords h3 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
}

#dinamic_price {
  /*font-weight: 600;*/
  font-family: "bornabold", sans-serif;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight:normal;
}

.googleadwords sup {
  top: -1.5em;
  font-size: 0.3em;
  padding-left: 0.2em;
}

.googleadwords sub {
  bottom: -0.1em;
  font-size: 0.2em;
}

.googleadwords .plan-features {
  text-align: center;
  list-style: none;
  margin: 0 4em;
  padding: 5px 0 0;
}

.googleadwords .adicional {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 3px;
  text-transform: none;
}

.googleadwords .btn {
  background: #27b574;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.googleadwords .btn:hover {
  background: #1acf78;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.googleadwords .start1 {
  text-align: center;
  margin-bottom: 0 !important;
}

.page-template-page-nota-fiscal .adicional {
  display: none;
}

.modulos {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.modulos li {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
}

.modulos li img {
  height: 180px;
  width: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.modulos li img:hover {
  opacity: 0.7;
}

.page-template-page-api-nfe .modulos li img,
.page-template-page-api-nfse .modulos li img,
.page-template-page-api-cte .modulos li img,
.page-template-page-api-cep .modulos li img,
.page-template-page-api-nfcom .modulos li img,
.page-template-page-api-mdfe .modulos li img,
.page-template-page-api-revenda .modulos li img,
.page-template-page-api-gestao-documentos-fiscais .modulos li img {
  height: 80px;
}

.googleadwords select {
  border: 1px solid #ccc;
  border: 1px solid #1acf78;
}

.googleadwords.invert .body {
  padding: 40px;
  background: #1f2233;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #1f2233 0%,
      #161824 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #1f2233 0%,
      #161824 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #1f2233 0%,
      #161824 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f2233', endColorstr='#161824', GradientType=0);
  /* IE6-9 */
  color: #fff;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.googleadwords.invert .btn {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding: 12px 30px;
  background: #1acf78;
}

.googleadwords.invert .btn:hover {
  background: #27b574;
}

.googleadwords.invert li {
  font-weight: 600;
}

.googleadwords.invert .plan-features span {
  color: #9e9e9e;
  display: inline-block;
  margin-left: 7px;
  font-weight: 400;
  font-size: 14px;
}

.googleadwords.invert .price {
  margin-top: 12px;
  color: #fff;
}

.googleadwords.invert h3 small {
  color: #fff;
}

.googleadwords.invert>h3 {
  margin: 0 0 0px 0;
  padding: 13px;
  text-align: center;
  background: #1acf78;
  background: -moz-linear-gradient(top, #1acf78 0%, #27b574 100%);
  background: -webkit-linear-gradient(top, #1acf78 0%, #27b574 100%);
  background: linear-gradient(to bottom, #1acf78 0%, #27b574 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1acf78', endColorstr='#27b574', GradientType=0);
  color: #fff;
  display: block;
  max-width: 100%;
  width: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.googleadwords.invert .planos {
  display: none;
}

.googleadwords.invert .planos:first-child {
  display: block;
}

.logoamazon {
  float: right;
  height: 50px;
  width: auto;
  margin: 15px 0px 15px 15px;
}

.view_all {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.view_all:hover {
  color: #1acf78;
}

.content_bg1 {
  padding: 80px 0 60px;
  margin: 50px 0 80px;
  background-color: #f3f3f3;
  background-image: url("../img/cubes.png");
}

.content_bg2 {
  padding: 80px 0;
  margin: 60px 0;
  background: #ffffff;
  background-image: url("../img/45-degree-fabric-light.png");
}

h3.destaque {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

.content_bg2 h3 {
  font-size: 15px;
}

#cloud_site .dd-select,
#cloud_visitas .dd-select,
#cloud_datacenter .dd-select,
#ga_cenario .dd-select,
#ga_ticket .dd-select,
#nfe_metodo .dd-select,
#nfe_volume .dd-select {
  background: #fff !important;
  border-color: #27b574 !important;
}

.dd-select .fa,
.dd-options .fa {
  margin-right: 3px;
}

.dd-options {
  max-height: 156px;
}

.dd-options li {
  margin-bottom: 0;
}

.dd-options label {
  display: block;
  cursor: pointer;
}

.dd-options img,
.dd-selected img {
  margin-right: 3px;
}

.dd-select label {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  display: block;
}

#cloud_site .dd-selected,
#cloud_visitas .dd-selected,
#cloud_datacenter .dd-selected,
#ga_cenario .dd-selected,
#ga_ticket .dd-selected,
#nfe_volume .dd-selected {
  padding: 14px 10px 10px !important;
}

#nfe_metodo .dd-selected {
  padding: 16px 10px 15px !important;
}

#cloud_datacenter label {
  line-height: 20px !important;
}

#nfe_metodo .dd-options img,
#nfe_metodo .dd-selected img {
  margin-right: 8px !important;
}

#nfe_metodo label {
  line-height: 14px !important;
}

#nfe_metodo .dd-options li a {
  padding: 15px 10px;
}

.btn {
  white-space: inherit;
}

.page-template-page-ondemand .content_bg1 {
  background: #312b29;
  background: -moz-linear-gradient(top, #312b29 0%, #231f1d 100%);
  background: -webkit-linear-gradient(top, #312b29 0%, #231f1d 100%);
  background: linear-gradient(to bottom, #312b29 0%, #231f1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#312b29', endColorstr='#231f1d ', GradientType=0);
  position: relative;
}

.page-template-page-ondemand .content_bg1 h1 {
  text-align: center;
  color: #00ffd7;
}

.page-template-page-ondemand .content_bg1 .bg,
.bg {
  background-image: url("../img/cubes.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
}

.page-template-page-ondemand .chamada_para_empresas2,
.page-template-page-ondemand .chamada_para_agencias {
  border: 0;
  background: 0;
  padding: 0 30px;
  -webkit-font-smoothing: antialiased;
}

.page-template-page-ondemand .chamada_para_empresas2 p,
.page-template-page-ondemand .chamada_para_agencias p,
.page-template-page-ondemand .chamada_para_agencias .coding {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.page-template-page-ondemand .chamada_para_empresas2 .coding,
.page-template-page-ondemand .chamada_para_agencias .coding {
  font-weight: 400;
  color: #ccc;
  font-size: 15px;
  line-height: 25px;
}

.page-template-page-ondemand .chamada_para_empresas2 ul,
.page-template-page-ondemand .chamada_para_agencias ul {
  list-style: none;
  padding-left: 20px;
}

.page-template-page-ondemand .chamada_para_empresas2 .titulo,
.page-template-page-ondemand .chamada_para_agencias .titulo {
  text-align: center;
}

.page-template-page-ondemand .content_bg2 .destaque {
  font-size: 24px;
}

.page-template-page-ondemand .content_bg2 p,
.page-template-page-ondemand .fix_p {
  max-width: 758px;
  margin: 0px auto 30px;
}

.page-template-page-ondemand .box_agencia_empresa {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 40px;
  border-radius: 15px;
}

.previsao_ga {
  font-size: 16px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
}

.previsao_ga h1 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 12px;
  font-weight: 700;
  border-radius: 4px;
}

.page-template-page-google-adwords .content_bg1 {
  background: #338eff;
  background: -moz-linear-gradient(top, #338eff 0%, #0b5cc1 100%);
  background: -webkit-linear-gradient(top, #338eff 0%, #0b5cc1 100%);
  background: linear-gradient(to bottom, #338eff 0%, #0b5cc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#338eff', endColorstr='#0B5CC1 ', GradientType=0);
  position: relative;
  color: #fff;
}

.page-template-page-google-adwords .bg {
  opacity: 0.3;
}

.page-template-page-google-adwords .content_bg1 h1 {
  text-align: center;
  margin-bottom: 60px;
}

.page-template-page-google-adwords .input-group-addon {
  border-width: 1px;
}

.input-group {
  width: 100%;
}

.page-template-page-google-adwords .box_googleadwords.destaque .col-md-6:last-child p {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-cloud-gerenciado .content_bg1,
.page-template-page-email .content_bg1 {
  background: #232941;
  background: -moz-linear-gradient(top, #232941 0%, #161824 100%);
  background: -webkit-linear-gradient(top, #232941 0%, #161824 100%);
  background: linear-gradient(to bottom, #232941 0%, #161824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232941', endColorstr='#161824  ', GradientType=0);
  position: relative;
  color: #fff;
}

.page-template-page-cloud-gerenciado .bg,
.page-template-page-email .bg {
  opacity: 0.15;
}

.page-template-page-email .plans,
.page-template-page-email .plan2 {
  color: #000;
}

.page-template-page-nota-fiscal .pricing-columns-both #pricing-chart .plan ul li span {
  color: #333;
  display: block;
  margin-left: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
}

.page-template-page-nota-fiscal .pricing-columns-both #pricing-chart .plan ul li {
  margin-bottom: 10px;
}

.page-template-page-nota-fiscal .pricing-columns-both #pricing-chart .plan ul {
  margin-bottom: 30px;
}

.page-template-page-nota-fiscal .pricing-columns #pricing-chart .popular:before,
.pricing-columns-both #pricing-chart .popular:before {
  background-color: #2d3046;
}

.page-template-page-nota-fiscal .content_bg1 {
  background: #232941;
  background: -moz-linear-gradient(top, #232941 0%, #161824 100%);
  background: -webkit-linear-gradient(top, #232941 0%, #161824 100%);
  background: linear-gradient(to bottom, #232941 0%, #161824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232941', endColorstr='#161824 ', GradientType=0);
  position: relative;
  color: #fff;
}

.page-template-page-nota-fiscal .googleadwords {
  color: #000;
}

.page-template-page-nota-fiscal .content_bg1 h1 {
  text-align: center;
  margin-bottom: 60px;
}

.page-template-page-nota-fiscal .bg,
.page-template-page-email .bg {
  opacity: 0.15;
}

.page-template-page-email .destaque_promo {
  position: relative;
  margin: -35px 0 35px !important;
  font-size: 15px;
  padding: 7px 6px !important;
}

.page-template-page-nota-fiscal .docs h3 {
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.page-template-page-nota-fiscal .docs pre {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.page-template-page-google-adwords .h1 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 70px;
  font-size: 35px;
}

.page-template-page-modulos-ecommerce .actiontray {
  display: none;
}

.docs .box_planos {
  margin-bottom: 30px !important;
}

#exemplo_resposta_cte,
#exemplo_resposta_nfe,
#exemplo_resposta_nfse,
#exemplo_resposta_nfse_multiplos_servicos,
#exemplo_resposta_mdfe {
  margin-top: -20px;
}

#exemplo_resposta_consultar_cte,
#exemplo_resposta_consultar_nfe,
#exemplo_resposta_consultar_nfse,
#exemplo_resposta_consultar_nfse_multiplos_servicos,
#exemplo_resposta_consultar_mdfe {
  margin-top: -20px;
}

#exemplo_resposta_cte .language-json,
#exemplo_resposta_nfe .language-json,
#exemplo_resposta_nfse .language-json,
#exemplo_resposta_nfse_multiplos_servicos .language-json,
#exemplo_resposta_mdfe .language-json {
  border-radius: 0 0 8px 8px;
}

#exemplo_resposta_consultar_cte .language-json,
#exemplo_resposta_consultar_nfe .language-json,
#exemplo_resposta_consultar_nfse .language-json,
#exemplo_resposta_consultar_nfse_multiplos_servicos .language-json,
#exemplo_resposta_consultar_mdfe .language-json {
  border-radius: 0 0 8px 8px;
}


.tooltip-values-list li {
  font-size: 13px;
  line-height: 19px;
}

.autocomplete-suggestions {
  border: 2px solid #25ad6f;
  margin-top: -3px;
  background: #fff;
  overflow: auto;
  padding: 5px 0;
}

.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.autocomplete-selected {
  background: #e4f9f0;
}

.autocomplete-suggestions strong {
  font-weight: 600;
  color: #27b574;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
  color: #27b574;
}

.search_modulos {
  position: relative;
  padding: 0 20px;
}

.search_modulos:after {
  font-family: "FontAwesome";
  content: "\f002";
  left: 35px;
  position: absolute;
  top: 13px;
  font-size: 20px;
}

#pesquisar {
  padding-left: 45px;
  font-size: 18px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.fix_image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.monte_sua_loja.step2 .clicked {
  background: #888888;
}

.page-template-page-modulos-ecommerce .content_bg1 {
  position: relative;
  padding: 60px 0;
  margin-bottom: 0px;
  background: #232941;
  margin-top: 0;
  color: #fff;
}

.page-template-page-modulos-ecommerce .content_bg1 .bg {
  opacity: 0.15;
}

.page-template-page-modulos-ecommerce .content_bg1 h1 {
  text-align: center;
  margin-bottom: 0;
}

.page-template-page-modulos-ecommerce .content_bg1 span {
  font-size: 18px;
}

.page-template-page-modulos-ecommerce .content_bg2 {
  margin-top: 0;
  padding: 40px 0 35px;
  margin-bottom: 40px;
}

.page-template-index .carousel {
  max-width: 100%;
}

.page-template-index .carousel .ebook .texto p {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}

.page-template-index .carousel .ebook h1 {
  font-weight: 39px;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.page-template-index .carousel img {
  max-height: 280px;
  width: 100%;
}

.modal-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.api_info {
  cursor: pointer;
}

.page-template-page-api-nfe section p,
.page-template-page-api-nfse section p,
.page-template-page-api-mdfe section p,
.page-template-page-api-cep section p,
.page-template-page-api-cte section p,
.page-template-page-api-nfcom section p,
.page-template-page-api-revenda section p,
.page-template-page-api-gestao-documentos-fiscais section p {
  font-size: 16px;
  line-height: 26px;
}

.page-template-page-api-nfe section h4,
.page-template-page-api-nfse section h4,
.page-template-page-api-mdfe section h4,
.page-template-page-api-cep section h4,
.page-template-page-api-cte section h4,
.page-template-page-api-nfcom section h4,
.page-template-page-api-revenda section h4,
.page-template-page-api-gestao-documentos-fiscais section h4 {
  font-size: 18px;
  padding-top: 10px;
  font-family: "Lato", sans-serif;
}

.page-template-page-api-nfe section ul li,
.page-template-page-api-nfse section ul li,
.page-template-page-api-mdfe section ul li,
.page-template-page-api-cep section ul li,
.page-template-page-api-cte section ul li,
.page-template-page-api-nfcom section ul li,
.page-template-page-api-revenda section ul li,
.page-template-page-api-gestao-documentos-fiscais section ul li {
  font-weight: 400;
}

.page-template-page-api-nfe h2 span,
.page-template-page-api-nfse h2 span,
.page-template-page-api-mdfe h2 span,
.page-template-page-api-cte h2 span,
.page-template-page-api-consulta h2 span,
.page-template-page-api-gestao-documentos-fiscais h2 span,
.page-template-page-api-nfcom h2 span {
  font-size: 18px;
  color: #9e9e9e;
}

.page-template-page-api-nfe .saiba_mais,
.page-template-page-api-nfse .saiba_mais,
.page-template-page-api-cte .saiba_mais,
.page-template-page-api-nfcom .saiba_mais,
.page-template-page-api-mdfe .saiba_mais,
.page-template-page-api-gestao-documentos-fiscais .saiba_mais {
  font-size: 15px;
  text-decoration: none;
  display: inline;
  color: #2828ea;
}

.page-template-page-api-nfe .tipo_tributacao,
.page-template-page-api-nfse .tipo_tributacao,
.page-template-page-api-cte .tipo_tributacao,
.page-template-page-api-nfcom .tipo_tributacao,
.page-template-page-api-mdfe .tipo_tributacao,
.page-template-page-api-consulta .tipo_tributacao,
.page-template-page-api-gestao-documentos-fiscais .tipo_tributacao {
  background: #fcf8e3;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #8a6d3b;
}

.page-template-page-api-gestao-documentos-fiscais .tipo_tributacao select,
.page-template-page-api-gestao-documentos-fiscais .select_modelo,
.page-template-page-api-gestao-documentos-fiscais .select_linguagem {
  border: none;
  outline: none;
  background: #fcf8e3;
  width: auto;
  min-width: 130px;
  color: #8a6d3b;
  cursor: pointer;
  transition: width 0.3s ease;
  font-weight: 600;
  padding: 0 10px;
  font-size: inherit;
}

.page-template-page-api-gestao-documentos-fiscais .tipo_tributacao option,
.page-template-page-api-gestao-documentos-fiscais .select_modelo option,
.page-template-page-api-gestao-documentos-fiscais .select_linguagem option {
  background: white;
  color: #8a6d3b;
}

.alert-info {
  border: 1px solid #bce8f1 !important;
}

.docs_table {
  margin-top: 20px;
}

.alert {
  font-weight: 400;
}

.nav-stacked>li+li {
  line-height: 20px;
}

#sidebar {
  max-width: 210px;
}

#sidebar.affix {
  top: 1rem;
  max-width: 210px;
  height: 90vh;
  overflow-x: auto;
  padding-bottom: 30px;
  position: fixed !important;
}

#sidebar.affix-bottom {
  transition: all 0.4s;
}

.bs-docs-sidebar {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.bs-docs-sidebar .nav {
  margin-top: 0;
}

.bs-docs-sidebar>.nav>li:first-child a {
  color: #000 !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
  border-bottom: 1px #e6e6e6 solid;
  line-height:20px;
  padding-bottom: 20px;
}

.bs-docs-sidebar .nav>li>a {
  color: #27b574;
  border-left: 2px solid transparent;
  padding: 5px 10px 2px;
  font-size: 14px;
  font-weight: 400;
}

.bs-docs-sidebar .nav .nav>li>a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  font-size: 14px;
}

.bs-docs-sidebar .nav .nav>li>ul>li>ul>li>a {
  padding-left: 40px;
}

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>li>a:hover,
.bs-docs-sidebar .nav>li>a:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #000;
}

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
  font-weight: 700;
}

.bs-docs-sidebar .nav .nav>.active>a,
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
  font-weight: 500;
}

.bs-docs-sidebar .nav ul.nav {
  display: none;
}

.bs-docs-sidebar .nav>.active>ul.nav {
  display: block;
  margin-top: 10px;
}

#jquery-live-search {
  background: #c6f3de;
  padding: 15px 30px;
}

#search-result {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

#search-result li {
  list-style-type: none;
  padding: 5px 0;
}

#search-result a {
  color: #342e28;
}

#search-result a i {
  margin-right: 8px;
  color: #27b574;
}

.page-template-page-solicitar-contato .services_home {
  padding: 10px 0;
}

.page-template-page-solicitar-contato .services_home .btn2 {
  margin: 0 5px 0 0;
  padding: 11px 20px;
}

.page-template-page-solicitar-contato .services_home .btn2.selected {
  background: #27b574;
  color: #fff;
}

.page-template-page-solicitar-contato ul li {
  font-weight: 400;
}

.menu-superior {
  padding: 0px 10px;
  background: #565656;
  font-weight: 400;
  border-bottom: 1px solid #23925e;
  position: relative;
  z-index: 100;
}

.menu-superior ul {
  list-style: none;
  text-align: right;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.menu-superior ul li {
  display: inline-block;
  padding: 6px 15px;
}

/*.menu-superior ul li:nth-child(4), .menu-superior ul li:last-child { padding: 10px 15px; }*/
.menu-superior ul>li:hover {
  background: #1b754c;
}

.menu-superior ul li a {
  color: #fff;
  font-size: 12px;
}

.menu-superior ul>li:hover a .login {
  color: #fff !important;
}

.menu-superior ul li .login {
  margin: 0 !important;
  font-size: 12px;
  border: 0;
  padding: 0px !important;
}

.menu-superior ul li:last-child {
  margin-right: 0;
}

.menu-superior ul li ul li {
  display: block;
  margin-right: 0px;
  text-align: center;
  color: #000;
  padding: 0;
}

.menu-superior ul li ul li:hover {
  background: none;
}

.menu-superior ul li ul li a {
  color: #000;
}

.menu-superior ul li ul li .botao,
.fale_conosco .botao {
  color: #fff;
  margin: 10px 10px 5px;
  border-radius: 5px;
  border: 1px solid #338eff;
  background: #338eff;
  line-height: 30px !important;
  cursor: pointer;
}

.menu-superior ul li ul li .botao.btn_whatsapp,
.fale_conosco .botao.btn_whatsapp {
  background: #37c15c;
  border-color: #37c15c;
}

#info_suporte,
#info_comercial {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 400;
}

#info_suporte h3,
#info_comercial h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.menu-superior ul li ul li .botao:hover,
.fale_conosco .botao:hover {
  background: #4a9afd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-superior ul li ul li a:hover .login,
.fale_conosco .botao:hover .login {
  color: #fff !important;
}

.menu-superior ul li ul li .botao i {
  color: #fff;
}

.menu-superior ul li ul li .botao2,
.fale_conosco .botao2 {
  color: #fff;
  border: 1px solid #2d3046;
  background: #2d3046;
}

.menu-superior ul li ul li .botao2:hover,
.fale_conosco .botao2:hover {
  background: #3e425f;
}

.menu-superior ul li ul li .botao2 i {
  color: #fff;
}

.menu-superior ul li ul li .botao3,
.fale_conosco .botao3 {
  color: #0b4c3a;
  border: 1px solid #24eab3;
  background: #29f5bc;
}

.menu-superior ul li ul li .botao3:hover,
.fale_conosco .botao3:hover {
  background: #3bfbc5;
}

.menu-superior ul li ul li .botao3 .login,
.fale_conosco .botao3 .login {
  color: #0b4c3a !important;
}

.menu-superior ul li ul li .botao3:hover .login,
.fale_conosco .botao3:hover .login {
  color: #0b4c3a !important;
}

.menu-superior ul li ul li .botao3 i {
  color: #0b4c3a;
}

.menu-superior ul li ul li .botao4,
.fale_conosco .botao4 {
  color: #fff;
  border: 1px solid #196e47;
  background: #196e47;
}

.menu-superior ul li ul li .botao4 i {
  color: #fff;
}

.menu-superior ul li ul li .botao.btn_whatsapp:hover,
.fale_conosco .botao.btn_whatsapp:hover {
  background: #33af54;
  border-color: #33af54;
}

.menu-superior ul li ul .texto,
.fale_conosco .texto {
  padding: 10px 20px 15px;
  text-align: center;
  font-size: 12px;
}

.menu-superior ul li ul .texto span,
.fale_conosco .texto span {
  font-size: 13px;
}

.menu-superior ul li ul .texto a {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  color: #27b574;
  font-weight: 700;
}

.menu-superior ul li ul .texto .telefone {
  font-size: 15px;
  font-weight: 700;
}

.fale_conosco .botao {
  display: block;
}

.fale_conosco .botao .btn {
  padding: 10px 12px;
  font-size: 15px;
}

.fale_conosco .telefone {
  font-size: 16px;
  font-weight: 700;
}

.new-dropdown {
  min-width: 620px;
}

.new-dropdown li {
  float: left;
  margin: 5px 5px;
  max-width: 280px;
}

.new-dropdown .solucao {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  margin-bottom: 5px !important;
}

.new-dropdown .description {
  font-size: 13px !important;
  color: #333 !important;
  max-width: 300px !important;
}

.footer2 {
  border-top: 1px solid #cee6dc;
  margin-top: 30px;
  padding: 25px 0;
  color: #fff;
  font-weight: 400;
}

.footer2 .col-md-9 {
  text-align: right;
}

.footer2 .copyright {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: right;
  color: #333;
}

.footer2 .logomarca {
  margin: 10px 0 0 0;
  width: 180px;
  height: 45px;
  background-image: url(../img/logomarca_webmaniabr2.svg);
}

.footer2.pagamento {
  border-bottom: 1px solid #cee6dc;
}

.footer2.pagamento .col-md-12 {
  text-align: center;
  color: #000;
}

.footer_contact .footer_service {
  text-align: right;
}

.page-template-page-segunda-via-boleto .col-left {
  max-width: 100%;
  float: none;
  width: 100%;
}

.page-template-page-segunda-via-boleto .solicitar_contato .box_planos h1 {
  text-align: center;
}

.page-template-page-segunda-via-boleto .col-right {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.page-template-page-segunda-via-boleto .solicitar_contato .col-right {
  background: #f2f2f2;
}

.page-template-page-segunda-via-boleto .solicitar_contato .col-right span {
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
}

.page-template-page-segunda-via-boleto .solicitar_contato .col-right .btn {
  margin-top: 10px;
}

#alerta {
  margin-top: 20px;
}

.alert-success {
  margin-bottom: 0;
}

.versao_documentacao,
.versao_documentacao a {
  text-align: left;
  color: #b7b7b7;
  font-weight: 400;
}

.fix_h2 h1 {
  color: #252525;
  font-weight: 300;
  font-size: 44px;
  letter-spacing: -0.01em;
  line-height: 1.3 !important;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
}

.box_planos p {
  margin: 0 auto 10px;
  font-size: 25px;
  line-height: 1.42857143 !important;
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  max-width: 560px;
}

.fix_h2,
.fix_h2 h1 {
  margin-bottom: 20px !important;
}

.page-template-page-nota-fiscal .nav-tabs {
  text-align: center;
  border-bottom: 1px solid #4a90e2;
  margin-bottom: 0;
}

.page-template-page-nota-fiscal .nav-tabs>li {
  float: none;
  display: inline-block;
}

.page-template-page-nota-fiscal .nav-tabs>li>a {
  font-size: 19px;
  font-weight: 300;
  color: #4a90e2;
}

.page-template-page-nota-fiscal .nav-tabs>li.active>a,
.page-template-page-nota-fiscal .nav-tabs>li.active>a:hover,
.page-template-page-nota-fiscal .nav-tabs>li.active>a:focus {
  border: 1px solid #4a90e2;
  color: #4a90e2;
  font-weight: normal;
  border-bottom-color: transparent;
}

.page-template-page-nota-fiscal .box_planos strong {
  color: #000;
}

.page-template-page-nota-fiscal .destaques .col-sm-10 .bold {
  font-size: 15px;
}

.page-template-page-nota-fiscal .destaques .col-sm-10 span:last-child {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #6b6b6b;
}

.video {
  max-width: 750px;
  border-radius: 15px;
  margin: 0 auto 50px;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  max-width: 100%;
}

.desc_video {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  color: #333;
  margin: 0px auto 40px;
  max-width: 900px;
}

.experimente-gratis {
  color: #000;
  border: none;
  margin: 20px auto 20px;
}

.experimente-gratis .desc {
  max-width: 400px;
  margin: 25px auto 0;
  font-size: 17px;
  text-align: center;
}

.experimente-gratis .desc strong {
  font-size: 20px;
}

.obs_small {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
  text-align: center;
}

.browser {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
  height: 285px;
}

.browser_buttons {
  background-image: url("../img/browser_buttons.png");
  width: 42px;
  height: 10px;
  position: absolute;
  top: 14px;
  left: 20px;
}

.browser_bar {
  background: #fff;
  width: 100%;
  height: 38px;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  position: relative;
}

.browser_img {
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  width: 100%;
}

.content_bg3,
.content_bg5 {
  padding: 80px 0;
  margin: 60px 0;
  background: #f5f5f6;
  margin-bottom: 0;
}

.content_bg3 .container {
  padding: 0px 30px 50px;
  max-width: 900px;
  margin: 0 auto;
}

.content_bg3 p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  color: #333;
  margin: 50px 0;
}

.content_bg3 p strong {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.content_bg3 p i {
  font-size: 15px;
}

.content_bg4 {
  padding: 80px 0 0;
}

.content_bg5 h1 {
  text-align: center;
  margin-bottom: 60px;
}

.table-pricing {
  border-collapse: separate;
  border-radius: 8px;
  border: none;
}

.table-pricing>tbody {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 8px;
  border-collapse: separate;
  border-bottom-right-radius: 8px;
  -webkit-font-smoothing: antialiased;
}

.table-pricing>tbody>tr>td {
  border-left: 0;
  border-bottom: 0;
  height: 40px;
  padding: 15px 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: inherit;
  font-weight: 400;
  background: #fff;
  white-space: initial !important;
  font-size: 14.5px;
}

.table-pricing>tbody>tr>th {
  background: #fff;
}

.table-pricing>tbody>tr>th:first-child {
  border-left: 1px solid #d0d4d9;
  border-bottom: 0;
  padding: 10px 20px;
  vertical-align: inherit;
  font-weight: 400;
  width: 245px;
  background: #f5f5f6;
  color: #5a5a5a;
  position: relative;
}

.table-pricing>tbody>tr>td:last-child {
  border-right: 1px solid #d0d4d9;
}

.table-pricing thead:first-child>tr:first-child>th {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.table-pricing thead:first-child>tr:first-child>td:firs-child {
  border-top: 0;
  border-left: 0;
  background: none;
}

.table-pricing thead:first-child>tr:first-child>th:last-child {
  border-right: 0;
}

.table-pricing thead:first-child>tr:first-child>th:nth-child(3),
.table-pricing thead:first-child>tr:first-child>th:nth-child(3) {
  background: #d2fbea;
  text-align: center;
  border-collapse: separate;
  border-left: 1px solid #1acf78;
  font-weight: 400;
  padding: 10px 5px;
  font-weight: 600;
  position: relative;
  box-shadow: 0 0 7px 3px rgba(56, 90, 123, 0.15);
}

/*.table-pricing thead:first-child > tr:first-child > th:nth-child(3) { border-right: 1px solid #d0d4d9; background: #338eff; border-top-color: #338eff; border-left-color: #338eff; }*/
.table-pricing thead:first-child>tr:last-child {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.table-pricing thead:first-child>tr:last-child>th {
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #d0d4d9;
  padding-top: 32px;
  text-align: center;
  background: #fff;
  width: 178px;
}

.table-pricing thead:first-child>tr:last-child>th:first-child {
  background: #fff;
  border-left: 1px solid #d0d4d9;
  border-top-left-radius: 8px;
  border-right: 0;
}

.table-pricing thead:first-child>tr:last-child>th:last-child {
  border-right: 0;
  border-right: 1px solid #d0d4d9;
}

.table-pricing .topico {
  text-align: left;
  font-weight: 600;
  border-left: 1px solid #d0d4d9;
  padding: 12px 20px;
  color: #000;
  font-size: 15px;
  height: auto;
  background: #fff;
}

.table-pricing .topico span {
  cursor: pointer;
}

.table-pricing .price {
  font-size: 26px;
  float: left;
  width: 100%;
  text-align: center;
}

.table-pricing .price span {
  display: inline-block;
  position: relative;
}

.table-pricing .price .dollar {
  top: -14px;
  letter-spacing: -1px;
  left: 3px;
  font-size: 16px;
  font-weight: 400;
}

.table-pricing .price .amount {
  font-size: 35px;
  font-weight: 600;
}

.table-pricing .price .slash {
  font-weight: 600;
  font-size: 14px;
  left: -2px;
}

.table-pricing .price .month {
  font-weight: 600;
  font-size: 16px;
  left: -7px;
}

.table-pricing .price small {
  font-size: 14px;
}

.table-pricing .footer {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-collapse: separate;
}

.table-pricing .footer th {
  border-right: 0;
  border-bottom: 0;
  padding: 25px 10px 10px;
  text-align: center;
}

.table-pricing .footer th:first-child {
  border-bottom-left-radius: 8px;
  border-collapse: separate;
  background: #fff;
  border-top-color: #d0d4d9;
  border-right: 0;
}

.table-pricing .footer th:last-child {
  border-right: 1px solid #d0d4d9;
  border-bottom-right-radius: 8px;
  border-collapse: separate;
}

.table-pricing .footer .btn {
  margin-top: 15px;
}

.table-pricing .footer .price,
.table-pricing .footer .price small {
  font-weight: 400;
  font-size: 15px;
}

.table-pricing .plan-buy {
  margin: 0 10px !important;
  -webkit-font-smoothing: antialiased;
}

.table-pricing .plan-buy .btn {
  border: 1px solid #27b574;
  background-color: white;
  color: #27b574;
  font-weight: 600;
  margin-top: 15px;
}

.table-pricing .plan-buy .btn:hover {
  background: #27b574;
  color: #fff;
}

.table-pricing .compre_agora {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}

.table-pricing .fa-check {
  color: #1acf78;
  font-size: 17px;
}

.table-pricing .em_breve {
  font-size: 13px;
  color: #6b6b6b;
}

.table-pricing .caracteristicas th:first-child {
  background: #eff6f3;
  color: #15a262;
  font-weight: 600;
  position: relative;
}

.table-pricing .caracteristicas.destaque td {
  font-size: 16px;
}

.table-pricing .fa-info-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.table-pricing .fa-plus-square-o {
  cursor: pointer;
}

.page-template-page-nota-fiscal .tooltip,
.page-template-page-cloud-gerenciado .tooltip {
  opacity: 1 !important;
}

.page-template-page-nota-fiscal .tooltip-inner,
.page-template-page-cloud-gerenciado .tooltip-inner {
  max-width: 400px;
  min-width: 300px;
  text-align: left !important;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #bfbfbf;
  padding: 9px 15px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 1 !important;
}

.page-template-page-nota-fiscal .tooltip.right .tooltip-arrow,
.page-template-page-cloud-gerenciado .tooltip.right .tooltip-arrow {
  display: none;
}

.page-template-page-api-cte .sub_table {
  background: #fcf8e3;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #8a6d3b;
}

.page-template-page-api-cte .tooltip-target {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.page-template-page-api-cte .tooltip-target .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
}

.page-template-page-api-cte .tooltip-target:hover .tooltip-text {
  visibility: visible;
}

.page-template-page-api-nfcom .tooltip-target {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.page-template-page-api-nfcom .tooltip-target .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
}

.page-template-page-api-nfcom .tooltip-target:hover .tooltip-text {
  visibility: visible;
}

/* Cores dos ícones NFCom */
.page-template-page-api-nfcom .fa-check-circle {
  color: #27b574; /* Verde */
}

.page-template-page-api-nfcom .fa-times-circle {
  color: #ccc; /* Cinza claro */
}

.not_show {
  display: none;
}

.datacenter.brasil {
  display: none;
}

.page-template-page-cloud-gerenciado .content_bg4 {
  padding-bottom: 80px;
}

.modal-body .wp-caption.aligncenter {
  width: 100% !important;
}

.solucao_destaque_home .col-sm-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.solucao_destaque_home .col-sm-4 .col-md-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.solucao_destaque_home .col-md-9 {
  margin-top: 10px;
}

.solucao_destaque_home h1 {
  margin-bottom: 60px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0;
}

.services_home .h1_servidor_cloud,
.solucao_destaque_home .h1_servidor_cloud {
  text-align: left;
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 5px;
}

.solucao_destaque_home .h1_ondemand {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}

.solucao_destaque_home .container:nth-child(2) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #dedede;
}

.solucao_destaque_home .texto {
  max-width: 600px;
}

.solucao_destaque_home .browser {
  max-width: 426px;
}

.solucao_destaque_home .carousel,
.content_bg5 .carousel {
  border-radius: 0px 0px 15px 15px;
}

.solucao_destaque_home .carousel-inner,
.content_bg5 .carousel-inner {
  border-radius: 0px 0px 15px 15px;
}

.menu_footer_ondemand li {
  line-height: 24px;
}

.menu_footer_ondemand i {
  float: left;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 6px;
}

.page-template-page-nota-fiscal .browser {
  max-width: 405px;
  margin: 0 auto;
}

.page-template-page-solucoes .box_planos.solucoes {
  max-width: 760px;
  margin: 0 auto 20px !important;
}

.page-template-page-solucoes .box_planos.solucoes h1 {
  font-size: 30px;
  text-align: left;
}

.page-template-page-solucoes .box_planos.solucoes p {
  max-width: 100%;
  font-size: 20px;
  text-align: left;
}

.page-template-page-solucoes .favicon_smartsales.big {
  width: 33px;
  height: 28px;
}

.page-template-page-solucoes .favicon_cloudapp2.big {
  width: 38px;
  height: 20px;
}

.page-template-page-solucoes .favicon_ondemand.big {
  width: 30px;
  height: 30px;
}

.page-template-page-ondemand .content_bg3 .container {
  max-width: 1170px;
}

.page-template-page-ondemand .content_bg3 p {
  max-width: 440px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-template-page-ondemand .content_bg3 ul {
  list-style: none;
  padding: 0;
  max-width: 440px;
  margin-bottom: 0;
}

.page-template-page-ondemand .content_bg3 ul li {
  font-size: 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 23px;
  margin-top: 10px;
  color: #333;
}

.page-template-page-ondemand .content_bg3 ul strong {
  color: #27b574;
  font-weight: 700;
  font-size: 17px;
}

.page-template-page-ondemand .content_bg3 ul strong i {
  margin-right: 5px;
}

.page-template-page-ondemand .content_bg3 .tecnologias_ondemand {
  max-width: 100%;
}

.page-template-page-ondemand .content_bg3 .browser {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-ondemand .content_bg3 p strong {
  font-size: 22px;
  margin-bottom: 15px;
}

.btn-call {
  background: #1acf78;
  padding: 17px 24px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  float: right;
  clear: both;
  margin-left: 30px;
  margin-bottom: 20px;
}

.btn-call:hover {
  background: #27b574;
  color: #fff !important;
}

#___partnersbadge_0 {
  float: right !important;
  clear: both;
  margin-left: 80px !important;
}

.box_ondemand {
  padding: 25px 40px;
  background: #f7f7f7;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.novo {
  color: red;
  font-size: 10px;
  vertical-align: top;
}

.nav .novo {
  font-size: 8px;
}

h2 .novo {
  font-size: 15px !important;
  color: red !important;
}

.plan-amount-content {
  overflow: hidden;
  clear: both;
  position: relative;
  min-height: 58px;
}

.plan-amount-content.paw-display-original {
  padding-top: 0px;
}

.plan-amount-content.paw-display-original::before {
  content: attr(data-op);
  position: absolute;
  font-size: 12px;
  text-decoration: line-through;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0px;
  color: #b54848;
  font-weight: 600;
}

.plan-period-options {
  list-style: none;
  overflow: hidden;
  border: 4px solid #2572d2;
  background-color: #2572d2;
  border-radius: 30px;
  padding-left: 0;
  margin-bottom: 60px;
}

.plan-period-options li {
  float: left;
  width: 33.3333%;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  transition: background-color 200ms;
  -webkit-transition: background-color 200ms;
  border-radius: 30px;
  font-weight: 400;
  padding: 7px 0;
}

.plan-period-options li.active {
  background-color: #fff;
  color: #338eff;
  font-weight: 400;
  border-radius: 30px;
}

.price-loading {
  min-height: 58px;
  display: inline-block;
}

.price-loading i {
  font-size: 32px;
  color: #18cb6a;
}

.plan-period-options .discount_text {
  display: inline-block;
}

.page-template-page-nota-fiscal .table-pricing tr th:nth-child(3),
.page-template-page-nota-fiscal .table-pricing tr td:nth-child(3) {
  border-right: solid 2px #4aba57 !important;
  border-left: solid 2px #4aba57 !important;
}

.stripes {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  top: 0;
}

.stripes span {
  height: 200px;
  position: absolute;
}

.stripes span:nth-child(1) {
  width: 40%;
  top: 0;
  left: 0;
  border-bottom-right-radius: 200px;
  background: #3a98ff;
}

.stripes span:nth-child(2) {
  width: 95%;
  top: 200px;
  right: 0;
  border-top-left-radius: 300px;
  background: linear-gradient(to right, #338eff -30%, #2286f5 35%);
}

.stripes span:nth-child(3) {
  width: 75%;
  right: 0;
  bottom: -80px;
  opacity: 0.55;
  border-bottom-left-radius: 100px;
  background: linear-gradient(to right, #0d3158 -20%, #3d87e2 30%);
}

.stripes.green {
  background: #d2fbea;
  height: 520px;
}

.stripes.blue {
  background: #338eff;
  height: 520px;
}

.stripes.green span:nth-child(1) {
  background: #37ca8e;
}

.stripes.blue span:nth-child(1) {
  background: #3a98ff;
}

.stripes.green span:nth-child(2) {
  background: linear-gradient(to right, #079882 -30%, #00c8a9 35%);
}

.stripes.blue span:nth-child(2) {
  background: linear-gradient(to right, #338eff -30%, #2286f5 35%);
}

.stripes.green span:nth-child(3) {
  background: linear-gradient(to right, #4aba57 -20%, #00d8b8 30%);
}

.stripes.blue span:nth-child(3) {
  background: linear-gradient(to right, #0d3158 -20%, #3d87e2 30%);
}

.content_bg5 h1,
.plan-period-options,
.table-pricing {
  position: relative;
  z-index: 10;
}

.page-template-page-nota-fiscal-planos .content_bg5 h1,
.page-template-page-nota-fiscal .content_bg5 h1 {
  color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-nota-fiscal .stripes {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.page-template-page-sobre-nos section p {
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-sobre-nos .img_float_right {
  width: 300px;
  float: right;
  padding: 0px 00px 20px 20px;
}

.about-nav {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  text-align: center;
  padding: 1.4em 0;
}

.about-nav ul {
  margin: 0;
  padding: 0;
}

.about-nav ul li {
  display: inline;
  margin: 0 1.7em;
}

.about-nav ul li a {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #e6e6e6;
}

.about-nav ul li a:hover {
  border-bottom: 2px solid #19ac65;
}

.dropdown-menu>li>a {
  line-height: 30px !important;
  padding: 5px 15px 5px 20px !important;
}

.customAdd {
  margin-top: -40px 0 20px !important;
  text-align: right;
}

.label-primary {
  padding: 0.1em 0.6em;
  margin-right: 5px;
}

.label-gratis {
  font-size: 14px;
  font-weight: 600;
  padding: 0.4em 0.8em 0.5em;
  margin-right: 0;
  background: #1acf78;
  cursor: pointer;
}

.wp-caption-text {
  font-size: 13px !important;
  text-align: center;
}

.page-template-page-nota-fiscal .revenda .btn,
.datacenter.linux .btn {
  color: #338eff;
  border-color: #338eff;
}

.page-template-page-nota-fiscal .revenda .btn:hover,
.datacenter.linux .btn:hover {
  background: #338eff;
}

.datacenter.linux.avaliacao_gratis .btn {
  border-color: #27b574;
  color: #27b574;
}

.datacenter.linux.avaliacao_gratis .btn:hover {
  background: #27b574 !important;
  color: #fff !important;
}

#carousel-conectividade {
  border: none;
  margin-top: 25px;
}

#carousel-conectividade .item img {
  margin: 0 auto;
}

#carousel-conectividade .carousel-inner {
  max-height: 450px;
}

.plan-equivalente {
  font-size: 12px;
  width: 100%;
  color: #2d2d2d;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
}

.plan-400-nfe .plan-equivalente {
  color: #000;
}

tr.footer .plan-equivalente {
  color: #2d2d2d;
}

tr.footer .revenda {
  padding-top: 45px;
}

.asterisk_info {
  vertical-align: middle;
  font-size: 15px;
}

.plan-period-options .asterisk_info.anual,
.asterisk_info_anual_footer {
  color: #f40e0e;
}

.plan-period-options .asterisk_info.trimestral,
.asterisk_info_trimestral_footer {
  color: #26b573;
}

.obs_plan {
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
  flex-wrap: nowrap;
}

.plan-amount-wrapper .plan-prices {
  display: inline;
  width: fit-content;
  margin: 0 auto;
}

.plan-amount-wrapper .plan-prices .prices-content {
  float: left;
  font-size: 13px;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
}

.plan-amount-wrapper .plan-prices .price-original,
.plan-amount-wrapper .plan-prices .price-original .value {
  text-decoration: line-through;
  font-size: 12px;
  text-align: center;
  left: 0;
  top: 0px;
  color: #b54848;
  font-weight: 400;
}

.plan-amount-wrapper .plan-prices .discount {
  margin-left: 4px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #51c197;
  border-radius: 10px;
}

.twitter_alert {
  font-weight: 400;
  vertical-align: super;
  padding: 2px 5px;
  font-size: 13px;
  border-radius: 2px;
}

.http_verb_get {
  background-color: #61affe !important;
  color: #fff !important;
}

.http_verb_post {
  background-color: #49cc8f !important;
  color: #fff !important;
}

.http_verb_delete {
  background-color: #f53e3e !important;
  color: #fff !important;
}

.http_verb_put {
  background-color: #f8a130 !important;
  color: #fff !important;
}

#recaptcha {
  display: inline-block;
}

#recaptcha_container {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.social_media {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-top: 12px;
}

.social_media.facebook {
  background: url(../img/icon_facebook.png) !important;
  background-size: cover !important;
}

.social_media.twitter {
  background: url(../img/icon_twitter.png) !important;
  background-size: cover !important;
}

.social_media.instagram {
  background: url(../img/icon_instagram.png) !important;
  background-size: cover !important;
}

.social_media.github {
  background: url(../img/icon_github.png) !important;
  background-size: cover !important;
}

.social_media.linkedin {
  background: url(../img/icon_linkedin.png) !important;
  background-size: cover !important;
}

.highlight-plan {
  color: #fff;
  font-weight: 600;
  background: #27b574;
  position: absolute;
  top: -25px;
  width: 102%;
  left: -2px;
  padding: 3px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
}

.badge-plan {
  font-weight: 400;
  font-size: 15px;
}

.badge-plan span {
  font-weight: 600;
  font-size: 13px;
  margin-right: 3px;
  color: #23a76a;
  background: #d4edda;
  padding: 2px 6px;
  border-radius: 5px;
}

.plan-month-text {
  display: inline-block;
}

.cookie-consent-banner {
  position: fixed;
  display: none;
  z-index: 99999;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 90%;
  background-color: #f1f6f4;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  max-width: 1200px;
  border-radius: 5px;
}

.cookie-consent-banner__inner {
  display: flex;
  margin: 0 auto;
  padding: 15px;
  align-items: center;
  text-align: justify;
}

.cookie-consent-banner__actions a:hover {
  color: #fff;
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-weight: 400;
  color: #5c6467;
  font-size: 14px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #1acf78;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 2px solid #3a4649;
  background-color: transparent;
  color: #fff;
}

.cookie-consent-banner__cta:hover {
  background-color: #1acf78;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838f93;
  background-color: transparent;
  color: #fff;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 30px;
}

@media (max-width: 1400px) {

  .monte_sua_loja .box_layout img,
  .monte_sua_loja .box_forma_pagamento img,
  .monte_sua_loja .box_nota_fiscal img,
  .monte_sua_loja .box_plataforma img,
  .monte_sua_loja .box_email_empresarial img {
    left: -130%;
  }
}

@media (min-width: 768px) {
  .dropdown-idiomas {
    margin-top: -9px !important;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0 !important;
    left: 100%;
    margin-top: -5px;
    border-top-left-radius: 0;
  }

  .dropup .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav>li>.dropdown-menu {
    padding: 0;
    border-radius: 4px !important;
    overflow: hidden;
  }

  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 5px;
  }

  .adicionais_fix {
    margin-top: 10px !important;
  }

  .browser {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .owl-theme-featured {
    height: 400px;
  }

  .owl-theme-featured .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 400px;
  }

  .nav>li>a {
    padding: 13px 5px;
  }

  #intro {
    min-height: 400px !important;
    display: block !important;
  }

  .toggle_header {
    margin: 12px 10px 0px 0px;
  }

  .menor {
    margin-left: -10px;
  }

  .intro .item.fourth {
    background: url(../img/banner_start_400.jpg);
    background-repeat: no-repeat;
    background-color: #00834d;
  }

  .intro .item.second {
    background: url(../img/banner_ondemand_400.jpg);
  }

  .intro .item.third {
    background: url(../img/banner_cloudapp2_400.jpg);
    background-color: #161824;
    background-repeat: no-repeat;
  }

  .intro .btn_saibamais {
    margin-left: 180px;
    bottom: 45px;
  }

  .intro .fourth .btn_saibamais {
    margin-left: 170px;
  }

  .intro .second .btn_saibamais {
    margin-left: 320px;
  }

  .intro .banner {
    width: 1095px;
    position: absolute;
    left: 0;
    height: 100%;
    margin-left: 0;
  }

  .cart {
    padding: 14px 15px 0px 0;
  }

  .monte_sua_loja .box_layout img,
  .monte_sua_loja .box_forma_pagamento img,
  .monte_sua_loja .box_nota_fiscal img,
  .monte_sua_loja .box_plataforma img,
  .monte_sua_loja .box_email_empresarial img {
    left: -110%;
    max-width: 440px;
  }

  .modal-dialog {
    width: 100%;
  }

  .modal {
    padding: 0 25px !important;
  }

  .actiontray .container {
    width: 100%;
    text-align: left;
  }

  #modulos {
    margin-bottom: 10px;
  }

  .actiontray .btn,
  .actiontray #mensal,
  .actiontray #setup,
  .actiontray #modulos,
  .actiontray #marketing {
    width: 20%;
    padding: 0 5px;
  }

  .actiontray button {
    padding: 11px 0 9px;
  }

  .destaque_promo {
    font-size: 11px;
  }

  .page-template-page-modulos-ecommerce .modal-body .btn,
  .modulos .btn {
    padding: 8px 30px 10px;
  }

  .modulos .comprar_agora {
    line-height: 15px;
  }

  .modulos .comprar_agora span {
    font-size: 12px !important;
  }

  .modulos .comprar_agora .row .col-md-6:first-child {
    margin-top: 4px;
  }

  /*.new-dropdown { min-width: 661px; }*/
  .new-dropdown li {
    margin: 0px;
  }

  .cbp-af-header.cbp-af-header-shrink2 .nav a {
    line-height: 43px;
  }

  .services_home .btn2 {
    font-size: 15px;
  }

  .partner.certificacoes img {
    max-height: 85px;
  }

  .plan-month-text.reseller {
    display: block;
    margin-top: -15px;
  }
}

@media (max-width: 992px) {
  #intro {
    min-height: 300px !important;
    display: block !important;
  }

  .at_flat_counter {
    margin-top: 7px !important;
  }

  .features_empresa {
    padding: 40px 0 0 0 !important;
  }

  .ondemand_destaque {
    padding: 30px 0 0 !important;
  }

  /*.features_empresa .col-md-4 { overflow:hidden; }*/
  .first,
  .second {
    float: none;
    overflow: inherit;
    margin-right: 0;
  }

  .features_empresa .numero_sobre_nos,
  .features_empresa .numero_sobre_nos_menor,
  .features_empresa .descricao_sobre_nos,
  .features_empresa .descricao_sobre_nos_menor {
    float: none;
    text-align: center;
  }

  .features_empresa .numero_sobre_nos,
  .features_empresa .numero_sobre_nos_menor {
    font-size: 150px;
    margin-top: -50px;
  }

  .features_empresa .descricao_sobre_nos,
  .features_empresa .descricao_sobre_nos_menor {
    margin: -30px 0 30px 0;
  }

  .descricao_sobre_nos_menor {
    font-size: 20px;
  }

  section h2,
  section.content h2 {
    text-align: left;
    padding-left: 0;
    margin-bottom: 25px;
  }

  section p,
  section.content p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .destaques>.col-md-6 {
    margin-bottom: 20px;
  }

  section h3 {
    text-align: left;
  }

  .plans .col-md-6 {
    margin-bottom: 20px;
  }

  #pricing .plan.featured {
    max-width: 100%;
  }

  .bar-browser {
    margin-top: 0;
  }

  .logo-home {
    margin-top: 15px !important;
  }

  .dropdown-menu {
    position: relative !important;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.9);
  }

  .navbar .nav>li ul li a {
    padding-left: 20px;
    background: #fff;
    margin-right: 0;
  }

  .cbp-af-header.cbp-af-header-shrink2 .nav .btn,
  .cbp-af-header.cbp-af-header-shrink2 .nav a.btn {
    border: 2px solid #27b574;
    color: #27b574 !important;
  }

  .box-saiba_mais {
    width: 98.2%;
  }

  .overlay .col-md-6 {
    height: auto;
  }

  .overlay .contactForm {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .overlay .formulario_interno {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .overlay .contatos {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }

  .overlay .formulario_interno {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .overlay .chamada_contato {
    margin-top: 40px;
  }

  .menu_services_footer {
    margin-left: 25px;
  }

  .owl-theme-featured {
    height: 300px;
  }

  .owl-theme-featured .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 300px;
  }

  .cbp-af-header h1 a {
    margin: 0 !important;
    padding: 0 !important;
  }

  .dropdown-submenu:hover>.dropdown-menu,
  .dropdown:hover .dropdown-menu {
    display: inherit !important;
    background: #fff !important;
    padding: 0;
  }

  .dropdown-submenu>a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    padding-right: 10px;
  }

  .container>.navbar-collapse {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eff6f3;
  }

  .cbp-af-header.cbp-af-header-shrink2 .nav .dropdown-menu a {
    font-weight: 600;
    padding: 10px 20px !important;
  }

  .dropdown-submenu {
    overflow: hidden;
  }

  .alterar_idioma {
    margin-right: 0;
    margin-top: 5px;
  }

  .cbp-af-header .nav .dropdown>a.dropdown-toggle.btn {
    margin: 0 !important;
  }

  .cbp-af-header.cbp-af-header-shrink2 .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    display: block;
    padding: 0 !important;
    left: 0 !important;
  }

  .navbar-brand img {
    margin-top: 0;
    margin-left: 15px;
  }

  .services_home {
    padding: 60px 0;
  }

  .services_home .box {
    padding: 15px 0;
    max-width: 400px;
    margin: 0 auto;
  }

  .opt.home .chamada {
    max-width: 500px;
  }

  .blog_home {
    padding: 50px 0;
  }

  .navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a {
    margin: 0;
    padding: 6px 25px !important;
    display: block;
    overflow: hidden;
    height: auto;
  }

  .blog_home .titulo {
    padding: 15px 0;
  }

  #footer .copyright {
    display: block;
    width: 100%;
    text-align: center;
  }

  .bar-browser {
    width: 100%;
  }

  .descricao p,
  section li {
    font-size: 1.15em;
    line-height: 1.8;
  }

  .img_loja {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .box_destaque {
    text-align: center;
  }

  .fix_loja11 {
    float: right !important;
  }

  .box_planos {
    margin: 0 auto 50px;
  }

  .hidden-smartphone {
    display: none !important;
  }

  .fix_btn_top {
    margin-bottom: 10px;
    padding: 10px 0 8px;
  }

  .big_solicite_contato h2 {
    display: block;
    border: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .ondemand_destaque .numero_sobre_nos {
    font-size: 100px;
  }

  .intro .item.fourth {
    background: url(../img/banner_start_300.jpg);
    background-repeat: no-repeat;
    background-color: #00834d;
  }

  .intro .item.second {
    background: url(../img/banner_ondemand_300.jpg);
  }

  .intro .item.third {
    background: url(../img/banner_cloudapp2_300.jpg);
    background-color: #161824;
    background-repeat: no-repeat;
  }

  .intro .btn_saibamais {
    font-size: 16px;
    margin-left: 130px;
    bottom: 30px;
  }

  .intro .fourth .btn_saibamais {
    margin-left: 120px;
  }

  .intro .second .btn_saibamais {
    margin-left: 210px;
  }

  .intro .banner {
    width: 821px;
    position: absolute;
    left: 0;
    height: 100%;
    margin-left: 0;
  }

  section.dark.with-bg.sobre-nos {
    background-size: cover;
    height: 350px;
    padding: 60px 0;
  }

  section.dark.with-bg.sobre-nos p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    margin: 2em 0;
    padding: 0 6em;
    color: #fff;
  }

  .ebook .botoes {
    text-align: left;
  }

  .apresentacao .btn2 {
    margin-bottom: 40px;
  }

  .logomarca {
    margin-top: 0px;
    margin-left: 15px;
  }

  .cloud_amazon2 {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .page-template-page-cloudapp .cloud_amazon2 {
    padding: 0;
  }

  .pricing_notafiscal .plans .col-md-4:nth-child(3) .plan2 {
    margin-bottom: 20px;
  }

  .pricing_notafiscal2 .plans .col-md-3:nth-child(3) .plan2 {
    margin-bottom: 20px;
  }

  .pricing_notafiscal2 {
    overflow: hidden;
    margin-bottom: 60px;
  }

  section.dark.with-bg.homepage {
    padding: 50px 0;
    background-size: 150% !important;
  }

  .monte_sua_loja .box_layout img,
  .monte_sua_loja .box_forma_pagamento img,
  .monte_sua_loja .box_nota_fiscal img,
  .monte_sua_loja .box_plataforma img,
  .monte_sua_loja .box_email_empresarial img {
    left: -110%;
    max-width: 400px;
  }

  .modal-body {
    padding: 65px 100px;
  }

  .monte_sua_loja .step2 li .row {
    padding: 25px 20px;
  }

  .monte_sua_loja .step2 li {
    margin-top: 0;
    margin-bottom: 0;
  }

  .box_googleadwords {
    margin-bottom: 0px;
  }

  .monte_sua_loja .step2 li .row {
    margin: 15px 10px;
  }

  .box_googleadwords img {
    margin-bottom: 20px;
  }

  .destaque_promo {
    font-size: 14px;
  }

  .googleadwords.invert .btn {
    width: 100%;
  }

  .dd-selected img,
  .dd-options img {
    margin-bottom: 0;
  }

  .content_bg1 h1 {
    font-size: 32px;
  }

  .page-template-page-google-adwords .googleadwords {
    margin-bottom: 30px;
  }

  .page-template-page-google-adwords .googleadwords.invert {
    margin-top: 30px;
  }

  .destaques {
    text-align: center;
  }

  .destaques .col-md-10,
  .destaques .col-sm-10 {
    text-align: left;
    display: block;
  }

  .page-template-page-email .destaques .col-sm-10 {
    margin-top: 0;
  }

  .page-template-page-email .pricing_email {
    max-width: 650px !important;
    padding-top: 0;
  }

  .page-template-page-email .box_googleadwords.fix {
    max-width: 650px;
    margin: 0 auto;
  }

  .page-template-page-email .box_googleadwords.fix .col-md-6:first-child,
  .page-template-page-google-adwords .box_googleadwords.fix .col-md-6:first-child,
  .page-template-page-nota-fiscal .box_googleadwords.fix .col-md-6:first-child {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-page-google-adwords .content_bg1 h1 {
    margin-bottom: 40px;
  }

  .page-template-page-google-adwords .h1 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .modulos {
    margin-top: 30px;
  }

  .modulos .comprar_agora {
    line-height: 19px;
  }

  .modulos .comprar_agora .btn {
    margin-top: 10px;
  }

  .modulos .comprar_agora .row {
    margin: 0;
    padding: 15px 0px !important;
  }

  .modulos .comprar_agora span {
    font-size: 14px !important;
  }

  .modulos .comprar_agora .row .col-md-6:first-child {
    margin-top: 0px;
  }

  .googleadwords.invert .body {
    padding: 30px;
  }

  .page-template-page-modulos-ecommerce .box_destaque .fa {
    margin-bottom: 10px;
  }

  .page-template-page-modulos-ecommerce .box_destaque .col-sm-6:nth-child(3),
  .page-template-page-modulos-ecommerce .box_destaque .col-sm-6:nth-child(4) {
    margin-top: 10px;
  }

  .navbar .nav>li>a:hover,
  .navbar .nav>li>a.activate {
    color: #000;
    background: #f4f3e9;
  }

  .cbp-af-header.cbp-af-header-shrink2 .dropdown-menu {
    box-shadow: none;
  }

  .table-pricing-responsive {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
  }

  .about-nav {
    padding: 1.4em 0 1.4em;
  }

  .about-nav ul li {
    margin: 0 1em;
  }

  .about-nav ul li a {
    font-size: 14px;
  }

  .page-template-page-sobre-nos .img_float_right {
    max-width: 300px;
    width: 100%;
  }

  .plan-month-text {
    display: block;
    margin-top: -15px;
    min-width: 150px;
  }
}

@media (max-width: 768px) {
  .plan-period-options li {
    line-height: 14px;
    font-size: 12px;
  }

  .table-pricing thead:first-child>tr:last-child>th {
    padding-top: 10px;
  }

  .table-pricing .plan-buy .btn {
    margin-top: 0;
  }

  #footer ul {
    width: 100%;
  }

  section h3 {
    text-align: left;
  }

  .col-sm-1 {
    width: 0%;
  }

  .opt .chamada {
    margin-bottom: 10px;
  }

  .banner_ondemand,
  .banner_cloudapp,
  .banner_start {
    background-position: top left !important;
  }

  .fix_h2,
  .fix_h2 h1 {
    font-size: 30px !important;
  }

  .subtitle,
  .subtitle h2 {
    font-size: 16px;
    margin-top: -4px;
  }

  .obrigado {
    height: 200px;
  }

  .fix-obrigado {
    margin-top: 0px;
    font-size: 25px !important;
  }

  .fix_section {
    padding-top: 80px;
  }

  .fix_loja11 {
    height: 100px;
    display: none;
  }

  .fb-like-top-single {
    margin-top: 10px;
  }

  .box_planos h1 {
    font-size: 35px;
  }

  .solicitar_contato .box_planos h1 {
    font-size: 35px;
  }

  .features_empresa {
    padding: 50px 0 0 0 !important;
  }

  .ondemand_destaque {
    padding: 30px 0 0 0 !important;
  }

  .features_empresa .numero_sobre_nos,
  .features_empresa .numero_sobre_nos_menor {
    font-size: 60px;
    margin-top: -30px;
  }

  .features_empresa .descricao_sobre_nos,
  .features_empresa .descricao_sobre_nos_menor {
    margin: -15px 0 30px 0;
    font-size: 16px;
  }

  .flex-images {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .btn_chat_hide {
    font-size: 18px;
  }

  .ebook .col-xs-12,
  .ebook .col-sm-5,
  .ebook .col-sm-4 {
    text-align: center;
  }

  .ebook img {
    max-height: 220px;
    margin-bottom: 30px;
  }

  .ebook2 .texto {
    float: none;
  }

  h1,
  .h1,
  .ebook h1 {
    font-size: 30px;
  }

  .produtos_destaques {
    padding: 60px 0 80px;
    margin-top: -5px;
  }

  .ebook {
    padding: 60px 0;
  }

  .produtos_destaques h1,
  .services_home h1 {
    margin-bottom: 40px;
  }

  .ebook .texto p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  #intro {
    min-height: 180px !important;
    display: block !important;
  }

  .solicitar_contato .col-right {
    font-size: 20px;
  }

  .solicitar_contato .col-right span {
    font-size: 14px;
  }

  .pricing_notafiscal2 .plans .col-md-3:nth-child(1) .plan2 {
    border-right: 1px solid #e1e1e1;
  }

  .pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 {
    top: 0;
    margin: 20px 0;
  }

  .pricing_notafiscal2 .plans .col-md-3:nth-child(4) .plan2 {
    border-left: 1px solid #e1e1e1;
  }

  .pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 .plan-features li {
    font-size: 14px;
  }

  .pricing_notafiscal2 .plans .col-md-3:nth-child(2) .plan2 .plan-title h3 {
    font-size: 50px;
    margin: 0;
  }

  .pricing_notafiscal2 {
    margin-bottom: 20px;
  }

  .modal-dialog {
    margin-left: 0;
    margin-top: 25px;
  }

  .modal-body {
    padding: 40px;
  }

  .actiontray .btn,
  .actiontray #mensal {
    width: 50%;
  }

  .actiontray #setup,
  .actiontray #modulos,
  .actiontray #marketing {
    width: 33.333%;
    margin: 25px 0 0;
  }

  .monte_sua_loja .step2 li {
    width: 100%;
  }

  .monte_sua_loja .step2 li .row {
    margin: 0 0 25px 0;
  }

  .tecnologias_ondemand li {
    width: 48%;
    padding: 0;
    margin-right: 1%;
    margin-left: 1%;
  }

  .search_modulos {
    margin: 25px;
  }

  .googleadwords.invert .body {
    padding: 30px 20px;
  }

  .page-template-page-solicitar-contato .services_home .btn2:last-child {
    margin-top: 0px;
  }

  .page-template-page-sobre-nos section#featured2 {
    padding: 3em 0;
  }

  .documentacao li {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .filters a {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-left: 0;
  }

  .filters-start a:last-child {
    width: 100%;
  }

  .filters a:nth-child(2n) {
    margin-right: 0;
  }

  .footer_service,
  .menu_footer {
    text-align: center;
  }

  .bg_contato {
    padding: 4em 0;
  }

  .footer_contact .btn {
    font-size: 12px !important;
  }

  .menu_services_footer {
    margin-left: -15px;
  }

  .owl-theme-featured {
    height: 180px;
  }

  .navbar .nav>li:hover {
    display: inherit;
  }

  .navbar-brand img {
    margin-left: 10px;
  }

  .navbar-toggle {
    margin-right: 15px;
  }

  .blog_home .col-sm-4 {
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 25px;
  }

  .opt.home .chamada {
    text-align: center !important;
  }

  .blog_home .imagem {
    text-align: center;
  }

  .blog_home h4 {
    text-align: center;
  }

  .services_home .box:after {
    display: none;
  }

  .destaques .col-sm-6:nth-child(1) {
    margin-bottom: 15px;
  }

  .footer_contact {
    text-align: center;
  }

  .footer_contact .chamada_contato {
    text-align: center;
    margin-top: 10px;
  }

  .endereco_footer {
    max-width: 100%;
    text-align: center;
    float: none;
  }

  .info_menu {
    padding: 14px 20px 10px !important;
    margin: 0;
  }

  .logo_amazon,
  .logo_azure {
    width: 120px;
  }

  .cloud_amazon img,
  .cloud_azure img {
    display: none;
  }

  #localizacao_servidor {
    margin-right: 0;
  }

  .btn-converse {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom_select {
    text-align: center;
  }

  .destaques .col-sm-4:nth-child(1) {
    margin-bottom: 15px;
  }

  .destaques .col-sm-4:nth-child(2) {
    margin-bottom: 15px;
  }

  .intro .item.fourth {
    background: url(../img/banner_start_mini.jpg);
  }

  .intro .item.second {
    background: url(../img/banner_ondemand_mini.jpg);
    background-position-x: -80px !important;
  }

  .intro .item.third {
    background: url(../img/banner_cloudapp2_mini.jpg);
    background-size: auto 100% !important;
    background-position-x: -40px !important;
  }

  .intro .btn_saibamais {
    display: none;
  }

  .intro .banner {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .owl-theme-featured .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 175px;
  }

  .big_solicite_contato .btn_chat {
    display: none !important;
  }

  .box_destaque {
    max-width: 400px;
    margin: 0 auto;
  }

  .box_planos p {
    font-size: 18px;
  }

  .box_planos {
    max-width: 600px;
  }

  .cloud_azure2 {
    margin: 30px 0 30px;
  }

  .solicitar_contato .col-left {
    width: 100%;
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .solicitar_contato .col-left .box_planos {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .solicitar_contato .box_planos h1 {
    text-align: center;
  }

  .solicitar_contato .box_planos p {
    text-align: center;
  }

  .solicitar_contato .suporte {
    text-align: center;
    margin-top: 5px;
  }

  .solicitar_contato .col-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .ebook p {
    margin-bottom: 40px;
  }

  section {
    padding: 4em 0;
  }

  section.dark.with-bg.homepage {
    padding: 90px 0 !important;
    height: auto !important;
    background-size: 200% !important;
  }

  section.dark.with-bg.homepage h1 {
    font-size: 30px !important;
  }

  section.dark.with-bg.sobre-nos p {
    font-size: 16px;
    margin-bottom: 0;
  }

  section.dark.with-bg.homepage .overlay-text {
    padding: 0 20px;
  }

  .monte_sua_loja .box_layout img,
  .monte_sua_loja .box_forma_pagamento img,
  .monte_sua_loja .box_nota_fiscal img,
  .monte_sua_loja .box_plataforma img,
  .monte_sua_loja .box_email_empresarial img {
    left: 0;
    position: relative;
    margin-bottom: 20px;
  }

  .monte_sua_loja .box {
    margin: 0 auto;
  }

  .modal-body p {
    font-size: 15px;
    line-height: 1.6;
  }

  .modal-header {
    font-size: 20px;
    padding: 30px 40px;
  }

  .big_solicite_contato {
    position: relative;
  }

  .saibamais_ondemand .saibamais {
    font-size: 20px;
    padding: 15px 20px;
  }

  .googleadwords .body {
    padding: 20px;
  }

  .googleadwords button {
    white-space: normal;
    padding: 15px;
  }

  .actiontray {
    position: relative;
    height: auto;
    padding: 20px 0 0;
  }

  .page-template-page-nota-fiscal .content_bg1 h1 {
    margin-bottom: 35px;
  }

  .adicionais {
    margin-top: -15px;
  }

  .page-template-page-email .content_bg1 h1 {
    margin-bottom: 0px;
  }

  .pricing_notafiscal .plans .col-md-4:nth-child(2) .plan2 {
    top: 0;
    margin: 20px 0;
  }

  .destaques .col-md-10,
  .destaques .col-sm-10 {
    margin-top: 15px;
  }

  .page-template-page-email .destaques .col-sm-10 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .modulos li img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }

  .page-template-page-modulos-ecommerce .box_destaque .fa {
    margin-bottom: 0px;
  }

  .page-template-index .carousel .ebook h1 {
    margin-top: 0;
  }

  .page-template-index .carousel .btn {
    width: auto;
  }

  .menu-superior ul {
    text-align: center;
  }

  .menu-superior ul li {
    padding: 5px 10px;
  }

  .footer2 .col-md-3 {
    text-align: center;
  }

  .footer .copyright {
    text-align: center;
    margin-top: 10px;
  }

  .footer2 .logomarca {
    display: inline-block;
  }

  .services_home .titulo {
    padding: 0 0 20px;
  }

  .services_home .h1_servidor_cloud,
  .solucao_destaque_home .h1_servidor_cloud {
    text-align: center;
  }

  .solucao_destaque_home .col-sm-3 {
    text-align: center;
  }

  .solucao_destaque_home .texto {
    margin-bottom: 20px;
  }

  .solucao_destaque_home .browser {
    margin: 0 auto;
  }

  .page-template-index .carousel {
    background: #fff;
  }

  .menu_footer_ondemand i {
    float: none;
  }

  .content_bg3,
  .content_bg5 {
    padding: 50px 0;
  }

  .content_bg3 p {
    margin: 30px 0 0px;
  }

  .content_bg5 h1 {
    font-size: 30px;
  }

  .faca_parte_equipe p {
    font-size: 1.15em !important;
    line-height: 1.8;
  }

  .btn-call {
    font-size: 16px;
    padding: 12px 20px;
  }

  #___partnersbadge_0 {
    margin-left: 50px !important;
  }

  .home .content_bg3 p {
    margin-top: 0;
  }

  .home .content_bg3>.container:first-child {
    padding-bottom: 5px;
  }

  .home .content_bg3 .browser {
    max-width: 405px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .home .content_bg3 .botoes {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }

  .page-template-page-sobre-nos .img_float_right {
    float: none;
    padding: 0 0 20px;
    margin: 0 auto;
    position: relative;
    display: block;
  }

  .cookie-consent-banner {
    width: 95%;
  }

  .cookie-consent-banner__description {
    font-size: 13px;
    line-height: 20px;
  }

  .cookie-consent-banner__inner {
    flex-direction: column;
    text-align: left;
  }

  .cookie-consent-banner__copy {
    margin-bottom: 15px;
  }

  .cookie-consent-banner__actions {
    width: 100%;
  }

  .cookie-consent-banner__cta {
    width: 100%;
  }

  .cookie-consent-banner__cta:last-child {
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  .fa-truck{
    margin-left: -0.8rem;
  }
  .destaques .col-sm-10{
    text-align: center;
  }

}
@media (max-width: 468px) {
  .partner li:nth-child(1) {
    width: 100%;
  }

  .partner li:nth-child(2) {
    width: 100%;
  }

  .partner li:nth-child(3) {
    width: 100%;
  }

  .partner li:nth-child(4) {
    width: 100%;
  }

  .partner li:nth-child(5) {
    width: 100%;
  }

  .filters a {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  .fix-sobre_nos {
    font-size: 35px !important;
    margin-top: -10px !important;
  }

  .intro .carousel-caption-left {
    bottom: 20%;
  }

  .share-pagina-mae {
    float: none !important;
  }

  .box-saiba_mais .btn {
    margin-top: 75px;
  }

  section.cta h2 {
    font-size: 2em;
  }

  .chamada_contato {
    font-size: 2em;
  }

  .banner_ondemand,
  .banner_cloudapp,
  .banner_start {
    height: 150px;
  }

  .banner_cloudapp {
    background-position-x: -20px !important;
  }

  .banner_ondemand {
    background-position-x: -40px !important;
  }

  .equipe .social {
    margin-bottom: 15px;
  }

  .partner.certificacoes img {
    max-height: auto;
  }

  .partner.certificacoes li {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }

  .btn-converse {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .big_solicite_contato span.btn_chat {
    display: none !important;
  }

  .big_solicite_contato .btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .big_solicite_contato {
    padding: 20px 15px 15px;
  }

  .cloud_amazon2 {
    padding: 0;
  }

  .ebook .btn {
    width: 100%;
  }

  .ebook .btn2 {
    margin-left: 0;
  }

  .form-control {
    line-height: 32px;
  }

  .solicitar_contato .col-right #formulario {
    margin-top: 20px;
  }

  section.dark.with-bg.homepage {
    padding: 70px 0 !important;
  }

  .monte_sua_loja .box_layout img,
  .monte_sua_loja .box_forma_pagamento img,
  .monte_sua_loja .box_nota_fiscal img,
  .monte_sua_loja .box_plataforma img,
  .monte_sua_loja .box_email_empresarial img {
    width: 100%;
  }

  .modal-body {
    padding: 25px;
  }

  .actiontray .btn,
  .actiontray #mensal {
    width: 100%;
    margin: 20px 0 0;
  }

  .actiontray #setup,
  .actiontray #modulos,
  .actiontray #marketing {
    width: 100%;
    margin: 20px 0 0;
  }

  .monte_sua_loja .step2 .descricao p {
    font-size: 16px;
    line-height: 26px;
  }

  .saibamais {
    font-size: 16px;
  }

  .tecnologias_ondemand li {
    width: 100%;
  }

  .box_button_right {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .modulos li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-template-page-solicitar-contato .services_home .btn2:last-child {
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .cbp-af-header .nav .dropdown>a.dropdown-toggle {
    height: 70px;
  }
}

.cbp-af-header .nav .dropdown>a.dropdown-toggle.btn {
  height: auto;
}

@media screen and (max-width: 992px) {
  .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 0;
    background: #fff !important;
    border: none !important;
    padding: 0 0 10px;
    margin: 0;
  }

  .dropdown>.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown ul.dropdown-menu {
    border-radius: 4px !important;
  }

  .dropdown .dropdown-idiomas {
    margin-top: -5px !important;
  }

  .cbp-af-header.cbp-af-header-shrink2 .nav a {
    line-height: 20px !important;
    margin-left: 0;
    margin-right: 0 !important;
    padding-left: 10px;
    color: #000;
  }

  .cbp-af-header.cbp-af-header-shrink2 .nav.navbar-nav .btn {
    border-color: #27b574 !important;
    margin-top: 5px !important;
  }

  .cbp-af-header .container .btn.btn-empty:hover {
    color: #fff !important;
  }

  .navbar-collapse .dropdown.open .dropdown-menu>li>a {
    color: #000;
  }

  .navbar-wrapper .nav>li {
    clear: both;
  }
}

@media screen and (max-width: 486px) {
  ul.nav li:last-child {
    clear: both;
  }
}

@media (max-width: 1199px) {
  .pricing-columns-both #pricing-chart .plan {
    width: 19%;
  }

  .pricing-columns-both #pricing-chart .plan.popular {
    width: 24%;
  }

  .pricing-columns #pricing-chart .plan:before,
  .pricing-columns-both #pricing-chart .plan:before {
    width: 100% !important;
    left: 0;
  }

  .pricing-columns-both #larger-plans .plan {
    width: 33.333%;
  }

  .pricing-columns-both #pricing-chart .plan ul {
    margin: 0;
    padding: 0;
  }

  .pricing-columns-both #pricing-chart .plan ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .pricing-columns-both #pricing-chart .popular ul li {
    font-size: 16px;
  }

  .pricing-columns-both #pricing-chart .popular ul li span {
    font-size: 14px;
  }

  .pricing-columns-both #pricing-chart .plan .price .dollar {
    top: -16px;
    font-size: 15px;
    left: -5px;
  }

  .pricing-columns-both #pricing-chart .plan .price .month,
  .pricing-columns-both #pricing-chart .plan .price .slash {
    font-size: 16px;
  }

  .pricing-columns-both #pricing-chart .plan .price .amount {
    margin-left: -10px;
    font-size: 34px;
  }

  .pricing-columns-both #pricing-chart .popular .price .amount {
    font-size: 55px;
  }

  .larger-plans .plan .price .amount {
    font-size: 40px !important;
  }
}

@media (max-width: 990px) {
  .pricing-columns-both #pricing-chart #smaller-plans .plan {
    width: 48.5%;
    padding: 14px 14px 10px;
    margin-bottom: 20px;
    border: none;
  }

  .pricing-columns-both #pricing-chart #smaller-plans .plan:nth-child(2n + 1) {
    margin-right: 1.5%;
    top: 0;
  }

  .pricing-columns-both #pricing-chart #smaller-plans .plan:nth-child(2n + 2) {
    margin-left: 1.5%;
    top: 0;
  }

  .pricing-columns-both #pricing-chart #smaller-plans .plan .price {
    font-size: 26px;
    margin-bottom: 23px;
  }

  .pricing-columns-both #pricing-chart #smaller-plans .plan ul {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    margin-left: -5px;
  }

  .pricing-columns-both #pricing-chart #smaller-plans .plan ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 5px;
  }

  .pricing-columns-both #pricing-chart #smaller-plans .plan ul li span {
    display: block;
    margin-left: 0;
    text-align: center;
  }

  .pricing-columns-both #pricing-chart .plan .price .amount {
    font-size: 50px;
    margin-left: 0;
  }

  .pricing-columns-both #pricing-chart .plan .price .dollar {
    top: -16px;
    left: 3px;
    font-size: 25px;
  }

  .mais_vendido {
    text-align: center;
    font-size: 14px;
    margin-top: -10px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }

  .pricing-columns-both #pricing-chart .popular ul li span {
    font-size: 14px;
  }

  .pricing-columns-both #pricing-chart .popular .price .amount {
    font-size: 50px;
  }

  .pricing-columns-both #pricing-chart .larger-plans .plan .price .amount {
    font-size: 45px;
  }

  .pricing-columns-both #pricing-chart .larger-plans .plan .price .dollar {
    font-size: 20px;
  }

  .larger-plans .plan .price .amount {
    font-size: 45px !important;
  }
}

@media (max-width: 780px) {

  .pricing-columns-both #pricing-chart #smaller-plans .plan ul li,
  #pricing-chart-wrap #pricing-chart #larger-plans .plan ul li {
    width: 50%;
  }

  .pricing-columns-both #pricing-chart #larger-plans .plan {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-columns-both #pricing-chart .larger-plans .plan .price .amount {
    font-size: 50px;
  }

  .pricing-columns-both #pricing-chart .larger-plans .plan ul li {
    text-align: center;
  }

  .alto_volumes {
    font-size: 25px;
  }
}

@media (max-width: 520px) {

  .pricing-columns-both #pricing-chart #smaller-plans .plan ul li,
  #pricing-chart-wrap #pricing-chart #larger-plans .plan ul li {
    width: 100%;
  }

  .pricing-columns-both #pricing-chart #smaller-plans .plan {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Documentação */
.col-md-12>.box_planos>.banner>img {
  width: inherit;
}
.page-template-page-api-nfe .wmbr-navbar,
.page-template-page-api-nfse .wmbr-navbar,
.page-template-page-api-cte .wmbr-navbar,
.page-template-page-api-nfcom .wmbr-navbar,
.page-template-page-api-mdfe .wmbr-navbar,
.page-template-page-api-consulta .wmbr-navbar,
.page-template-page-api-cep .wmbr-navbar,
.page-template-page-api-revenda .wmbr-navbar,
.page-template-page-api-gestao-documentos-fiscais .wmbr-navbar   {
  position: relative;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1)
}
.page-template-page-api-nfe section,
.page-template-page-api-nfse section,
.page-template-page-api-cte section,
.page-template-page-api-nfcom section,
.page-template-page-api-mdfe section,
.page-template-page-api-consulta section,
.page-template-page-api-cep section,
.page-template-page-api-revenda section,
.page-template-page-api-gestao-documentos-fiscais section {
  padding: 4em 0;
}

/* JSON Popup Styles */
.json-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.json-popup-overlay.active {
  opacity: 1;
}

.json-popup-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.json-popup-overlay.active .json-popup-container {
  transform: scale(1);
}

.json-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.json-popup-header h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.json-popup-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.json-popup-close:hover {
  color: #333;
}

.json-popup-content {
  flex: 1;
  overflow: auto;
  padding: 20px;
  background-color: #f8f8f8;
}

.json-popup-content pre {
  margin: 0;
  background-color: #2d2d2d;
  border-radius: 4px;
  padding: 20px;
  overflow: auto;
}

.json-popup-content code {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.5;
}

.json-popup-footer {
  padding: 15px 20px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}

.json-popup-copy {
  background-color: #27b574;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.json-popup-copy:hover {
  background-color: #45b17f;
}

/* Link JSON na tabela */
.json-popup-link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.json-popup-link:hover {
  opacity: 0.8;
}

/* Responsivo */
@media (max-width: 768px) {
  .json-popup-container {
    width: 95%;
    max-height: 90vh;
    margin: 20px;
  }
  
  .json-popup-header {
    padding: 15px;
  }
  
  .json-popup-content {
    padding: 15px;
  }
  
  .json-popup-content pre {
    padding: 15px;
    font-size: 12px;
  }
}