/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
:root {
  --e-global-color-primary: #123d2b;
  --e-global-color-accent: #123d2b;
}

/* Override the default Elementor/Hello accent on native controls and popup UI. */
button,
[type="button"],
[type="submit"],
[type="reset"],
button:hover,
[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover,
button:focus,
[type="button"]:focus,
[type="submit"]:focus,
[type="reset"]:focus,
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active,
.elementor-widget-nav-menu .elementor-menu-toggle,
.elementor-widget-nav-menu .elementor-menu-toggle:hover,
.elementor-widget-nav-menu .elementor-menu-toggle:focus,
.elementor-widget-nav-menu .elementor-menu-toggle:active,
.elementor-popup-modal .dialog-close-button,
.elementor-popup-modal .dialog-close-button:hover,
.elementor-popup-modal .dialog-close-button:focus,
.elementor-popup-modal .dialog-close-button:active {
  color: #123d2b !important;
  border-color: #123d2b !important;
  box-shadow: none !important;
}

.elementor-widget-nav-menu .elementor-menu-toggle,
.elementor-widget-nav-menu .elementor-menu-toggle:hover,
.elementor-widget-nav-menu .elementor-menu-toggle:focus,
.elementor-widget-nav-menu .elementor-menu-toggle:active,
.elementor-popup-modal .dialog-close-button,
.elementor-popup-modal .dialog-close-button:hover,
.elementor-popup-modal .dialog-close-button:focus,
.elementor-popup-modal .dialog-close-button:active {
  background: transparent !important;
  background-color: transparent !important;
}

.elementor-popup-modal .dialog-close-button i,
.elementor-popup-modal .dialog-close-button svg {
  color: inherit !important;
  fill: currentColor !important;
}

.mobile-header-custom,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 768px) {
  .mobile-header-custom {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 30px;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    z-index: 9998;
    position: relative;
  }

  .mobile-logo {
    display: inline-flex;
    align-items: center;
    max-width: 180px;
    font-family: serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #123d2b;
    text-decoration: none;
    transform: none;
  }

  .mobile-logo img,
  .mobile-logo svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: 34px;
  }

  .mobile-menu-toggle {
    background: transparent;
    border: 0;
    width: 34px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    height: 3px;
    border-radius:50px;
    background: #123d2b;
    width: 22px;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    align-items: center;
    justify-content: center;
  }

  body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-close {
    position: absolute;
    top: 28px;
    right: 28px;
    background: transparent;
    border: 0;
    font-size: 42px;
    color: #123d2b;
    cursor: pointer;
  }

  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 26px;
    text-align: center;
  }

  .mobile-menu-links a {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #123d2b;
    text-decoration: none;
    font-weight: 500;
    font-family: "Inter", sans-serif;
  }

  .mobile-menu-links a:hover {
    color: #2f6b4f;
  }
  .mobile-menu-actions {
  position: absolute;
  bottom: 40px;
  left: 24px;
  right: 24px;
  display: flex;
  gap: 12px;
}

.mobile-btn {
  flex: 1;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.mobile-btn-outline {
  border: 1px solid #123d2b;
  color: #123d2b;
}


.mobile-btn-filled {
  background: #123d2b;
  color: #fff !important;
}
    .luggy-faq summary.e-n-accordion-item-title{
        padding: 14px 28px 14px 28px !important;
    }
    .luggy-faq details.e-n-accordion-item > [role="region"] {
        padding: 0 28px 20px 28px !important;
    }
}

.elementor-nav-menu a,
.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:active,
.mobile-menu-links a,
.mobile-menu-links a:hover,
.mobile-menu-links a:focus,
.mobile-menu-links a:active,
.elementor-nav-menu .current-menu-item a {
  color: inherit !important;
}
.cls-1 {
    fill: #05392b !important;
}
.white-icon .cls-1 {
    fill: #ffffff !important;
}
.luggy-faq summary.e-n-accordion-item-title {
    box-shadow: 0px 4px 29.6px -2px #00000030;
}

.luggy-faq details.e-n-accordion-item {
    background: #fff;
    border-radius: 20px;
    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;
}
/* =========================
   CONTACT FORM 7 — ARQUIVO DIGITAL
========================= */

.wpcf7 {
    width: 100%;
}

.wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.wpcf7,
.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7-submit {
    font-family: "Inter", sans-serif !important;
}

/* LABELS */

.wpcf7 label {
    display: flex;
    flex-direction: column;
    gap: 10px;

    font-size: 15px;
    font-weight: 600;
    color: #173D33;

    margin-bottom: 0;
}

/* CAMPOS */

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    box-sizing: border-box;

    padding: 16px 18px;

    background: #ffffff;

    border: 1px solid #D8DDD9;
    border-radius: 10px;

    font-size: 15px;
    color: #173D33;

    transition: all 0.25s ease;

    outline: none;
}

/* HOVER */

.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
    border-color: #BFC8C2;
}

/* FOCUS */

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #0B5D43;

    box-shadow:
    0 0 0 4px rgba(11, 93, 67, 0.08);

    background: #ffffff;
}

.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}

.wpcf7 select {
    appearance: none;
    cursor: pointer;
}

.wpcf7 .wpcf7-acceptance {
    font-size: 14px;
    color: #5B6B63;

    margin-top: -6px;
}

.wpcf7 .wpcf7-acceptance label {
    flex-direction: row;
    align-items: center;
    gap: 10px;

    font-weight: 400;
}


.wpcf7-submit {
    background-color: #1B3D2F !important;

    color: #ffffff !important;

    border: none !important;

    padding: 16px 28px !important;

    border-radius: 10px !important;
    font-family: "inter", sans-serif;

    font-size: 16px !important;
    font-weight: 600 !important;

    letter-spacing: 0.2px;

    cursor: pointer;

    transition: all 0.25s ease;

    width: fit-content;

    box-shadow:
    0 8px 20px rgba(11, 93, 67, 0.12);
}


.wpcf7-submit:hover {
    transform: translateY(-2px);

    box-shadow:
    0 14px 28px #1B3D2F;
    color: #ffff !important;
}


.wpcf7-response-output {
    margin: 0 !important;

    border-radius: 10px;

    padding: 14px 18px !important;

    font-size: 14px;
}

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


@media (max-width: 767px) {

    .wpcf7 form {
        gap: 18px;
    }

    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select {
        padding: 14px 16px;
    }

    .wpcf7-submit {
        width: 100%;
        justify-content: center;
    }

}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {

    width: 100% !important;
    box-sizing: border-box;

    padding: 16px 18px !important;

    background: #ffffff !important;

    border: 1px solid #D8DDD9 !important;
    border-radius: 10px !important;

    font-size: 15px !important;
    color: #1B3D2F !important;

    outline: none !important;

    transition: all 0.25s ease;
}

/* HOVER */

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {

    border-color: #BFC8C2 !important;
}

/* FOCUS */

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {

    border-color: #1B3D2F !important;

    box-shadow:
    0 0 0 4px #1B3D2F !important;
}


.wpcf7 .wpcf7-acceptance label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    gap: 12px !important;

    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;

    color: #173D33 !important;

    flex-wrap: nowrap !important;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a {
    font-family: "Inter", sans-serif !important;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a:visited,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a:hover,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a:focus,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a:active {
    color: #173D33 !important;
    text-decoration: underline !important;
    text-decoration-color: currentColor !important;
    text-underline-offset: 2px;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;

    margin: 0 !important;

    flex-shrink: 0;
}
.wpcf7 {
    max-width: 1040px;
    margin: 0 auto;
}
.wpcf7 form p {
    margin: 0 0 16px 0 !important;
}

.wpcf7 label {
    display: block !important;
    margin-bottom: 6px !important;
}

.wpcf7 br {
    display: none !important;
}
