header{

    width: 100%;
    
    top: 0;
    position: absolute;

}

footer{

    width: 100%;
    
    bottom: 0;
    position: absolute;
    

}

footer .linha2{

    height:50px;
    width: 100%;
}

.linha1 {

    width: 100%;
    height: 20px;
    background: #FC9F2D;



    

}

.linha2 {

    width: 100%;
    height: 10px;
    background-color: #011A30;



}

body{
    
background: radial-gradient(#DCDDDF, #fff);
font-family: 'Montserrat', sans-serif;
}

.dados {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height:  50px;
    text-align: center;
}

.dados a {

    text-decoration: none;
    color: #fff;

}

.logo img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
width: 30%;
}


@media only screen and (max-device-width: 480px) {


    footer .linha2{

        height:200px;
        width: 100%;
    }

    .dados {
        margin: 0;
        color: #fff;
        font-size: 50px;
        line-height:  100px;
        text-align: center;
    }
    
    .dados a {
    
        text-decoration: none;
        color: #fff;
    
    }

    .logo img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        width: 75%;
        }
    



}