/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
@media (max-width: 767px) {
  .mobile-header-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    background: #ffffff;
    position: relative;
    z-index: 1000;
  }

  .mobile-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .mobile-logo img {
    display: block;
    width: 170px;
    height: auto;
  }

  .mobile-menu-toggle,
  .mobile-menu-close {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .mobile-menu-toggle {
    width: 30px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background: rgba(227, 30, 36, 1);
    border-radius: 999px;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
  }

  .mobile-menu-overlay::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    bottom: 10px;
    left: 15px;
    background: #ffffff;
  }

  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-close {
    position: absolute;
    top: 82px;
    right: 64px;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(227, 30, 36, 1);
    font-size: 46px;
    line-height: 1;
    font-weight: 300;
  }

  .mobile-menu-links {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 44px;
    padding: 185px 64px 40px;
  }

  .mobile-menu-links a {
    color: #111111;
    text-decoration: none;
    font-size: 20px;
    font-family: "montserrat", sans-serif;
    line-height: 100%;
    font-weight: 400;
  }

  .mobile-menu-links a:hover {
    color: #ef2b2d;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }
}
.mobile-menu-overlay::before {
  pointer-events: none;
}

.mobile-menu-close {
  z-index: 30;
}

.mobile-menu-links {
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-close {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
    min-width: auto !important;
    border-radius: 0 !important;
    color: #ef2b2d !important;
    font-size: 46px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    font-family: inherit !important;
    text-align: center !important;
    text-decoration: none !important;
    position: absolute;
    z-index: 30;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .luggy-faq summary.e-n-accordion-item-title {
    padding: 20px 28px 20px 28px !important;
}

.luggy-faq details.e-n-accordion-item > [role="region"] {
    padding: 20px 28px 20px 28px !important;
}
}
.heading-italic {
  font-style: italic;
}
.red-word {
  color: rgba(227, 30, 36, 1);
}
.lista-pontos-vermelhos li::marker {
  color: #e52521;
  font-size: 1.45em;
}
.luggy-faq summary.e-n-accordion-item-title {
    box-shadow: 0px 4px 29.6px -2px #00000030;
}

.luggy-faq details.e-n-accordion-item {
    background: rgba(248, 250, 252, 1);
    border-radius: 30px;
    box-shadow: 0px 4px 29.6px -2px #00000030;
    overflow: hidden;
    margin-bottom: 22px;
    border: none !important;
}

.luggy-faq summary.e-n-accordion-item-title {
    background: transparent !important;
    box-shadow: none !important;
    padding: 34px 48px 24px 48px !important;
    border: none !important;
}

.luggy-faq details.e-n-accordion-item > [role="region"] {
    padding: 0 48px 34px 48px !important;
    background: transparent !important;
    border: none !important;
}

.luggy-faq details.e-n-accordion-item:last-child {
    margin-bottom: 0;
}
.comparacao-planos {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.comparacao-planos__title {
  margin: 0 0 24px;
  text-align: center;
  color: #111111;
}

.comparacao-planos__scroll {
  width: 100%;
  overflow-x: auto;
}

.comparacao-planos__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.comparacao-planos__table,
.comparacao-planos__table thead,
.comparacao-planos__table tbody,
.comparacao-planos__table tr,
.comparacao-planos__table th,
.comparacao-planos__table td {
  background: transparent;
}

.comparacao-planos__table thead th {
  padding: 0 !important;
  border: 0 !important;
  vertical-align: top;
}

.comparacao-planos__table thead th:first-child {
  width: 34%;
  background: transparent !important;
}

.comparacao-planos__table thead th:not(:first-child) {
  background: rgba(248, 250, 252, 1) !important;
  padding: 36px 28px 30px !important;
  border: 0 !important;
}


.comparacao-planos__table thead th:not(:first-child):not(:last-child) {
  box-shadow: inset -1px 0 0 #d8dee6;
}

.plano-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 190px;
  text-align: left;
}

.plano-card__name {
  color: rgba(227, 30, 36, 1) !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.plano-card__price {
  color: #000000 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.plano-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(227, 30, 36, 1) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.plano-card__btn:hover,
.plano-card__btn:focus,
.plano-card__btn:active {
  background: rgba(227, 30, 36, 1) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: none !important;
}
.comparacao-planos__table tbody th,
.comparacao-planos__table tbody td,
.comparacao-planos__table tbody tr:nth-child(odd) th,
.comparacao-planos__table tbody tr:nth-child(odd) td,
.comparacao-planos__table tbody tr:nth-child(even) th,
.comparacao-planos__table tbody tr:nth-child(even) td,
.comparacao-planos__table .section-row th {
  background: rgba(248, 250, 252, 1) !important;
}

.comparacao-planos__table tbody th,
.comparacao-planos__table tbody td {
  padding: 20px 16px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.comparacao-planos__table tbody tr:not(:last-child) th,
.comparacao-planos__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d8dee6 !important;
}

.comparacao-planos__table .section-row th {
  padding: 28px 32px 24px !important;
  border-bottom: 0 !important;
  color: rgba(227, 30, 36, 1) !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}

.comparacao-planos__table tbody th {
  color: #111111;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  text-align: left;
  padding-left: 32px !important;
}

.comparacao-planos__table tbody td {
  text-align: center;
}

.is-yes,
.is-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 1;
}

.is-yes {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #555555;
}

.is-yes::before {
  content: "";
  width: 10px;
  height: 18px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(45deg);
  margin-top: -2px;
}


.is-no {
  color: #a5acb5;
  font-size: 28px;
  font-weight: 400;
}

.comparacao-planos__table tbody tr:last-child th {
  border-bottom-left-radius: 20px;
}

.comparacao-planos__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
table td,
table th {
  vertical-align: middle !important;
}
.comparacao-planos__table thead th:nth-child(2) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0;
}

.comparacao-planos__table thead th:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
}
.comparacao-planos__table tbody tr:last-child th,
.comparacao-planos__table tbody tr:last-child td {
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  .planos-mobile {
    width: 100%;
  }

  .planos-mobile-tabs {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
    padding: 0 0 4px;
    margin: 0 0 20px;
  }

  .planos-mobile-tabs::-webkit-scrollbar {
    display: none;
  }

  .planos-tab {
    flex: 0 0 auto;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    padding: 0 0 6px !important;
    margin: 0;
    color: #111111 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
  }

  .planos-tab:hover,
  .planos-tab:focus,
  .planos-tab:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #111111 !important;
    text-decoration: none !important;
  }

  .planos-tab.is-active,
  .planos-tab.is-active:hover,
  .planos-tab.is-active:focus,
  .planos-tab.is-active:active {
    background: transparent !important;
    color: rgba(227, 30, 36, 1) !important;
    font-weight: 700 !important;
    border-bottom: 2px solid rgba(227, 30, 36, 1) !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
  }

  .planos-mobile-panel {
    display: none;
  }

  .planos-mobile-panel.is-active {
    display: block;
  }

  .planos-mobile-card,
  .planos-mobile-beneficios {
    background: rgba(248, 250, 252, 1);
    border-radius: 20px;
  }

  .planos-mobile-card {
    padding: 24px;
    margin-bottom: 20px;
  }

  .planos-mobile-card h3 {
    margin: 0 0 12px;
    color: rgba(227, 30, 36, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
  }

  .planos-mobile-card p {
    margin: 0 0 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
  }

  .planos-mobile-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 30px;
    border: 0 !important;
    border-radius: 999px;
    background: rgba(227, 30, 36, 1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .planos-mobile-card a:hover,
  .planos-mobile-card a:focus,
  .planos-mobile-card a:active {
    background: rgba(227, 30, 36, 1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .planos-mobile-beneficios {
    position: relative;
    overflow: hidden;
    padding: 0;
  }

  .planos-mobile-beneficios::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 72px;
    width: 1px;
    background: #d8dee6;
  }

  .beneficios-title {
    margin: 0;
    padding: 24px 20px 12px;
    color: rgba(227, 30, 36, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
  }

  .beneficio-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    align-items: center;
    gap: 0;
    border: 0 !important;
  }

  .beneficio-row span:first-child {
    padding: 20px;
    color: #111111;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }

  .beneficio-row .is-yes,
  .beneficio-row .is-no {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2px;
    min-height: 72px;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
  }

  .beneficio-row .is-yes::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #555555;
  }

  .beneficio-row .is-yes::before {
    content: "";
    position: relative;
    z-index: 2;
    width: 10px;
    height: 18px;
    margin-top: -2px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
  }

  .beneficio-row .is-no {
    color: #a5acb5;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }
}
.planos-mobile-card {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding: 24px;
  margin-bottom: 20px;
}

.planos-mobile-beneficios::after {
  right: 96px;
}

.beneficio-row {
  grid-template-columns: minmax(0, 1fr) 96px;
}

.beneficio-row .is-yes,
.beneficio-row .is-no {
  width: 96px;
  min-height: 72px;
}

.beneficios-title {
  padding: 24px 20px 12px;
  font-size: 20px;
}

.beneficio-row span:first-child {
  padding: 20px 14px 20px 20px;
  font-size: 15px;
  line-height: 1.15;
  text-align: center;
}
.planos-mobile-beneficios::after {
  left: 44%;
  right: auto;
}

.beneficio-row {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 0;
  border: 0 !important;
}

.beneficio-row span:first-child {
  padding: 20px 12px;
  text-align: center;
}

.beneficio-row .is-yes,
.beneficio-row .is-no {
  width: 100%;
  min-height: 72px;
  justify-self: stretch;
}
.footer-custom a,
.footer-custom a:visited,
.footer-custom a:hover,
.footer-custom a:focus,
.footer-custom a:active {
  color: inherit !important;
}
.cf7-rapido {
  width: 100%;
}

.cf7-rapido .cf7-field {
  margin-bottom: 22px;
}

.cf7-rapido label {
  display: inline-block;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
}

.cf7-rapido .required {
  color: #e31e24;
}

.cf7-rapido .wpcf7-form-control-wrap {
  display: block;
}

.cf7-rapido input[type="text"],
.cf7-rapido input[type="email"],
.cf7-rapido input[type="tel"],
.cf7-rapido textarea {
  width: 100%;
  border: 1px solid #636363;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: none;
  padding: 0 18px;
  color: #636363;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
}

.cf7-rapido input[type="text"],
.cf7-rapido input[type="email"],
.cf7-rapido input[type="tel"] {
  height: 50px;
}

.cf7-rapido textarea {
  height: 160px;
  padding-top: 14px;
  resize: none;
}

.cf7-rapido .cf7-phone-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.cf7-rapido .cf7-phone-prefix {
  width: 92px;
  flex: 0 0 92px;
}

.cf7-rapido .cf7-phone-number {
  flex: 1;
}

.cf7-rapido .cf7-phone-prefix input,
.cf7-rapido .cf7-phone-number input {
  height: 50px;
}

.cf7-rapido .cf7-consent {
  margin: 8px 0 26px;
  color: #636363;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
}

.cf7-rapido .cf7-consent .wpcf7-list-item {
  margin: 0;
}

.cf7-rapido .cf7-consent .wpcf7-list-item-label {
  color: #636363;
}

.cf7-rapido .cf7-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #636363;
  border-radius: 2px;
  vertical-align: middle;
}

.cf7-rapido .cf7-submit-wrap {
  display: flex;
  justify-content: flex-start;
}

.cf7-rapido input[type="submit"] {
  min-width: 220px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: #e31e24;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 0 30px;
}

.cf7-rapido input[type="submit"]:hover,
.cf7-rapido input[type="submit"]:focus {
  background: #e31e24;
  color: #ffffff;
}

.cf7-rapido .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}

.cf7-rapido .wpcf7-response-output {
  margin: 20px 0 0;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .cf7-rapido label {
    font-size: 15px;
    line-height: 22px;
  }

  .cf7-rapido input[type="text"],
  .cf7-rapido input[type="email"],
  .cf7-rapido input[type="tel"],
  .cf7-rapido textarea,
  .cf7-rapido .cf7-consent {
    font-size: 15px;
    line-height: 22px;
  }

  .cf7-rapido .cf7-phone-prefix {
    width: 74px;
    flex: 0 0 74px;
  }

  .cf7-rapido .cf7-submit-wrap {
    justify-content: center;
  }

  .cf7-rapido input[type="submit"] {
    min-width: 240px;
    font-size: 25px;
  }
}