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

.mobile-image {
    display: none;
    /* Esconde a imagem para dispositivos móveis em telas maiores */
}

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

#btnmobile {
    display: block;
}

#menu {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 100px;
    right: 0px;
    transition: .6;
    height: 0px;
    visibility: hidden;
    overflow-y: hidden;


}



nav {
    height: 100px;
    justify-content: space-between;

    text-align: center;
    background-color: red;
}



nav #btnmobile {
    margin-left: auto;
    margin-right: auto;
    width: 50%;

    background-color: red;
    border: red;
    color: white;
    font-size: 18px;

}

nav #btnmobile span {
    text-align: center;
    margin-left: 50px;
}

nav #btnmobile:active {
    color: yellow;

}


nav.active #menu {

    height: 30vh;
    background-color: white;
    visibility: visible;
    overflow-y: auto;
}

nav ul {
    margin-right: 0px;
    font: normal normal bold 12px "Poppins-Medium";
    padding: 2px;
    display: block;
    align-items: end;
    margin-left: 0px;

}

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

}


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



/* botão Humburguer*/

#btnmobile {
    display: flex;
    padding: .5rem 1rem;
    font-size: 1rem;
    border: none;
    background: none;
    text-align: center;

}

#hamburger {
    display: block;
    width: 20px;
    border-top: 2px solid;
    gap: .5rem;
    color: white;
    margin-right: 10px;

}

#hamburger::after,
#hamburger::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: currentColor;
    margin-top: 5px;
    transition: .3s;
    position: relative;
}

nav.active #hamburger {
    border-top: transparent;
}

nav.active #hamburger::before {
    transform: rotate(135deg);
}

nav.active #hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
}

/* Css Mobile */




nav ul li {
    margin-bottom: 20px;

}

nav ul li a {
    text-align: start;
    font: normal normal bold 18px "Poppins-black";
    margin: 25px;
    border-bottom: 2px solid red;
}

nav .logo-ikeeny {
    width: 100%;

}


.texto-principal {
    width: 100%;
    text-align: center;
    margin-left: 0px;


}

.texto-principal h2 {
    color: white;
    text-align: center;
    font: normal normal bold 30px "Poppins-black";

}

.texto-principal a {
    padding: 20px 28px;
    font: normal normal bold 16px "Poppins-black";
}

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

.principal-texto .imagem-principal {
    width: 40%;
}

.principal-texto .imagem-principal img {
    padding-top: 10px;
    width: 60%;
}

.texto-principal h3 {
    color: yellow;
    font-family: 'Poppins-Medium ';
    font-size: 25px;

}

.principal {
    height: 100vh;
    margin-bottom: 136px;

}

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

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

    overflow-y: hidden;
}

/* Escola */
.escola {
    margin-bottom: 0px;
    height: 60vh;
}

.escola-texto h2 {

    padding: 10px 10px;
    padding-bottom: 0px;

}

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

.escola-texto {
    font-size: 25px;
    padding: 20px;
    text-align: center;
    width: 80%;
}

.escola-texto p {
    margin-bottom: 50px;
    font-size: 18px;
    text-align: center;
}

.escola-texto h2 {
    width: 80%;

}

.escola-texto a {

    font-size: 15px;
    padding: 20px 60px;
    border-radius: 50px 70px solid;
}


/* Conheça cursos */
.conheca-cursos h3 {
    width: 80%;
    font-size: 14px;
    padding: 20px 15px;

}

.conheca-cursos {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 300px;
}


.cursos-catalogo {

    width: 100%;

}

.cursos-catalogo .metodos {
    width: 100%;

}

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

.conheca-cursos .cursos-catalogo .metodos {
    margin-top: 10px;

}

.conheca-cursos .cursos-catalogo h3 {

    margin-top: 30px;
}

.conheca-cursos .cursos-catalogo .metodos .metodo {
    width: 100%;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 0px;
}


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

}

.materias-section {
    height: 100vh;
}

.materias-section h2 {
    font-size: 24px;
    padding: 8px;
}


.conheca-cursos .fundo-3 {
    width: 100%;
    height: 260vh;
    position: absolute;
    margin-bottom: 20px;
}




.conheca-cursos .cursos-catalogo .metodos .metodo .descricao-metodo h4 {
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

.conheca-cursos .cursos-catalogo .metodos .metodo .descricao-metodo {

    top: 100px;
    font-size: 14px;
    left: 40px;
}

.materias-section .descricao-section h3 {
    color: red;
    font-size: 18px;
    font-weight: bold;

}


.materias-section .descricao-section {
    flex-wrap: wrap;
    padding: 12px 20px;
}

.materias-section .desc-materias {

    width: 100%;
    padding: 12px 20px;
}

.materias-section .desc-imagem {
    width: 100%;
}

.materias-section .descricao-section p {
    font-size: 16px;
}

.video-aula {
    margin-top: 4px;


}

.video-aula .video1-section .texto-video p {
    font-size: 12px;

}

.video-aula .video1-section .texto-video1 h4 {
    width: 90%;
    font-size: 12px;
    padding: 40px 35px;
    margin-bottom: 0px;

}

.video-aula .video1-section h4 {
    color: red;

    font: normal normal bold 16px "Poppins-black";

}

.texto-video h4 {
    font-size: 10px;

}

.desc-video {

    margin-bottom: 30px;
}

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

    flex-wrap: wrap;
}

.desc-video .materias-didaticos {
    width: 80%;
    font-size: 16px;


}


/* Cursos Aprece e tira */
nav.active #cursos {

    border-top: transparent;
}

.video-aula .video1-section {
    width: 100%;

}

.video-aula .video1-section .image-video {
    width: 100%;
    transition: 400ms linear;
    margin-bottom: 20px;

}

.video-aula .video1-section:first-child {
    flex-wrap: wrap;

}


.conheca-plataforma a {
    font-size: 12px;
    width: 45%;
    margin-top: 50px;
    padding: 8px 16px;

}

footer p {
    display: inline-block;
    color: white;
    font-size: 12px;
    font-family: 'Poppins-Medium ';
}

footer .endereco p {
    top: 10px;
    display: inline-block;
    color: white;
    font-size: 10px;
    font-family: 'Poppins-Medium ';
}

footer .endereco i {
    font-size: 30px
}

footer i {
    color: wheat;
    font-size: 20px;
    padding: 5px;
}

.conheca-plataforma {
    margin-top: 360px;
    position: relative;

}

footer .contacto-endereco {
    flex-wrap: wrap;
}

.footer-contactos .contacto-telefone {
    margin-left: 4px;
}

.video-aula .video1-section .texto-video1 h4 {
    padding: 14px 20px;
    width: 100%;
    border-radius: 10px 10px;
    margin-bottom: 5px;
    text-align: center;

}

.desc-fundo {
    height: 0px;
}

.descricao-section {
    margin-bottom: 70px;

}

.prepara-futuro {
    height: 50vh;
}

footer .footer-contactos {
    width: 100%;
}

/*   Animação   */

[data-anime="left"] {
    transform: translate3d(-20px, 0, 0);
}

[data-anime="rigth"] {
    transform: translate3d(0px, 0, 0);
}






/* Estilo Animação */
[data-anime] {
    opacity: 1;
    transition: .3s;
}

[data-anime="left"] {
    transform: translate3d(0px, 0, 0);
}

[data-anime="rigth"] {
    transform: translate3d(5px, 0, 0);
}


[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}