*{
    margin: 0;
    padding: 0;
}

html, body{
    overflow-x: hidden;
}

main #inicio{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("img/Fae\ img.jpg");
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

main #inicio #internoinicio #imggirassol{
    height: 130px;
    display: block;
    margin: auto;
}

main #inicio #internoinicio #imgfaeufmg{
    filter: brightness(1.2) drop-shadow(0 0 20px rgb(253, 253, 255));
    height: 80px;
    display: block;
    margin: 10px auto;
}

main #inicio #internoinicio h1{
    color: rgb(4, 4, 4);
    font: normal 19pt arial;
    font-weight: 700;
    text-align: center;
    width: max-content;
    margin: auto;
    background-color: white;
    display: block;
    padding: 5px;
    border-radius: 5px;
}


main #inicio #internoinicio p{
    color: white;
    font: normal 13pt arial;
    font-weight: 700;
    width: 90%;
    margin: 20px auto;
    text-align: justify;
}

#apresentacaolemcapo{

}

#apresentacaolemcapo #titulo{
    text-align: center;
    margin: 40px auto 30px auto;
    font: normal 18pt arial;
    font-weight: 700;
    max-width: 90%;
}

#apresentacaolemcapo p{
    text-align: justify;
    margin: 0 auto 30px;
    width: 90%;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style:normal;
}

#apresentacaolemcapo .materiaslecampo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    letter-spacing: 1px;
}

#apresentacaolemcapo .materiaslecampo .submeterias{
    width: 360px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.342);
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(205, 206, 211, 0.374);
    border-bottom:  solid 2px rgb(2, 57, 255);

}

#apresentacaolemcapo .materiaslecampo .submeterias img{
    width: 80px;
    display: block;
    margin: auto;
}

#apresentacaolemcapo .materiaslecampo .submeterias h1{
    text-align: center;
    font: normal 14pt arial;
    font-weight: 700;
    margin: 20px 0;
    color: rgb(2, 57, 255);
}

#apresentacaolemcapo .materiaslecampo .submeterias p{
    width: 95%;
    text-align: justify;
}

#lecampo{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("img/teste\ fundo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lecampo #internolecampo{

}

#lecampo #internolecampo iframe{
    width: 700px;
    height: 380px;
    border-radius:10px;
    margin: auto;
    display: block;
}

#lecampo #internolecampo a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: block;
    margin: 40px auto;
    width: max-content;
    background-color: white;
    padding: 6px;
    border-radius: 7px;
    font: normal 11pt arial;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
}

#lecampo #internolecampo a img{
    height: 30px;
}

@media (max-width: 700px){

    #lecampo #internolecampo{
        width: 90%;
    }

    #lecampo #internolecampo iframe{
        height: 250px;
        width: 95%;
    }
}