@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: #212121;
}

body {
    background-color: #FDFAF5;
}

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

.main_image>img {
    width: 100%;
    max-width: 400px;

}

.hero {
    padding: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 202, 165, 1) 52%, rgba(254, 106, 2, 0.9) 100%);
    margin: 90px;
    border-radius: 0px 0px 40px 40px;

    display: flex;
    flex-direction: column;
    align-items: center;

}

.main_text h1 {
    text-align: center;

    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 50px;
}

.main_text>h1>span {
    font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif;
    color: #4A429B;
    text-align: center;

    font-weight: 900;
    font-size: 4rem;

}

.button {
    background-color: #212121;
    padding: 15px;
    border-radius: 50px;
    width: 250px;
    text-align: center;
    margin: 40px;
}

.button>a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.checkbox {
    display: none;
}

.content {
    display: none;
}

.checkbox:checked+.content {
    display: block;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
}

label {
    font-weight: 600;
    font-size: 1rem;

}

nav {
    display: flex;
    flex-direction: row;
    padding: 50px 90px;
    align-items: center;
}

nav>.logo {
    width: 40%;
}

nav>.logo>img {
    width: 100%;
    max-width: 150px;
}

nav>ul {
    width: 100%;
    list-style: none;
}

nav>ul {
    display: flex;
    justify-content: space-around;
}

nav>ul>li {
    padding: 7px 40px;
}

nav>ul>li>a {
    text-decoration: none;
    color: #212121;
    font-weight: 500;
}

.selected {
    padding: 7px 40px;
    background: #B8A44B;
    border-radius: 50px;
}

.selected>a {
    color: #fff;
    font-weight: 700;
}

.brief {
    padding: 0px 90px;
}

.brief h2 {
    color: #FE6A02;
    font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
}

.brief p {
    font-size: 1.1rem;
    padding: 10px 0px 10px 0px;
}

.faduar_text {
    color: #4A429B;
    font-family: 'Bricolage Grotesque', Arial, Helvetica, sans-serif;
}

.fa-chevron-right {
    font-size: 19px;
    color: #ffb683
}

.brief_content {
    padding: 15px 0px;
}

.contexto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contexto_card {
    width: 100%;
    max-width: 300px;
    background-color: #fff1e6;
    border-radius: 30px;
    padding: 30px;
    filter: drop-shadow(-4px -5px 28px #e2e2e2);
    margin: 40px;
}

.contexto_card>p {
    font-size: 14px;
}

.contexto_card>h3 {
    color: #FE6A02;
    font-size: 1.4rem;
}

.contexto_card>ul {
    padding: 10px;
}

.benchmark {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}

.benchmark_card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    /* border: 2px solid red; */
    width: 300px;
    text-align: center;
    filter: drop-shadow(-4px -5px 28px #e2e2e2);
    margin: 40px;
}

.benchmark_logo>img {
    width: 80px;
    border-radius: 20px;
}

.benchmark_card>h3 {
    padding: 10px 0px;
    color: #4A429B;
}

.pad {
    padding: 10px 10px 10px;

}

.user_persona {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.data_user {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    max-width: 250px;
    filter: drop-shadow(-4px -5px 28px #e2e2e2);

}

.data_user>p {
    font-size: 14px;
}

.data_user h3,
.data_user h4 {
    color: #FE6A02;
}

.data_txt {
    padding-top: 20px;
}


.data_txt>p {
    font-size: 14px;
    padding: 0px;
}

.user {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.flujo > img {
    max-width: 1500px;
}

.card_user {
    width: 320px;
    background: #fff1e6;
    padding: 20px;
    border-radius: 20px;
    height: 120px;
    margin: 20px;
    filter: drop-shadow(-4px -5px 28px #e2e2e2);


}

.card_user>p {
    font-size: 14px;
}

.card_user>h4 {
    color: #4A429B;
}

.uikit>h3 {
    color: #4A429B;
    padding-top: 20px;
}

.uikit>h4 {
    color: #4d4d4d;
}

.img>img {
    width: 100%;
    max-width: 1000px;
}

.img {
    padding: 30px;
}

.wireframes>iframe {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 580px;
    margin: 30px 0px 90px;
}

footer {
    text-align: center;
    font-size: 14px;
    background-color: #4A429B;
    color: #fff;
    padding: 1rem;


}


footer img {
    width: 300px;
    margin-bottom: 0.5rem;
    padding: 0rem 2rem;
}

footer p {
    color: #fff;
    padding: 30px;
}

@media screen and (max-width: 900px) {
    nav {
        flex-direction: column;
        padding: 30px;
    }

    .logo {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px;

    }

    nav>ul {
        width: 100%;
        flex-direction: column;
        padding: 0px;

    }

    .contexto {
        flex-direction: column;
        padding: 0px;
    }

    .contexto_card {
        margin: 20px;
    }

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

    .benchmark_card {
        margin: 20px;
    }

    .hero {
        margin: 20px;
    }

    .main_image>img {
        max-width: 200px;
    }

    .brief {
    padding: 0px 20px;
}

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

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

}

.data_user {
    margin-top: 30px;
}
}

