/* -----------------------------------------
   Universal Styles
----------------------------------------- */

body,
html {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #565656;
  background-color: #ffffff;
}

strong {
  font-weight: 600;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.low-row {
  margin-left: -5px;
  margin-right: -5px;
}

.low-col {
  padding-left: 5px;
  padding-right: 5px;
}

/* -----------------------------------------
   Link Styles
----------------------------------------- */

a,
a:link,
a:visited {
  color: #36a9e1;
  transition: 0.3s;
}

a:hover {
  color: #46b6ed;
  text-decoration: underline;
  transition: 0.3s;
}

/* -----------------------------------------
   Title Styles
----------------------------------------- */

.container-404 .h3 {
  font-weight: 600;
  margin-bottom: 0px;
  color: #78b02f;
}

.container-404 {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 40px;
}

h1 {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 15px;
}

.container-banner h1 {
  position: relative;
  margin-bottom: 5px;
  margin-top: 20px;
}

.container-banner strong {
  color: #ffffff;
}

h1 span {
  color: #ffffff;
  font-weight: 300;
  display: block;
}

.container-banner h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 16px;
}

h2 {
  font-size: 27px;
  line-height: 34px;
  font-weight: 700;
  color: #285490;
  font-family: "Rubik", sans-serif;
}

h5 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #0081c6;
  font-family: "Rubik", sans-serif;
}

.destaques h4 {
  color: #909090;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
}

/* -----------------------------------------
   Form Styles
----------------------------------------- */

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #78b02f;
}

/* -----------------------------------------
   Button Styles
----------------------------------------- */

.btn {
  border-radius: 24px;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
}

.btn-md {
  border-radius: 24px;
  padding: 10px 28px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.btn-lg {
  border-radius: 42px;
  padding: 18px 28px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.btn-primary {
  color: #fff !important;
  background-color: #36a9e1;
  border-color: #36a9e1;
}

.btn-primary:hover {
  color: #fff;
  background-color: #46b6ed;
  border-color: #46b6ed;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #36a9e1;
  border-color: #36a9e1;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #36a9e1;
  border-color: #36a9e1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-light {
  color: #2e2d2b !important;
  background-color: #ececec;
  border-color: #ececec;
}

.btn-light:hover {
  color: #2e2d2b;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #ececec;
  border-color: #ececec;
}

.btn-light.disabled,
.btn-light:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #ececec;
  border-color: #ececec;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-secondary {
  color: #fff !important;
  background-color: #78b02f;
  border-color: #78b02f;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #7dbd2a;
  border-color: #7dbd2a;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #78b02f;
  border-color: #78b02f;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #78b02f;
  border-color: #78b02f;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-light-green {
  color: #fff !important;
  background-color: #a5da60;
  border-color: #a5da60;
}

.btn-light-green:hover {
  color: #fff;
  background-color: #8dd432;
  border-color: #8dd432;
}

.btn-light-green:focus,
.btn-light-green.focus {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #a5da60;
  border-color: #a5da60;
}

.btn-light-green.disabled,
.btn-light-green:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-light-green:not(:disabled):not(.disabled):active,
.btn-light-green:not(:disabled):not(.disabled).active,
.show > .btn-light-green.dropdown-toggle {
  color: #fff;
  background-color: #a5da60;
  border-color: #a5da60;
}

.btn-light-green:not(:disabled):not(.disabled):active:focus,
.btn-light-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

/* -----------------------------------------
   Footer
----------------------------------------- */

.contatos-footer a,
.contatos-footer a:visited {
  font-size: 16px;
  line-height: 21px;
  color: #848484;
}

.contatos-footer a:hover {
  color: #285490;
  text-decoration: none;
}

.contatos-footer .whatsapp i {
  font-size: 15px;
  line-height: 18px;
  padding-right: 5px;
  color: #25d366;
}

.contatos-footer .telefone i {
  font-size: 15px;
  line-height: 18px;
  padding-right: 5px;
  color: #ed4815;
}

.contatos-footer .whatsapp {
  display: block;
}

.contatos-footer .telefone {
  display: block;
  margin-bottom: 3px;
}

/* -----------------------------------------
   Navigation
----------------------------------------- */

.nav-top {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.1);
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #0781c5;
  text-decoration: none;
  background-color: #f0f5f8;
}

.dropdown-item {
  font-size: 14px;
  line-height: 20px;
}

.dropdown-menu {
  padding: 1rem 0;
}

.dropdown-menu i {
  color: #ed4815;
}

.nav-25 {
  width: 30%;
}

.nav-50 {
  width: 40%;
}

.right-align {
  margin-left: auto;
}

.social-block {
  float: right;
}

.social-block .fa-facebook {
  font-size: 21px;
  line-height: 25px;
  color: #2359a1;
  padding: 3px;
}

.social-block .fa-linkedin {
  font-size: 21px;
  line-height: 25px;
  color: #0077b5;
  padding: 3px;
}

.justify-content-between {
  width: 100%;
}

.navbar {
  background-color: #fff;
  padding: 1.5rem 0.5rem;
}

.navbar .btn {
  margin-left: 3px;
  display: inline-block;
}

.logo-site {
  width: 85px;
  transition: 0.2s ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:visited {
  color: #78b02f;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #91c024;
}

.navbar-toggler i {
  color: #78b02f;
}

/* -----------------------------------------
   Content
----------------------------------------- */

.container-title {
  background-color: #78b02f;
  padding-top: 85px;
  margin-bottom: 25px;
}

.container-title h1 {
  padding: 15px 0px;
  font-size: 32px;
  line-height: 36px;
}

.container-content {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

.container-content h2 {
  color: #78b02f;
}

.container-content h3 {
  font-size: 21px;
    line-height: 26px;
    font-weight: 600;
}

.container-content ul {
  padding-left: 0px;

}
.container-content ul li strong {
  color: #38a7df;
  display: block;
}

.container-content ul li {
  margin-bottom: 8px;
}

.card-descricao {
  border: 0px;
  border-radius: 14px;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 20%);
  margin-bottom: 30px;
}

.card-descricao .card-body {
  padding: 30px 35px;
}

.card-descricao .card-body p:last-child {
  margin-bottom: 0px;
}

.card-signup {
  border: 0px;
  border-radius: 14px;
  margin-bottom: -150px;
  z-index: 1000;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 20%);
}

.card-signup .inscreva-se {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
}

.card-signup .termos-inscricao {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}

.card-signup .form-group {
  margin-bottom: 10px;
}

.card-signup h3 {
  text-align: center;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}

.card-signup h3 span {
  color: #fd7126;
  display: block;
}

.container-card .card {
  box-shadow: 0px 3px 6px #0000000f;
}

.container-card p strong {
  font-weight: 600;
  color: #0074c9;
}

.container-card .features p strong {
  font-weight: 500;
  color: #00b0f0;
}

.container-card p {
  font-size: 18px;
  line-height: 26px;
}

.app-stores {
  max-width: 360px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.container-banner {
  background: url("../img/banner_home.jpg") no-repeat center center #38a7df;
  background-size: cover;
  height: 600px;
  padding-top: 70px;
}

.container-apresentacao {
  background-color: #fff;
  background: url("../img/bg_apresentacao.jpg") no-repeat center center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
}

.container-apresentacao h3 {
  color: #78b02f;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
}

.container-card {
  margin-top: -150px;
}

.container-card .card {
  border: 1px solid #ececec;
  border-radius: 12px;
}

.container-card h3 {
  text-align: center;
  font-size: 42px;
  line-height: 48px;
  color: #002558;
  font-weight: 300;
  margin-bottom: 25px;
}

.container-card h3 span {
  display: block;
  font-weight: 600;
}

.container-card .card .card-body {
  padding: 40px;
  border-radius: 12px;
}

.destaques {
  padding: 30px 0px 30px;
}

.destaques h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  color: #303030;
}

.container-card .features i {
  color: #00b0f0;
  text-align: center;

  font-size: 42px;
}

.container-card .features p {
  padding-left: 60px;
  color: #00b0f0;
}

.container-card .features .icon-container {
  width: 50px;
  float: left;
  padding-top: 3px;
  text-align: center;
}

#video .modal-body {
  padding: 0px;
}

.beneficios {
  padding-bottom: 180px;
  background: url("../img/bg_bottom.jpg") center bottom;
  background-repeat: repeat-x;
}

.beneficios h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 40px;
}

.beneficios h3 {
  color: #78b02f;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
}

.beneficios h2 span {
  font-weight: 600;
}

.beneficios .bloco-beneficio .icon-container {
  float: left;
  width: 50px;
  text-align: center;
}

.beneficios .bloco-beneficio .icon-container i {
  color: #fd7125;
  font-size: 44px;
  line-height: 48px;
}

.beneficios .bloco-beneficio .bloco-conteudo {
  padding-left: 80px;
}

.beneficios .bloco-beneficio h5 {
  color: #36a9e1;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}

.beneficios .img-icones {
  max-height: 60px;
}

.beneficios .bloco-beneficio {
  margin-bottom: 30px;
}

.beneficios .bloco-beneficio p {
  color: #565656;
  font-size: 15px;
  line-height: 22px;
}

.cta {
  background-color: #78b02f;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.cta h2 {
  color: #ffffff;
}

.modal-body {
  padding: 1.6rem;
}

.modal h4 {
  font-weight: 600;
  color: #36a9e1;
}

.modal .form-group {
  margin-bottom: 0.75rem;
}

/* -----------------------------------------
   Footer
----------------------------------------- */

footer {
  padding: 20px 0px;
  font-size: 13px;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
  font-size: 12px;
  line-height: 15px;
  margin-top: 12px;
}

.logo-footer {
  width: 65px;
}

footer .menu-footer {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

footer .footer-title {
  font-weight: 600;
  font-size: 14px;
  color: #36a9e1;
  margin-bottom: 5px;
  line-height: 18px;
}

footer .lista-links {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

footer .lista-links li {
  padding-left: 1.3em;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
}

footer .lista-links li a {
  font-size: 13px;
  line-height: 16px;
  color: #2d2d2d;
}

footer .lista-links li a:hover {
  font-size: 13px;
  line-height: 16px;
  color: #78b02f;
  text-decoration: none;
}

footer .lista-links li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-weight: 600;
  color: #78b02f;
  margin-left: -1.3em;
  width: 1.3em;
}

footer .social {
  list-style: none;
  padding: 0px;
}

footer .social li {
  display: inline-block;
}

footer .social .icon-facebook a {
  font-size: 24px;
  color: #3b5999;
  margin-right: 5px;
}

footer .social .icon-instagram a {
  font-size: 24px;
  color: #e4405f;
  margin-right: 5px;
}

footer .social .icon-pinterest a {
  font-size: 24px;
  color: #bd081c;
}

footer .pagamento {
  width: 180px;
}

/* -----------------------------------------
   Back to Top Button
----------------------------------------- */

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 18px;
}

#scroll-top:hover {
  background-color: #666;
}

.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.anchor-padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media (max-width: 480px) {
  .nossos-servicos {
    padding: 60px 0px 30px;
  }

  .banner-destaque {
    margin-bottom: 20px;
  }

  .cta-home h2 {
    margin-bottom: 20px;
  }

  .footer-left {
    float: none;
    text-align: left;
    display: block;
    margin-bottom: 10px;
  }

  .footer-right {
    float: none;
    text-align: left;
    display: block;
  }

  .container-contratar {
    padding: 85px 0px;
  }

  .logo-site {
    width: 80px;
  }

  h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 41px;
    line-height: 43px;
  }

  .card-descricao {
    margin-top: 15px;
  }

  .container-banner h2 {
  }

  .container-banner .btn-outline-light {
    display: block;
  }

  .container-card h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h1 span {
    color: #ffffff;
    font-weight: 300;
    display: block;
  }

  .container-banner h1:after {
    left: -10px;
  }

  .container-banner {
    padding: 35px 0px;
  }

  .quem-somos {
    padding: 30px 0px 50px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-header {
    margin-top: 106px;
  }

  .cta-home h2 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .destaques {
    padding: 0px 0px 0px;
  }
  .container-banner {
    height: 900px;
  }

  .beneficios h3:after {
    left: -10px;
  }

  .container-apresentacao h3:after {
    left: -10px;
  }

  .cta-home h2 {
    text-align: center;
    margin-top: 0px;
  }

  .section-header {
    padding: 20px 0px;
  }

  .section-header {
    margin-top: 127px;
  }

  .section-header h2 {
    text-align: center;
  }

  .container-banner {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .planos .bloco-cinza {
    min-height: 100px;
    border-radius: 18px;
    margin-bottom: 30px;
  }

  .container-navigation .navbar-collapse {
    background-color: #fff;
    border-radius: 0px;
    padding: 0px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px;
  }

  .navbar {
    padding: 1rem 0rem;
  }
  .cta h2 {
    text-align: center;
  }
  .navbar-collapse {
    padding-top: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link:visited {
    color: #78b02f;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    line-height: 23px;
  }

  .navbar-nav {
    margin-bottom: 15px;
  }

  .navbar .btn {
    margin-left: 0px;
    display: block;
    margin-bottom: 10px;
  }

  .dropdown-menu {
    border: 0px;
    padding: 10px 0px;
  }

  .dropdown-item {
    padding: 0.25rem 0rem;
  }

  .dropdown-item {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-25 {
    width: 50%;
  }

  .nav-50 {
    display: none;
  }

  .navbar .social-block {
    display: none;
  }

  .navbar-toggler {
    float: right;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .banner-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .form-check {
    margin-bottom: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 991px) and (max-width: 1024px) {
}

@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 1281px) and (max-width: 1440px) {
}

@media (min-width: 1440px) and (max-width: 1599px) {
}

@media (min-width: 1600px) and (max-width: 1700px) {
}

@media (min-width: 1701px) {
}
