@import url('https://fonts.googleapis.com/css2?family=Abel&family=Fjalla+One&display=swap');

*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Abel', sans-serif;
}
.loading{
    height: 100vh;
    background-color: black;
    background-image: linear-gradient(#4E067E,#A412B1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loaded{
    overflow: hidden;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #EBB0E9;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  

a{
    text-decoration: none;
    color:#212121;
}
.main-menu-container{
    display: flex;
    justify-content: space-between;
    padding: 0.5em 1em 0.5em 1em;
    position: fixed;
    top:0px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.896);
    width: 100%;
}
.main-menu-container{
    display: flex;
    justify-content: space-between;
    padding: 0.5em 1em 0.5em 1em;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo div{
    display: none;
}
.logo img{
    width: 80px;
}

.elements-menu{
    z-index: 10;
    position: fixed;
    width: 100vw;
    left: 0px;
    top:0px;    
    width: 100vw;
    height: 100vh;
    background-color: rgba(169,1,109, 0);
    clip-path: circle(40px at 92% 25px);
    transition: all .3s;
}
.elements-menu.active{
    clip-path: circle(100% at 50% 50%);
    background-color: rgba(169,1,109, 0.8);
}
.open-menu{
    display: flex;
    justify-content: flex-end;
    margin-right: 1em;
    margin-top: 1em;
}
.main-menu{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-menu ul{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-menu ul li{
    
    list-style: none;
    margin-bottom: 1em;
    transition: all 1s;
}
.main-menu ul li a:hover{
    color:  #4E067E;
}

.main-menu ul li a{
    padding: .3em 1em .3em 1em;
    text-decoration: none;
    font-size: 1.4em;
    color: white;
    font-weight: normal;
}
.fa-bars{
    font-size: 2em;
    color: #5D0271;
}

.fa-bars.active{
    color: white;
    
}
img{
    width: 300px;
}
.land{
    height: 110vh;
    width: 100%;
    background-image: url('../img/bg-movil.svg');
    background-repeat: no-repeat;
    background-size: 110% 110%;
    background-position-x: -10px;
    background-position-y: 25vh;
}
.land img{
    display: none;
}
.land > div{
    height: 89vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.main-text{
    margin-top: 20vh;
    text-align: center;
}
.main-text h1{
    font-size: 2em;
    color: #212121;
}
.main-text p{
    font-size: 1.3em;
    color: #767676;
}
.land div div{
    margin-bottom: 0em;
}
.land div div button{
    z-index: 1;
    width: 16em;
    
    padding: 0.5em 1.4em 0.5em 1.4em;
    border-radius: 20px;
    font-size: 1em;
    position: relative;
    color: #5D0271;
    background-color: white;
    cursor: pointer;
}
.land div div button:focus {
    outline: none;
}

.land div div button:hover{
    background-color: azure;
}
.land div div button span{
    z-index: 2;
    content: "";
    border-radius: 50%;
    width: 2em;
    height: 2em;
    position: absolute;
    background-color: #AE1780;
    left: -4%;
    top:10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-check{
    color: white;
}



.apps{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.student-b{
    display: none;
}
.apps h2{
    margin-top: 3em;
}
.app-container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.apps-box-container{
    width: 90%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.app-icon{
    background-color: teal;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-icon img{
    width: 2.3em;
}
.app-container p{
    font-size: 1em;
    margin-left: 1em;
}
.app-container:nth-child(1) .app-icon{
    background-color: #B3B0F9;
}
.app-container:nth-child(2) .app-icon{
    background-color: #EBB0EA;
}
.app-container:nth-child(3) .app-icon{
    background-color: #B98A89;
}
.app-container:nth-child(4) .app-icon{
    background-color: #BBAD9F;
}
.app-container:nth-child(5) .app-icon{
    background-color: #AE1780;
}

/*About styles*/

.about-us{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.about-us h2{
    font-size: 1.2em;
}

.about-us p{
    text-align: justify;
    font-size: 0.9em;
    padding: 1em;
}

.mv-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.mision , .vision{
    margin-top: 10px;
}
.mision h3, .vision h3{
    text-align: center;
    padding-top: 1em;
}
.mision p , .vision p{
    text-align: justify;
    padding: 1em 2.5em 1em 2.5em;
}
.mision {
    background-color: #B6A99B;
}
.vision{
    background-color: #EBB0E9;
}

/*Styles for footer*/

.main-footer{
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #241B2F;
}
.main-footer > img{
    width: 4em;
}

 .social-network .fab{
    color: white;
    font-size: 1.3em;
    margin-left: .5em;
    transition: all .5s;
}


@media screen and (min-width: 640px) and (max-width:850px) and (orientation: landscape)
{
    .main-menu-container{
        position: fixed;
        display: flex;
        justify-content: space-between;
        padding: 0px;
        height: auto;
        margin: 0px;
    }
    .logo{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .5em;
        margin-left: .5em;
        margin-bottom: .5em;
    }
    .logo div{
        font-size: 2em;
        margin-left: 5px;
        font-family: 'Asia';
        color:#5D0271;
    }
    .logo img{
        width: 100px;
    }
    .elements-menu{
        height: auto;
        width: 100%;
        position: relative;
        clip-path: none;
        margin-top: .9em;
    }
    .elements-menu.active{
        width: auto;
        
        margin-top: .9em;
        background-color: transparent;
        
    }
    .open-menu{
        display: none;
    }
    .main-menu{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        
    }
    .main-menu ul{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .main-menu ul li{
        list-style: none;
    }
    
    .main-menu ul li a{
        padding: .3em 1em .3em 1em;
        text-decoration: none;
        font-size: 1.4em;
        color: #5D0271;
        font-weight: bold;
    }
    
    
    /*land styles*/
    .land{
        height: 100vh;
        width: 100%;
        background-image: url('../img/bg-desktop2.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position:bottom;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 90vh;
        align-items: end;
    }
    
    .land div{
        grid-column: 2 / 4;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .land img{
        display: block;
        width: 50vh;
        position: relative;
        bottom: 0px;
        left: 0px;
    }
    .land div h1{
        font-size: 2.5em;
        color: #232323;
        margin-bottom: 0.1em;
    }
    .land div button{
        width: 14em;
        margin-bottom: 0em;
        padding: 1em 2em 1em 2em;
        border-radius: 20px;
        font-size: 1.3em;
        position: relative;
        color: #5D0271;
    }
    .land div button span{
        content: "";
        border-radius: 50%;
        width: 2.7em;
        height: 2.7em;
        position: absolute;
        background-color: #AE1780;
        left: -4%;
        top:10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .land div div{
        font-size: 1.5em;
        color:white;
        margin-bottom: 1em;
    }
    
    .apps{
        display: flex;
        justify-content: flex-end;
    }
    .apps h2{
        text-align: center;
    }
    .apps > div{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .student-b{
        display: flex;
    }
    .student-b img{
        width: 60vh;
    }

}

/*Ddektop 720p styles*/
@media screen and (min-width: 850px) and (orientation:landscape){
    .main-menu-container{
        position: fixed;
        display: flex;
        justify-content: space-between;
        padding: 0px;
        height: auto;
        margin: 0px;
    }
    .logo{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .5em;
        margin-left: .5em;
        margin-bottom: .5em;
    }
    .logo div{
        font-size: 2em;
        margin-left: 5px;
        font-family: 'Asia';
        color:#5D0271;
    }
    .logo img{
        width: 100px;
    }
    .elements-menu{
        height: auto;
        width: 100%;
        position: relative;
        clip-path: none;
        margin-top: .9em;
    }
    .elements-menu.active{
        width: auto;
        margin-top:0.9em;
        background-color: transparent;
        
    }
    .open-menu{
        display: none;
    }
    .main-menu{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        
    }
    .main-menu ul{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .main-menu ul li{
        list-style: none;
    }
    
    .main-menu ul li a{
        padding: .3em 1em .3em 1em;
        text-decoration: none;
        font-size: 1.4em;
        color: #5D0271;
        font-weight: normal;
    }

    .land{
        height: 100vh;
        background-image: url('../img/bg-desktop2.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position:0% -20%;
        
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 90vh;
        align-items: end;
    }
    .land img{
        display: block;
        width: 50vh;
        position: relative;
        bottom: 0px;
        left: 0px;
    }
    .land div{
        
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 2em;
    }
    .land div .main-text h1{
        font-size: 3em;
        color: white;
        font-weight: normal;
    }
    .land div .main-text p{
        font-size: 1.5em;
        color: #d1d1d1;
        margin-bottom: 1em;
    }
    .land div div a button{
        font-size: 1.2em;
    } 
    .apps-box-container{
    
        display: grid;
        grid-template-columns: repeat(3,30%);
        flex-wrap: wrap;
    }
    .app-container{
        
        width: 15em;
        height: 15em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: space-around;
        cursor: pointer;
        transition: all .6s;
    }
    .app-container:hover{
        transform: scale(1.1,1.1);
        
    }
    .app-container p{
        text-align: center;
    }
    .app-icon{
        margin-bottom: 1em;
        width: 10em;
        height: 10em;
    }
    .apps{
        display: flex;
        justify-content: space-evenly;
    }
    .apps > div{
        width: 100%;
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: auto;
    }
    .square-bg{
       
        z-index:1;
        width: 25em;
        height: 25em;
        background-color: #811F73;
        position: absolute;
        
        bottom: 0px;
        right: 0px;
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    }
    .student-b{
        display: flex;
        justify-content: center;
        position: relative;
    }
    .student-b img{
        
        z-index: 0;
        position: absolute;
        bottom: 0px;
        width: 60vh;
    }
    .app-icon img{
        
        font-size: 2em;
        
    }
    .about-us{
        height: 100vh;
        font-size: 1.2em;
    }
    .about-us > h2{
        margin-top: 0px;
    }
    .about-us > p{
        width: 80%;
    }
    .mv-container{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 80%;
    }
    .mision , .vision{
        width: 40%;
        height: 250px;
    }
    
    .social-network a .fab:hover{
        transform: scale(1.2,1.2);
    }
    
}

