@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #0062FF;  **/
/**  cor-2: #0DA2E7;  **/
/**  cor-3: #F9FAFB;  **/
/**  cor-4: #65758B;  **/
/**  cor-5: #1D283A;  **/

/* Fonts */
@font-face {
  font-family: "open_sansitalic";
  src: url("../fonts/opensans-italic-variablefont_wdthwght-webfont.woff2")
      format("woff2"),
    url("../fonts/opensans-italic-variablefont_wdthwght-webfont.woff")
      format("woff");
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans-variablefont_wdthwght-webfont.woff2")
      format("woff2"),
    url("../fonts/opensans-variablefont_wdthwght-webfont.woff") format("woff");
  font-style: normal;
}

/* Ajustes globais */
a {
  text-decoration: none;
}
strong,
b {
  font-weight: 700;
  font-family: inherit;
}

.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

/* Aceitar termos */
.aceitar_termos {
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(33, 33, 33, 0.9);
  width: 100%;
  z-index: 999999;
}
.aceitar_termos a {
  color: #fffc9e !important;
}
.aceitar_termos a:hover {
  color: #38a7eb !important;
}

a.ctacookies {
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
  background-color: #ff0000;
  color: #fff;
  transition: all 0.3s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover {
  filter: brightness(1.2);
}

/* Botão WhatsApp */
.btnwhats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29a71a;
  border-radius: 50%;

  transition: all 0.2s linear;
}
.btnwhats img {
  width: 42px;
  height: 42px;
}
.btnwhats:hover {
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* Website */
.website {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

/* Links dentro de post */
.postagemcompleta a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

/* CF7 */
.wpcf7-not-valid {
  background-color: #ffd2d2 !important;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-response-output {
  color: #fff !important;
  border: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
  font-weight: bold !important;
  padding: 10px 20px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffb900;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

/* Form iframe */
form iframe {
  width: 304px !important;
  height: 78px !important;
}
.g-recaptcha {
  margin-bottom: 20px;
  display: block;
}
@media (width<=400px) {
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/* Responsividade */
@media (width<=991px) {
  form .row > div {
    width: 100%;
  }
  form {
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {
  .container {
    padding: 0px;
  }
}

/* Links */
a {
  transition: all 0.3s linear;
}
.editor a {
  color: #734397 !important;
}
.editor a:hover {
  text-decoration: underline !important;
}
a:link,
a:visited {
  color: inherit;
}
a:hover,
a:active {
  color: #000000;
}
::-moz-selection {
  background: var(--kry-color-1);
  color: #ffffff;
}
::selection {
  background: var(--kry-color-1);
  color: #ffffff;
}

/* Paginação */
.pagination .active a,
.pagination .active a:hover {
  background-color: #000000;
  border-color: #000000;
}
.lds-ellipsis div {
  background-color: #000000;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ddd;
  margin: 0 5px;
}
.wp-pagenavi span.current {
  background-color: #000000;
  color: #fff;
}

/* Editor */
.editor,
.editor p,
.editor li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p {
  margin-bottom: 20px;
}

/* Body e Container */
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--kry-color-3);
}

.website {
  position: relative;
}

.container {
  width: 100% !important;
  max-width: 1170px !important;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row > * {
  padding: 0px 15px 0px 15px;
}

/* Alinhamentos */
.alignleft {
  float: left;
  margin: 16px 16px 16px 0;
}
.alignright {
  float: right;
  margin: 16px 0 16px 16px;
}
.aligncenter {
  display: block;
  margin: 16px auto;
}

:root {
  --font-Padrao: "open_sansregular";

  --kry-color-1: #0062ff;
  --kry-color-2: #0da2e7;
  --kry-color-3: #f9fafb;
  --kry-color-4: #65758b;
  --kry-color-5: #1d283a;
}

/* HEADER */

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;

  width: 100%;
  height: auto;

  background-color: #ffffff;

  border: 1px solid #e1e7ef;
}

.header .container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header .header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo__header {
  display: flex;

  width: 100%;
  max-width: 246px;
  max-height: 80px;
}

.header .logo__header img {
  width: 100%;
  max-width: 246px;
  height: auto;
  max-height: 80px;
}

.header .menu__container {
  transition: all 0.3s ease;
}

.header .menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px 20px;

  font-family: var(--font-Padrao);

  list-style: none;

  padding: 0px;
  margin: 0px;
}

.header .menu__list .menu__link {
  font-size: 16px;
  font-weight: 600;
  color: var(--kry-color-4);

  transition: color 0.3s ease;
}

.header .menu__list .menu__link:hover,
.header .menu__list .menu__link.active {
  color: var(--kry-color-1);
}

.header .contact__login__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.header .contact__login__wrapper .btn__login {
  height: 40px;

  display: flex;
  align-items: center;
  gap: 8px;

  font-family: var(--font-Padrao);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--kry-color-4);
  white-space: nowrap;

  border-radius: 10px;

  transition: background-color 0.3s ease, color 0.3s ease;

  padding-left: 1rem;
  padding-right: 1rem;
}

.header .contact__login__wrapper .btn__login svg {
  color: var(--kry-color-4);
  transition: color 0.3s ease;
}

.header .contact__login__wrapper .btn__login:hover svg {
  color: #ffffff;
}

.header .contact__login__wrapper .btn__login:hover {
  background-color: var(--kry-color-2);
  color: #ffffff;
}

.header .contact__login__wrapper .btn__contact {
  height: 40px;

  display: flex;
  align-items: center;

  font-family: var(--font-Padrao);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;

  background-color: var(--kry-color-1);
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 98, 255, 0.25),
    0 4px 6px -4px rgba(0, 98, 255, 0.25);

  transition: all 0.3s ease;

  padding-left: 1rem;
  padding-right: 1rem;
}

.header .contact__login__wrapper .btn__contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 15px -3px rgba(0, 98, 255, 0.3),
    0 8px 6px -4px rgba(0, 98, 255, 0.3);
}

.header .logo__mobile,
.header .close__wrapper,
.header .mobile__item {
  display: none;
}

.header .logo__mobile img {
  width: 100%;
  height: auto;
  max-height: 80;
}

.header .close__wrapper p {
  font-family: var(--font-Padrao);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: var(--kry-color-5);

  margin-bottom: 0;
}

.header .btnCloseMenu {
  display: none;

  width: 32px;
  height: 32px;

  background-image: url("../imagens/icon-close.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;

  border: none;
  border-radius: 0px;

  padding: 0px;
}

.header .btnOpenMenu {
  display: none;

  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);

  width: 40px;
  height: auto;

  background-color: transparent;
  border: none;
  border-radius: 0px;
  color: var(--kry-color-5);
  cursor: pointer;

  padding: 0px;
}

.header .btnOpenMenu .lines__inner {
  width: 36px;
  height: 28px;

  display: grid;
  gap: 4px;

  margin: 0 auto;
}

.header .btnOpenMenu .line {
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header .btnOpenMenu:focus-visible {
  outline: 2px solid #ffffff;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(2) {
  opacity: 0;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.header .backdrop {
  position: fixed;
  z-index: 5;
  inset: 0;

  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;

  transition: opacity 0.3s ease;
}

.header .backdrop.shown {
  opacity: 1;
  pointer-events: auto;
}

/* RESPONSIVO HEADER */

@media (min-width: 992px) {
  .header .backdrop {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .menu__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    width: 80%;
    max-width: 350px;
    height: 100%;

    background-color: var(--kry-color-3);
    border-right: 1px solid var(--kry-color-5);

    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    gap: 20px;

    transform: translateX(-100%);
    opacity: 0;

    padding: 30px;
  }
  .header .menu__container.shown {
    transform: translateX(0);
    opacity: 1;
  }
  .menu__container .menu {
    flex-direction: column;
    align-items: start;
  }

  .header .menu__nav,
  .header .close__wrapper {
    width: 100%;
  }

  .header .desktop__item {
    display: none;
  }

  .header .mobile__item {
    display: flex;
  }

  .header .menu__list {
    flex-direction: column;
    align-items: start;
  }

  .header .close__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .header .contact__login__wrapper {
    flex-direction: column;
  }

  .header .btnOpenMenu {
    display: grid;
  }

  .header .btnCloseMenu,
  .header .logo__mobile {
    display: block;
  }
}

/* /RESPONSIVO HEADER */

/* /HEADER */

/* FOOTER */

.footer {
  background-color: var(--kry-color-5);
}

.footer .container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer .row {
  row-gap: 25px;
}

.footer .logo__footer {
  display: block;
  width: 100%;
  max-width: 221px;
  max-height: 64px;

  margin-bottom: 24px;
}

.footer .logo__footer img {
  width: 100%;
  max-width: 221px;
  height: auto;
  max-height: 64px;
}

.footer .catch__phrase {
  font-family: var(--font-Padrao);
  font-size: 15px;
  font-weight: 500;
  color: #fff9;

  margin-bottom: 24px;
}

.footer .social__media__wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.footer .social__media__link {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  height: 40px;

  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;

  transition: background-color 0.3s linear;
}

.footer .social__media__link:hover {
  background-color: var(--kry-color-1);
}

.footer .social__media__link svg {
  color: #ffffff;
}

.footer .content__footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px 25px;
}

.footer .content__footer {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;

  font-family: var(--font-Padrao);
}

.footer .content__footer p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;

  margin-bottom: 24px;
}

.footer .content__footer ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 12px;

  list-style: none;

  padding: 0px;
  margin-bottom: 0px;
}

.footer .content__footer li,
.footer .content__footer a,
.footer .content__footer span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);

  transition: color 0.3s ease;
}

.footer .content__footer a:hover {
  color: var(--kry-color-1);
}

.footer .contact__info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 16px;
}

.footer .contact__info {
  display: flex;
  align-items: center;
  column-gap: 12px;

  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.footer .credits {
  display: flex;
  justify-content: space-between;
  align-items: end;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  padding-top: 32px;
  margin-top: 48px;
}

.footer .credits span,
.footer .credits a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);

  transition: color 0.3s ease;
}

.footer .termos__legais__wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer .credits .kryzalis svg {
  color: #ffffffcc;

  transform: translateY(-2px);

  transition: color 0.3s ease;
}

.footer .credits .kryzalis {
  display: flex;
  justify-content: center;
  align-items: end;
  column-gap: 8px;
}

.footer .credits a:hover,
.footer .credits .kryzalis:hover svg {
  color: var(--kry-color-1);
}

/* RESPONSIVO FOOTER */

@media (max-width: 991px) {
  .footer .col-lg-3 {
    justify-items: center;
  }
  .footer .social__media__wrapper {
    justify-content: center;
  }

  .footer .credits {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    row-gap: 14px;
  }
}
@media (max-width: 900px) {
  .footer .container {
    padding-bottom: 94px;
  }
}
@media (max-width: 767px) {
  .footer .content__footer__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
}
@media (max-width: 480px) {
  .footer .termos__legais__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* BANNER */

/*.section__banner {
  position: relative;

  background: linear-gradient(
    135deg,
    rgba(0, 98, 255, 0.05) 0%,
    rgba(13, 162, 231, 0.05) 100%
  );

  overflow: hidden;
  padding-top: 105px;
}

.section__banner::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0px;

  width: 600px;
  height: 600px;

  filter: blur(64px);
  background-color: rgba(0, 98, 255, 0.1);
  border-radius: 9999px;
}

.section__banner::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;

  width: 400px;
  height: 400px;

  filter: blur(64px);
  background-color: rgba(0, 98, 255, 0.1);
  border-radius: 9999px;
}

.section__banner .container {
  position: relative;
  z-index: 10;

  padding-top: 100px;
  padding-bottom: 100px;
}

.section__banner .row {
  align-items: center;
  row-gap: 25px;
}

.section__banner .content .impact__phrase {
  width: fit-content;

  display: flex;
  align-items: center;
  column-gap: 8px;

  font-size: 14px;
  font-weight: 700;
  color: var(--kry-color-1);

  background-color: rgba(0, 98, 255, 0.1);
  border-radius: 9999px;

  padding: 8px 16px;
  margin-bottom: 24px;
}

.section__banner .content {
  font-family: var(--font-Padrao);
}

.section__banner .content h1 {
  font-size: 59px;
  font-weight: 700;
  line-height: 1;
  color: var(--kry-color-5);

  margin-bottom: 24px;
}

.section__banner .content h1 strong,
.section__banner .content h1 b {
  background: linear-gradient(
    135deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 100%
  );
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.section__banner .content p {
  font-size: 20px;
  color: var(--kry-color-4);

  margin-bottom: 0px;
}

.section__banner .btns__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;

  margin-top: 32px;
}

.section__banner .btn__consulta {
  height: 56px;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;

  background-color: var(--kry-color-1);
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 98, 255, 0.25),
    0 4px 6px -4px rgba(0, 98, 255, 0.25);

  white-space: nowrap;

  transition: all 0.3s ease;

  padding: 0px 24px;
}

.section__banner .btn__consulta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 15px -3px rgba(0, 98, 255, 0.3),
    0 8px 6px -4px rgba(0, 98, 255, 0.3);
}

.section__banner .btn__atendimento {
  height: 56px;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;

  background-color: #22c35d;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(34, 195, 93, 0.25),
    0 4px 6px -4px rgba(34, 195, 93, 0.25);

  white-space: nowrap;

  transition: all 0.3s ease;

  padding: 0px 16px;
}

.section__banner .btn__atendimento:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 15px -3px rgba(34, 195, 93, 0.25),
    0 8px 6px -4px rgba(34, 195, 93, 0.25);
}

.section__banner .pontos__fortes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;

  margin-top: 40px;
}

.section__banner .pontos__fortes .item__ponto {
  display: flex;
  align-items: center;

  gap: 8px;
}

.section__banner .pontos__fortes .item__ponto p {
  font-family: var(--font-Padrao);
  font-size: 14px;
  font-weight: 600;
  color: var(--kry-color-4);

  margin-bottom: 0px;
}

.section__banner .pontos__fortes .item__ponto svg,
.section__banner .pontos__fortes .item__ponto img {
  width: 24px;
  height: 24px;
  color: var(--kry-color-1);
}

.section__banner .img__banner {
  position: relative;

  width: 100%;
  max-width: 600px;
  height: auto;
}

.section__banner .img__banner img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 24px;
}

.section__banner .img__banner::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(to top, rgba(0, 98, 255, 0.2), transparent);
  border-radius: 24px;
}*/


.banner-carrossel{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 85px;
}

.banner-carrossel .tns-outer,
.banner-carrossel .tns-ovh,
.banner-carrossel .tns-inner,
.banner-carrossel .slider-banners{
  width: 100%;
  height: 100%;
}

.banner-item{
  display: block;
  width: 100%;
  height: 725px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px){
  .banner-item{
    height: 400px;
  }

}


@media (max-width: 769px){
  .banner-item{
    height: 300px;
  }

  .banner-carrossel .tns-controls button{
    width: 30px;
    height: 30px;
  }
}


.banner-carrossel .tns-controls{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.banner-carrossel .tns-controls button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #0062FF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  text-indent: -9999px;
  transition: all .3s ease;
}

.banner-carrossel .tns-controls button:hover{
  background: rgba(0,0,0,.75);
}

.banner-carrossel .tns-controls [data-controls="prev"]{
  left: 20px;
}

.banner-carrossel .tns-controls [data-controls="next"]{
  right: 20px;
}

.banner-carrossel .tns-controls [data-controls="prev"]::after,
.banner-carrossel .tns-controls [data-controls="next"]::after{
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.banner-carrossel .tns-controls [data-controls="prev"]::after{
  transform: rotate(-135deg);
}

.banner-carrossel .tns-controls [data-controls="next"]::after{
  transform: rotate(45deg);
}

.banner-carrossel .tns-controls button{
  color: transparent;
}

.banner-carrossel a{
  outline: none;
}


/* RESPONSIVO BANNER */
/*
@media (max-width: 991px) {
  .section__banner .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section__banner .col-lg-6 {
    display: flex;
    justify-content: center;
  }
  .section__banner .content {
    justify-items: center;
    text-align: center;
  }
  .section__banner .btns__wrapper {
    flex-direction: column;
  }
  .section__banner .btn__consulta,
  .section__banner .btn__atendimento {
    width: 100%;
  }

  .section__banner .content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .section__banner .content h1 {
    font-size: 38px;
  }
  .section__banner .content p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .section__banner .content h1 {
    font-size: 32px;
  }
}*/

/* /RESPONSIVO BANNER */

/* /BANNER */

/* LANDING PAGE */

.content__section {
  width: 100%;
  max-width: 680px;

  font-family: var(--font-Padrao);

  justify-items: center;
  text-align: center;

  margin-bottom: 64px;
}

.content__section .phrase {
  width: fit-content;

  font-size: 14px;
  font-weight: 700;
  color: var(--kry-color-1);

  background-color: rgba(0, 98, 255, 0.1);
  border-radius: 9999px;

  padding: 8px 16px;
  margin-bottom: 16px;
}

.content__section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;

  margin-bottom: 16px;
}

.content__section h2 strong,
.content__section h2 b {
  background: linear-gradient(
    135deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 100%
  );
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.content__section p {
  font-size: 18px;
  font-weight: 500;
  color: var(--kry-color-4);

  margin-bottom: 0;
}

.fx1__lp {
  background-color: #ffffff;
}

.fx1__lp .container {
  justify-items: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx1__lp .vantagens__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

.fx1__lp .card__vantagem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  width: 100%;
  max-width: 290px;
  height: 100%;
  min-height: 300px;

  font-family: var(--font-Padrao);

  box-shadow: 0 4px 24px -4px rgba(29, 40, 58, 0.08);
  border-radius: 12px;
  border: 1px solid transparent;

  transition: all 0.3s ease;

  padding: 32px 24px;
}

.fx1__lp .card__vantagem .icon {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 64px;
  height: 64px;

  background: linear-gradient(
    135deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 100%
  );
  border-radius: 16px;

  transition: transform 0.3s ease;

  margin-bottom: 24px;
}

.fx1__lp .card__vantagem .icon img,
.fx1__lp .card__vantagem .icon svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.fx1__lp .card__vantagem p {
  font-size: 20px;
  font-weight: 700;
  color: var(--kry-color-5);

  margin-bottom: 20px;
}

.fx1__lp .card__vantagem span {
  font-size: 16px;
  font-weight: 500;
  color: var(--kry-color-4);

  margin-bottom: 0px;
}

.fx1__lp .card__vantagem:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 98, 255, 0.2);
  box-shadow: 0 12px 32px -8px rgba(29, 40, 58, 0.15);
}

.fx1__lp .card__vantagem:hover .icon {
  transform: scale(1.1);
}

.fx2__lp {
  position: relative;
  overflow: hidden;
}

.fx2__lp::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);

  width: 800px;
  height: 800px;

  filter: blur(64px);
  background-color: rgba(0, 98, 255, 0.05);
}

.fx2__lp .container {
  position: relative;
  z-index: 10;

  justify-items: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx2__lp .step_by_step__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-gap: 32px;
}

.fx2__lp .step__item {
  position: relative;

  width: 100%;
  max-width: 370px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  font-family: var(--font-Padrao);
}

.fx2__lp .step__item::before {
  content: "";
  position: absolute;
  top: 48px;
  left: calc(50% + 40px);

  display: block;

  width: calc(100% - 80px);
  height: 2px;

  background: linear-gradient(
    to right,
    rgba(0, 98, 255, 0.3),
    rgba(0, 98, 255, 0.1)
  );
}

.fx2__lp .step_by_step__grid .step__item:last-child::before {
  content: "";
  display: none;
}

.fx2__lp .step__item .icon {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 96px;
  height: 96px;

  background: linear-gradient(
    135deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 100%
  );
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 98, 255, 0.2),
    0 8px 10px -6px rgba(0, 98, 255, 0.2);

  transition: transform 0.3s ease;

  margin-bottom: 24px;
}

.fx2__lp .step__item .icon .step__number {
  position: absolute;
  top: -8px;
  right: -8px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--kry-color-1);

  background-color: #ffffff;
  border: 2px solid var(--kry-color-1);
  border-radius: 50%;
}

.fx2__lp .step__item p {
  font-size: 20px;
  font-weight: 700;
  color: var(--kry-color-5);

  margin-bottom: 12px;
}

.fx2__lp .step__item span {
  font-size: 16px;
  font-weight: 500;
  color: var(--kry-color-4);
}

.fx2__lp .step__item:hover .icon {
  transform: scale(1.05);
}

.fx3__lp {
  background-color: #ffffff;
}

.fx3__lp .container {
  justify-items: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx3__lp .specialties__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.fx3__lp .specialty__item {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 16px;

  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 4px 24px -4px rgba(29, 40, 58, 0.08);

  font-family: var(--font-Padrao);

  transition: all 0.3s ease;

  padding: 24px;
}

.fx3__lp .specialty__item:hover {
  background-color: #ffffff;
  border-color: rgba(0, 98, 255, 0.2);
  box-shadow: 0 12px 32px -8px rgba(29, 40, 58, 0.15);
}

.fx3__lp .specialty__item .icon {
  --specialty-bg-color: var(--kry-color-1);

  width: 64px;
  height: 64px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--specialty-bg-color, #0062ff);
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);

  transition: transform 0.3s ease;
}

.fx3__lp .specialty__item:hover .icon {
  transform: scale(1.1);
}

.fx3__lp .specialty__item .icon img {
  width: 32px;
  height: 32px;
}

.fx3__lp .specialty__item p {
  font-size: 14px;
  font-weight: 600;
  color: var(--kry-color-5);

  transition: color 0.3s ease;

  margin-bottom: 0;
}

.fx3__lp .specialty__item:hover p {
  color: var(--kry-color-1);
}

.fx4__lp .container {
  justify-items: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx4__lp .planos__wrapper {
  width: 100%;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.fx4__lp .card__plan {
  position: relative;

  width: 100%;
  max-width: 432px;

  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);

  font-size: var(--font-Padrao);

  transition: transform 0.3s ease;

  padding: 32px;
}

.fx4__lp .card__plan:hover {
  transform: translateY(-8px);
}

.fx4__lp .card__plan[data_destaque="true"] {
  background-color: var(--kry-color-1);
}

.fx4__lp .card__plan[data_destaque="true"] .content p,
.fx4__lp .card__plan[data_destaque="true"] .price,
.fx4__lp .card__plan[data_destaque="true"] .price .cycle {
  color: #ffffff;
}

.fx4__lp .card__plan[data_destaque="true"] .content .excerpt,
.fx4__lp .card__plan[data_destaque="true"] .plan__info li {
  color: rgba(255, 255, 255, 0.9);
}

.fx4__lp .card__plan[data_destaque="true"] .plan__info li::before {
  background-image: url("../imagens/icon-checkmark-destaque.png");
}

.fx4__lp .card__plan[data_destaque="true"] .btn__plan {
  background-color: #ffffff;
  color: var(--kry-color-1);
}

.fx4__lp .card__plan[data_destaque="true"]:hover .btn__plan {
  background-color: rgba(255, 255, 255, 0.9);
}

.fx4__lp .card__plan .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  margin-bottom: 24px;
}

.fx4__lp .card__plan .content p {
  font-size: 24px;
  font-weight: 700;
  color: var(--kry-color-5);

  margin-bottom: 8px;
}

.fx4__lp .card__plan .content .excerpt {
  font-size: 14px;
  font-weight: 400;
  color: var(--kry-color-4);
}

.fx4__lp .card__plan .price {
  font-size: 48px;
  font-weight: 700;
  color: var(--kry-color-5);

  margin-bottom: 26px;
}

.fx4__lp .card__plan .price .cycle {
  font-size: 16px;
  font-weight: 400;
  color: var(--kry-color-4);
}

.fx4__lp .card__plan .plan__info ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;

  list-style: none;

  padding-left: 32px;
  margin-bottom: 0px;
}

.fx4__lp .card__plan .plan__info {
  width: 100%;
}

.fx4__lp .card__plan .plan__info li {
  position: relative;

  font-size: 16px;
  font-weight: 400;
  color: var(--kry-color-4);
}

.fx4__lp .card__plan .plan__info li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -32px;

  width: 20px;
  height: 20px;

  background-image: url("../imagens/icon-checkmark.png");
}

.fx4__lp .card__plan .btn__plan {
  width: 100%;

  text-align: center;

  background-color: var(--kry-color-1);
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 98, 255, 0.25),
    0 4px 6px -4px rgba(0, 98, 255, 0.25);

  font-size: 16px;
  font-weight: 600;
  color: #ffffff;

  transition: all 0.3s ease;

  padding: 15px;
  margin-top: 32px;
}

.fx4__lp .card__plan:hover .btn__plan {
  background-color: rgba(0, 98, 255, 0.9);
  box-shadow: 0 20px 25px -5px rgba(0, 98, 255, 0.3),
    0 8px 10px -6px rgba(0, 98, 255, 0.3);
  transform: translateY(-2px);
}

.fx4__lp .card__plan .destaque__float {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  gap: 4px;

  font-size: 14px;
  font-weight: 700;
  color: #ffffff;

  background-color: var(--kry-color-2);
  border-radius: 9999px;

  padding: 8px 16px;
}

.fx4__lp .card__plan .destaque__float svg {
  color: #ffffff;
}

.fx4__lp .card__plan[data_destaque="false"] .destaque__float {
  display: none;
}

.fx5__lp {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.fx5__lp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);

  width: 400px;
  height: 400px;

  filter: blur(64px);
  background-color: rgba(0, 98, 255, 0.05);
  border-radius: 50%;
}

.fx5__lp::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);

  width: 400px;
  height: 400px;

  filter: blur(64px);
  background-color: rgba(0, 98, 255, 0.05);
  border-radius: 50%;
}

.fx5__lp .container {
  position: relative;
  z-index: 10;

  justify-items: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx5__lp .slider-depoimentos {
  display: flex;
}

.fx5__lp .depoimento__inner {
  justify-items: center;
}

.fx5__lp .card__depoimento {
  position: relative;

  width: 100%;
  max-width: 290px;
  height: 100%;

  display: flex;
  flex-direction: column;
  row-gap: 16px;

  font-size: var(--font-Padrao);

  background-color: #ffffff;
  border-radius: 12px;

  padding: 24px;
}

.fx5__lp .card__depoimento::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;

  width: 32px;
  height: 32px;

  background-image: url("../imagens/icon-commas.svg");
}

.fx5__lp .card__depoimento .head__dep {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fx5__lp .card__depoimento .name__letters {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 44px;
  height: 44px;

  background: linear-gradient(
    135deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 100%
  );
  border-radius: 50%;

  padding: 4px;
}

.fx5__lp .card__depoimento .name__letters p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;

  margin-bottom: 0px;
}

.fx5__lp .card__depoimento .name__address p {
  font-size: 16px;
  font-weight: 600;
  color: var(--kry-color-5);
  margin-bottom: 0;
}

.fx5__lp .card__depoimento .name__address span {
  font-size: 14px;
  font-weight: 400;
  color: var(--kry-color-4);
}

.fx5__lp .card__depoimento .stars {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}

.fx5__lp .card__depoimento .stars img,
.fx5__lp .card__depoimento .stars svg {
  width: 96px;
  height: 16px;
}

.fx5__lp .card__depoimento .content_dep p {
  font-size: 14px;
  font-weight: 500;
  color: var(--kry-color-4);

  margin-bottom: 0px;
}

.fx5__lp .tns-outer {
  position: relative;
  z-index: 10;

  max-width: 100%;
}

.fx5__lp .tns-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  margin-top: 15px;
}

.fx5__lp .tns-controls button {
  width: 32px;
  height: 32px;

  background-color: transparent;
  border: none;
  outline: none;

  padding: 0;
}

.fx5__lp .tns-controls .theme__controls {
  width: 100%;
  height: 100%;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  transition: transform 0.3s ease;
}

.fx5__lp .tns-controls .theme__controls:hover {
  transform: scale(1.1);
}

.fx5__lp .tns-controls .theme__controls__prev {
  background-image: url("../imagens/chevron-prev.png");
}

.fx5__lp .tns-controls .theme__controls__next {
  background-image: url("../imagens/chevron-next.png");
}

.fx6__lp {
  background-color: #ffffff;
}

.fx6__lp .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx6__lp .compare__container {
  width: 768px;
  max-width: 100%;

  overflow-y: hidden;
  overflow-x: auto;

  font-family: var(--font-Padrao);

  display: flex;
  flex-direction: column;
  gap: 20px;

  padding-top: 4px;
}

.fx6__lp .compare__header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;

  padding: 0px 16px;
}

.fx6__lp .compare__header p {
  font-size: 16px;
  font-weight: 600;

  margin-bottom: 0px;
}

.fx6__lp .compare__header p:nth-child(1) {
  color: var(--kry-color-4);
}

.fx6__lp .compare__header p:nth-child(2) {
  color: #ffffff;
  text-align: center;
}

.fx6__lp .compare__header p:nth-child(2) span {
  font-size: 14px;

  background: linear-gradient(
    135deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 100%
  );
  border-radius: 9999px;

  padding: 10px 16px;
}

.fx6__lp .compare__header p:nth-child(3) {
  color: var(--kry-color-4);
  text-align: center;
}

.fx6__lp .compare__header p:nth-child(3) span {
  font-size: 14px;

  background-color: #f3f5f7;
  border-radius: 9999px;

  padding: 10px 16px;
}

.fx6__lp .compare__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fx6__lp .compare__header,
.fx6__lp .compare__content {
  min-width: 768px;
}

.fx6__lp .compare__line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;

  background-color: var(--kry-color-3);
  border: 1px solid #e1e7ef;
  border-radius: 12px;

  transition: border-color 0.3s ease;

  padding: 16px;
}

.fx6__lp .compare__line:hover {
  border-color: rgba(0, 98, 255, 0.2);
}

.fx6__lp .compare__first__col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fx6__lp .compare__first__col .icon {
  width: 40px;
  height: 40px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgba(0, 98, 255, 0.1);
  border-radius: 12px;
}

.fx6__lp .compare__first__col p {
  font-size: 16px;
  font-weight: 600;
  color: var(--kry-color-5);

  margin-bottom: 0px;
}

.fx6__lp .compare__second__col {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.fx6__lp .compare__second__col svg {
  color: #22c55e;
}

.fx6__lp .compare__second__col p {
  font-size: 14px;
  font-weight: 600;
  color: var(--kry-color-5);

  margin-bottom: 0;
}

.fx6__lp .compare__third__col {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.fx6__lp .compare__third__col svg {
  color: rgba(101, 117, 139, 50%);
}

.fx6__lp .compare__third__col p {
  font-size: 14px;
  font-weight: 500;
  color: var(--kry-color-4);

  margin-bottom: 0;
}

.fx7__lp .container {
  justify-items: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx7__lp .faq__container {
  width: 100%;
  max-width: 768px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.fx7__lp .faq__wrapper {
  width: 100%;

  display: flex;
  flex-direction: column;

  font-family: var(--font-Padrao);

  background-color: #ffffff;
  border: 1px solid rgba(225, 231, 231, 1);
  border-radius: 12px;
  box-shadow: 0 4px 24px -4px rgba(29, 40, 58, 0.08);

  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;

  padding: 20px 24px 0px 24px;
}

.fx7__lp .faq__wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 98, 255, 0.3);
  box-shadow: 0 12px 32px -8px rgba(29, 40, 58, 0.15);
}

.fx7__lp .faq__wrapper:has(.question[aria-expanded="true"]) {
  border-color: rgba(0, 98, 255, 0.3);
}

.fx7__lp .faq__wrapper .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;

  padding-bottom: 20px;
}

.fx7__lp .faq__wrapper .question span {
  font-size: 16px;
  font-weight: 600;

  color: var(--kry-color-5);

  transition: color 0.3s ease;
}

.fx7__lp .faq__wrapper .question svg {
  color: var(--kry-color-5);

  transition: color 0.3s ease, transform 0.3s ease;
}

.fx7__lp .faq__wrapper .question[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.fx7__lp .faq__wrapper:hover .question span,
.fx7__lp .faq__wrapper:hover .question svg {
  color: var(--kry-color-1);
}

.fx7__lp .faq__wrapper .answer {
  padding-bottom: 20px;
}

.fx7__lp .faq__wrapper .answer p {
  font-size: 14px;
  font-weight: 400;
  color: var(--kry-color-4);

  margin-bottom: 0px;
}

.fx8__lp {
  position: relative;

  background: linear-gradient(
    135deg,
    var(--kry-color-1) 0%,
    var(--kry-color-2) 100%
  );
}

.fx8__lp::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%
  );
}

.fx8__lp::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 70% 80%,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 50%
  );
}

.fx8__lp .container {
  position: relative;
  z-index: 10;

  display: flex;
  justify-content: center;

  padding-top: 112px;
  padding-bottom: 112px;
}

.fx8__lp .container .container__content {
  position: relative;
  z-index: 10;

  justify-items: center;

  width: 100%;
  max-width: 768px;
}

.fx8__lp .content {
  font-family: var(--font-Padrao);
  text-align: center;

  margin-bottom: 40px;
}

.fx8__lp .content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;

  margin-bottom: 24px;
}

.fx8__lp .content p {
  width: 100%;
  max-width: 576px;

  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);

  margin-bottom: 0px;
}

.fx8__lp .btns__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  margin-bottom: 48px;
}

.fx8__lp .btns__wrapper .btn__consulta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  white-space: nowrap;

  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);

  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--kry-color-1);

  transition: all 0.3s ease;

  padding: 22px 40px;
}

.fx8__lp .btns__wrapper .btn__consulta:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.fx8__lp .btns__wrapper .btn__consulta svg {
  color: var(--kry-color-1);
}

.fx8__lp .btns__wrapper .btn__whatsapp {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 8px;

  white-space: nowrap;

  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);

  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;

  transition: all 0.3s ease;

  padding: 22px 40px;
}

.fx8__lp .btns__wrapper .btn__whatsapp:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.fx8__lp .btns__wrapper .btn__whatsapp svg {
  color: #ffffff;
}

.fx8__lp .beneficios__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.fx8__lp .beneficios__wrapper .item__beneficio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.fx8__lp .beneficios__wrapper .item__beneficio img {
  width: 20px;
  height: 20px;
}

/* RESPONSIVO LANDING PAGE */

@media (min-width: 992px) {
  .fx2__lp .step_by_step__grid .step__item:nth-child(5n)::before {
    content: "";
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .fx2__lp .step_by_step__grid .step__item:nth-child(2n)::before {
    content: "";
    display: none;
  }
}
@media (max-width: 991px) {
  .fx1__lp .vantagens__grid,
  .fx2__lp .step_by_step__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fx3__lp .specialties__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .fx8__lp .content h3 {
    font-size: 38px;
  }
  .fx8__lp .content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fx3__lp .specialties__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .fx4__lp .card__plan .price {
    font-size: 38px;
  }

  .fx6__lp .compare__container {
    width: 650px;
  }

  .fx6__lp .compare__header,
  .fx6__lp .compare__content {
    min-width: 650px;
  }

  .fx8__lp .content h3 {
    font-size: 30px;
  }
  .fx8__lp .content p {
    font-size: 16px;
  }
  .fx8__lp .btns__wrapper,
  .fx8__lp .beneficios__wrapper {
    flex-direction: column;
  }
  .fx8__lp .btns__wrapper .btn__consulta,
  .fx8__lp .btns__wrapper .btn__whatsapp {
    padding: 22px;
  }
  .fx8__lp .beneficios__wrapper {
    gap: 32px 15px;
  }
}
@media (max-width: 575px) {
  .content__section h2 {
    font-size: 28px;
  }
  .content__section p {
    font-size: 16px;
  }

  .fx1__lp .vantagens__grid,
  .fx2__lp .step_by_step__grid {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .fx2__lp .step_by_step__grid .step__item::before {
    content: "";
    display: none;
  }

  .fx3__lp .specialties__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* /RESPONSIVO LANDING PAGE */

/* /LANDING PAGE */

/* 404 */

.pg-404 {
  min-height: 45vh;
  place-items: center;
  padding-top: 172px;
  padding-bottom: 112px;
}

.pg-404 .container {
  width: min(960px, 100%);
  margin-inline: auto;
  text-align: center;
}

.pg-404 h1 {
  font-family: var(--fontPadrao);
  font-weight: 800;
  line-height: 1;
  font-size: 66px;
  color: #000000;
}

.pg-404 h2 {
  margin: 1rem 0 1.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

.pg-404 .editor {
  margin: 1rem auto 0;
  width: min(760px, 100%);
  color: #000000;
  font-size: 22px;
  line-height: 1.7;
}

.pg-404 .editor a {
  color: #000000 !important;
  font-weight: 700;
  text-decoration: none;
}

.pg-404 .editor a:hover,
.pg-404 .editor a:active {
  color: var(--kry-color-2) !important;
}

/* Ajustes responsivos extras */
@media (max-width: 640px) {
  .pg-404 h1 {
    font-size: 46px;
  }
  .pg-404 h2 {
    font-size: 23px;
  }
  .pg-404 .editor {
    font-size: 18px;
  }
}

/* /404 */

/* OBRIGADO */

.fx1_obrigado {
  min-height: 45vh;
  align-content: center;
}

.fx1_obrigado .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1_obrigado .content {
  text-align: center;
}

.fx1_obrigado .content h2 {
  font-family: var(--fontPadrao);
  font-size: 55px;
  font-weight: 700;

  color: #000000;

  margin-bottom: 20px;
}

.fx1_obrigado .content p {
  font-family: var(--fontPadrao);
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}

.fx1_obrigado .content a {
  color: #000000;

  transition: all 0.3s ease;

  &:hover {
    color: var(--kry-color-3);
  }
}

@media (max-width: 767px) {
  .fx1_obrigado .content h2 {
    font-size: 35px;
  }
  .fx1_obrigado .content p {
    font-size: 18px;
  }
}

/* /OBRIGADO */

/* PAGINA PADRÃO */

.page-padrao {
  background-color: #ffffff;
  padding: 50px 10px;
  padding-top: 142px;
  color: #2e8f8f;
  overflow: hidden;
}

.page-padrao .container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.page-padrao h1,
.page-padrao h2,
.page-padrao h3 {
  font-family: var(--font-Padrao);
  font-weight: 700;
  color: #2e8f8f;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-padrao h1 {
  font-size: 42px;
}
.page-padrao h2 {
  font-size: 30px;
}
.page-padrao h3 {
  font-size: 22px;
}

.page-padrao p {
  font-family: var(--font-Padrao);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.page-padrao li {
  font-size: 17px;
  color: #333;
}

.page-padrao li::marker {
  color: #2e8f8f;
}

.page-padrao a {
  color: #2e8f8f;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.page-padrao a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2e8f8f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-padrao a:hover {
  color: #2e8f8f;
}

.page-padrao a:hover::after {
  transform: scaleX(1);
}

.page-padrao img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-padrao ul,
.page-padrao ol {
  margin-left: 25px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-padrao .wp-block-button__link,
.page-padrao a.button {
  background-color: #2e8f8f;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.page-padrao .wp-block-button__link:hover,
.page-padrao a.button:hover {
  background-color: #2e8f8f;
  transform: translateY(-2px);
}

/* /PAGINA PADRÃO */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/

#faixa_minha_conta {
  padding-top: 20px;
}
