body {
font-family: "Roboto";
font-weight: 400;
font-size: 16px;
padding: 5%;
color: #000000;
line-height: 24pt;
text-decoration: none;
}

header { 
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap;
    align-items: center;
}

header a:hover { 
    color: #5A46FF;
}

nav{ 
    display: block;
    font-size: 36px;
}

ul{
    list-style-type: none;
}

.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.menu li a{
    font-size: 24px;
    color: #000000; 
    font-weight: 700;
    width: 100px;
    display: inline-block;
    text-align: left;
    text-decoration: underline;
    padding: 10px;
}

.menu li a:hover {
    color: #5A46FF; 
    text-decoration: underline;
}

h2 {
    color: #000000; 
    font-size:36px;
    padding-top: 15px;
    width: 100%;
}

h3 {
    color: #000000; 
    font-size:24px;
    width: 100%;
}

h4 {
    color: #000000; 
    font-size:18px;
    width: 100%;
}

.a2 {
    color: #000000;
}

.a2:hover { 
    color: #5A46FF;
}

.a3 {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #5A46FF;
    padding: 20px;
}

.a3:hover { 
    color: #000000;
}

.banner{
    width: 100%;
}

.img1{
    width: 100%;;
}

.contendor4 {
    padding: 50px;
}

.logo {
    font-weight: 900;
    font-size: 72px;
    color: #000000;
    text-decoration: none;
}

.avatar{
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.nosotros{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.alumnos{
    padding: 15px;
    margin: 15px;
    text-align: center; 
}

.contenedor1 {
    width: 100%;
}

.contenedor2 {
    width: 45%;
    float: left;
    padding: 10px;
}

.contenedor3 {
    width: 45%;
    float: right;
    padding: 10px;
}

.cont0{
    background: #EBEBEB;
}

.contlanding {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imglanding {
    float: left;
    width: 360px;
    height: 640px;
}

.planding {
    float: right;
    width: 30%;
    padding: 5%;
}

.contlanding2 {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.imglanding2 {
    float: right;
    width: 360px;
    height: 640px;
}

.planding2 {
    float: left;
    width: 30%;
    padding: 5%;
    text-align: right;
}

.contlanding3 {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imglanding3 {
    float: left;
    width: 360px;
    height: 640px;
}

.planding3 {
    float: right;
    width: 30%;
    padding: 5%;
}

.form1{
    width: 50%; 
    margin-top: 15px;
    text-align: left;
    color: #000000; 
    outline: none;
}

.form2{
    width: 50%; 
    margin-top: 15px;
    display: block;
    padding: 2%;
    border: #000000 solid;
    text-align: left;
    color: #000000; 
    outline: none;
}

select{
    width: 50%; 
    margin-top: 15px;
    display: block;
    padding: 2%;
    border: #000000 solid;
    text-align: left;
    color: #000000; 
    outline: none;
}

input:focus {
  background-color: #D8D9DD;
}
/**/

img {
    width:100%;
}

hr{
    width: 100%;
}

em {
    background-color: #D8D9DD;
}

.store {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;     
}

.imgstore{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
    width: 200px;
}

.video {
    display: flex;
    justify-content: center;
    width: 100%;
}

footer {
    color: #FFFFFF; 
    font-size: 14px; 
    text-decoration: none;
    padding: 50px; 
    background-color: #000000;
}


.promo {
    background-color: #5A46FF;
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    padding: 2%;
    border-radius: 15px;
    }

.ppromo {
    font-size: 36px;
    font-weight: 400;
    line-height: 72px;
}

.ppromo2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 84px;
}

.apromo {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    text-decoration: underline;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    padding: 20px 40px 20px 40px;
}

.promo2 {
    padding: 1%;
    width: 30%;
    float: left;
}

.promo3 {
    width: 70%;
    float: right;
}









@media screen and (max-width: 1024px) {

    body {
    line-height: 60pt;
    font-size: 24px;
    }

    header nav {
        width: 100%;
        display: none; 
    }

    header nav ul {
        width: 100%;
    }

    header nav ul li {
        width: 100%;
        text-align: right;
    }

    .menu li a{
        font-size: 48px;
        padding: 30px;
    }

    .container {
        width: 100%;
        height: 75px;
    }

    .logo {
        font-weight: 900;
        font-size: 96px;
        color: #000000;
        text-decoration: none;
        float: left;
    }

    .burger {
        background-image: url(../tp/img/burger.png);
        background-size: cover;
        width: 100px;
        height: 100px;
        float: right; 
    }

     .avatar{
        display: inline-block;
        width: 500px;
        height: 500px;
        border-radius: 50%;
    }

     .contlanding {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .imglanding {
        float: left;
        width: 360px;
        height: 640px;
    }

    .planding {
        float: right;
        width: 75%;
        padding: 5%;
    }

    .contlanding2 {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .imglanding2 {
        float: right;
        width: 360px;
        height: 640px;
    }

    .planding2 {
        float: left;
        width: 75%;
        padding: 5%;
        text-align: left;
    }


    .contlanding3 {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .imglanding3 {
        float: left;
        width: 360px;
        height: 640px;
    }

    .planding3 {
        float: right;
        width: 75%;
        padding: 5%;
    }


h2 { 
    font-size:72px;
}

h3 {
    font-size:60px;
}

h4 {
    font-size:48px;
}

.a3 {
    font-size: 48px;
}

.promo {
    background-color: #5A46FF;
    color: #FFFFFF;
    display: inline-block;
    padding: 10% 10% 10% 10%;
    align-content: center;
    text-align: center;
    }

.promo2 {
    align-content: center;
    width: 100%;
    margin: auto;
}

.promo3 {
    align-content: center;
    width: 100%;
    margin: auto;
}

.ppromo {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
}

.ppromo2 {
    font-size: 60px;
    font-weight: 700;
}

.apromo {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    text-decoration: underline;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    padding: 40px 60px 40px 60px;
}

.store {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;     
}

.imgstore{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
    width: 350px;
}