@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

#painel {
    width: 100%;
    height: 30rem;
    background: url(img/painel_novo.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}

#painel h3 {
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: lighter;
    margin-top: 1%;
}

#painel h2 {
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: lighter;
}

body {
    background-color: rgb(238, 238, 238);
}

#ger h4 {
    width: 100%;
    margin-top: 3%;
    font-size: 18px;
    color: #303030;
    font-family: 'inter';
    text-align: justify;
}

#ger {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 5%;
}

#txt {
    width: 40%;
}

#ger img {
    width: 32%;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgb(177, 177, 177);
}

#txt h1 {
    font-family: 'inter';
    font-size: 34px;
    color: #4b4a4a;
    font-weight: 900;
}

#linha1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

hr {
    width: 80%;
    border-top: 1px solid rgb(173 173 173) !important;
}

#geral2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 5%;
}

.cont {
    width: 25%;
    height: 35rem;
    background-color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgb(177, 177, 177);
}

.cont img {
    width: 25%;
}

.cont h2 {
    font-size: 22px;
    font-family: 'inter';
}

.cont p {
    width: 90%;
    text-align: center;
    font-family: 'inter';
}

#hamburguer1 {
    display: none;
}

@media (max-width: 430px) {
    #painel h3 {
        text-align: center;
        font-size: 18px !important;
    }

    #ger {
        flex-direction: column-reverse;
    }

    #ger img {
        width: 76%;
    }

    #txt {
        width: 86% !important;
    }

    #txt h1 {
        text-align: center;
        margin: 6%;
    }

    #ger h4 {
        text-align: justify;
        margin-top: 7%;
    }

    #linha1 hr {
        width: 67%;
    }

    #geral2 {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .cont {
        width: 86% !important;
        margin-top: 12%;
    }

    #linha1 {
        margin-top: 9%;
    }
}


@media (max-width: 800px) {
    #txt {
        width: 49%;
    }

    .cont {
        width: 29%;
    }
}