/*seções*/
.secao {
    min-height: calc(100vh - 60px); /* calcula a altura mínima para a seção considerando a navbar*/ 
    padding: 20px 25px;
    box-sizing: border-box;
    max-height: calc(100vh - 60px);
}

/*Seção 1*/
#secao1 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

    background-color: #D3EDF3; 
    background-image: linear-gradient(to top left, white 50%, transparent 50.1%);
    background-position: bottom right; /* Posiciona o triângulo no canto inferior direito */
    background-size: 70vh 70vh; /* Define o tamanho do triângulo */
    background-repeat: no-repeat;
}

#secao1-text-presentation {
    display: block;
    font-family:'Rooto', sans-serif;
    font-size: 40px;
    margin-top: 20vh;
}

#secao1-text-presentation h1 {
    margin-top: 0;
    margin-bottom: 15px;
}

#secao1-text-presentation p {
    font-size: 2.5vh;
    color: #505F98;
}

#secao1-image {
    display: flex;
    justify-content: end;
    align-items: center;
}

#secao1-image img {
    max-width: 100%;
    height: 100%;
}

@media (max-width: 1000px) {
    #secao1-image {
        display: none;
    }
}

/*seção2*/
#secao2 {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    padding: 100px;
    flex-wrap: wrap;
}

#secao2-text-presentation {
    flex: 2;
    font-family: 'Rooto', sans-serif;
    text-align: right;
}

#secao2-text-presentation h2 {
    font-size: 3.5em;
    margin:150px 0px 50px 0px;
}

#secao2-text-presentation p {
    font-size: 2.5vh;
    padding: 0px 0px 0px 350px;
    color: #505F98;
}

#secao2-image {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#secao2-image img {
    max-width: 100%;
    height: auto; 
    padding: 0px 100px 0px 50px;
}

#secao2-button {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-left: 200px;
}

#register-button {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 70px;
    background-color: #033652;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 1000px) {
    #secao2 {
        flex-direction: column;
        align-items: center;
        padding: 50px 20px;
    }

    #secao2-text-presentation {
        text-align: center;
        padding: 0;
    }

    #secao2-text-presentation h2 {
        margin: 50px 0 20px 0;
        font-size: 3.5em;
    }

    #secao2-text-presentation p {
        font-size: 2.5vh;
        padding: 0;
    }

    #secao2-image {
        display: none;
    }

    #secao2-button {
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
    }

    #register-button {
        margin-top: 20px;
    }
}

/* seção 3 */
#secao3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    gap: 10px;
    background: #D3EDF3;
}

#secao3 .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 58px;
}

#secao3 .cards {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
}

#secao3 .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 300px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    
}

#secao3 .card .top_border {
    width: 300px;
    height: 20px;
    background: #033652;
}

#secao3 .card .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    gap: 10px;
    width: 200px;
}

#secao3 .card .title {
    width: 241px;
    height: 39px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #222F65;
}

#secao3 .card .body {
    width: 241px;
    height: 39px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #222F65;
}

#secao3-text-presentation {
    flex: 2;
    font-family: 'Rooto', sans-serif;
    text-align: center;
}

#secao3-text-presentation h2 {
    font-size: 3.5em;
    margin:50px 0px 10px 0px;
}


@media (max-width: 1000px) {
    #secao3 {
        padding: 20px;
        width: auto;
        height: auto;
    }

    #secao3 .body {
        width: 100%;
    }

    #secao3 .cards {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: auto;
    }

    #secao3 .card {
        width: 100%;
    }

}

/*seção4*/
#secao4 {
    display: flex;
    justify-content: space-between; /* Adiciona espaço entre os elementos filhos */
    align-items: flex-start;
    padding: 0; /* Adicione padding conforme necessário */
    background-color: #FFFFFF;
    margin-top: 0;
    
}

#secao4-text-presentation {
    display: block;
    width: 60%;
    font-family:'Rooto', sans-serif;
    font-size: 40px;
    margin-top: 17vh;
}

#secao4-text-presentation h1 {
    font-family:'Rooto', sans-serif;
    margin-left: 10vh;
}

#secao4-text-presentation p {
    font-size: 2.5vh;
    color: #505F98;
    margin-left: 10vh;
    margin-right: 50vh;
}

#secao4-feedback{
    width: 26%;
    font-size: 2.5vh;
    color: #505F98;
    font-family:'Rooto', sans-serif;
    margin-top: 25vh;
    margin-right: 20vh;
    text-align: center;
    
}

#secao4-feedback img {
    margin-bottom: -3vh;
}

.footer {
    display: flex;
    justify-content: space-between;
    background-color: #033652;
    color: white;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Signika Negative', sans-serif;
    font-size: 2vh;
    align-items: center;
    text-align: center;
}

.footer .footer-left {
    margin-left: 5vh;
}

.footer .footer-right {
    margin-right: 5vh;
}

footer img {
    width: 15vh;
    height: 15vh;
    justify-content: center;
    padding-top: 20%;
}

.footer p {
    margin: 0.2vh;
}

@media (max-width: 1000px) {
    #secao4 {
        display: flex;
    }

    #secao4-text-presentation, #secao4-feedback {
        display: none;
    }
}
