@media (max-width: 720px) {  
    header{
        margin:0;
        padding: 0;
        display: block;
    }
    header > div {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 120px;
        background-position: 10px 10px;
        background-size: 90px
    }

    #motto{
        
        float: none;
        position:  absolute;
        left: 120px;
        top: 40px;
        margin:0px;
        padding: 0px;
        height: auto;
        
        
        
    }

    #motto h1{ font-size: 1.45em;  }
    #motto h2{ font-size: 0.78em; }

    #topRightHeader{
        display: none;
    }

    nav{
        display: none;
    }

    #loginFormDiv{
        width: 100%;
        height: auto;
        padding-top:50px;
        padding-bottom:50px;

    }

    

    .footerLinks{
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        
    }

    .footerLinks > ul{ 
        width: 45%;
    }


    .centerblock{
        width: 100%;
    }

    .secondary-data-container{
        flex-direction: column;
    }

    .closing-date-container{
        display: flex;
        justify-content: space-evenly;
    }

    .closing-date-container > h4, .closing-date-container > span{
        width: 50%;
        text-align: left;
        
    }

    .horizontal-progress-bar-container{
        margin:0;
    }

    
    #buttons-container a{
        display: block;
        
    }
    #buttons-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #fullEstimate tr td:first-child{ text-align: left;}
    
    #fullEstimate td{
        padding: 3px;
        vertical-align: bottom;
        
    }    

    #fullEstimate .concepto{
        width: auto;
    }
    #fullEstimate .moneychar{
        padding-left: 5px; 
        padding-right: 5px; 
    }
    #fullEstimate .cantidad{
        text-align: right;
    }

    #form1, #emailForm{ width: 85%; padding: 15px; margin: 20px auto;}

    

}