@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  font-size: 16px;
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 10%;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .navbar {
    flex-direction: column;
  }
}
.navbar-brand-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar-brand > img {
  width: auto;
  height: 48px;
}
.navbar-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 576px) {
  .navbar-nav {
    flex-direction: column;
    overflow: hidden;
  }
  .navbar-nav .nav-item {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .navbar .collapse:not(.show) {
    display: none;
  }
}
.navbar .collapsing {
  height: 0;
  transition: height 0.35s ease;
}
.navbar .show {
  display: flex;
}
.navbar-toggler {
  width: 56px;
  height: 40px;
  padding: 0.25rem 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler-icon {
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  background-image: url("../img/toggle-icon.svg");
  background-size: 100% 100%;
}

.nav-item.active > .nav-link {
  color: black;
}
@media screen and (max-width: 576px) {
  .nav-item:first-child {
    margin-top: 1rem;
  }
}
.nav-link {
  text-decoration: none;
  padding: 1rem;
  color: #888;
  font-weight: bold;
}
.nav-link:hover {
  color: black;
}

.slide-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .slide-hero {
    background-size: 120% auto;
  }
}
@media screen and (max-width: 992px) {
  .slide-hero {
    background-size: 140% auto;
  }
}
@media screen and (max-width: 768px) {
  .slide-hero {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero {
    background-size: auto 100%;
  }
}
.slide-hero-1 {
  background-position: center;
}
.slide-hero-2 {
  background-position: center;
}
@media screen and (max-width: 768px) {
  .slide-hero-2 {
    background-position-x: 70%;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero-2 {
    background-position: 60% 0;
  }
}
.slide-hero-3 {
  background-position: center;
}
@media screen and (max-width: 768px) {
  .slide-hero-3 {
    background-position-x: 70%;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero-3 {
    background-position-x: 80%;
  }
}
.slide-hero-4 {
  background-position: center;
}
@media screen and (max-width: 768px) {
  .slide-hero-4 {
    background-position-x: 70%;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero-4 {
    background-position-x: 40%;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero img {
    width: 80%;
    height: auto;
  }
}
.slide-hero-title {
  font-size: 4rem;
  line-height: 4.25rem;
  font-weight: 600;
  line-height: 6rem;
  text-align: center;
  color: white;
  max-width: 80%;
}
@media screen and (max-width: 1200px) {
  .slide-hero-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 992px) {
  .slide-hero-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-hero-title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.slide-hero-title-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 5rem;
  text-align: center;
  color: white;
  max-width: 80%;
}
@media screen and (max-width: 1200px) {
  .slide-hero-title-2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 992px) {
  .slide-hero-title-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-hero-title-2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero-title-2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.slide-hero-title-3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  color: white;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .slide-hero-title-3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero-title-3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 2rem;
  }
}
.slide-hero-subtitle {
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  color: white;
  margin-top: 3rem;
  max-width: 80%;
}
@media screen and (max-width: 992px) {
  .slide-hero-subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-hero-subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .slide-hero-subtitle {
    font-size: 1rem;
  }
}
.slide-hero-button {
  text-decoration: none;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  margin-top: 3rem;
  font-weight: 600;
}

.mini-about {
  background-position: 0% 10%;
}
@media screen and (max-width: 576px) {
  .mini-about {
    background-position: center;
  }
}

.mini-plano {
  background-position: center 20%;
}
@media screen and (max-width: 576px) {
  .mini-plano {
    background-position: center;
  }
}

.mini-gestao {
  background-position: center 40%;
}
@media screen and (max-width: 576px) {
  .mini-gestao {
    background-position: center;
  }
}

.mini-express {
  background-position: center 60%;
}
@media screen and (max-width: 576px) {
  .mini-express {
    background-position: center;
  }
}

.mini-contato {
  background-position: center 10%;
  width: 100%;
  height: 50vh;
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background-size: 100% auto;
}
@media screen and (max-width: 576px) {
  .mini-contato {
    background-position: center;
    background-size: 300%;
  }
}
.mini-contato-title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.mini-contato-subtitle {
  font-size: 1.75rem;
  font-weight: 500;
  max-width: calc(100vw - 2rem);
  text-align: center;
}

.mini-hero {
  width: 100%;
  height: 40vh;
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background-size: 100% auto;
}
@media screen and (max-width: 576px) {
  .mini-hero {
    background-size: 140% auto;
  }
}
.mini-hero .title {
  max-width: 70%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mini-hero .title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 992px) {
  .mini-hero .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mini-hero .title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .mini-hero .title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
  /*h1 {
      font-size: 2rem;
  }*/
}
.description .container {
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  padding: 0 4rem;
  font-size: 1.25rem;
}
.description .container .infono {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .description .container {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .description .container {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .description .container {
    max-width: calc(768px - 4rem);
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .description .container {
    max-width: calc(576px - 4rem);
    font-size: 1rem;
    padding: 0 2rem;
  }
}
.description .container-vertical {
  display: flex;
  flex-direction: column;
}
.description .container-vertical .description-title-big {
  margin-bottom: 4rem;
}
.description .container-vertical-centered {
  align-items: center;
}
@media screen and (max-width: 576px) {
  .description {
    flex-direction: column;
    align-items: center;
  }
}
.description-light {
  background-color: #f8f9fa;
  color: black;
}
.description-primary {
  background-color: #1d3a54;
  color: white;
}
.description p {
  margin-bottom: 1rem;
}
.description-title {
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .description-title {
    max-width: calc(768px - 4rem);
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .description-title {
    max-width: calc(576px - 4rem);
    font-size: 1.5rem;
  }
}
.description-title-big {
  font-size: 3rem;
  max-width: 70%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .description-title-big {
    font-size: 2rem;
    max-width: 70%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .description-title-big {
    font-size: 1.5rem;
    max-width: 70%;
    text-align: center;
  }
}
.description-subtitle {
  margin: 2rem 0;
  font-weight: 500;
}
.description-subsubtitle {
  margin: 1rem 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .description-subsubtitle {
    max-width: calc(768px - 4rem);
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .description-subsubtitle {
    max-width: calc(576px - 4rem);
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .description {
    padding: 6rem 0;
  }
  .description .container-vertical .container {
    flex-direction: column;
    align-items: center;
  }
  .description .container-vertical .container .card {
    width: 70%;
    margin-bottom: 4rem;
  }
  .description .container-vertical .container .card img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .description {
    padding: 4rem 0;
  }
  .description .container-vertical .container {
    flex-direction: column;
    align-items: center;
  }
  .description .container-vertical .container .card {
    width: 100%;
    margin-bottom: 4rem;
  }
  .description .container-vertical .container .card img {
    width: 100%;
    height: auto;
  }
}

.list li {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

li:last-child {
  margin-bottom: 0;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 1rem;
  padding-bottom: 1.25rem;
  border-radius: 0.25rem;
  width: 33.3333333333%;
  background-color: white;
  color: black;
}
.card-img {
  width: 100%;
  border-radius: 0.25rem;
}
.card .card-title, .card .card-description {
  margin: 2rem;
  text-align: center;
}
.card .card-title {
  font-weight: 500;
  font-size: 1.5rem !important;
}
.card .card-description {
  line-height: 1.5rem;
  font-size: 1.25rem !important;
}
@media screen and (max-width: 768px) {
  .card .card-title, .card .card-description {
    margin: 2rem;
    text-align: center;
  }
  .card .card-title {
    font-weight: 500;
    font-size: 1.25rem !important;
  }
  .card .card-description {
    line-height: 1.5rem;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 576px) {
  .card .card-title, .card .card-description {
    margin: 2rem 0.5rem;
    text-align: center;
  }
  .card .card-title {
    font-weight: 500;
    font-size: 1.25rem !important;
  }
  .card .card-description {
    line-height: 1rem;
    font-size: 1rem !important;
  }
}
.card-link {
  text-decoration: none;
  color: white;
  background-color: #e36700;
  border: 1px solid #f5593d;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 8rem 10%;
  background-color: antiquewhite;
}

.mtb-4 {
  margin: 4rem 0;
}
@media screen and (max-width: 576px) {
  .mtb-4 {
    margin: 2rem 0;
  }
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .mb-4 {
    margin-bottom: 2rem;
  }
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 6rem;
}

.primary {
  color: #002e55;
}

.avatar {
  width: 30vw;
  height: 100%;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .avatar {
    width: 50vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .avatar {
    width: 50vw;
    margin-right: 0;
  }
}

.avatar-desc {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .avatar-desc {
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .avatar-desc {
    align-items: center;
  }
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .row {
    flex-direction: column;
    align-items: center;
  }
}

.ta-center {
  text-align: center;
}

.card-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 33.3333333333%;
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 992px) {
  .card-plan {
    width: calc(100vw - 16rem);
  }
}
@media screen and (max-width: 768px) {
  .card-plan {
    width: calc(100vw - 8rem);
  }
}
@media screen and (max-width: 576px) {
  .card-plan {
    width: calc(100vw - 2rem);
  }
}
.card-plan-valor {
  padding-bottom: 2rem;
  font-size: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: center;
}
.card-plan-list {
  margin-top: 2rem;
}

.contact-container {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .contact-container {
    width: calc(100vw - 2rem);
  }
}
.contact-form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .contact-form {
    flex-direction: column;
  }
}
.contact-form .input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-form .input-group:last-child {
  margin-left: 2rem;
}
.contact-form .input-group:first-child {
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .contact-form .input-group {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .contact-form .input-group:last-child {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.contact-mensage {
  width: 100%;
}

.fc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pt20 {
  padding-top: 20px;
}

.form-check {
  display: flex;
  flex-direction: row;
}
.form-check label {
  margin-bottom: 0;
}

.questionario-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.invalid-feedback {
  display: none;
  color: #f5593d;
}

.is-invalid {
  border-color: #f5593d !important;
}

.d-block {
  display: block;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 2rem;
  padding-left: 10%;
  padding-right: 10%;
  background-color: white;
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 4rem;
  }
}
.footer .footer-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer-nav .contacts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer .footer-nav .contacts svg {
  width: 32px;
  height: 32px;
}
.footer .footer-nav .contacts a {
  max-height: 32px;
}
.footer .footer-nav .contacts a:last-child {
  margin-left: 1rem;
}
.footer .footer-nav .links {
  width: 100%;
  max-width: calc(40% - 2rem);
  display: flex;
  flex-direction: column;
}
.footer .footer-nav .links h3 {
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.footer .footer-nav .links a {
  text-decoration: none;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 576px) {
  .footer .footer-nav .links {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-nav {
    flex-direction: column;
  }
}
.footer .copyright {
  margin-top: 2rem;
}

.text-light {
  font-weight: 500;
}

.alert {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  text-align: center;
}

.alert-success {
  border: 1px solid rgb(163, 207, 187);
  background-color: rgb(209, 231, 221);
  color: rgb(10, 54, 34);
}

.politica-logo {
  max-width: 500px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  .politica-logo {
    max-width: calc(100vw - 3rem);
    margin-top: 2rem;
  }
}

.cookie-banner {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  z-index: 99999;
  max-width: calc(100% - 6rem);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.65);
}
.cookie-banner span {
  margin-right: 1rem;
  color: #fff;
}
.cookie-banner span a {
  color: #f5593d;
}
.cookie-banner span a:hover {
  color: #ff775e;
}
.cookie-banner .btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cookie-banner {
    bottom: 4rem;
    left: 4rem;
  }
}
.cookie-banner.cookie-accepted {
  background: transparent;
  border: 0px;
}

.btn-action {
  text-decoration: none;
  color: white;
  background-color: #f5593d;
  border: 1px solid #f33816;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  /*&:active{
      color: red;
      border: 1px solid red;
  }*/
}
.btn-action:hover, .btn-action:active {
  background-color: #f33816;
  border: 1px solid #e33414;
}

.btn {
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.125);
  color: black;
}
.btn:hover, .btn:active {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: white;
}
.btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
}
.btn-success:active {
  background-color: #146c43;
  border-color: #13653f;
}
.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: white;
}
.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-primary:active {
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  background-color: #d3d4d5;
  border-color: #c6c7c8;
}
.btn-light:active {
  background-color: #c6c7c8;
  border-color: #babbbc;
}

input[type=text], input[type=email], textarea, select {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

textarea {
  margin-top: 1rem;
}

label {
  margin-bottom: 1rem;
}

button {
  font-size: 1.25rem;
}

/*# sourceMappingURL=style.css.map */
