/* @media(max-width:700px){ */

header{
    display: flex;
    flex-direction: column;
    width: 100vw;
}

.conner{

    display: flex;
    flex-direction: row;
    width: 100vw;
    align-items: center;
    justify-content: center;
}
.conner .gr .greek .gre >a{
    
    display: block;
    position: relative;
    cursor: pointer; 
} 

.gre {
    position: absolute;
    float: right;
    right: 50px;
}
.gre img{

    width: 25px;
    height: 16px;
}
.greek {
    position: absolute;
    float: right;
    right: 10px;
}
.greek img{

    width: 25px;
    height: 16px;
}

.logo-al {
    width: 100vw;
    height: 17vh;
    display: flex;
}

.logo-al img {
    margin: 0;
    width: 100vw;
   height: 18vh;
}

.garra{
    text-align: center;
    font-family: 'poppins-light';
    font-size: 20pt;
    padding: 3px;
}

.te{
    font-size: 13pt;
    color:#fff4e7;
    text-align: left;
    margin-left: 20px;
}

