@media(min-width:900px){

    body {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 100;
        overflow-x: hidden;
        margin: 0;
        background-color: rgb(250, 252, 249);
        display: flex;
        flex-direction: column;
    }

    .mov{
        display: flex;
        flex-direction: row;
    }


    section {
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
    }
    
    
    .log {
        background-color: #fefcf6;
    }
    
   
    
    
    
    .mbdr {
        margin: auto;
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        padding-top: 50px;
        text-align: center;
        justify-content: space-around;
    }
    
    .mbzz {
        margin: auto;
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        padding-top: 50px;
        text-align: center;
        justify-content: space-around;
        padding-bottom: 50px;
    }
    
    
    a {
        text-decoration: none;
        font-size: 20pt;
    }
    
    a img:hover {
        box-shadow: 1rem rgb(249, 234, 150);
        text-decoration: none;
        border-radius: 100%;
    }
    
    /* //>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

    .foot {
        padding-top: 60px;
    }
    
    .foot {
        background-color: #09586f;
       background-size: cover;
    }
    
    .bac {
        z-index: -1;
        background-repeat: no-repeat;
    }
    .colu{
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        background-color: #09576f93;
        background-size: 100vh;
    }
    
    .logo {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        background-color: #09586f;
        background-size: 100vh;
        padding-top: 30px;
        padding-bottom: 30px;
        opacity: 1;
    }
    
    .line{
        background-color: yellow;
        padding-top: 1px;
    }
   
    }