@media(max-width:900px){

.wi-100 {
    width: 100vw;
}

.wi-90{
    width: 90vw;
}

.lo img{
    width: 100vw;
}

.logos img{
    width: 90vw;
}

.menu img{
    width: 90px;
}

.gre img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.gree img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.greek img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.logo img {
    width: 30px;
    z-index: 1;
}

.p-t-20{
    padding-top: 20px;
}

.pb-20{
    padding-bottom: 20px;
}

.tex-14{
    font-size: 18pt;
}
}

@media(min-width:900px){

    section{
        width: 30vw;
    }
    .mov1{
        width: 35vw;
    }
    .mov3{
        width: 35vw;
    }

    .wi-100 {
        width: 100%;
    }
    
    .wi-90{
        width: 90%;
    }

    .lo img{
        width: 100%;
    }
    
    .logos img{
        width: 100%;
    }
    
    .menu img{
        width: 60%;
    }

    
    .gre img {
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }
    
    .gree img {
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }
    
    .greek img {
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }
    
    
    .logo img {
        width: 30px;
        z-index: 1;
    }
    
    .p-t-20{
        padding-top: 20px;
    }
    
    .pb-20{
        padding-bottom: 20px;
    }
    
    .tex-14{
        font-size: 18pt;
    }
    




a {
    text-decoration: none;
}


.bac {
    z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
}
.colu{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background-color: #09576f93;
    background-size: 100%;
}





.logo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #09586f;
    background-size: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 1;
}


.line{
    background-color: yellow;
    padding-top: 1px;
}











/* //>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */



}