/*------------------------------------------------------------------

    Main Style Stylesheet
    Project:        Vortex. |  StartUp Landing Page Template
    Version:        1.0
    Author:         Gnawi Themes
    Last change:    8/29/2016
    Primary use:    Landing,Startup and Showcase.

-------------------------------------------------------------------*/
/*-- Imports (only visible on scss file) --*/
@import "https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap";

/*========================================
          Base Style
========================================*/
body {
  font-family: "Montserrat", sans-serif !important;
  color: #535353;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
}

a {
  color: #fff;
}
.btn-blue {
  border-radius: 74px !important;
  background-image: linear-gradient(#62c3a5, #00ac82);
  border: 1px solid #00ac82;
  display: inline-block;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  background-image: linear-gradient(#62c3a5, #00ac82) !important;
  border: 1px solid #00ac82 !important;
  color: #fff !important;
}

.btn-blue:hover {
  border: 1px solid #00ac82;
  background-color: #fff;
  color: #00ac82 !important;

  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0px 0px 60px 0px #00ac82;
  outline: none !important;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*-- Preloader --*/
.img-loading {
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  position: relative;
}

.page-preloader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100000;
}

.spinner {
  position: relative;
  top: 35%;
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*========================================
            Typography
========================================*/
/*-- Typo Style --*/
h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
}
h2 {
  font-size: 36px;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 32px;
  letter-spacing: 0.02em;
  font-weight: bold !important;
}

h4 {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

h5 {
  font-size: 18px;
  letter-spacing: 0.02em;
}

h6 {
  font-size: 16px;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 15px;
}

.demonstracao {
  width: 50%;
  background-color: #0ea882 !important;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
}

.demonstracao:hover {
  color: #00ac82 !important;
  border-radius: 74px !important;
  background-color: #fff !important;
  border: 1px solid #7ffcdc !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0px 0px 20px 0px #267e68;
  outline: none !important;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
}
.demonstracao-white {
  width: 100%;
  background-color: #fff !important;
  color: #00ac82;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
}

.demonstracao-white:hover {
  color: #fff !important;
  border-radius: 74px !important;
  background-color: #00ac82 !important;
  border: 1px solid #7ffcdc !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0px 0px 20px 0px #267e68;
  outline: none !important;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
}

.cta {
  background-color: #fe062c !important;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cta:hover {
  color: #fe062c;
  border-radius: 74px !important;
  background-color: #fff !important;
  border: 1px solid #ff7150 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0px 0px 20px 0px #ff7150;
  outline: none !important;
}

.cta-white {
  width: 90%;
  background-color: #fff !important;
  color: #00ac82;
  border-radius: 10px;
  border: 1px solid #00ac82 !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cta-white:hover {
  color: #ffff;
  border-radius: 10px !important;
  background-color: #00ac82 !important;
  border: 1px solid #00ac82 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0px 0px 20px 0px #00ac82;
}
.custombtn {
  margin-top: 3%;
}

.contact-info2 {
  position: inherit !important;
}
/*========================================
            Buttons Style
========================================*/
.btn-blue {
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background: #fff;
  color: #535353;
}

.btn-transparent {
  background: transparent;
  padding: 10px 28px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  outline: none !important;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #535353;
}

.btn-white {
  border-radius: 74px !important;
  background-image: linear-gradient(#e5fdf7, #ecf7f4);
  border: 1px solid #00ac82;
  display: inline-block;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  background-image: linear-gradient(#e5fdf7, #ecf7f4) !important;
  border: 1px solid #00ac82 !important;
  color: #00ac82 !important;
}

.btn-white:hover {
  border: 1px solid #00ac82;
  background-color: #fff;
  color: #00ac82 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 0px 0px 60px 0px #00ac82;
  outline: none !important;
}
.btn-white:focus,
.btn-white:active {
  background: #fff;
  color: #00ac82;
}

/*-- Navbar Bug Fix --*/
@media (max-width: 1023px) {
  /* Navbar Responsive
  =================================*/
  nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    padding: 3px 15px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 30px;
  }

  nav.navbar.bootsnav .navbar-header {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: left;
    margin-right: -200px;
    margin-top: 10px;
  }

  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 350px;
    overflow-y: auto !important;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
  }

  nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px -15px;
  }

  nav.navbar.bootsnav .navbar-nav > li {
    float: none;
  }

  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
  }

  nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before {
    content: "\f107";
  }

  nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }

  nav.navbar.bootsnav .navbar-nav > li:first-child > a {
    border-top: none;
  }

  nav.navbar.bootsnav
    ul.navbar-nav.navbar-left
    > li:last-child
    > ul.dropdown-menu {
    border-bottom: solid 1px #e0e0e0;
  }

  nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
    float: none !important;
    position: relative;
    display: block;
    width: 100%;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    -o-border-radius: 0px 0px 0px;
    border-radius: 0px 0px 0px;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    color: #6f6f6f;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
    background-color: transparent;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0;
    padding: 0 0 0 15px;
    position: relative;
    background: transparent;
    width: 100%;
  }

  nav.navbar.bootsnav
    ul.nav
    ul.dropdown-menu
    li.dropdown.on
    > ul.dropdown-menu {
    display: inline-block;
    margin-top: -10px;
  }

  nav.navbar.bootsnav
    li.dropdown
    ul.dropdown-menu
    li.dropdown
    > a.dropdown-toggle:after {
    display: none;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #6f6f6f;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    right: -15px;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
    border-bottom: none;
  }

  nav.navbar.bootsnav
    .dropdown
    .megamenu-content
    .col-menu.on:last-child
    .title {
    border-bottom: solid 1px #e0e0e0;
  }

  nav.navbar.bootsnav
    .dropdown
    .megamenu-content
    .col-menu:last-child
    ul.menu-col
    li:last-child
    a {
    border-bottom: none;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }

  nav.bootsnav.brand-center .navbar-collapse {
    display: block;
  }

  nav.bootsnav.brand-center ul.nav {
    margin-bottom: 0px !important;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0;
  }

  nav.bootsnav .megamenu-content {
    padding: 0;
  }

  nav.bootsnav .megamenu-content .col-menu {
    padding-bottom: 0;
  }

  nav.bootsnav .megamenu-content .title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: normal;
  }

  nav.bootsnav .megamenu-content .content {
    display: none;
  }
  .background-home nav.navbar.bootsnav {
    background: #10ac85;
  }
  .attr-nav {
    position: absolute;
    right: 60px;
  }

  .attr-nav > ul {
    padding: 0;
    margin: 0 -15px -7px 0;
  }

  .attr-nav > ul > li > a {
    padding: 16px 15px 15px;
  }

  .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
    display: none;
  }
  .attr-nav > ul > li.dropdown-active > a.dropdown-toggle:before {
    display: block;
  }

  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 55px;
    width: 250px;
    left: -250px;
    border-top: solid 5px;
  }

  .top-search .container {
    padding: 0 45px;
  }
}
@media (max-width: 992px) {
  #home .container {
    text-align: center;
  }
  #home .container h1 {
    font-size: 36px;
  }
  #home .container h2 {
    font-size: 26px;
  }
  #home img {
    width: 70%;
  }

  section .col-md-4 {
    margin-bottom: 40px;
  }

  #newsletter .form-container .form-inline .btn {
    position: relative;
  }
  nav.navbar .navbar-brand img.logo {
    width: 100px;
    margin-top: -20% !important;
  }
  .background-home #navbar-menu a {
    color: #fff;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  #home {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #beneficios {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #producao {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #home .container {
    text-align: center;
  }
  #home .container h1 {
    font-size: 34px;
  }
  #home .container h2 {
    font-size: 24px;
  }

  #clients #owl-testimonials .item p {
    width: 100%;
  }

  #owl-testimonials .owl-pagination {
    margin-bottom: -50px;
  }
  #owl-testimonials img {
    width: 50px;
  }
  #newsletter .form-container .form-inline .btn {
    position: relative;
    margin-top: 40px;
  }

  #contact .contact-info {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 40px;
  }

  nav.navbar .navbar-brand img.logo {
    width: 100px;
    margin-top: -20% !important;
  }
  nav.navbar .navbar-brand img.logo-nav-planos {
    width: 100px;
    margin-top: -20% !important;
  }
  .img-header {
    width: 100% !important;
  }

  .btn-group-lg > .btn,
  .btn-lg {
    padding: 7px 0px;
    font-size: 16px;
  }

  .process-model.more-icon-preocess {
    text-align: left !important;
  }

  .process-model.more-icon-preocess li {
    width: 13%;
    margin-left: 6%;
  }

  .process-model {
    max-width: 553px;
    margin: 20px auto 26px;
  }
  .process-model li::after {
    background: none !important;
  }

  .process-model li i {
    height: 62px;
    width: 59px;
    font-size: 27px;
  }

  .modal-content {
    width: 90% !important;
  }

  h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
  }

  .btn-lg {
    font-size: 14px;
    padding: 10px 16px;
  }
  .contact-info {
    margin-top: -15%;
  }

  body {
    overflow: hidden !important;
  }

  #home {
    padding: 84px 0px 70px 0px !important;
  }

  #desktop {
    display: none !important;
  }
  #mobile {
    display: inline;
  }
  .caption {
    margin-bottom: -10% !important;
  }

  .footerCustom {
    margin-left: 0% !important;
  }
  .footerDescricaoCustom {
    margin-left: 0% !important;
  }
}
@media (min-width: 767px) {
  #desktop {
    display: inline !important;
  }
  #mobile {
    display: none !important;
  }
}
/*========================================
           Header
========================================*/
.background-producao nav.navbar.bootsnav ul.nav li.active > a {
  background-color: transparent;
  display: block;
  color: #00ac82;
}
nav.navbar.bootsnav.navbar-fixed .navbar-brand {
  padding: 10px 15px;
}
nav.navbar.bootsnav.navbar-fixed ul.nav > li > a {
  padding: 35px 15px;
}
nav.navbar.bootsnav.navbar-fixed .button-holder {
  padding: 19px 0;
  margin-left: 40px;
}

.btn-container a {
  text-decoration: none; /* strip natual underlines */
  width: 250px;
  line-height: 52px;
  height: 50px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
}
.btn-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.btn-cta-white {
  background: #fff; /* BELIZE HOLE */
  -webkit-transition: background 225ms ease !important;
  -moz-transition: background 225ms ease !important;
  transition: background 225ms ease !important;
}
.btn-cta-green {
  background: #00ac82; /* BELIZE HOLE */
  -webkit-transition: background 225ms ease !important;
  -moz-transition: background 225ms ease !important;
  transition: background 225ms ease !important;
  color: #00ac82;
}
.btn-cta-green:before,
.btn-cta-green:focus,
.btn-cta-green:hover {
  background: #fff; /* peter river */
  color: #00ac82 !important;
}
.btn-cta-white:before,
.btn-cta-white:focus,
.btn-cta-white:hover {
  background: #00ac82; /* peter river */
  color: #fff !important;
}
.btn-base {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  position: relative;
  transition: all 225ms ease;
  font-weight: 600;
  border: none;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 102px;
}

/* places copy on top */
.btn-cta span {
  z-index: 8;
  position: relative;
}

/** definition and placement of 
* starting size before element */

.btn-cta:before {
  content: "";
  display: block;
  width: 95%;
  height: 80%;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.32, 1.25, 0.1, 1.47);
  -moz-transition: all 400ms cubic-bezier(0.32, 1.25, 0.1, 1.47);
  transition: all 400ms cubic-bezier(0.32, 1.25, 0.1, 1.47);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* grow to sizing for before element */
.btn-cta:focus:before,
.btn-cta:hover:before {
  height: 105%;
  width: 105%;
}
#home {
  position: relative;
  padding: 100px 50px 180px 20px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/background-white.png);
  background-size: contain;
}

#home .caption .btn-blue i {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
#home .signup-form {
  background-color: #fff;
  padding: 45px;
  border-radius: 5px;
}
#home .signup-form input {
  border: 1px solid #eee;
  height: 38px;
  box-shadow: none !important;
}
#home .signup-form input:focus {
  border-color: #44c5ee;
}
#home .signup-form .form-control {
  font-size: 16px;
  padding: 10px 15px;
  color: #555;
  background-color: #fff;
  border-radius: 3px;
}
#home h4 {
  margin-top: 60px;
  margin-bottom: 60px;
}
#home h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}
#home p h2 {
  margin-top: 30px;
}

#home .btn-toolbar {
  margin-top: 30px;
  margin-bottom: 30px;
}
#home img {
  width: 100%;
}
#home .signup-form {
  padding: 30px;
  border-radius: 10px;
}

#home .signup-form .form-control {
  padding: 6px 15px;
}

#home .animated-text,
.typed-cursor {
  color: #fff;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#home .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#home .modal-body {
  position: relative;
  padding: 0px;
}
#home .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

/*========================================
           About Us
========================================*/
#about {
  text-align: center;
}
#about .icon-box {
  margin-top: 60px;
}
#about .icon-box i {
  font-size: 46px;
  color: #f23c7e;
}
#about .icon-box h4 {
  margin: 25px 0;
}

/*Animate */
[data-anime] {
  opacity: 0;
  transition: 0.3s;
}
[data-anime="left"] {
  transform: translate3d(-50px, 0, 0);
}
[data-anime="right"] {
  transform: translate3d(50px, 0, 0);
}
[data-anime="bottom"] {
  transform: translate3d(0, 50px, 0);
}
[data-anime="top"] {
  transform: translate3d(0, -50px, 0);
}
[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
/*========================================
           Story
========================================*/
#story {
  background: #44c5ee;
}
#story .col-md-6 {
  padding: 0;
}
#story .story-bg {
  background-image: url(../img/success.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
}
#story .story-content {
  padding: 40px;
  color: #fff;
}
#story .story-content .story-quote {
  font-size: 24px;
  margin: 35px 0;
  font-style: italic;
}
#story .story-content .btn {
  margin-top: 35px;
}

/*========================================
           Services
========================================*/
#services {
  text-align: center;
}
#services .icon-box {
  margin-top: 60px;
}
#services .icon-box i {
  font-size: 46px;
  color: #f23c7e;
}
#services .icon-box h4 {
  margin: 25px 0;
}

/*========================================
           Testimonials
========================================*/
#testimonials {
  background: rgb(41, 41, 41);
  background: linear-gradient(
    180deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  color: #fff;
  padding: 80px 80px;
}
#testimonials .media {
  margin: 35px 0;
}
#testimonials .media i {
  color: #fff;
  font-size: 46px;
  margin-right: 25px;
}

#testimonials .row {
  background: #00ac82;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 13px -7px #00936f, 5px 5px 15px 5px rgba(0, 0, 0, 0.07);
}
#testimonials .item {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
#testimonials .item img {
  width: 150px;
}
/*========================================
           Pricing
========================================*/
#price {
  text-align: center;
}
#price .plan {
  background: #fff;
  box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
}
#price .active {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #fff;
  box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
}
#price .pricing-container {
  margin-top: 80px;
}
#price .pricing-container h2 {
  color: #535353;
  margin-bottom: 40px;
}
#price .pricing-container h3 {
  font-size: 24px;
  color: #f23c7e;
  margin-bottom: 0;
}
#price .pricing-container h2,
#price .pricing-container h3 {
  text-transform: none;
}
#price .pricing-container .pricing-header {
  padding: 30px 0;
}
#price .pricing-container .pricing-header .currency {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #535353;
  top: -20px;
}
#price .pricing-container .pricing-header .amount {
  color: #535353;
  font-size: 44px;
  font-weight: 700;
}
#price .pricing-container .pricing-header .period {
  font-size: 22px;
  font-weight: 300;
  color: #535353;
  position: relative;
  top: 12px;
}
#price .pricing-container ul {
  padding: 20px 0;
  background: transparent;
}
#price .pricing-container ul li {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 15px 0;
}
#price .pricing-container ul li i {
  color: #f23c7e;
  margin-right: 10px;
}
#price .pricing-container .pricing-footer {
  padding: 25px 0;
}

/*========================================
           Team
========================================*/
#team {
  text-align: center;
}
#team .team-member {
  background: #fff;
  box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
  border: 0;
  margin-top: 80px;
  padding: 20px;
}
#team .team-member h6 {
  font-style: italic;
}
#team .team-member .team-social ul {
  padding: 0;
  margin: 0;
}
#team .team-member .team-social li {
  display: inline-block;
}
#team .team-member .team-social li a {
  font-size: 20px;
  padding: 12px;
  color: #44c5ee;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#team .team-member .team-social li a:hover,
#team .team-member .team-social li a:focus,
#team .team-member .team-social li a:active {
  color: #535353;
}
/*========================================
     Modal política de privacidade
========================================*/

.modal h2 {
  font-size: 24px;
  color: #fff;
}
.modal h3 {
  font-size: 20px;
  color: #000;
}
.modal h4 {
  font-size: 18px;
  color: #000;
}
.modal p {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.modal li {
  color: #000;
}
.modal .modal-content {
  border-radius: 20px;
}
.modal .modal-header {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.modal .modal-header {
  padding-top: 20px;
  background-color: #00ac82;
  justify-items: center;
}

/*========================================
         Modal Cookies
==========================================*/
.cookie-consent-modal{
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: flex-end;
}
.cookie-consent-modal.active{
  display: flex;
}
.content-cookie{
  background-color: #fff;
  padding: 2vw 10vw;
  border-radius: 10px 10px 0 0;
}
.content-cookie p{
  font-size: 18px;
}
.btns{
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}
.btn-cookie{
  border: none;
  outline: none;
  padding: .8em 1.5em;
  width: 100px;
  margin-right: 1em;
  border-radius: 3px;
}
.btn-cookie.accept{
  background-color: #00ac82;
  color: #fff;
}
/*========================================
           Clients
========================================*/
#clients {
  background: rgb(0, 0, 0);
  background: rgb(41, 41, 41);
  background: linear-gradient(
    0deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
#clients #owl-clients {
  margin: 60px 0;
}
#clients #owl-clients .owl-pagination {
  display: none;
}
#clients #owl-testimonials {
  margin: 60px 0;
}
#clients #owl-testimonials .owl-pagination .owl-page.active span {
  background: #f23c7e;
}
#clients #owl-testimonials .owl-pagination .owl-page span {
  border: 2px solid #f23c7e;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#clients #owl-testimonials i {
  font-size: 48px;
  color: #f23c7e;
}
#clients #owl-testimonials p {
  width: 50%;
  margin: 25px auto;
}
#clients #owl-testimonials h3 {
  color: #fff;
}

/*========================================
           Cta Students
========================================*/

.background-students {
  background-image: url(../img/lp-cta.png);
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 50px;
}
.text-students {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  flex-direction: row;
}
.text-students .row a {
  top: 40%;
}

/*========================================
           NewsLetter
========================================*/
#newsletter {
  background: #d4d4d4;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
#newsletter .form-container {
  margin-top: 40px;
}
#newsletter .form-container .form-inline {
  position: relative;
}
#newsletter .form-container .form-control::-webkit-input-placeholder {
  color: #fff;
}
#newsletter .form-container .form-control:-moz-placeholder {
  color: #fff;
}
#newsletter .form-container .form-control::-moz-placeholder {
  color: #fff;
}
#newsletter .form-container .form-control:-ms-input-placeholder {
  color: #fff;
}
#newsletter .form-container .form-control {
  width: 50%;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
#newsletter .form-container .btn {
  position: relative;
}

/*========================================
           Produção
========================================*/
#producao {
  text-align: center;
  background: rgb(41, 41, 41);
  background: linear-gradient(
    180deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-top: 80px;
  padding-bottom: 100px;
}
#producao img {
  width: 350px;
  margin-top: 40px;
}
#producao .info-producao img {
  width: 200px;
  margin-bottom: -80px;
}

#producao .info-producao p {
  justify-content: left;
  margin-bottom: 40px;
  font-size: 15px;
}
#producao .info-producao p a {
  font-weight: 600;
  color: #00ac82;
}

#producao .contact-info {
  position: relative;
  top: -100px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4) !important;
  padding: 30px;
  color: #535353;
}
#producao .contact-info i {
  font-size: 46px;
}
#producao #map {
  width: 100%;
  height: 500px;
}
#producao .contact-forms {
  padding: 80px 0;
}
#producao .contact-forms h2 {
  margin-bottom: 40px;
}
#producao .contact-forms input:focus {
  border-color: #44c5ee;
}
#producao .contact-forms .form-control {
  font-size: 16px;
  padding: 20px 15px;
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #999;
  height: 38px;
  box-shadow: none !important;
  margin: 30px 0;
}
#producao .contact-forms textarea {
  height: 118px !important;
  resize: none;
  margin: 0;
}

.text-cinza {
  color: #535353;
}
.text-bold {
  font-weight: bold;
}
.text-green-cookgo {
  color: #00ac82;
}
#producao .icons-example img {
  width: 35px;
  align-items: row;
}
#producao .icons-example .row {
  margin-top: 10px;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
}
#producao figcaption {
  font-weight: 600;
  text-align: center;
}

/*========================================
           Financeiro
========================================*/
#financeiro {
  text-align: center;
  background: rgb(41, 41, 41);
  background: linear-gradient(
    0deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-top: 100px;
  padding-bottom: 100px;
}
#financeiro img {
  width: 350px;
  margin-top: 10px;
}
#financeiro .info-financeiro img {
  width: 200px;
  margin-bottom: -45px;
}
#financeiro .info-financeiro h5 {
  margin-top: -30px;
}
#financeiro .info-financeiro p {
  margin-bottom: 40px;
  font-size: 15px;
}
#financeiro .info-financeiro p a {
  font-weight: 600;
  color: #00ac82;
}

#financeiro .contact-info {
  position: relative;
  top: -100px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4) !important;
  padding: 30px;
  color: #535353;
}
#financeiro .contact-info i {
  font-size: 46px;
}
#financeiro #map {
  width: 100%;
  height: 500px;
}
#financeiro .contact-forms {
  padding: 80px 0;
}
#financeiro .contact-forms h2 {
  margin-bottom: 40px;
}
#financeiro .contact-forms input:focus {
  border-color: #44c5ee;
}
#financeiro .contact-forms .form-control {
  font-size: 16px;
  padding: 20px 15px;
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #999;
  height: 38px;
  box-shadow: none !important;
  margin: 30px 0;
}
#financeiro .contact-forms textarea {
  height: 118px !important;
  resize: none;
  margin: 0;
}

.text-cinza {
  color: #535353;
}

#financeiro .icons-example img {
  width: 35px;
  align-items: row;
}
#financeiro .icons-example .row {
  margin-top: 10px;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
}
#financeiro figcaption {
  font-weight: 600;
  text-align: center;
}

/*========================================
           Footer
========================================*/
footer {
  background: #00ac82;
  color: #fff;
  padding: 40px 0;
}
footer hr {
  margin: 40px 0;
}
footer img {
  width: 50px;
}
footer ul {
  padding: 0;
}
footer li {
  display: inline-block;
}
footer li a {
  font-size: 20px;
  padding: 12px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer li a:hover,
footer li a:focus,
footer li a:active {
  color: #535353;
}

/* customizando tema  */

nav.navbar .navbar-brand img.logo {
  width: 150px;
  margin-top: -10%;
}
nav.navbar .navbar-brand img.logo-nav-planos {
  width: 150px;
  margin-top: -10%;
}

.caption {
  margin-bottom: 20%;
}
.justify-content-left {
  justify-content: left;
}
.justify-content-right {
  justify-content: right;
}
.justify-content-center {
  justify-content: center;
}

.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
nav.navbar ul.nav li.scroll.active > a {
  color: #fff !important;
}

nav.navbar ul.nav li.active > a:hover {
  color: #00ac82;
}
.background-home nav.navbar ul.nav li.active > a {
  color: #00ac82;
}
.background-home {
  background: rgb(3, 142, 135);
  background: linear-gradient(
    90deg,
    rgba(3, 142, 135, 1) 31%,
    rgba(230, 229, 229, 1) 92%
  );
}

.background-home nav .navbar-nav #products-menu li:hover {
  font-weight: 600;
}
.background-home nav .navbar-nav #products-menu li > a {
  font-weight: 600;
}
.background-home nav .navbar-nav #products-menu li > a:hover {
  background-color: #e6e6e6;
  color: #00ac82;
}
.background-home nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #00ac82;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
hr {
  transform: rotate(90deg);
  width: 20px;
}

.tab .nav-tabs {
  border: none;
}
.tab .nav-tabs li a {
  color: rgb(168, 168, 168);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 15px 10px;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li:last-child a {
  margin-right: 0;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
  color: #018d6a;
  background: #fff;
  border: none;
}
.tab .nav-tabs li.active a {
  color: #018d6a;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
  content: "";
  background-color: #d1d1d1;
  height: 7px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:after {
  background-color: #018d6a;
  height: 100%;
  opacity: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
  height: 100%;
  opacity: 0;
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after {
  height: 7px;
  opacity: 1;
}
.tab .tab-content {
  color: #555;
  background: #fff;
  font-size: 15px;
  line-height: 30px;
}

.nav-tabs {
  display: flex;
  justify-content: center;
}
.tab-content .title-tab-pane {
  margin-top: 20px;
}

.tab-content .title-prices {
  margin-top: 60px;
}
.tab-content .plan-free {
  margin-top: 80px;
  margin-bottom: 40px;
}
.plan-free img {
  width: 450px;
  margin-top: 50px;
}

#tab-planos-financeiro {
  background-image: url(../img/quadradinhos\ de\ fundo.png);
}

/*Card soluções*/

.single-price-plan {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.31);
  background-color: #fff;
  border-radius: 1.75rem;
  margin-bottom: 20px;
  width: 100%;
  opacity: 0;
  margin-top: 50px;
  animation-name: slide;
  transform: translateY(-50px);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.plan-title > h3 {
  font-weight: 700;
  color: #018d6a;
  text-transform: uppercase;
  font-size: 18px;
}
.plan-title {
  color: #018d6a;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom: 4px solid #018d6a;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.plan-description {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  animation-name: slide;
  transform: translateY(-50px);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.plan-description ul {
  list-style-type: none;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0;
}
.plan-description .btn {
  background: none;
  color: #018d6a;
  font-size: 16px;
  font-weight: 600;
}
.plan-features {
  padding-right: 40px;
}
.plan-prices {
  background-color: #e6e6e6;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.plan-prices h4 {
  font-weight: 600;
  color: #555555;
}
.plan-prices h6 {
  letter-spacing: 0;
}
.more-starter {
  display: none;
  margin-bottom: 10px;
}

.more-starter.visible {
  display: block;
  overflow: visible;
  opacity: 0;
  animation-name: slide;
  transform: translateY(-50px);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.more-business {
  display: none;
  margin-bottom: 10px;
}

.more-business.visible {
  display: block;
  overflow: visible;
  opacity: 0;
  animation-name: slide;
  transform: translateY(-50px);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.more-pedidos {
  display: none;
  margin-bottom: 10px;
}

.more-pedidos.visible {
  display: block;
  overflow: visible;
  opacity: 0;
  animation-name: slide;
  transform: translateY(-50px);
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.py-3 {
  padding-top: 1rem !important;
}

@keyframes slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 479px) {
  .tab .nav-tabs li {
    width: 100%;
  }
  .tab .nav-tabs li a {
    margin: 0 0 30px;
  }
  .tab .tab-content h3 {
    font-size: 18px;
  }
}
/*================================================
             6. FEATURES SECTION
==================================================*/

.features-section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.features-heading h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 10px;
}
.features-heading p {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 70px;
}
.features-content {
  margin-bottom: 10%;
}

.customDireita {
  text-align: left;
}
.customEsquerda {
  text-align: right;
}

.features-img {
  text-align: center;
}

.form-control {
  border: 1px solid #eee;
}

.basic-2 {
  padding-bottom: 3.5rem;
}

.basic-2 img {
  margin-bottom: 3.5rem;
}

.basic-2 h3 {
  margin-bottom: 1.125rem;
}

.basic-2 .btn-solid-reg {
  margin-top: 0.5rem;
}

.text-container {
  padding: 1.625rem 1.5rem 0.75rem 2rem;
}

.funcionalidadeImg {
  width: 100%;
}

/*************************/
/*     10. Details 2     */
/*************************/
.basic-3 {
  padding-top: 3.5rem;
  padding-bottom: 7.25rem;
}

.basic-3 .text-container {
  margin-bottom: 3.5rem;
}

.basic-3 h3 {
  margin-bottom: 1.125rem;
}

.basic-3 .btn-solid-reg {
  margin-top: 0.5rem;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent !important;
}
.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}

.design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}
.design-process-content h3 {
  margin-bottom: 16px;
}
.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 600px;
  margin: 20px auto 26px;
  border: none;
  z-index: 0;
}
.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: -161px;
  top: 33px;
  width: 100%;
  z-index: -1;
}
.process-model li.visited::after {
  background: #00ac82;
}
.process-model li:last-child::after {
  width: 0;
}
.process-model li {
  display: inline-block;
  width: 24%;
  text-align: center;
  float: none;
}
.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}
.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}
.process-model li.active,
.process-model li.visited {
  color: #00ac82;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #00ac82;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
  color: #00ac82;
}
.process-model li i {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
}
.process-model li.active i,
.process-model li.visited i {
  background: #fff;
  border-color: #00ac82;
}
.process-model li p {
  font-size: 14px;
  margin-top: 11px;
}
.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}
.process-model.contact-us-tab li::after {
  display: none;
}
.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
  }
}

.process-model {
  max-width: 1505px;
}

.imagemFuncionalidade {
  width: 100%;
}
#beneficios {
  background: rgb(41, 41, 41);
  background: linear-gradient(
    0deg,
    rgba(41, 41, 41, 0.08727240896358546) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding-top: 0px;
  padding-bottom: 50px;
}
#beneficios img {
  width: 400px;
}
#beneficios p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-padding {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

#funcionalidades h2 {
  margin-top: 30px;
  margin-bottom: 80px;
}

/* custom faq */

.template_faq {
  background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 0;
  padding: 30px;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
#accordion .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}
#accordion .panel-heading {
  border-radius: 30px;
  padding: 0;
}
#accordion .panel-title a {
  background: #62c3a5 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}
#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
  background: #45c49c none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
#accordion .panel-title a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  content: "";
}
#accordion .panel-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}
#accordion .panel-body p {
  border-left: 1px dashed #8c8c8c;
  padding-left: 25px;
}

.section-title {
  font-weight: bold;
}
.section-title2 {
  margin-top: -1%;
  margin-bottom: 2%;
}

.title {
  font-weight: bold !important;
}
p {
  font-weight: normal;
}
.title-sec2 {
  font-weight: bold !important;
}
.panel-body p a {
  font-weight: 600;
  color: #00ac82;
}
/* fim custom faq  */

/***********************/
/*     16. Contact     */
/***********************/
.form {
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
  background: url("../images/contact-background.jpg") center bottom no-repeat;
  background-size: cover;
}

.form h2 {
  margin-bottom: 1.125rem;
  text-align: center;
}

.form .list-unstyled {
  margin-bottom: 3.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.form .list-unstyled .fas,
.form .list-unstyled .fab {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #00c9db;
}

.form .list-unstyled .fa-phone {
  vertical-align: 3%;
}

/**********************/
/*     16. Footer     */
/**********************/
.footer {
  padding-top: 2rem;
  background-color: #00ac82;
}

.footer .footer-col {
  margin-bottom: 2.25rem;
}

.footer h4 {
  margin-bottom: 1rem;
}

.footer .list-unstyled .fas {
  color: #00c9db;
  font-size: 0.5rem;
  line-height: 1.375rem;
}

.footer .list-unstyled .media-body {
  margin-left: 0.625rem;
}

.footer .fa-stack {
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
  color: #00ac82;
  transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
  color: #f1f1f8;
  transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
  color: #f1f1f8;
}

.footer .fa-stack:hover .fa-stack-2x {
  color: #00c9db;
}

/*************************/
/*     17. Copyright     */
/*************************/
.copyright {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background-color: #00ac82;
  text-align: center;
}

.copyright .p-small {
  color: #f1f1f8;
  opacity: 0.6;
}

.iconCustom {
  margin-right: 10% !important;
}

.footerCustom {
  margin-top: 10% !important;
  margin-left: 10%;
}
.footerDescricaoCustom {
  margin-top: 9%;
  margin-left: 10%;
}

.imgDashboardCompras {
  width: 100%;
  margin-top: 11%;
}

.imgDashboardEstoque {
  width: 100%;
  margin-top: 5%;
}

.scroll {
  letter-spacing: 0.02em;
}

nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
nav.navbar.bootsnav.no-background.white ul.nav > li > a {
  color: #fff;
}

.caption {
  margin-top: 10%;
}

.title-sec2 {
  margin-top: 10%;
}

.features-img {
  width: 100%;
  margin-top: 10%;
}

.fa-chevron1 {
  margin-left: 2%;
}

.titleCTA {
  color: #535353;
}

.icons {
  width: 60px;
}

.panel-funcionalidade {
  height: 250px;
}

.panel-cliente {
  height: 550px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}
