@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

button {
    cursor: pointer;
}

header {
    background-color: #f4f4f4;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.15) 1px;
    position:sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.6% 10%;
    align-items: center;
    opacity: 0.96;
}

header > .logo {
    height: 60px;
}

header > .button-header {
    height: 50px;
    width: 250px;
    background-color: #00B893;
    border-style: none;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 1px;
}

header > button:hover {
    opacity: 0.9;
}

header > button:active {
    transform: scale(0.98,0.98);
    box-shadow: none;
}

main {
    background-image: linear-gradient(to bottom right, #013868, #01B793);
    color: white;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 1.6% 10%;
    gap: 5%;
}

.textarea-main {
    display: flex;
    flex-direction: column;
    padding: 2% 2%;
}

.img-main{
    display: flex;
    flex-direction: column;
}

.img-main > img {
    border-style: none;
    border-radius: 45px;
    width: 40vw;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 1px;
}

.textarea-main > h1 {
    font-size: 68px;
    line-height: calc(60px + 8px);
}

span {
    color: #FDD068;
}

.textarea-main > h2 {
    font-size: 24px;
    line-height: calc(24px + 16px);
    font-weight: 400;
    padding: 4% 0;
}

.textarea-main > ul {
    font-size: 20px;
    line-height: calc(16px + 32px);
    letter-spacing: 1px;
    list-style-type:circle;
    padding: 0 0 4% 4%;
}

.notes {
    text-align: center;
    padding: 4% 0 0 0;
}
.button-main {
    height: 70px;
    width: 500px;
    background-color: #00B893;
    border-style: none;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 1px;
    margin: 0 auto;
}

.textarea-main > button:hover {
    opacity: 0.9;
}

.textarea-main > button:active {
    transform: scale(0.98,0.98);
    box-shadow: none;
}

.how-section {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4% 10%;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 0.05px;
}

h3 {
    color: #003666;
    font-size: 46px;
}
.how-section > p {
    color: #64748B;
    font-size: 22px;
    padding: 1% 10%;
}

.timeline-steps {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 4% 0;
}

.steps {
    background-color: white;
    border-style: none;
    border-radius: 45px;
    width: 320px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 40px 32px 20px 32px;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 0.05px;
}

.steps > h4 {
    font-size: 22px;
    color: #003666;
}

.steps > p {
    font-size: 18px;
    color: #64748B;
}

.steps > img {
    height: 80px;
    padding: 5px;
}

.why-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4% 10%;
}

.why-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2% 0;
    justify-content: center;
    gap: 48px;
}

.card {
    background-color:#f4f4f4;
    border-style: none;
    border-radius: 45px;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 0.05px;
    height: 150px;
    width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
}

.card > h4 {
    font-size: 24px;
    color: #003666;
}

.card > p {
    font-size: 18px;
    color: #64748B;
}

.why-section > p {
    color: #64748B;
    font-size: 22px;
    padding: 1% 10%;
}

.price-section {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4% 10%;
    text-align: center;
}

.price-section > p {
    color: #64748B;
    font-size: 22px;
    padding: 1% 10%;
}

.plans {
    display: flex;
    flex-direction: row;
    gap: 60px;

}

.plan-free {
    background-color: white;
    border-style: none;
    border-radius: 45px;
    text-align: left;
    padding: 20px 80px;
    width: 28vw;
    height: 76vh;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 0.05px;
}

.plan-free > h4 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 2vh;
    padding-top: 2vh;
}

.plan-free > ul {
    font-size: 20px;
    line-height: 5vh;
    font-weight: 500;
}

.plan-premium {
    display: flex;
    flex-direction: column;
    background-color: #00B893;
    color: white;
    border-style: none;
    border-radius: 45px;
    text-align: left;
    padding: 20px 80px;
    width: 32vw;
    height: 94vh;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 0.05px;
    justify-content: center;
    align-items: center;
}

.plan-premium > h4 {
    text-align: center;
    font-size: 42px;
    padding-bottom: 2vh;
    padding-top: 2vh;
}

.plan-premium > ul {
    font-size: 20px;
    line-height: 5vh;
    font-weight: 500;
}

.plan-premium > h4 > span {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.plan-premium > button {
    height: 70px;
    width: 24vw;
    background-color: white;
    border-style: none;
    border-radius: 45px;
    color: #003666;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 1px;
    margin: 0 auto;
    padding: 8px 16px 8px 8px;
}

.plan-premium > button:hover {
    opacity: 0.9;
}

.plan-premium > button:active {
    transform: scale(0.98,0.98);
    box-shadow: none;
}

/* INICIO DA SEÇÃO CTA */
.CTA {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: white;
    background-image: linear-gradient(to bottom right, #013868, #01B793);
    padding: 2.4% 10%;
    justify-content: center;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 0.05px;
}

.CTA > h3 {
    color: white;
    font-size: 56px;
    padding-bottom: 2vh;
}

.CTA > p {
    font-size: 22px;
    padding: 0 10%;
    padding-bottom: 2vh;
}

.CTA > ul {
    display: flex;
    flex-direction: row;
    gap: 36px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 2vh;
}

.button-CTA {
    height: 70px;
    width: 500px;
    background-color: #FDD068;
    border-style: none;
    border-radius: 45px;
    color: #013868;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    box-shadow: 2px 2px rgba(00, 0, 0, 0.15) 1px;
    margin: 32px auto;
}

.CTA > button:hover {
    opacity: 0.9;
}

.CTA > button:active {
    transform: scale(0.98,0.98);
    box-shadow: none;
}

footer {
    justify-content: center;
    font-weight: 500;
    height: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* INÍCIO DA RESPONSIVIDADADE */

@media screen and (max-width: 1320px) {
    body {
        width: 100%;
    }
    header {
        height: 20vh;
        padding: 1.6% 4%;
        position: sticky;
        top: 0;
        flex-direction: column;
        gap: 2vh;
        justify-content: center;
    }
    main {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    header > .logo {
        height: 8vh;
    }

    header > .button-header {
        height: 6vh;
        width: 60vw;
        font-size: 1.0em;
        }
    
    main {
        width: 100vw;


    }
    .textarea-main {
        padding: 10% 10%;
        width: 100vw;
        text-align: center;
    }

    .textarea-main > h1 {
        font-size: 2.6em;
        line-height: 8vh;
        padding-bottom: 1vh;
    }

    .textarea-main > h2 {
        font-size: 1.4em;
        line-height: 4vh;
        padding-bottom: 4vh;
    }

    .textarea-main > ul {
        display: none;
    }

    .textarea-main > button {
        width: 80vw;
        font-size: 1.4em;
    }
    .how-section > h3 {
        font-size: 2.4em;
        line-height: 8vh;
        padding-bottom: 2vh;
    }
    .how-section > p {
        font-size: 1.2em;
        line-height: 4vh;
        padding-bottom: 2vh;
    }

    .img-main > img {
        width: 80vw;
    }

    .img-main {
        padding-bottom: 4vh;
    }
    .how-section {
        padding: 10% 5%;
    }
    .timeline-steps {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .why-section > h3 {
        font-size: 2.4em;
        line-height: 8vh;
        padding-bottom: 2vh;
    }
    .why-section > p {
        font-size: 1.2em;
        line-height: 4vh;
        padding-bottom: 2vh;
    }
    .price-section > h3 {
        font-size: 2.4em;
        line-height: 8vh;
        padding-bottom: 2vh;
    }
    .price-section > p {
        font-size: 1.2em;
        line-height: 4vh;
        padding-bottom: 2vh;
    }
    .plans {
        flex-direction: column;
    }
    .plan-free {
        margin-top: 4vh;
    padding: 20px 16%;
    width: 80vw;
    height: 90vh;
    }
    .plan-premium {
    padding: 20px 16%;
    width: 80vw;
    height: 130vh;
    }
    .plan-premium > button {
        width: 60vw;
    }v
    .CTA {
        padding: 10% 10%;
    }
    .CTA > h3 {
        padding-top: 4vh;
        font-size: 2.4em;
        line-height: 8vh;
        padding-bottom: 2vh;
    }
    .CTA > p {
        font-size: 1.2em;
        line-height: 4vh;
        padding-bottom: 2vh;
    }
    .CTA > ul {
    flex-direction: column;
    gap: 1vh;
    list-style: none;
    }
    .CTA > .ul-top {
    display: none;
    } 

    .CTA > button {
    width: 80vw;
    height: 14vh;
    font-size: 1.6em;
    } 
    .CTA > .ul-bottom {
    font-size: 1em;
    }
    footer > h7 {
        height: 4vh;
    }
    footer > h7 {
        text-align: center;
        font-size: 0.8em;
    }
}