/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    /* reserve space for the fixed nav */
    padding-top: 90px;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* @link https://utopia.fyi/type/calculator?c=450,18,1.125,1200,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

:root {
    --step--2: clamp(0.8rem, 0.9422rem + -0.1896vw, 0.8889rem);
    --step--1: clamp(1rem, 1rem + 0vw, 1rem);
    --step-0: clamp(1.125rem, 1.05rem + 0.2667vw, 1.25rem);
    --step-1: clamp(1.2656rem, 1.0875rem + 0.6333vw, 1.5625rem);
    --step-2: clamp(1.4238rem, 1.1063rem + 1.1292vw, 1.9531rem);
    --step-3: clamp(1.6018rem, 1.098rem + 1.7911vw, 2.4414rem);
    --step-4: clamp(1.802rem, 1.0522rem + 2.6661vw, 3.0518rem);
    --step-5: clamp(2.0273rem, 0.9548rem + 3.8131vw, 3.8147rem);


    --ratio: 1.68;
    --s-5: calc(var(--s-4) / var(--ratio));
    --s-4: calc(var(--s-3) / var(--ratio));
    --s-3: calc(var(--s-2) / var(--ratio));
    --s-2: calc(var(--s-1) / var(--ratio));
    --s-1: calc(var(--s0) / var(--ratio));
    --s0: 1rem;
    --s1: calc(var(--s0) * var(--ratio));
    --s2: calc(var(--s1) * var(--ratio));
    --s3: calc(var(--s2) * var(--ratio));
    --s4: calc(var(--s3) * var(--ratio));
    --s5: calc(var(--s4) * var(--ratio));

    --black: rgb(30, 30, 30);
    --off-white: rgb(247, 247, 237);
    --gray: rgb(128, 128, 128);
    --bege: rgb(213, 208, 201);
    --luz: #F3ECBE;
    --areia: #ACA398;
    --laranja: #F47B56;
    --azul: #154373;
    --azul2: rgb(21, 52, 79);

    --serif-fonts: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
    --industrial: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
    --sans-serif-fonts: 'Roboto', ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
    font-weight: normal;
}




* {
    box-sizing: border-box;
}

/* Intersection Observer reveal */
.section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.section.visible {
    opacity: 1;
    transform: translateY(0);
}

html {
    background-color: var(--azul);
    color: var(--bege);
    font-family: var(--sans-serif-fonts);
    font-size: 19px;
    line-height: 1.6;
    scroll-behavior: smooth;
}


p {
    text-align: justify;
    text-justify: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    hyphenate-limit-chars: 8 3 3;
}

@media (max-width: 760px) {
    p {
        text-align: left;
        -webkit-hyphens: manual;
        hyphens: manual;
    }
}

a,
a:visited {
    color: var(--laranja);
}

a:hover,
a:focus-visible {
    color: var(--luz);
}


h1,
h2,
h3,
h4,
h5 {
    font-family: var(--industrial);
    font-weight: 700;
    color: var(--laranja);
    /* color: inherit; */
    margin: .5em 0;
}

h1 {
    font-size: var(--step-5);
}

h2 {
    font-size: var(--step-4);
}

h3 {
    font-size: var(--step-2);
    color: var(--luz);
}

.section {
    padding-block-start: var(--s3);
    padding-block-end: var(--s3);
}

.section h2 {
    margin-top: 0;
}

.bg-bege {
    background-color: var(--bege);
    color: var(--azul);
}




/*  ---------- EVERY LAYOUT ----------*/

.center {
    box-sizing: content-box;
    margin-inline: auto;
    max-inline-size: 1000px;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
}

/* CLUSTER */

.cluster {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s1);
    justify-content: flex-start;
    align-items: center;
}

.cluster-l {
    display: flex;
    flex-wrap: wrap;
    /* gap: var(--s1); */
    padding-block: .5rem;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 0.8rem; */
}



.stack {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.stack>* {
    margin-block: 0;
}

.stack>*+* {
    margin-block-start: var(--s1, 1.5rem);
}

.box {
    padding: var(--s1);
    border: 3px solid var(--verde-claro);
    /* background-color: var(--secondary-color); */
}

.box * {
    color: inherit;
}

.switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.switcher>* {
    flex-grow: 1;
    flex-basis: calc((45rem - 100%) * 999);
}

.with-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--s1);
}



.with-sidebar> :last-child {
    flex-basis: 0;
    flex-grow: 999;
    min-inline-size: 60%;
}

.grid {
    display: grid;
    grid-gap: 1rem;
}



/*  ---------- EVERY LAYOUT ----------*/




/*  ---------- NAV  ----------*/

nav {
    /* keep nav in the viewport */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--azul);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

nav .cluster {
    margin-block: .5rem;
}


nav img {
    height: 70px;
    max-width: 95%;
    display: block;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav li {
    list-style: none;
}

nav a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    /* padding: 0.5rem 1rem 0.9rem 0; */
    border-radius: 2em;
    transition: all 0.3s ease;
}


.contato-nav a {
    background-color: var(--luz);
    color: var(--black);
    padding: .5rem 1rem;
}

.contato-nav a:hover {
    background-color: var(--laranja);
}


/*  ---------- NAV  ----------*/




/*  ---------- Hero  ----------*/

.cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    max-height: 80vh;
    background-color: var(--bege);
    background-image: url('files/img/ivana-cajina-LlDQPnErFxo-unsplash.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.cover h1,
.cover p {
    margin: 0;
    padding: 0;
}

.cover h1 {
    color: var(--bege);
    padding: 0 1rem;
    font-size: var(--step-4);
    max-width: 25ch;
    margin: 0 auto;
}

.cover p {
    text-align: center;
    color: var(--gray);
    max-width: 30ch;
    margin-top: 1rem;
}

.cover img {
    width: 400px;
    max-width: 60%;
    animation: lighthouse 6s ease-in-out forwards;
}

@keyframes lighthouse {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-50deg);
    }



    75% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  ---------- Hero  ----------*/




.perfil-shape {
    width: clamp(180px, 50vw, 300px);
    height: clamp(180px, 50vw, 300px);
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

#perfil-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 760px) {
    .perfil-shape {
        float: right;
        width: 300px;
        height: 300px;
        margin: 0 0 0.75rem 1.25rem;
        -webkit-shape-outside: circle(150px at 50% 50%);
        shape-outside: circle(150px at 50% 50%);
    }
}

/*  ---------- Depoimentos  ----------*/

.depoimentos {
    padding-block: var(--s3);

    font-size: var(--step-0);

}

.depoimentos h2 {
    text-align: center;

}

.depoimentos p {
    font-family: var(--serif-fonts);
    max-width: 66ch;
    font-style: italic;
}



.depoimentos .testimonial-text p {
    margin-block: 0;
    margin-left: 2rem;
}

.carrosel {
    display: flex;
    overflow: hidden;
    /* margin: 0 1rem; */
}

.testimonial-media {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    flex-shrink: 0;
}

.testimonial-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}

.testimonial-image {
    width: 200px;
    /* height: 100px; */
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
    filter: url(#kerouac-comp-kzoh7t6i);
}

.testimonial-name {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    width: 100%;
    font-size: var(--step--2);
}


.text-item {
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
    padding: 0 1rem;
}

@media screen and (min-width: 850px) {
    .depoimentos .text-item {
        display: block;
    }

    .depoimentos .testimonial-media {
        float: left;
        margin: 0 2rem 1rem 0;
        -webkit-shape-outside: circle(100px at center);
        shape-outside: circle(100px at center);
        shape-margin: 1rem;
    }

}



/*  ---------- Depoimentos  ----------*/











/*  ---------- Jornada Cards  ----------*/

#jornada {
    background-color: var(--bege);
    background-image: url('files/img/everaldo-coelho.jpg');
    background-size: cover;
    background-position: 60% 20%;
    background-repeat: no-repeat;
}

.jornada-cards {
    margin: var(--s1) 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
    justify-content: center;
}

.jornada-card {
    flex: 0 1 390px;
    display: flex;
    align-items: stretch;
    gap: var(--s0);
}

.jornada-number {
    flex-shrink: 0;
    width: auto;
    /* height: 55%; */
    height: 100px;
    padding-top: .8rem;
    display: block;
}

.jornada-text h3 {
    margin-top: 0;
    color: var(--luz);
    font-size: var(--step-2);
}

.jornada-text p {
    text-align: left;
}

/*  ---------- Jornada Cards  ----------*/

.large-card,
.large.card {
    background-color: #1f5a91;
    border: 1px solid rgba(243, 236, 190, 0.35);
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
    margin: 2.5rem 0;
}

.fundo-transparente {
    width: 60ch;
    /* font-size: var(--s1); */
    max-width: 85%;
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
    /* margin: 1.25rem 0; */
}

details {
    width: 900px;
    max-width: 100%;
    margin: auto;
    border-bottom: 1px solid var(--bege);
    padding: 1rem;
}

details:last-of-type {
    border-bottom: none;
}

details>summary {
    list-style-type: none;
}

details hr {
    width: 50%;
    border: 1px solid var(--gray);
    padding: 0 1rem;
}

#faq hr {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    background-color: var(--azul);
    box-shadow: none;
    filter: none;
}

details p {
    cursor: pointer;
    padding-top: 1rem;
}

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

summary {
    display: flex;
    width: 900px;
    max-width: 100%;
    padding: .3rem 0 0;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 0;
    font-weight: 500;
}

details>summary::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23154373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
    transition: transform 0.3s ease;
}

details[open]>summary::after {
    transform: rotate(45deg);
}


/*  ---------- Footer  ----------*/

.zap-fixed {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    width: 4rem;
}

footer {
    background-color: var(--laranja);
    padding: 2rem 1rem 1rem;
    color: var(--black)
}

footer p {
    text-align: center;
}

footer img {
    width: 4rem;
    height: 4rem;
}

footer .cluster {
    justify-content: center;
    padding: 2rem 0;
}

footer a:visited {
    color: var(--verde-escuro);
}

.dev,
.dev a {
    font-size: 11px;
    text-align: center;
    color: var(--bege);
}


/*  ---------- Footer  ----------*/