nav ul li a {
    padding: 0px 0px;
    font: normal normal bold 20px "Poppins-black";

    margin-left: 2px;
}

.principal {
    display: flex;
    width: 100%;
    height: 160vh;
    justify-content: center;
    margin-bottom: -107px;

}

.principal .principal-texto {

    flex-wrap: wrap;

}

.principal .principal-texto .texto-principal {
    width: 100%;
}


.principal .principal-texto .imagem-principal {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.principal .principal-texto .imagem-principal img {
    width: 100%;
    align-self: flex-end;
    align-items: end;
}

.texto-principal h2 {
    color: white;
    font: normal normal bold 40px "Poppins-black";
    padding-bottom: 25px;

}

.texto-principal h3 {
    color: yellow;
    font-family: 'Poppins-Medium ';
    font-size: 22px;
    margin-bottom: 52px;

}

.texto-principal {
    width: 55%;

    align-items: center;
    margin-left: 0px;
    text-align: center;
}

.principal .imagem-fundo-escola {
    width: 100%;
    position: relative;
    height: 100%;

}

.escola-texto h2 {
    width: 80%;
    top: 0px;
}

.escola {
    height: 130vh;
    margin-bottom: 180px;
}

.escola .imagem-fundo2 {
    height: 100%;
}

.escola-texto {

    width: 100%;
}


.escola-texto p {
    margin-bottom: 80px;
    font-size: 35px;
}

.conheca-cursos {
    margin-bottom: 200px;
}

.conheca-cursos h3 {
    width: 68%;
    font-size: 20px;
    margin-bottom: 30px;
}

.conheca-cursos .metodos {

    width: 40%;
    display: flex;
}

.conheca-cursos .cursos-catalogo .metodos {
    width: 95%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0px;


}

.conheca-cursos .cursos-catalogo .metodos img {
    width: 100%;
}

.desc-video .materias-didaticos {
    width: 60%;
    font-size: 22px;
    font-family: 'Poppins-black';

}

.video-aula .video1-section {


    width: 100%;
}

.desc-video .texto-video {

    width: 40%;
}

.video-aula .video1-section .image-video {
    width: 50%;
    transition: 400ms linear;
}

.video-aula .video1-section:nth-child(2) {

    flex-wrap: wrap;
}

.video-aula {
    height: 140vh;
}

footer .footer-contactos {

    width: 80%;
}

footer .contacto-redes {

    width: 100%;
}

footer .contacto-endereco {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
}