/* stylelint-disable */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.text--align-justify {
  text-align: justify;
}

.text--blue-00 {
  color: #00252f;
}

.text--blue-01 {
  color: #39abcb;
}

.text--blue-02 {
  color: #17809c;
}

.text--blue-03 {
  color: #c5effb;
}
.text--blue-04 {
  color: #1156bd;
}
.text--blue-05 {
  color: #012b68;
}

.text--white-00 {
  color: #fcfcfc;
}

.text--white-01 {
  color: #edeef0;
}

.text--white-02 {
  color: #f7f7f7;
}

.text--gray-00 {
  color: #c9c9c9;
}

.text--gray-02 {
  color: #f8f8f8;
}

.text--gray-01 {
  color: #585858;
}

.text--gray-03 {
  color: #c0c5cc;
}

.text--black-01 {
  color: #232933;
}

.bg--blue-00 {
  background: #00252f;
}

.bg--blue-01 {
  background: #39abcb;
}

.bg--blue-02 {
  background: #17809c;
}

.bg--blue-03 {
  background: #c5effb;
}

.bg--blue-04 {
  background: #1156bd;
}

.bg--blue-05 {
  background: #012b68;
}

.bg--white-00 {
  background: #fcfcfc;
}

.bg--gray-00 {
  background: #c9c9c9;
}

.bg--gray-02 {
  background: #f8f8f8;
}

.bg--gray-01 {
  background: #585858;
}

.border--blue-00 {
  border-color: #00252f;
}

.border--blue-01 {
  border-color: #39abcb;
}

.border--blue-02 {
  border-color: #17809c;
}

.border--blue-03 {
  border-color: #c5effb;
}

.border--white-00 {
  border-color: #fcfcfc;
}

.border--gray-00 {
  border-color: #c9c9c9;
}

.border--gray-02 {
  border-color: #f8f8f8;
}

.border--gray-01 {
  border-color: #585858;
}

body .header {
  position: fixed;
  top: 0;
  width: 100vw;
  border-bottom: 1px solid #c0c5cc;
  z-index: 9;
  background-color: #ffffff;
}

body .header .container {
  margin: 0 auto;
  padding: 0 16px;
}

body .header .container .nav {
  width: 100%;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 88px;
}

body .header .container .nav a .logo {
  width: 60px;
}

body .header .container .nav .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .header .container .nav .navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  gap: 56px;
}

body .header .container .nav .navbar ul li a {
  text-decoration: none;
}

.main {
  margin-top: 130px;
}

body .main .container .principal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  padding-bottom: 106px;
}
.frame-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  
  padding-top: 20px;
  gap: 24px;
}

.frame-right {
  width: 45%;
}

.principal .frame-left {
  width: 50%;
}

body .container .about p {
  font-size: 1.6rem;
}
body .container .about h3 {
  font-size: 2rem;
}
.img1 {
  position: relative;
  width: 589px;
  height: 589px;
  object-fit: cover;
  top: 0;
  z-index: -1;
}
.img2 {
  position: relative;
  bottom: 100px;
  right: 35px;
  z-index: -2;
}

body .main .container .principal h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #edeef0;
  border-radius: 999px;
  text-align: center;
  padding-top: 5px;
  width: 213px;
  height: 32px;
}
body .main .container .principal h1 {
  font-size: 4.8rem;
  font-weight: 700;
}

body .main .container .terms-use {
  max-width: 800px;
  margin: 18rem auto 0 auto;
  padding: 3.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.8;

  font-size: 1.6rem;

  h1, h2 {
    color: #333;
  }
  h1 {
      font-size: 2.4rem;
  }
  h2 {
      font-size: 2rem;
      margin-top: 20px;
  }
  p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  p, li {
      color: #666;
  }
  ul {
      list-style: disc;
      padding-left: 20px;
  }
  ol {
      list-style: decimal;
      padding-left: 20px;
  }
  .sub-item {
      margin-left: 20px;
  }
}

.icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  padding: 0 40px 0 0;
}

.icons p {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  justify-content: space-around;
}

.icons img {
  background: #edeef0;
  border-radius: 4px;
  padding: 11px;
  width: 40px;
  height: 40px;
}

body .main .container .principal p {
  display: flex;
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  gap: 24px;
}

body .main .about h1 {
  font-size: 4.8rem;
}

.btn {
  border: none;
  border-radius: 4px;
  background-color: #012b68;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 12px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

body .container .about .btn {
  cursor: pointer;
  transition: background 600ms;
}

body .main .container {
  margin: 0 auto;
  padding: 0 16px;
  width: 95%;
}

body .main .container .features {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .main .container .features div {
  margin: 40px 0 0;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

body .main .container .features div img {
  width: 64px;
}

body .main .container .features div h4 {
  margin-top: 16px;
  font-size: 1.8rem;
  line-height: 1.8;
}

body .main .container .features div p {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.8;
}

body .main .info {
  margin: 32px 0;
  /* background-image: url("../images/info-320.svg"); */
  background-size: cover;
  background-repeat: no-repeat;
}

body .main .info .container {
  margin: 0 16px 0 40%;
  padding: 32px 0;
}

body .main .info .container h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

body .main .info .container p {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 500;
}

body .main .plans {
  margin: 0 auto;
  padding: 139px 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.6rem;
}

body .main .plans .container {
  padding: 0;
  text-align: center;
}

body .main .plans .container h4 {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
}

body .main .plans .container p {
  margin-top: 16px;
  line-height: 1.8;
  font-weight: 500;
}

body .main .plans .container .btn {
  width: 100%;
  border: none;
  border-radius: 4px;
  margin-top: 0;
  background-color: #012b68;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 12px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  transition: background 600ms;
}

body .main .plans .container .colunm-profissional .btn:hover {
  background: #70ca81;
}

.cards {
  display: none;
}

body .footer {
  margin-top: 64px;
}

body .footer .up {
  height: 156px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

body .footer .middle {
  height: 292px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 130px 0 70px;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

body .footer .middle div {
  display: flex;
  gap: 106px;
  line-height: 26px;
}
body .footer .middle div div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}
body .footer .middle img {
  width: 105.23px;
}

body .footer .low {
  display: flex;
  border-top: 1px solid #c0c5cc;
  height: 76px;
  color: #c0c5cc;
  justify-content: space-between;
  padding: 0 115px 0 50px;
  font-size: 1.6rem;
}

body .footer .low a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #c0c5cc;
}

body .footer .low a img {
  width: 32px;
}

body .footer .up div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

body .footer .up div .icon-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 16px;
  margin-left: 37px;
  gap: 16px;
  flex-wrap: wrap;
}

body .footer .up div .icon-text p {
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
body .footer a {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}

body .footer .up div .icon-text h4 {
  font-size: 1.6rem;
  font-weight: 700;
}

body .footer .up img {
  width: 80px;
  height: 80px;
  padding: 23px;
  border: 4px;
  background: #1b61cb;
}

body .footer .container .social {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .footer p {
  padding: 16px;
  text-align: center;
}

body .footer p a {
  text-decoration: none;
  color: #39abcb;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

body .footer p a:hover {
  color: #17809c;
}

body #login {
  padding: 80px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body #login a {
  font-weight: 600;
  color: #00252f;
  -webkit-transition: color 600ms ease-in-out;
  transition: color 600ms ease-in-out;
}

body #login a:hover {
  color: #17809c;
}

body #login .first-column {
  z-index: 1;
  margin: 0 auto;
}

body #login .first-column .container {
  min-width: 320px;
  max-width: 95%;
  padding: 0 16px;
  margin: 0 auto;
  height: 100vh;
}

body #login .first-column .container .logo {
  width: 280px;
  margin: 0 auto;
}

body #login .first-column .container .title {
  margin-top: 64px;
  font-size: 2.4rem;
  font-weight: 700;
}

body #login .first-column .container .form .email,
body #login .first-column .container .form .password,
body #login .first-column .container .form .sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

body #login .first-column .container .form .email .input,
body #login .first-column .container .form .password .input,
body #login .first-column .container .form .sign-in .input {
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}

body #login .first-column .container .form .email .input:focus,
body #login .first-column .container .form .password .input:focus,
body #login .first-column .container .form .sign-in .input:focus {
  outline: none;
  border-color: #00252f;
}

body #login .first-column .container .form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}

body #login .first-column .container .form .box .remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body #login .first-column .container .form .sign-in .btn {
  border: 1px solid;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
}

body #login .first-column .container .form .sign-in .btn:hover {
  background-color: #1156bd;
}

body #login .first-column .container .form .contact {
  padding-top: 16px;
}

body #login .first-column .container .form .contact p {
  padding-top: 8px;
}

body #login .first-column .container .form label {
  font-weight: 600;
}

body #login .second-column {
  display: none;
}

body #forgot-password {
  padding: 80px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body #forgot-password .first-column {
  z-index: 1;
  margin: 0 auto;
}

body #forgot-password .first-column .container {
  min-width: 320px;
  max-width: 95%;
  padding: 0 16px;
  margin: 0 auto;
  height: 100vh;
}

body #forgot-password .first-column .container label {
  font-weight: 600;
}

body #forgot-password .first-column .container .logo {
  width: 280px;
  margin: 0 auto;
}

body #forgot-password .first-column .container .title {
  margin-top: 64px;
  font-size: 2.4rem;
  font-weight: 700;
}

body #forgot-password .first-column .container .form .email,
body #forgot-password .first-column .container .form .recover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

body #forgot-password .first-column .container .form .email .input,
body #forgot-password .first-column .container .form .recover .input {
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}

body #forgot-password .first-column .container .form .email .input:focus,
body #forgot-password .first-column .container .form .recover .input:focus {
  outline: none;
  border-color: #00252f;
}

body #forgot-password .first-column .container .form .recover .btn {
  border: 1px solid #fcfcfc;
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
}

body #forgot-password .first-column .container .form .recover .btn:hover {
  background-color: #1156bd;
}

body #forgot-password .first-column .container .form a {
  text-decoration: none;
  font-weight: 600;
  color: #00252f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

body #forgot-password .first-column .container .form a img {
  width: 20px;
  margin-right: 8px;
}

body #forgot-password .second-column {
  display: none;
}

body #change-password {
  padding: 80px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body #change-password .first-column {
  z-index: 1;
  margin: 0 auto;
}

body #change-password .first-column .container {
  min-width: 320px;
  max-width: 95%;
  padding: 0 16px;
  margin: 0 auto;
  height: 100vh;
}

body #change-password .first-column .container label {
  font-weight: 600;
}

body #change-password .first-column .container .logo {
  width: 280px;
  margin: 0 auto;
}

body #change-password .first-column .container .title {
  margin-top: 64px;
  font-size: 2.4rem;
  font-weight: 700;
}

body #change-password .first-column .container .form .password,
body #change-password .first-column .container .form .recover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

body #change-password .first-column .container .form .password .input,
body #change-password .first-column .container .form .recover .input {
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}

body #change-password .first-column .container .form .password .input:focus,
body #change-password .first-column .container .form .recover .input:focus {
  outline: none;
  border-color: #00252f;
}

body #change-password .first-column .container .form .password p,
body #change-password .first-column .container .form .recover p {
  font-size: 1.4rem;
  margin-top: 8px;
}

body #change-password .first-column .container .form .password .label,
body #change-password .first-column .container .form .recover .label {
  margin-top: 16px;
}

body #change-password .first-column .container .form .recover .btn {
  border: 1px solid #fcfcfc;
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
}

body #change-password .first-column .container .form .recover .btn:hover {
  background-color: #1156bd;
}

body #change-password .first-column .container .form a {
  text-decoration: none;
  font-weight: 600;
  color: #00252f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

body #change-password .first-column .container .form a img {
  width: 20px;
  margin-right: 8px;
}

body #change-password .second-column {
  display: none;
}

body #confirm-password {
  padding: 80px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body #confirm-password .first-column {
  z-index: 1;
  margin: 0 auto;
}

body #confirm-password .first-column .container {
  min-width: 320px;
  max-width: 95%;
  padding: 0 16px;
  margin: 0 auto;
  height: 100vh;
  text-align: center;
}

body #confirm-password .first-column .container .logo {
  width: 280px;
  margin: 0 auto;
}

body #confirm-password .first-column .container .title {
  margin-top: 64px;
  font-size: 2.4rem;
  font-weight: 700;
}

body #confirm-password .first-column .container p {
  margin-top: 8px;
}

body #confirm-password .first-column .container a {
  font-weight: 600;
  color: #00252f;
  -webkit-transition: color 600ms ease-in-out;
  transition: color 600ms ease-in-out;
}

body #confirm-password .first-column .container a.email:hover {
  color: #17809c;
}

body #confirm-password .first-column .container a.back {
  text-decoration: none;
  font-weight: 600;
  color: #00252f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  padding: 16px;
}

body #confirm-password .first-column .container a.back img {
  width: 20px;
  margin-right: 8px;
}

body #confirm-password .second-column {
  display: none;
}

body #success-password {
  padding: 80px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body #success-password .first-column {
  z-index: 1;
  margin: 0 auto;
}

body #success-password .first-column .container {
  min-width: 320px;
  max-width: 95%;
  padding: 0 16px;
  margin: 0 auto;
  height: 100vh;
}

body #success-password .first-column .container label {
  font-weight: 600;
}

body #success-password .first-column .container .logo {
  width: 280px;
  margin: 0 auto;
}

body #success-password .first-column .container .success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 64px;
}

body #success-password .first-column .container .success h1,
body #success-password .first-column .container .success p {
  margin-top: 32px;
  text-align: center;
}

body #success-password .first-column .container .success p {
  margin-top: 16px;
}

body #success-password .first-column .container .success img {
  width: 72px;
}

body #success-password .first-column .container .title {
  margin-top: 64px;
  font-size: 2.4rem;
  font-weight: 700;
}

body #success-password .first-column .container .form .password,
body #success-password .first-column .container .form .recover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

body #success-password .first-column .container .form .password .input,
body #success-password .first-column .container .form .recover .input {
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}

body #success-password .first-column .container .form .password .input:focus,
body #success-password .first-column .container .form .recover .input:focus {
  outline: none;
  border-color: #00252f;
}

body #success-password .first-column .container .form .password p,
body #success-password .first-column .container .form .recover p {
  font-size: 1.4rem;
  margin-top: 8px;
}

body #success-password .first-column .container .form .password .label,
body #success-password .first-column .container .form .recover .label {
  margin-top: 16px;
}

body #success-password .first-column .container .form .recover .btn {
  border: 1px solid #fcfcfc;
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
}

body #success-password .first-column .container .form .recover .btn:hover {
  background-color: #1156bd;
}

body #success-password .first-column .container .form a {
  text-decoration: none;
  font-weight: 600;
  color: #00252f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

body #success-password .first-column .container .form a img {
  width: 20px;
  margin-right: 8px;
}

body #success-password .second-column {
  display: none;
}

body #error {
  padding: 80px 0 0;
  width: 100%;
  text-align: center;
}

body #error .container {
  min-width: 320px;
  padding: 0 16px;
  margin: 0 auto;
}

body #error .container .logo {
  width: 280px;
  margin: 0 auto;
}

body #error .container .icon {
  width: 120px;
  margin: 64px auto 0;
}

body #error .container .title {
  margin-top: 24px;
  font-size: 28px;
  font-weight: 700;
}

body #error .container .text {
  margin-top: 16px;
}

body #error .container a {
  font-weight: 600;
}

body #error .container a.back {
  text-decoration: none;
  font-weight: 600;
  color: #00252f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

body #error .container a.back img {
  width: 20px;
  margin-right: 8px;
}

body #system {
  padding: 80px 0 0;
  width: 100%;
  text-align: center;
}

body #system .container {
  min-width: 320px;
  padding: 0 16px;
  margin: 0 auto;
}

body #system .container .logo {
  width: 280px;
  margin: 0 auto;
}

body #system .container .icon {
  width: 120px;
  margin: 64px auto 0;
}

body #system .container .title {
  margin-top: 24px;
  font-size: 28px;
  font-weight: 700;
}

body #system .container .text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
}

body .main .about {
  display: flex;
  flex-direction: column;
  gap: 125px;
  padding: 128px 0;
  margin: 0 auto;
}
body .main .about .frame-up {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 86px;
  flex-wrap: wrap-reverse;
}

body .main .about .frame-low {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 86px;
  flex-wrap: wrap;
}

body .main .frame-low .frame-left {
  max-height: 500px;
  justify-content: space-between;
  padding: 0;
}

.frame-low .frame-left a {
  margin-top: 48px;
  margin-right: 10px;
  align-self: flex-end;
}

.about .frame-up .frame-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about .frame-low .frame-right .icons {
  display: flex;
  flex-direction: column;
  gap: 71px;
}
.about .frame-low .frame-right .icons img {
  width: 80px;
  height: 80px;
  padding: 23px;
}

.frame-right .icons .icon-about {
  display: flex;
  gap: 42px;
}

.icon-about .icon-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body #about.about .container {
  margin: 0 16px;
  padding-bottom: 56px;
  text-align: start;
  border-bottom: 1px solid #c9c9c9;
}

body #about.about .container h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

body #about.about .container h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

body #about.about .container p {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}

.table {
  width: 100%;
}

table {
  margin-top: 81px;
  width: 100%;
}

table,
th,
td {
  border: 1px solid white;
  border-collapse: collapse;
  height: 69px;
  padding: 11px 27px;
}

th {
  font-size: 3.2rem;
  font-weight: 500;
}

td {
  background: #e6e8eb;
  color: #232933;
}

td img {
  display: inline;
  margin: 0 auto;
}

.colunm-first {
  text-align: justify;
}

.colunm-profissional {
  /* border-color: #1156BD; */
}

td.row-first {
  background: #f9f9f9;
}

th.colunm-profissional {
  background: #012b68;
  color: #ffffff;
}
td.colunm-profissional {
  background: #ebf5ff;
  color: #012b68;
}

td.colunm-profissional,
th.colunm-profissional {
  border-left: 2px solid #1156bd;
  border-right: 2px solid #1156bd;
}

th.colunm-profissional {
  border-top: 2px solid #1156bd;
}

.row-last td.colunm-profissional {
  border-bottom: 2px solid #1156bd;
}

td.colunm-select {
  border-right: 2px solid white;
}

body .main .plans .container .colunm-profissional .btn {
  background: #2b9941;
}

body .main .plans .container .colunm-select .btn {
  background: #c4c4c4;
  color: #818183;
}

.colunm-select .btn {
  background: #c4c4c4;
}
.row-last td {
  padding: 24px 48px;
  background: #f9f9f9;
}

@media (min-width: 480px) {
  body .header .container {
    padding: 0 24px;
  }
  body .header .container .nav {
    padding-top: 22px;
  }
  body .header .container .nav a .logo {
    width: 80px;
  }
  body .header .container .nav .navbar ul {
    font-size: 1.6rem;
  }

  body .header .container .nav .navbar .btn {
    font-size: 1.6rem;
    width: 130px;
  }
  body .main .container .principal {
    width: 100%;
  }

  body .main .container .principal h3 {
    font-size: 1.6rem;
  }
  body .main .container .principal p {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
    font-size: 1.6rem;
    color: #565d66;
  }
  .btn {
    width: 208px;
    font-size: 1.6rem;
  }
  body .main .container {
    padding: 0 24px;
  }
  body .main .container .features div {
    margin: 56px 0 0;
    width: 250px;
  }
  body .main .container .features div h4 {
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.8;
  }
  body .main .container .features div p {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  body .main .info {
    margin: 56px 0;
    /* background-image: url("../images/info.svg"); */
    background-size: cover;
    background-repeat: no-repeat;
  }
  body .main .info .container {
    margin: 0 24px 0 40%;
    padding: 32px 0;
    max-width: 95%;
  }
  body .main .info .container h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .info .container p {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 500;
  }
  body .main .info .container .btn {
    width: 196px;
    border: none;
    border-radius: 4px;
    margin-top: 16px;
    background-color: #39abcb;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  }
  body .main .plans {
    margin: 56px 24px;
  }
  body .main .plans .container {
    margin: 0 auto;
  }
  body .main .plans .container h4 {
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .plans .container .subtitle {
    margin: 20px auto;
    font-size: 1.4rem;
    max-width: 100%;
  }
  body .main .plans .container .btn {
    border: none;
    border-radius: 4px;
    background-color: #1156bd;
    margin-top: 0;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  }

  body .main .plans .container .colunm-profissional .btn {
    background: #2b9941;
  }
  body .main .plans .container .colunm-select .btn {
    background: #c4c4c4;
  }

  body .footer {
    margin-top: 64px;
  }
  body .footer .container .social {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
  }
  body .footer .container .social img {
    width: 32px;
  }
  body .footer p {
    padding: 16px;
    text-align: center;
    font-size: 1.6rem;
  }
  body #about.about {
    margin: 32px auto;

    padding: 128px 0;
  }
  body #about.about .container {
    margin: 0 16px;
    padding-bottom: 56px;
    text-align: start;
    border-bottom: 1px solid #c9c9c9;
  }
  body #about.about .container h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
  }
  body #about.about .container h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body #about.about .container p {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  body .header .container {
    padding: 0 40px;
  }
  body .header .container .nav {
    padding-top: 22px;
    font-size: 2rem;
  }
  body .header .container .nav a .logo {
    width: 96px;
  }

  body .header .container .nav .navbar ul li a {
    -webkit-transition: color 600ms;
    transition: color 600ms;
  }
  body .header .container .nav .navbar ul li a.link::after {
    display: block;
    content: "";
    padding: 0;
    border-bottom: solid 2px #39abcb;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 200ms ease-in;
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
  }
  body .header .container .nav .navbar ul li a.link:hover {
    color: #1156bd;
  }
  body .header .container .nav .navbar ul li a.link:hover::after {
    -webkit-transform: scale(0.6, 1);
    transform: scale(0.6, 1);
  }
  body .header .container .nav .navbar .btn {
    font-size: 1.6rem;
    width: 130px;
    cursor: pointer;
    -webkit-transition: background 600ms;
    transition: background 600ms;
  }
  body .header .container .nav .navbar .btn:hover {
    background-color: #1156bd;
  }
  body .main .container .principal {
    width: 100%;
  }
  body .main .container .principal h3 {
    font-size: 1.6rem;
  }
  body .main .container .principal p {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  body .main .container .principal .btn {
    width: 208px;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: background 600ms;
    transition: background 600ms;
  }
  .btn:hover {
    background-color: #1156bd;
  }
  body .main .container {
    max-width: 95%;
  }
  body .main .info {
    margin: 0;
    /* background-image: url("../images/info.svg"); */
  }
  body .main .info .container {
    margin: 0 24px 0 45%;
    padding: 40px 0;
    max-width: 95%;
  }
  body .main .info .container h4 {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .info .container p {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
  body .main .info .container .btn {
    width: 196px;
    border: none;
    border-radius: 4px;
    margin-top: 16px;
    background-color: #012b68;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: background 600ms;
    transition: background 600ms;
  }
  body .main .info .container .btn:hover {
    background-color: #1156bd;
  }
  body .main .plans {
    margin: 56px 0;
  }
  body .main .plans .container {
    margin: 0 auto;
  }
  body .main .plans .container h4 {
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .plans .container .subtitle {
    margin: 20px auto;
    font-size: 1.6rem;
    max-width: 100%;
  }
  body .main .plans .container .btn {
    border: none;
    border-radius: 4px;
    margin-top: 32px;
    background-color: #012b68;
    line-height: 1.6;
    font-size: 16px;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: background 600ms;
    transition: background 600ms;
  }

  body .main .plans .container .colunm-profissional .btn {
    background: #2b9941;
  }

  body .main .plans .container .colunm-select .btn {
    background: #c4c4c4;
  }

  body .main .plans .container .btn:hover {
    background-color: #1156bd;
  }

  body .footer {
    margin-top: 64px;
  }
  body .footer .container .social {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
  }
  body .footer .container .social img {
    width: 32px;
  }
  body .footer p {
    padding: 16px;
    text-align: center;
    font-size: 1.6rem;
  }

  body .footer a {
    -webkit-transition: color 600ms;
    transition: color 600ms;
  }
  body .footer a::after {
    display: block;
    content: "";
    padding: 0;
    border-bottom: solid 2px #39abcb;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 200ms ease-in;
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
  }
  body .footer a:hover {
    color: #4e76b8;
  }
  body .footer a:hover::after {
    -webkit-transform: scale(0.6, 1);
    transform: scale(0.6, 1);
  }

  body #login {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  body #login .first-column {
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 /2;
    -webkit-box-shadow: 1px 0 10px -9px #00252f;
    box-shadow: 1px 0 10px -9px #00252f;
  }
  body #login .first-column .container {
    max-width: 95%;
    padding-right: 16px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body #login .second-column {
    display: block;
    /* background-image: url("../images/bg.svg"); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  body #forgot-password {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  body #forgot-password .first-column {
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 /2;
    -webkit-box-shadow: 1px 0 10px -9px;
    box-shadow: 1px 0 10px -9px;
  }
  body #forgot-password .first-column .container {
    max-width: 95%;
    padding-right: 16px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body #forgot-password .second-column {
    display: block;
    position: relative;
  }
  body #forgot-password .second-column.image {
    display: block;
    /* background-image: url("../images/bg.svg"); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  body #change-password {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  body #change-password .first-column {
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 /2;
    -webkit-box-shadow: 1px 0 10px -9px;
    box-shadow: 1px 0 10px -9px;
  }
  body #change-password .first-column .container {
    max-width: 95%;
    padding-right: 16px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body #change-password .second-column {
    display: block;
    position: relative;
  }
  body #change-password .second-column.image {
    display: block;
    /* background-image: url("../images/bg.svg"); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  body #success-password {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  body #success-password .first-column {
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 /2;
    -webkit-box-shadow: 1px 0 10px -9px;
    box-shadow: 1px 0 10px -9px;
  }
  body #success-password .first-column .container {
    max-width: 95%;
    padding-right: 16px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body #success-password .second-column {
    display: block;
    position: relative;
  }
  body #success-password .second-column.image {
    display: block;
    /* background-image: url("../images/bg.svg"); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  body #confirm-password {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  body #confirm-password .first-column {
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 /2;
    -webkit-box-shadow: 1px 0 10px -9px;
    box-shadow: 1px 0 10px -9px;
  }
  body #confirm-password .first-column .container {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: initial;
  }
  body #confirm-password .first-column .container .text a {
    font-weight: 600;
  }
  body #confirm-password .second-column {
    display: block;
    position: relative;
  }
  body #confirm-password .second-column.image {
    display: block;
    /* background-image: url("../images/bg.svg"); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  body #error {
    width: 100%;
    text-align: center;
  }
  body #error .container {
    max-width: 100%;
  }
  body #error .container .icon {
    width: 120px;
  }
  body #error .container .title {
    font-size: 3.2rem;
  }
  body #error .container .text {
    margin-top: 24px;
  }
  body #system {
    width: 100%;
    text-align: center;
  }
  body #system .container {
    max-width: 100%;
  }
  body #system .container .icon {
    width: 120px;
  }
  body #system .container .title {
    font-size: 3.2rem;
  }
  body #system .container .text {
    margin-top: 24px;
  }
  body #about.about {
    margin: 64px auto;
    padding: 128px 0;
  }
  body #about.about .container {
    margin: 0 70px;
    padding-bottom: 72px;
    text-align: start;
    border-bottom: 1px solid #c9c9c9;
  }
  body #about.about .container h4 {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
  }
  body #about.about .container h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body #about.about .container p {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  body .header .container {
    padding: 0 64px;
  }
  body .header .container .nav {
    padding-top: 22px;
  }
  body .header .container .nav a .logo {
    width: 104px;
  }
  body .header .container .nav .navbar ul {
    font-size: 1.8rem;
  }

  body .header .container .nav .navbar .btn {
    font-size: 1.6rem;
    width: 130px;
  }
  body .main .container .principal {
    width: 100%;
  }
  body .main .container .principal h3 {
    font-size: 1.6rem;
  }
  body .main .container .principal p {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .btn {
    width: 208px;
    font-size: 1.6rem;
  }
  body .main .container {
    padding: 0;
    max-width: 100%;
  }
  body .main .info {
    margin: 0 auto;
    /* background-image: url("../images/info.svg"); */
  }
  body .main .info .container {
    margin: 0 24px 0 45%;
    padding: 72px 0;
    max-width: 100%;
  }
  body .main .info .container h4 {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .info .container p {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
  body .main .info .container .btn {
    width: 196px;
    border: none;
    border-radius: 4px;
    margin-top: 16px;
    background-color: #012b68;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  }
  body .main .plans {
    margin: 56px auto;
    max-width: 100%;
  }
  body .main .plans .container {
    margin: 0 auto;
  }
  body .main .plans .container h4 {
    font-size: 48px;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .plans .container .subtitle {
    margin: 20px auto;
    font-size: 1.6rem;
    max-width: 100%;
  }
  body .main .plans .container .btn {
    width: 100%;
    border: none;
    border-radius: 4px;
    margin-top: 32px;
    background-color: #012b68;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  }
  body .main .plans .container .colunm-profissional .btn {
    background: #2b9941;
  }

  body .main .plans .container .colunm-select .btn {
    background: #c4c4c4;
  }

  body .main #about.about {
    padding: 128px 0;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  body .header .container {
    max-width: 100%;
    padding: 0 64px;
  }
  body .header .container .nav {
    padding-top: 22px;
  }
  body .header .container .nav a .logo {
    width: 104px;
  }
  body .header .container .nav .navbar ul {
    font-size: 1.8rem;
  }

  body .header .container .nav .navbar .btn {
    font-size: 1.6rem;
    width: 160px;
  }
  body .main .container .principal {
    width: 100%;
  }
  body .main .container .principal h3 {
    font-size: 1.6rem;
  }
  body .main .container .principal p {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .btn {
    width: 208px;
    font-size: 1.6rem;
  }
  body .main .container {
    max-width: 95%;
    padding: 0 64px;
  }
  body .main .info {
    margin: 0;
    /* background-image: url("../images/info.svg"); */
  }
  body .main .info .container {
    margin: 0 24px 0 45%;
    padding: 72px 0;
    max-width: 95%;
  }
  body .main .info .container h4 {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .info .container p {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
  body .main .info .container .btn {
    width: 196px;
    border: none;
    border-radius: 4px;
    margin-top: 16px;
    background-color: #012b68;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  }
  body .main #about.about {
    margin: 0 auto;
    padding: 128px 0;
    max-width: 100%;
  }
  body .main .plans {
    margin: 56px auto;
    max-width: 100%;
  }
  body .main .plans .container {
    margin: 0 auto;
  }
  body .main .plans .container h4 {
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: 700;
  }
  body .main .plans .container .subtitle {
    margin: 20px auto;
    font-size: 1.6rem;
    max-width: 90%;
  }
  body .main .plans .container .btn {
    width: 100%;
    border: none;
    border-radius: 4px;
    margin-top: 0;
    background-color: #012b68;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  }
  body .main .plans .container .colunm-profissional .btn {
    background: #2b9941;
  }

  body .main .plans .container .colunm-select .btn {
    background: #c4c4c4;
  }
}
@media (max-width: 990px) {
  .frame-left {
    width: 100%;
  }
  .principal .frame-left {
    width: 100%;
  }
  .frame-right {
    width: 100%;
  }
  body .main .frame-low .frame-left {
    justify-content: initial;
    height: auto;
  }

  body .container .principal .frame-right .img1 {
    width: 100%;
  }
}

@media (max-width: 900px) {
  body .header .container .nav .menu-section .navbar {
    display: none;
  }

  .one,
  .two,
  .three {
    background-color: #012b68;
    height: 5px;
    width: 100%;
    margin: 6px auto;
    border-radius: 4px;

    transition-duration: 0.3s;
  }

  .menu-toggle {
    width: 40px;
    height: 30px;
    margin-right: 20px;
  }

  .menu-section.on {
    position: absolute;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background-color: #edeef0;

    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  body .header .container .nav .menu-section.on .navbar {
    display: block;
  }

  .menu-section.on .menu-toggle {
    position: absolute;
    right: 20px;
    top: 30px;
  }

  .menu-section.on .menu-toggle .one {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .menu-section.on .menu-toggle .two {
    opacity: 0;
  }

  .menu-section.on .menu-toggle .three {
    transform: rotate(-45deg) translate(8px, -10px);
  }

  body .header .container .nav .navbar ul {
    text-align: center;
    display: block;
  }

  body .header .container .nav .navbar ul a {
    transition-duration: 0.5s;
    font-size: 1.5rem;
    line-height: 5rem;
    display: block;
  }
  
}

@media (max-width: 880px) {
  .table {
    display: none;
  }

  .cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .card {
    border-radius: 6px;
    border: 2px solid #1156bd;
    margin-top: 81px;
    width: 100%;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  }

  body .main .plans .container #card-2 .card-body button {
    background: #2b9941;
  }

  body .main .plans .container #card-2 .card-body button:hover {
    background: #70ca81;
  }

  body .main .plans .container #card-3 .card-body button {
    background: #c4c4c4;
  }

  body .main .plans .container #card-3,
  body .main .plans .container #card-3 .card-header h3,
  body .main .plans .container #card-3 .card-body h1,
  body .main .plans .container #card-3 .card-body p,
  body .main .plans .container #card-3 .card-content p {
    color: #c0c5cc;
  }
  body .main .plans .container #card-3 .card-header,
  body .main .plans .container #card-3 .card-content {
    background: #f9f9f9;
  }

  .card-header {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 4px 4px 0 0;
    padding: 16px;
    background: #012b68;
    height: 50px;
  }

  .card-header h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .card-body {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 16px;
    align-items: center;
    background: linear-gradient(45deg, #f7f7f7 0%, #e6e8eb 82.31%);
  }
  body .main .plans .container .card-body a {
    width: 100%;
  }
  body .main .plans .container .card-body button {
    width: 50%;
  }

  .card-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: linear-gradient(45deg, #f7f7f7 0%, #e6e8eb 82.31%);
    border-top: 1px solid #c0c5cc;
    border-bottom: 1px solid #c0c5cc;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
  }

  body .main .plans .container .cards .card p {
    margin: 0;
  }

  .card-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #ebf5ff;
    background: linear-gradient(-45deg, #f7f7f7 0%, #ebf5ff 82.31%);
    border-radius: 4px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease-out;
  }

  .show {
    max-height: 1000px;
    pointer-events: none;
  }

  .card-content > p {
    border-bottom: 1px solid #c0c5cc;
    padding: 16px;
  }

  .card-content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    gap: 22px;
  }
  .card-content ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    text-align: justify;
    gap: 30px;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 784px) {
  body .footer .up {
    height: 300px;
    flex-wrap: nowrap;
  }
  body .footer .up div {
    flex-direction: column;
    gap: 10px;
  }
  body .footer .up div .icon-text {
    align-items: center;
    margin: 0;
  }

  body .footer .middle {
    justify-content: center;
  }

  body .footer .middle div {
    flex-wrap: wrap;
    gap: 24px;
  }
  body .footer .low {
    height: 150px;
    padding: 10px 50px 10px 50px;
    flex-direction: column;
    justify-content: center;
  }

  body .footer .low a {
    justify-content: center;
    align-items: center;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    display: block;
    width: 106vw;
    margin-left: -109px;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 647px) {
  body .footer .middle {
    height: 500px;
  }

  body .footer .middle div {
    justify-content: space-between;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    width: 108vw;
    margin-left: -100px;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 557px) {
  .frame-low .frame-left a {
    margin: auto;
    align-self: center;
  }
  body .main .plans .container .card-body button {
    width: 80%;
  }

  body .container .plans .container .table th {
    display: flex;
  }

  body .footer .up {
    height: 450px;
    flex-wrap: wrap;
  }
  body .footer .middle {
    height: 600px;
    flex-direction: column;
    padding: 0;
  }
  body .footer .middle div {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 479px) {
  .table-responsive {
    width: 110vw;
    margin-left: -70px;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 354px) {
  html {
    font-size: 50%;
  }
  .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 312px) {
  body .footer .middle div {
    align-items: center;
  }
}

@media (max-width: 284px) {
  .table-responsive {
    width: 118vw;
    margin-left: -70px;
  }
  body .footer .up {
    flex-wrap: wrap;
  }

  body .footer .up div {
    flex-direction: column;
    gap: 16px;
  }

  body .footer .up div .icon-text {
    align-items: center;
    margin: 0;
  }

  body .footer .low {
    height: 180px;
  }
}

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