* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

::-webkit-scrollbar {
    display: none;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}

body {
    background-color: #ffffff;
    color: #000;
    font-size: 1.6rem;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.hero {

    background-size: auto 30rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 105px;
    background-color: #ffffff;
}

.hero2 {

    background-size: auto 30rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 105px;
    background-color: #ffffff;
}

.hero .box,
.hero2 .box {
    padding: 4rem 2rem 28rem 2rem;
    max-width: 60rem;
}

.hero h1,
.hero2 h1 {
    font-family: 'Grandstander', sans-serif;
    font-weight: bold;
    letter-spacing: -0.1rem;
    font-size: 5rem;
    line-height: 6rem;
}

.hero h2,
.hero2 h2 {
    font-size: 2rem;
    font-weight: normal;
    margin: 3rem 0;
}

.button {
    display: inline-block;
    background-color: #71A894;
    color: #fff;
    padding: 2rem 4rem;
    font-size: 2rem;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover {
    background-color: #fff;
    border: solid 1px #71A894;
    color: #71A894;
    transition: 500ms;
}

.topics {
    padding: 5rem 3rem;
    margin-top: 50px;
}

.topics .topic {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    margin-bottom: 4rem;
}

.topics .topic.reverse {
    flex-direction: row-reverse;
}

.topics .topic .left,
.topics .topic .right,
.topics .topic .center {
    flex: 1;
}

.topics .topic .left img {
    max-width: 65%;
}

.topics li {
    font-family: 'Grandstander', sans-serif;
    font-weight: bold;
    letter-spacing: -0.1rem;
    font-size: 6rem;
    line-height: 6rem;
}

.topics .right .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.topics .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 2rem;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.cards-section {
    display: flex;
    justify-content: space-around;
    margin: 20px;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    width: 30%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.card p {
    font-size: 0.9em;
    color: #555;
}

.label {
    display: inline-block;
    background: #71A894;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
    margin-top: 10px;
}

.deadline {
    display: block;
    font-size: 0.8em;
    color: #888;
    margin-top: 5px;
}

.view-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.open-enterprise-section {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.open-enterprise-section h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.open-enterprise-section p {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 20px;
}

.early-access {
    padding: 10px 20px;
    background: #71A894;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


@media (width >900px) {
    .hero .box {
        padding: 15rem 2rem;
    }

    .hero {
        background-image: url('../img/fundo.png');
        background-size: auto 50rem;
        margin-top: 2s0px;

    }

    .hero2 .box {
        padding: 15rem 2rem;
    }

    .hero2 {
        background-image: url('../img/fundo2.png');
        background-size: auto 50rem;
        margin-top: 2s0px;

    }
}


@media (max-width: 900px) {
    .card img {
        display: none;
    }

    .cards-section {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
        margin-bottom: 20px;
    }

    .header .container,
    .hero .box,
    .topics {
        padding: 1rem;
    }

    header nav ul {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    header nav li {
        padding: 0.5rem 1rem;
    }

    .hero {
        background: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero .box {
        order: 1;
        z-index: 2;
    }

    .hero::after {
        content: "";
        display: flex;
        width: 100%;
        height: 200px;
        background-image: url('../img/fundo-meio.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        order: 2;
        z-index: 1;
    }
        .hero2::after{
        content: "";
        display: flex;
        width: 100%;
        height: 200px;
        background-image: url('../img/fundo-meio2.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        order: 2;
        z-index: 1;
    }

    .hero h1,.hero2 h1 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .hero h2, .hero2 h1 {
        font-size: 1.8rem;
        margin: 2rem 0;
    }

    .topics .topic {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    .topics .topic .left,
    .topics .topic .right {
        flex: none;
        width: 100%;
    }

    .topics .topic .left img {
        max-width: 45%;
        margin: auto;
    }

    .topics .topic.reverse {
        flex-direction: column;
    }

    .topics .topic.reverse .left,
    .topics .topic.reverse .right {
        order: unset;
    }
}

@media (max-width: 600px) {
    header nav ul {
        gap: 0.5rem;
    }

    .hero::after,.hero2::after {
        height: 150px;
    }

    .hero h1, .hero h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .hero h2, .hero h2{
        font-size: 1.6rem;
        margin: 1.5rem 0;
    }

    .button,
    .button2 {
        padding: 1.5rem 3rem;
        font-size: 1.8rem;
    }

    .topics .topic .left img {
        max-width: 70%;
    }

    .topics {
        padding: 3rem 1rem;
    }

    .topics li {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .topics .topic .right,
    .topics .topic .center {
        gap: 1rem;
    }

    footer .row ul li {
        margin: 5px 0;
        text-align: center;
    }
}