* {
    margin: 0;
    padding: 0;
}

.todasPaginas {
    width: 100%;
}
#headerMenu {
    display: flex;
    background-color: #8F5E2D;
    height: 70px;
    padding: 10px;
    align-items: center;
}
#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#imgLogo {
    height: 60px;
    margin-left: 20px;
}
#title {
    color: #E4D0B5;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    text-decoration: none;
}

#headerLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 15%;
}
.divLinksMenu {
    margin-right: 35px;
    margin-left: 35px;
}
.linksMenu {
    color: rgb(231, 230, 230);
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
}
.linksMenu:hover {
    color: white;
}
/*CORPO*/
.headerCorpo {
    background-image: linear-gradient(to bottom, #E4D0B5, #bd9d73);
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
}
.title {
    color: #8F5E2D;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 20px;
}
#blocoUmHome {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}
.textUmHome {
    color: #8F5E2D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    width: 60%;
    text-align: justify;
}
.imgSeta {
    height: 60px;
    margin-left: 30px;
    margin-right: 30px;
}
.imgBagaco {
    height: 250px;
    border-top-right-radius: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 5px solid #8F5E2D;
}
#blocoDoisHome {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.textDoisHome {
    color: #8F5E2D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    width: 95%;
    text-align: justify;
}
#imgsBlocoDoisHome {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.imgVaso {
    height: 300px;
    border-top-right-radius: 10px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 5px solid #8F5E2D;
}
.imgResultado {
    height: 300px;
    border-top-right-radius: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 5px solid #8F5E2D;
}

/*SOBRE*/
#textInicialSN {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #8F5E2D;
    font-weight: bold;
    width: 80%;
    margin-top: 20px;
}
#blocoConhecerSN {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#imgVisita {
    height: 200px;
    margin-top: 10px;
    border-radius: 7px;
    border: 5px solid #8F5E2D;
}
#botaoConhecerEstudantes {
    background-color: #8F5E2D;
    padding: 12px;
    color: rgb(231, 230, 230);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer;
}
#divOpcoesEstudantes {
    background-color: #634221ec;
    padding: 12px;
    position: absolute;
    top: -10px;
    width: 310px;
    height: 140px;
    border-radius: 10px;
    display: none;
}
#sair {
    position: absolute;
    top: 10px;
    height: 20px;
    right: 10px;
    cursor: pointer;
}
#textApresentSN {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 18px;
}
#opcEstudantes {
    margin-top: 10px;
    margin-bottom: 4px;
}
.opcoes {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
}
#textFinalSN {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #8F5E2D;
    font-weight: bold;
    width: 80%;
    margin-top: 40px;
}
#imgResultadoSN {
    height: 300px;
    border-radius: 10px;
    border: 5px solid #8F5E2D;
    margin-top: 20px;
    margin-bottom: 40px;
}

#textCalculo {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #8F5E2D;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
#textKG {
    color: #775029;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
#quantidadeBagaco {
    margin-top: 7px;
    height: 30px;
    width: 150px;
    border-radius: 20px;
    border: none;
    outline: none;
    opacity: 0.7;
    padding-left: 10px;
}
#botaoCalcular {
    margin-top: 12px;
    background-color: #8F5E2D;
    color: rgba(255, 255, 255, 0.918);
    padding: 10px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 7px;
    cursor: pointer;
}
#botaoCalcular:hover {
    background-color: #85582b;
    color: white;
}

#quantidadeResina {
    color: #775029;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#resultadoCalculo {
    color: #775029;
    margin-top: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#headerCorpoArea {
    background-image: linear-gradient(to bottom, #E4D0B5, #bd9d73);
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    height: 88vh;
}

/*RESPONSIVIDADE*/
#imgMenu {
    display: none;
    height: 25px;
    margin-left: 95px;
}
#menuInvisivel {
    display: none;
}

@media (max-width: 600px) {
    #imgMenu {
        display: block;
    }
    #headerLinks {
        display: none;
    }
    #imgLogo {
        margin-left: 5px;
    }
    #menuInvisivel {
        background-color: #b17438ec;
        right: 0;
        margin-top: 258px;
        position: absolute;
        height: 170px;
        width: 160px;
        align-items: center;
        border-bottom-left-radius: 20px;
        display: none;
    }
    .divLinksMenu {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .linksMenu {
        text-align: center;
    }

    /*CORPO*/
    .todasPaginas {
        width: 100%;
    }
    #headerCorpo {
        width: 400vh;
    }
    #blocoUmHome {
        flex-direction: column;
        width: 500px;
    }
    .imgSeta {
        transform: rotate(90deg);
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .imgBagaco {
        border-radius: 10px;
    }
    #imgsBlocoDoisHome {
        flex-direction: column;
    }
    .textUmHome {
        width: 370px;
        font-size: 22px;
    }
    .textDoisHome {
        width: 370px;
        font-size: 22px;
    }

    /*SOBRE*/
    #textInicialSN {
        width: 370px;
        align-items: center;
        text-align: justify;
        margin-bottom: 10px;
        font-size: 22px;
    }
    #blocoConhecerSN {
        flex-direction: column;
    }
    #botaoConhecerEstudantes {
        margin-top: 15px;
        font-size: 18px;
    }
    #textFinalSN {
        width: 370px;
        align-items: center;
        text-align: justify;
        margin-bottom: 10px;
        font-size: 22px;
    }
    #divOpcoesEstudantes {
        height: 155px;
        width: 330px;
    }
    #textApresentSN {
        font-size: 20px;
    }
    .opcoes {
        font-size: 18px;
    }

    /*AREA EMPRESARIAL*/
    #textCalculo {
        width: 370px;
        text-align: justify;
        font-size: 22px;
    }
    #textKG {
        font-size: 20px;
        text-align: center;
    }
    #quantidadeBagaco {
        height: 50px;
        width: 200px;
        font-size: 18px;
        padding-left: 15px;
        border-radius: 25px;
        margin-top: 10px;
    }
    #botaoCalcular {
        margin-top: 25px;
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #quantidadeResina, #resultadoCalculo {
        font-size: 18px;
    }
}