form {margin: 20px;}
* {font-family: 'Montserrat', sans-serif;}
h1{font-weight: 600;}
p{font-size: large;}
div p{color: #ffffff;}
header, label,h3{font-weight: 700;}
h3{text-decoration: solid ;}
header{background-color: #002b41;}
section{margin-top: 22px;}
html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 50px;
}
footer {
    background-color: #002b41;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: white;
}
.btn-danger{
    margin-top: 10px;
    background-color: #002b41;
    border: #002b41;
}
.btn-danger:hover{
    background-color:#2697cf;
}
.importante{
    background-color: #fffb26;
    font-weight: 700;
}

img{
    position:relative;
    animation:animateright 0.4s;
}
@keyframes animateright{
    from{right:-300px;opacity:0} to{right:0;opacity:1}
}