.texto-principal {

    width: 100%;
    text-align: center;
}

.texto-principal h2 {
    font: normal normal bold 35px "Poppins-black";
}

.principal-texto {
    flex-wrap: wrap;
}

.texto-principal h3 {
    font-size: 20px;
}



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

nav ul li a {

    padding: 0px 10px;
    margin-left: 10px;
}

nav ul li a {
    color: red;
    font-family: 'Poppins-Medium ';
    transition: background-color 0.4s ease;
    padding: 10px 5px;
    margin-left: 0px;
    border-radius: 50px 50px;

}

nav ul li a:hover {
    background-color: white;
    border-radius: 0px 0px;
    border-style: none;
}

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

}

.principal .principal-texto {

    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

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

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

}

/*  Escola - Estilo */
.escola-texto {
    top: 60px;
    width: 100%;
}

.escola {
    height: 120vh;
    margin-bottom: 10px;
}

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

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

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

/* Conheça cursos */
.conheca-cursos h3 {
    width: 68%;
    font-size: 20px;
    margin-bottom: 30px;
}

.conheca-cursos .metodos {

    width: 60%;
    display: flex;
}

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

}

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

.conheca-cursos .metodos .metodo {
    width: 100%;
    margin-bottom: 90px;
}

/* Materias */

.materias-section h2 {
    color: red;
    font-size: 23px;
    background-color: red;
    width: 26%;
}

.video-aula .video1-section p {
    color: red;
    font-size: 20px;
    font-family: 'Poppins-Medium ';
}

.desc-video .materias-didaticos {
    width: 60%;
    font-size: 18px;

}

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

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

    flex-wrap: wrap;
}

.video-aula {
    width: 100%;
    display: flex;
    align-items: center;
    color: red;
    margin-bottom: 1460px;
}




.video-aula .video1-section .texto-video1 h4 {
    width: 100%;
    font-size: 25px;

}

.conheca-plataforma a {
    margin-top: 120px;
    position: absolute;
    font: normal normal bold 16px "Poppins-black";
    padding: 15px 20px;
    width: 50%;

}


footer .contacto-endereco {
    display: flex;

    width: 100%;

    padding: 10px;
}

footer .footer-contactos {

    width: 80%;
}

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

footer .contacto-redes {

    width: 100%;
}