
* {
    outline: 0
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin:0 auto;
}
footer{
    display: none;
}
#formulario-foot{
    margin-bottom: 50px;
}
@media (max-width: 800px){
    .img-responsive,
    .img-confirmada{
        max-width: 80%;
    }
    .wrap{
        padding-top:20%;
    }
}