:root {
    --brand: #0093e2;
    --brand-deep: #028ad3;
    --sky-start: #29aefb;
    --sky-end: #4dbdf3;
    --ink: #000000;
    --ink-soft: #1d1d1b;
    --muted: #a0a0a0;
    --muted-label: #7a7a7a;
    --faq-surface: #f0f8fd;
    --panel-surface: #f7f7f7;
    --white: #ffffff;
    --emmi-purple: #924af5;
    --mapa-teal: #00cbb2;
    --roadmap-orange: #fa9237;
    --tag-ok: #29a8ed;
    --tag-no: #e5033f;
    --accent-red: #e50440;
    --lime: #7ac710;
    --dot: rgba(217, 217, 217, 0.45);
    --shadow-drop: 0 4px 4px rgba(0, 0, 0, 0.25);
    --container: 1200px;
    --font: "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
}

.page-landing,
.page-dotted {
    background-image:
        radial-gradient(circle, var(--dot) 2.7px, transparent 3px),
        radial-gradient(circle, var(--dot) 2.7px, transparent 3px);
    background-size: 106.9px 71px;
    background-position: 0 0, 53.45px 35.5px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
p {
    margin: 0;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(var(--container), calc(100% - 40px));
    margin-inline: auto;
}

.nav {
    position: relative;
    z-index: 2;
    background: var(--white);
}

.nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1190px, calc(100% - 40px));
    height: 80px;
    margin-inline: auto;
}

.nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 21px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav__link {
    font-size: 18px;
    font-weight: 300;
    color: var(--ink);
    text-decoration: none;
}

.nav__link:hover,
.nav__link--active {
    color: var(--brand);
}

.nav__link--active {
    font-weight: 400;
}

.nav__account {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    color: var(--ink-soft);
}

.nav__account a {
    font-weight: 500;
    color: var(--brand);
    text-decoration: none;
}

.nav__account a:hover {
    text-decoration: underline;
}

.nav__account-sep {
    color: var(--muted);
}

.nav__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: none;
    border: 0;
    cursor: pointer;
}

.nav__toggle span {
    display: block;
    height: 2px;
    background: var(--ink);
    border-radius: 1px;
    transition: transform 0.2s, opacity 0.2s;
}

.nav__toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav__toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav__toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 800px) {
    .nav__inner {
        height: 64px;
    }

    .nav__toggle {
        display: flex;
    }

    .nav__account {
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
        font-size: 12px;
    }

    .nav__account-sep {
        display: none;
    }

    .nav__links {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 8px 20px 16px;
        background: var(--white);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    }

    .nav--open .nav__links {
        display: flex;
    }

    .nav__links .nav__link {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid #eef0f3;
    }

    .nav__links li:last-child .nav__link {
        border-bottom: 0;
    }
}

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 820px;
    padding-top: 60px;
    text-align: center;
    color: var(--white);
    background: linear-gradient(180deg, #0088d3 0%, #3ea4dd 28%, #78bfe6 52%, #cfe8f6 78%, rgba(255, 255, 255, 0) 100%);
}

.hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(480px, calc(100% - 40px));
}

.hero__partner {
    width: 277px;
}

.hero__logo {
    margin-top: 20px;
    line-height: 0;
}

.hero__logo img {
    width: 400px;
}

.hero__tagline {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.hero__lead {
    width: min(438px, 100%);
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    text-align: justify;
    text-align-last: left;
}

.scroll-cue {
    display: block;
    width: 72px;
    margin: 0 auto;
    line-height: 0;
}

.hero__cue {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 540px;
    gap: 40px;
    align-items: start;
    margin-top: 46px;
    margin-bottom: 150px;
}

.intro__logo {
    display: block;
    width: 232px;
}

.intro__title {
    margin-top: 24px;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
}

.intro__lead {
    max-width: 560px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.intro__label {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 300;
}

.checklist {
    display: grid;
    gap: 13px;
    margin: 28px 0 0 100px;
    padding: 0;
    list-style: none;
}

.checklist li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 20px;
    font-weight: 500;
}

.intro__media {
    position: relative;
    margin: 0;
}

.intro__photo {
    display: block;
    width: 540px;
    height: 629px;
    object-fit: cover;
    border-radius: 80px 80px 44px 44px;
    box-shadow: var(--shadow-drop);
}

.chat-pill {
    position: absolute;
    top: 476px;
    left: 90px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 490px;
    padding: 10px 12px;
    font-size: 16px;
    white-space: nowrap;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-drop);
}

.tools {
    position: relative;
    padding: 60px 0 0;
    background: radial-gradient(ellipse 720px 260px at 50% 78%, rgba(94, 181, 230, 0.55), rgba(94, 181, 230, 0) 70%);
}

.tools__title {
    margin-left: 22px;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.tools__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    margin-top: 80px;
    padding-bottom: 130px;
}

.tool-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 44px 40px 20px;
    background: var(--white);
    border-radius: 30px;
    --tone: var(--brand);
    box-shadow: 0 4px 6px color-mix(in srgb, var(--tone) 45%, transparent);
    color: var(--ink);
}

.tool-card--emmi {
    --tone: var(--emmi-purple);
}

.tool-card--mapa {
    --tone: var(--mapa-teal);
}

.tool-card--roadmap {
    --tone: var(--roadmap-orange);
}

.tool-card__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tone);
}

.tool-card__title--lg {
    font-size: 24px;
}

.tool-card__text {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
}

.pill-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    align-self: center;
    width: 150px;
    height: 45px;
    margin-top: auto;
    font-size: 20px;
    font-weight: 600;
    color: var(--tone);
    text-decoration: none;
    border: 1.5px solid var(--tone);
    border-radius: 25px;
    transition: background-color 0.15s, color 0.15s;
}

.pill-button:hover,
.pill-button--filled {
    color: var(--white);
    background: var(--tone);
}

.evaluate {
    padding: 50px 41px 70px;
    background: var(--white);
    border-radius: 30px;
    box-shadow: var(--shadow-drop);
}

.evaluate__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 442px;
    gap: 60px;
}

.evaluate__title {
    max-width: 520px;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
}

.evaluate__subtitle {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 500;
}

.evaluate__steps {
    display: grid;
    gap: 24px;
    margin: 20px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    list-style: none;
}

.evaluate__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 52px;
}

.evaluate__label {
    font-size: 20px;
    font-weight: 500;
}

.field-pill,
.select__button {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: var(--ink);
    background: var(--white);
    border: 0;
    border-radius: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    outline: none;
}

.evaluate__label + .field-pill {
    margin-top: -8px;
}

.field-pill::placeholder {
    color: var(--muted);
    font-weight: 300;
}

.field-pill:focus-visible,
.select__button:focus-visible {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25), 0 0 0 2px var(--brand);
}

.select {
    position: relative;
}

.select select {
    width: 100%;
    height: 40px;
    padding: 0 48px 0 20px;
    font-size: 15px;
    background: var(--white) url("/assets/icons/chevron-down.svg") no-repeat right 18px center / 26px 16px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    appearance: none;
}

.select--enhanced select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.select__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

.select__button--placeholder {
    color: var(--muted);
    font-weight: 300;
}

.select__chevron {
    width: 26px;
    height: 16px;
    color: #9a9a9a;
    transition: transform 0.15s;
}

.select--open .select__chevron {
    transform: rotate(180deg);
}

.select__list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 5;
    display: none;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: var(--white);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.select--open .select__list {
    display: block;
}

.select__option {
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

.select__option:hover,
.select__option[aria-selected="true"] {
    color: var(--brand);
}

.button-sky {
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    background: linear-gradient(90deg, var(--sky-start), var(--sky-end));
    border: 0;
    border-radius: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.button-sky:hover {
    filter: brightness(1.05);
}

.field-error {
    margin-top: -14px;
    font-size: 13px;
    color: var(--tag-no);
}

.field-error--light {
    display: block;
    margin-top: 4px;
    color: var(--white);
}

.field-error--light:empty {
    display: none;
}

.evaluation {
    margin-top: 80px;
}

.evaluation__lead {
    font-size: 24px;
    font-weight: 300;
}

.evaluation__lead strong {
    font-weight: 600;
    color: var(--brand);
}

.evaluation__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 26px 0 0 40px;
    font-size: 16px;
    font-weight: 400;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 14px 0 0 40px;
    padding: 0;
    list-style: none;
}

.tag {
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    color: var(--white);
    border-radius: 3px;
}

.tag--ok {
    background: var(--tag-ok);
}

.tag--no {
    background: var(--tag-no);
}

#evaluar {
    margin-bottom: 150px;
}

.faq {
    margin-top: 110px;
    margin-bottom: 130px;
}

.faq__title {
    font-size: 48px;
    font-weight: 600;
    color: var(--brand);
}

.faq__list {
    display: grid;
    gap: 24px;
    margin-top: 47px;
}

.faq-item {
    background: var(--faq-surface);
    border-radius: 8px;
    box-shadow: var(--shadow-drop);
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
    padding: 0 25px 0 10px;
    font-size: 20px;
    font-weight: 400;
    list-style: none;
    cursor: pointer;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__icon {
    flex: none;
    color: var(--brand);
    transition: transform 0.2s;
}

.faq-item[open] .faq-item__icon {
    transform: rotate(45deg);
}

.faq-item__answer {
    padding: 0 20px 24px;
}

.faq-item__intro {
    font-size: 18px;
    font-weight: 400;
}

.faq-item__answer ul {
    display: grid;
    gap: 10px;
    margin: 12px 0 0;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 300;
    list-style: "\2022  ";
}

.contact {
    display: grid;
    grid-template-columns: minmax(0, 460px) 609px;
    justify-content: space-between;
    gap: 40px;
    margin-top: 130px;
    margin-bottom: 128px;
}

.contact__about {
    display: grid;
    align-content: start;
    gap: 25px;
    padding-top: 102px;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.contact__about strong {
    font-weight: 500;
}

.contact__about a {
    font-weight: 400;
    color: var(--brand);
}

.contact-card {
    padding: 26px 40px 40px;
    color: var(--white);
    background: var(--brand);
    border-radius: 30px;
    box-shadow: var(--shadow-drop);
}

.contact-card form {
    display: flex;
    flex-direction: column;
}

.contact-card__title {
    font-size: 40px;
    font-weight: 500;
}

.contact-card__label {
    margin-top: 26px;
    font-size: 13px;
    font-weight: 400;
}

.contact-card__title + form .contact-card__label:first-child {
    margin-top: 20px;
}

.contact-card__input {
    height: 40px;
    margin-top: 2px;
    padding: 0 10px;
    font-size: 13px;
    color: var(--ink);
    background: var(--white);
    border: 0;
    border-radius: 4px;
    outline: none;
}

.contact-card__input::placeholder {
    font-size: 10px;
    color: #8d8d8d;
}

.contact-card__input:focus-visible {
    box-shadow: 0 0 0 2px var(--ink-soft);
}

.contact-card__textarea {
    height: 100px;
    padding-top: 10px;
    resize: vertical;
}

.contact-card__submit {
    height: 40px;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    background: linear-gradient(180deg, #0891e0, #1aa6f3);
    border: 0;
    border-radius: 4px;
    box-shadow: var(--shadow-drop);
    cursor: pointer;
}

.contact-card__sent {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    padding: 80px 24px;
    text-align: center;
    color: var(--ink);
    background: #f8f9fc;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 400;
}

.contact-card__sent-title {
    font-size: 36px;
    font-weight: 600;
}

.footer {
    color: var(--white);
    background: linear-gradient(180deg, #14a9fb 0%, #0a9ff0 45%, #0397e7 100%);
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1196px, calc(100% - 40px));
    min-height: 114px;
    margin-inline: auto;
}

.footer__logos {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer__logos img:first-child {
    width: 184px;
}

.footer__logos img:last-child {
    width: 258px;
}

.footer__copy {
    font-size: 10px;
    font-weight: 400;
}

.error-page {
    padding: 80px 0;
}

@media (max-width: 1100px) {
    .intro,
    .evaluate__grid,
    .contact {
        grid-template-columns: minmax(0, 1fr);
    }

    .intro__media {
        max-width: 540px;
    }

    .chat-pill {
        left: 20px;
        width: auto;
        max-width: calc(100% - 20px);
        white-space: normal;
    }

    .tools__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact__about {
        padding-top: 0;
    }
}

@media (max-width: 600px) {
    .hero {
        min-height: 640px;
    }

    .hero__tagline {
        white-space: normal;
    }

    .intro__title,
    .evaluate__title,
    .faq__title {
        font-size: 36px;
        line-height: 44px;
    }

    .checklist {
        margin-left: 20px;
    }

    .intro__photo {
        height: auto;
        aspect-ratio: 540 / 629;
    }

    .evaluate {
        padding: 32px 20px 40px;
    }

    .footer__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }

    .footer__logos {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.roadmap {
    padding: 22px 0 50px;
    width: min(1190px, calc(100% - 40px));
}

.roadmap__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    color: var(--roadmap-orange);
}

.roadmap__title {
    font-size: 24px;
    font-weight: 600;
}

.roadmap__back {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    color: var(--roadmap-orange);
}

.roadmap__card {
    display: flex;
    flex-direction: column;
    margin-top: 61px;
    padding: 20px 48px 47px;
    background: var(--panel-surface);
    border-radius: 30px;
    box-shadow: var(--shadow-drop);
}

.roadmap__label {
    margin-top: 29px;
    font-size: 13px;
    font-weight: 300;
    color: var(--muted-label);
}

.roadmap__label:first-of-type {
    margin-top: 0;
}

.roadmap__input {
    height: 40px;
    margin-top: 2px;
    padding: 0 10px;
    font-size: 13px;
    background: var(--white);
    border: 0;
    border-radius: 4px;
    outline: none;
}

.roadmap__input::placeholder {
    font-size: 10px;
    color: #8d8d8d;
}

.roadmap__input:focus-visible {
    box-shadow: 0 0 0 2px var(--roadmap-orange);
}

.roadmap__submit {
    height: 40px;
    margin-top: 62px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background: var(--roadmap-orange);
    border: 0;
    border-radius: 4px;
    box-shadow: var(--shadow-drop);
    cursor: pointer;
}

.mapa {
    width: min(1326px, calc(100% - 40px));
    margin: 21px auto 40px;
}

.mapa__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px 200px 200px 150px;
    align-items: center;
    gap: 22px;
    min-height: 76px;
    padding: 0 63px 0 43px;
    background: var(--brand);
}

.mapa__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    white-space: nowrap;
}

.mapa__field {
    height: 40px;
    padding: 0 10px;
    font-size: 10px;
    background: var(--white);
    border: 0;
    border-radius: 20px;
    outline: none;
}

.mapa__field::placeholder {
    color: #7a7a7a;
}

.select--compact select,
.select--compact .select__button {
    height: 40px;
    padding: 0 12px;
    font-size: 10px;
    border-radius: 20px;
    box-shadow: none;
}

.select--compact .select__button--placeholder {
    color: #7a7a7a;
}

.select--compact .select__chevron {
    width: 11px;
    height: 7px;
    margin-right: 12px;
    color: #49454f;
}

.select--compact .select__option {
    font-size: 13px;
}

.mapa__search {
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background: var(--lime);
    border: 0;
    border-radius: 20px;
    box-shadow: var(--shadow-drop);
    cursor: pointer;
}

.mapa__body {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 0;
    margin-top: 4px;
}

.mapa__side {
    display: flex;
    flex-direction: column;
    padding: 18px 0 0 9px;
}

.mapa__address {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 300;
    color: var(--muted-label);
}

.mapa__tab {
    display: grid;
    place-items: center;
    width: 270px;
    height: 45px;
    margin: 10px 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background: var(--brand);
    border-radius: 5px 5px 0 0;
}

.mapa__panel {
    flex: 1;
    min-height: 602px;
    padding: 28px 14px;
    background: #f4f4f4;
    border-radius: 0 0 10px 10px;
}

.mapa__finding {
    padding: 12px 10px;
    font-size: 10px;
    background: var(--white);
    border: 1px solid var(--ink);
    border-radius: 4px;
}

.mapa__value {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    margin-top: 14px;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background: var(--lime);
    border-radius: 4px;
}

.mapa__canvas {
    position: relative;
    min-height: 783px;
}

.mapa__image {
    display: block;
    width: 1001px;
    max-width: 100%;
    height: auto;
    margin-top: -39px;
}

.mapa__controls {
    position: absolute;
    right: 22px;
    bottom: 0;
    display: grid;
    gap: 11px;
}

.mapa__controls button {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    padding: 0;
    background: var(--white);
    border: 0.5px solid #d9d9d9;
    cursor: pointer;
}

.styleguide {
    padding: 60px 0 100px;
}

.styleguide__title {
    font-size: 32px;
    font-weight: 500;
}

.styleguide__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.styleguide__frame {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border: 1px dashed #9747ff;
    border-radius: 5px;
}

.styleguide__caption {
    font-size: 13px;
    color: var(--muted-label);
}

.styleguide__nav {
    display: grid;
    gap: 30px;
}

.field-pill--flat {
    border-radius: 4px 4px 12px 12px;
}

.enter-button {
    --tone: var(--accent-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 150px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    color: var(--tone);
    text-decoration: none;
    border: 1.5px solid var(--tone);
    border-radius: 25px;
}

.enter-button--filled {
    color: var(--white);
    background: var(--tone);
}

.accordion {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.accordion > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 16px 0 10px;
    font-size: 20px;
    list-style: none;
    cursor: pointer;
}

.accordion > summary::-webkit-details-marker {
    display: none;
}

.accordion__chevron {
    width: 38px;
    height: 22px;
    color: #9a9a9a;
    transition: transform 0.15s;
}

.accordion[open] .accordion__chevron {
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    .mapa__bar {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        padding: 16px 20px;
    }

    .mapa__title {
        grid-column: 1 / -1;
    }

    .mapa__body,
    .styleguide__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .mapa__image {
        margin-top: 20px;
    }

    .mapa__canvas {
        min-height: 0;
    }
}
