/*! 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
}

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: #EEDAC2;
    --bege-claro: #ece0d1;
    --verde-claro: #B3D7C6;
    --verde-escuro: #9ccb9d;
    --salmao: #EB8582;
    --salmao3: #CA2824;
    --salmao2: #f6cfcd;
    --lilas: #9290DD;
    --lilas-2: #bcbae4;
    --laranja: #F6C288;
    --gradient: linear-gradient(90deg, var(--bege) 0%, var(--bege) 20%, var(--salmao)80%, var(--salmao)100%);
    --gradient-1: linear-gradient(var(--salmao), white 80%);
    --gradient-2: linear-gradient(var(--salmao2), white 80%);
    --gradient-3: linear-gradient(white 20%, var(--salmao3));
    --grad-radial: radial-gradient(closest-corner, var(--off-white) 50%, var(--salmao2), var(--salmao));
    --serif-fonts: Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, 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;
}

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

.section {
    /* margin-bottom: var(--s3); */
    margin-block: var(--s3);
}

.cluster {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

p {
    text-align: justify;
    text-justify: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -ms-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
    /* max-width: 85ch;
    margin: auto; */
}

li {
    max-width: 85ch;
    margin: auto;
}

li::marker {
    color: var(--salmao);
}

.li-2>li::marker {
    content: '– ';
    color: var(--laranja);

}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--serif-fonts);
    font-weight: 700;
    color: var(--black);
    margin: .9em 0;
}

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

h2 {
    font-size: var(--step-4);
    color: var(--verde-escuro);
    /* margin-block: 2rem; */
    text-align: center;
}

h3 {
    font-size: var(--step-3);
    /* text-align: center; */
    color: var(--salmao);
}

h4 {
    /* text-align: center; */
    font-size: var(--step-2);
    color: var(--laranja);
}

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

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

/* CLUSTER */
.cluster-l {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-0);
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8rem;
}

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

.cluster li {
    list-style: none;
    margin-bottom: 0;
}

nav ul {
    margin-bottom: .5rem;
}

nav li a {
    padding: .6rem var(--s-2);

}

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

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

.stack>*+* {
    margin-block-start: var(--space, 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> :first-child {
    /* flex-grow: 1; */
}

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

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



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



nav {
    background-color: var(--off-white);
    padding: 0.2rem;
    border-bottom: 1px solid var(--bege);
}

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

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

nav a {
    text-decoration: none;
    color: var(--verde-escuro);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 2em;
    transition: all 0.3s ease;
}


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

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


.img-no-margin {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    color: var(--salmao);
}

a:hover {
    text-decoration: none;
}

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

.bg-laranja {
    background-color: var(--laranja);
    padding-block: var(--s3);
}

.bg-laranja h2 {
    margin-top: 0;
    padding-top: .4em;
}

.bg-laranja h3 {
    color: var(--black);
}

.bg-laranja details:last-of-type {
    margin-bottom: 0;
}

.bg-laranja h2 {
    color: var(--lilas);
}




.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/bg-red.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

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

.cover h1 {
    color: var(--black);
    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;
}


.perfil-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 1100px;
}

.ebook-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 1100px;
}

.ebook-flex img {
    /* width: 250px; */
}

.ebook-cover {
    width: 200px;
    height: 280px;
    transform: perspective(600px) rotateY(-15deg) rotateX(2deg);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.ebook-cover:hover {
    transform: perspective(600px) rotateY(0) rotateX(1deg) translateY(0);
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.25);
}


@media screen and (min-width:730px) {

    .perfil-flex,
    .ebook-flex {
        flex-direction: row;
    }

}

#perfil-img {
    width: 300px;
    border-radius: 50%;
    margin: auto;
}

@media (min-width: 560px) {
    #perfil-img {
        float: right;
        padding-top: 2rem;
        shape-outside: ellipse(150px 220px at 50% 55%);
        shape-margin: .3rem;
    }
}

.embed-wrapper {
    max-width: 600px;
    margin: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-section {
    clear: both;
}

.float-container {
    display: flow-root;
    /* Contains floats automatically */
}

.icon {
    width: 300px;
    max-width: 59%;
    shape-outside: circle(50%);
}

/* .embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.switcher h3 {
    text-align: center;
}

.switcher>* {
    padding-top: var(--s2);
    padding-bottom: var(--s-1);
}

.switcher>*:first-child {
    /* background: var(--gradient-1); */
}

.switcher>*:last-child {
    /* background: var(--gradient-2); */

}

.switcher p {
    max-width: 50ch;
    margin: auto;
}

.equacao {
    padding-top: var(--s-1);
    padding-bottom: var(--s2);
    text-align: center;
    color: var(--black);
    /* background: var(--gradient-3); */
}

.radial {
    background: var(--grad-radial);

}

.radial h3,
.radial h2 {
    color: var(--laranja);
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s1);
    flex-direction: row;
    justify-content: space-evenly;
}

.pilares {
    width: 400px;
    max-width: 90%;
    margin: auto;
    display: block;
}


.depoimentos {
    padding-block: var(--s3);
    color: var(--black);
    font-size: var(--step-0);
    background-color: var(--verde-claro);

}

.depoimentos>h3 {
    text-align: center;
    color: var(--black);
    font-size: var(--step-3);
    margin: 0 0 .5em;
}

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

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

.carrosel-imagens {
    width: 500px;
    max-width: 95%;
    margin: auto;
}

.mySlides img {
    width: 100%;

}

.media-text-section {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 2rem; */
    margin-bottom: 2rem;
}

.media-text-section--reverse {
    flex-direction: row-reverse;
}

/* .float-container {
    width: 250px;
    height: 350px;
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0;
}

.float-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.carrosel-imagens {
    max-width: 500px;
    width: 100%;
    /* Ensure it takes full available width up to max-width */
    display: flex;
    overflow: hidden;
}

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

@media screen and (min-width: 850px) {
    .text-item {
        flex-direction: row;
    }

}

.testimonial-text {
    display: flex;
    flex-direction: column;
}

.testimonial-image {
    width: 200px;
    /* height: 100px; */
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-name {
    font-weight: bold;
    font-style: normal;
    text-align: left;
    width: 100%;
}

.image-item {
    flex-shrink: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the entire area without distortion */
}

/* 
@media screen and (max-width: 730px) {
    .media-text-section {
        flex-direction: column;
    }

    .media-text-section--reverse {
        flex-direction: column;
    }
} */

.card {
    border: 1px solid var(--bege);
    border-radius: 1rem;
    background-color: var(--off-white);
    color: var(--black);
    width: 30ch;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card h3 {
    text-align: center;
    margin-top: 0;
}

.card>* {
    margin: 1em;
}


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;
}

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='%231e1e1e' 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);
}

blockquote {
    border-left: 4px solid #ccc;
    /* padding-left: 1em; */
    font-style: italic;
    color: #666;
}

cite {
    color: var(--laranja);
    padding-left: 2rem;
    font-weight: 500;
}

.CTA-button {
    padding: var(--s1) var(--s2);
    text-align: center;
    margin-block: var(--s1);
    border-radius: 2rem;
    background-color: var(--laranja);
    color: var(--off-white);
    display: inline-block;
}

.CTA-button:hover {
    background-color: var(--salmao);
}




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

footer {
    background-color: var(--verde-escuro);
    padding: 2rem 1rem 1rem;
    color: white;
    color: var(--bege);
}

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);
}

/* @media screen and (max-width: 730px) {
    .cluster-l {
        justify-content: center;
        gap: 2rem;
    }

    nav {
        padding: 1rem;
    }

    nav img {
        width: 200px;
    }

    nav ul {
        flex-direction: column;
        gap: 1rem;
    }

    .section {
        padding: 4rem 1rem;
    }

    .perfil-flex {
        flex-direction: column;
    }

    .perfil-flex img {
        width: 250px;
        height: 250px;
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    nav ul {
        flex-direction: column;
        gap: 1rem;
    }

    .cover h1 {
        font-size: var(--step-3);
    }

    .section {
        padding: 3rem 1rem;
    }

    .perfil-flex {
        flex-direction: column;
    }

    .perfil-flex img {
        width: 200px;
        height: 200px;
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
    }
} */