h1{
    font-size: 25pt;
    color:#59646f;
    font-weight: 500;
    padding-bottom: 10px;
}
p{
    font-size: 12pt;
    color: #293541;
    text-align: justify;
    font-weight: 350;
}
.bar{
    background-color: #1E3A8A;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center ;
    align-items: center;
    padding: 10px;
}
.search{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}

.bar img{
    height: 80px;
    padding: 5px;
}
.search button{
    display: none;
}
.links{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;   
}
.links a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    transition: transform 0.3s ease;
}
.links a:hover{
    transform: rotate(2deg);
    
}
.aviso{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
}
.footer{
    width: 100%;
    height: auto;
    background-color: #1E3A8A;
    padding-block: 0.5%;
    padding-inline: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer img{
    height: 100px;
}
.footer p{
    font-size: 10pt;
    text-align: right;
    color: #fff;
    
}

.linksfot{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content:  space-between;    
    flex-direction: column;
    align-items: end;
}
.linksfot a{
    color: #fff;
}
.copy{
    height: auto;
    display: flex;
    justify-content: end;
    flex-direction: column;
    
}
