.jumbo{
    background-color: #f8fafc;
    border-radius: 14px;
    padding: 10rem;
}
.center{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 60vh;
}

.title{
    display: flex;
    justify-content: center;
    margin-top: 15rem;
    margin-bottom: -8rem;
    font-weight: bold;
}

.divisor{
    border: #3d3d3d solid 1px;
    width: 80vw;
}

.btn{
    background-color:#0284c7 ;
    color: #e2e8f0;
}

.btn:hover{
    background-color:#0369a1 !important;
    color:#cbd5e1 !important;
}


.links{
    max-width: fit-content;
    max-width: -moz-fit-content;

}

.links a{
    color: #e2e8f0 ;
}

.links a:hover{
    color: #e2e8f0 ;
}

.navbar{
    padding: 1em;
    display: flex;
    justify-content:space-around;
}

.navbar-brand{
    max-width: fit-content;
    max-width: -moz-fit-content;
}

.titulo{
    color: #e2e8f0;
    justify-content: start;
    margin-right: 30rem;
}

.jumbo form{
    justify-content: center;
    width: auto;
}

.upload{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.preview{
    border: black 1px solid;
    width: 12rem;
    height: 12rem;
}

#anexo_foto{
    color: transparent;
    max-width: 9rem;
}

.uploadbtn{
    display: flex;
    justify-content: flex-end;
}

#footer1 {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: #0284c7;
}