header {
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom:solid 0.5em #1052a4;
    background-color: #1052a4;

}

nav{
    text-align: center;
}

#logo{
    font-size: 28px;
    color: white;
}

#escudo{
    width: 100px;
    margin: 5px;
}

form{
    margin-top: 150px !important;
}

a{
    color: white;
    font-size: 20px;
    margin: 5px;
}
a:hover{
    color: #0ca1f0;
    text-decoration: none;
}