/*
Theme Name:       SlickBiz - Bootstrap 4 Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
/* ==========================================================================
      GENERAL
      ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #555;
  line-height: 26px;
  margin-bottom: 0;
}

a:hover,
a:focus {
  color: #000;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #333;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

/* ==========================================================================
      Section Title
      ========================================================================== */
.section {
  padding: 130px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #555;
  line-height: 26px;
  margin-bottom: 0;
}

/* TYPOGRAPHY BANNER */

#banner-title {
  font-size: 38px !important;
  font-weight: 900 !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
  color: #ffffff !important;
}

#banner-description {
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
  color: #ffffff !important;
}

#banner-info-extra {
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
  color: #ffffff !important;
}

/* ==========================================================================
      Buttons
      ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #3ecf8e;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3ecf8e;
  color: #3ecf8e;
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-sign-up {
  cursor: pointer;
  padding: 10px 35px;
  background-color: #3ecf8e;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.btn-sign-up:hover {
  opacity: 0.9;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
  color: #fff;
}

.btn-sign-up:active,
.btn-sign-up:link {
  color: #fff;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #fff;
  border: 1px solid #fff;
  color: #3ecf8e;
  padding: 10px 23px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singin:hover,
.btn-singin:active,
.btn-singin:focus {
  color: #fff;
  background: #3ecf8e;
  border: 1px solid #3ecf8e;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.btn-singup {
  background: #3ecf8e;
  border: 1px solid #3ecf8e;
  color: #fff;
  padding: 10px 23px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singup:hover,
.btn-singup:active,
.btn-singup:focus {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: "Poppins", sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==========================================================================
      Scroll To Up
      ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #25ddf5;
  border: 1px solid #fafafa;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top:hover {
  transform: translateY(-2px);
  border: 1px solid #fff;
}

.back-to-top i:hover {
  font-weight: 500;
}

/* ==========================================================================
      Navbar Style
      ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background: #20a4e2;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%) !important;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}

#home nav.navbar.navbar-expand-md.fixed-top.scrolling-navbar {
  max-height: 90px !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  margin-left: 26px;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand img {
  color: #fff;
  width: 200px !important;
  padding-bottom: 10px !important;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #fff;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #fff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/* ==========================================================================
      Hero Area
      ========================================================================== */
.hero-area {
  position: relative;
}
.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #20a4e2;
  /* -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: 0;
  transform-origin: 0; */
  z-index: -12;
}
.hero-area .overlay :nth-child(1) {
  width: 33.33333%;
  width: calc(100% / 2);
  top: 0;
  left: 16.66666%;
  left: calc(calc(100% / 3) / 2);
  right: auto;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  height: 200px;
}
.hero-area .overlay :nth-child(2) {
  width: 33.33333%;
  width: calc(100% / 3);
  bottom: 0;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  position: absolute;
  height: 155px;
  left: 3%;
}

.hero-area .lp-background {
  height: 80vh;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-position: top center;
}

.hero-area .contents {
  padding: 120px 0;
}
.hero-area .contents h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
  height: 50px;
  padding: 15px 15px;
}
.hero-area .contents .btn-border {
  border: 1px solid #fff;
  color: #3ecf8e !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
  background: #fff;
}
.hero-area .contents .btn-border:hover {
  background: #fff;
  color: #3ecf8e;
}
.hero-area .intro-img {
  padding: 180px 0 0px;
}
.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}
.hero-area .content-form {
  padding: 20px 30px 40px;
  margin-top: 157px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px 0 rgba(84, 110, 122, 0.5);
}

/* ==========================================================================
      REGISTER FORM
      ========================================================================== */

.content-form form .form-group {
  margin-bottom: 15px;
}

.content-form form input {
  min-height: 52px;
  padding: 0px 0 0 15px;
  font-size: 16px;
}

.content-form form .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

.content-form form input[type="checkbox"] {
  min-height: auto;
}

.content-form h1 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* ==========================================================================
      About
      ========================================================================== */
#services .services-item {
  padding: 30px 20px;
  border: 1px solid #ddd;
  height: 250px;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-bottom: 30px;
}
#services .services-item:hover {
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#services .services-item .icon {
  background: #eeeeee;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}
#services .services-item .icon svg {
  fill: #3ecf8e;
  position: absolute;
  left: 40%;
  top: 40%;
  opacity: 1 !important;
}

#services .services-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

/* ==========================================================================
      business-plan Section
      ========================================================================== */

#business-plan {
  padding-bottom: 130px;
}
#business-plan .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
#business-plan .business-item-info {
  margin-top: 60px;
}
#business-plan .business-item-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
#business-plan .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* ==========================================================================
      Description Section
      ========================================================================== */
.description {
  padding: 60px 0 0;
}
.description .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.description .business-item-info {
  margin-top: 60px;
}
.description .business-item-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
.description .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
}
.description .business-item-img {
  padding: 30px 0 15px 20px;
}

/* ==========================================================================
      Features
      ========================================================================== */
#features {
  background: #f9f9f9;
}
#features .featured-bg {
  background: #fff;
}
#features .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#features .featured-border2 {
  border-bottom: 1px solid #ededed;
}
#features .featured-border3 {
  border-right: 1px solid #ededed;
}
#features .feature-item {
  padding: 30px;
  overflow: hidden;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item .feature-icon {
  background: #e3fff2;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #3ecf8e;
  margin-top: 12px;
}
#features .feature-item .feature-icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}
#features .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#features .feature-item p {
  font-size: 16px;
  display: block;
}
#features .feature-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon {
  background: #3ecf8e;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon i {
  color: #fff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* ==========================================================================
      Owl Carousel
      ========================================================================== */

.section-howitworks {
  background-color: #fafafa;
}

.img-area img {
  width: 100%;
}

.content {
  text-align: center;
  padding: 20px;
  height: 380px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fafafa;
  background-color: rgba(245, 221, 37, 0.08);
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
}

.content h2 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content p {
  line-height: 1.9;
}

.content-area span {
  color: #666;
  font-weight: bold;
  font-size: 22px;
  border-radius: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

/* ==========================================================================
      Section Benefits - seção de benefícios
========================================================================== */

.benefits-description {
  padding: 30px 50px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-align: center;
}

.benefits-description h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 0.9;
  color: #333;
}

.benefits-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 0.9;
  color: #000;
}

.benefits-icon {
  background-color: rgba(37, 221, 245, 0.09);
  position: relative;
  text-align: center;
  width: 150px;
  height: 150px;
  margin: 0px auto;
  display: block;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

.benefits-icon svg {
  position: absolute;
  fill: #3ecf8e;
  top: 23%;
  left: 23%;
  width: 80px;
  height: 80px;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-5px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

/* ==========================================================================
      Last CTA - Call to Action
========================================================================== */

.CTA {
  padding: 10px 30px;
  border: 1px solid #3ecf8e;
  border-radius: 30px;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.CTA p {
  font-size: clamp(8px, 14px, 18px);
  letter-spacing: 3px;
  line-height: 0.9;
  text-transform: uppercase;
}

/* ==========================================================================
      Accordion - FAQ
========================================================================== */

#accordion .card {
  border: none;
}

#accordion .card-header {
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 80px;
  border-radius: 5px !important;
  background-color: rgba(37, 221, 245, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#accordion .card-header a {
  display: block;
  border-radius: 5px !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#accordion .card-body {
  display: block;
  font-size: 22px;
  color: #000;
}

/* ==========================================================================
whatsapp button
========================================================================== */

.whatsapp-btn {
  display: block;
  position: fixed;
  bottom: 68px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background-color: #25d366;
  border: 1px solid #fafafa;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.whatsapp-btn i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
Features
========================================================================== */

#download-app {
  padding-bottom: 100px;
}
#download-app .download-info {
  padding-top: 30px;
}
#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}
#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}
#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
}
#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}
#download-app .download-info .downlaod-btn a {
  position: relative;
}
#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}
#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}
#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}
#download-app .download-info .download-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}
#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}
#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
#download-app .download-statatics p {
  font-size: 18px;
  color: #555;
}

/* ==========================================================================
      Nossas Vantagens
      ========================================================================== */
#advantages .advantages-table {
  padding: 35px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#advantages .advantages-table img {
  max-width: 90%;
  margin-bottom: 20px;
}
#advantages .advantages-table h3 {
  font-size: 20px;
  color: #151948;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}
#advantages .advantages-table h1 {
  color: #3ecf8e;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
#advantages .advantages-table h1 span {
  font-size: 16px;
  position: absolute;
  left: 20%;
  top: 10px;
}
#advantages .advantages-table ul {
  padding-bottom: 28px;
}
#advantages .advantages-table ul li {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  display: block;
  line-height: 33px;
}
#advantages .advantages-table:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ==========================================================================
          ESTILOS PARA LP CONSULTAS
    ========================================================================== */

#tutorial .tutorial-card {
  object-fit: cover;
  padding: 30px 20px;
  border: 1px solid #ddd;
  min-height: 280px !important;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-bottom: 30px;
}

#tutorial .tutorial-card:hover {
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transform: translateY(-5px);
  transition: all 0.4s ease;
}

#tutorial .tutorial-card .icon {
  /* background: #eeeeee; */
  width: 80px;
  height: 80px;
  margin: 0px auto;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  /* margin-bottom: 0px; */
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

#tutorial .tutorial-card .icon::before {
  content: "\2B22";
  display: block;
  color: #eeeeee;
  font-size: 85px;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 25px;
}

#tutorial .tutorial-card .icon:hover {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

#tutorial .tutorial-card .icon span {
  color: #3ecf8e;
  position: absolute;
  font-size: 55px;
  left: 30%;
  top: 30%;
  opacity: 1 !important;
}

#tutorial .tutorial-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#tutorial .tutorial-card p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

/* FOLHA DE ESTILOS EPECIFICA DA LANDING PAGE BUSCA DE BENS ///////////////////////////////// */

section {
  padding: 20px 0px !important;
}

/* LP BUSCA DE BENS - SECTION HOME */

#home .btn--hero {
  min-width: 320px;
}

/* LP BUSCA DE BENS - SERVICES SECTION */

#services .services-card {
  object-fit: cover;
  padding: 30px 20px;
  border: 1px solid #ddd;
  min-height: 430px;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-bottom: 30px;
}

#services .services-card:hover {
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  animation: shake;
  transform: translateY(-5px);
  transition: all 0.4s ease;
}

#services .services-card .icon {
  background: #eeeeee;
  width: 60px;
  height: 60px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

#services .services-card .icon svg {
  fill: #3ecf8e;
  position: absolute;
  left: 30%;
  top: 30%;
  opacity: 1 !important;
}

#services .services-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#services .services-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#services .services-card p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

/* LP BUSCA DE BENS - SOLUTIONS SECTION */

#solutions .solutions-card {
  object-fit: cover;
  padding: 30px 20px;
  border: 1px solid #ddd;
  min-height: 230px;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-bottom: 30px;
}

#solutions .solutions-card:hover {
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  animation: shake;
  transform: translateY(-5px);
  transition: all 0.4s ease;
}

#solutions .solutions-card .icon {
  background: #eeeeee;
  width: 60px;
  height: 60px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

#solutions .solutions-card .icon svg {
  fill: #3ecf8e;
  position: absolute;
  left: 30%;
  top: 30%;
  opacity: 1 !important;
}

#solutions .solutions-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#solutions .solutions-card p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

/* LP BUSCA DE BENS - LAST CTA SECTION */

#last_cta .item-info p {
  font-size: 26px;
  font-weight: 300;
  padding: 30px 10px;
}

#last_cta .btn-sign-up {
  display: block;
  padding: 20px 50px;
}

#last_cta .item-info-img {
  transition: transform 2s ease-in-out;
}

#last_cta .item-info-img:focus,
#last_cta .item-info-img:hover {
  transform: translateY(-8px);
}

/* LP BUSCA DE BENS - MEDIA QUERIES */

@media screen and (max-width: 768px) {
  #home .btn-sign-up {
    display: block;
    /* LP BUSCA DE BENS - width: 100%; */
  }

  #coverage .item-info p,
  #last_cta .item-info p {
    font-size: 20px;
    padding: 10px;
  }

  #coverage .btn-sign-up,
  #last_cta .btn-sign-up {
    padding: 10px 20px;
  }
}

/* LP BUSCA DE BENS - ANIMATIONS */

/* ==========================================================================
      Contact section
      ========================================================================== */
#contact form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact form#contactForm input[type="text"],
#contact form#contactForm input[type="email"] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #555;
}

#contact form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #555;
}

#contact form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

#contact form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact form#contactForm input[type="text"],
#contact form#contactForm input[type="email"] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #555;
}

#contact form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #555;
}

#contact form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

/* ==========================================================================
      Footer section
      ========================================================================== */
#footer-Content {
  background: #0a8fce;
}
#footer-Content .footer-logo img {
  padding-top: 70px;
}
#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}
#footer-Content .copyright {
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer-Content .copyright p {
  color: #fff;
  font-size: 15px;
}
#footer-Content .copyright a {
  color: #ddd;
}
#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}
#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}
#footer-Content .widget .subscribe-area input[type="email"] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}
#footer-Content .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #3ecf8e;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}
#footer-Content h3.block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#footer-Content ul.menu li a {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#footer-Content ul.menu li a:hover {
  color: #3ecf8e;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* ==========================================================================
      Media Queries Adicionais (A maior parte do responsivo está no assets/landingpages/css/responsive.css)
========================================================================== */

@media (max-width: 900px) {
  /* navegação */

  a.nav-link.page-scroll {
    font-size: 12px;
  }

  .business-item-img {
    padding-top: 180px;
  }

  a.btn.btn-sign-up {
    padding: 5px 8px;
    font-size: 15px;
  }

  .navbar-brand img {
    /* height: 70px; */
    width: 70px;
  }
}

@media (max-width: 768px) {
  /*  */

  .hero-area .lp-background {
    filter: brightness(0.4);
    height: 100vh;
    background-size: cover;
    background-position: center;
  }

  .block-banner *{
    color: white !important;
  }

  .CTA p {
    font-size: 10px;
  }

  .bandeiras-li {
    display: none !important;
  }
}

@media (max-width: 480px) {
  * {
    text-align: center;
  }
/* 
  nav {
    background-color: #3c96ff !important;
  } */

  a.nav-link.page-scroll {
    font-size: 12px;
    text-align: left !important;
  }

  /*  */

  .business-item-img {
    padding-top: 180px;
  }

  a.btn.btn-sign-up {
    margin: 20px !important;
  }

  .content {
    padding: 5px;
    height: 380px;
    margin: 0px !important;
  }

  .CTA {
    display: block !important;
    padding: 10px;
  }

  .CTA p {
    font-size: 25px;
  }

  .CTA a {
    display: block;
  }

  .whatsapp-btn {
    bottom: 70px;
  }
}
