.title{
    font-family: 'Lato-Semibold';
    font-size: 30px;
    color: #777777;
    text-align: center;
    margin-bottom: 20px;
}

.card{
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    max-width: 650px;
    margin: auto;
}
p, div{
    color: #777777;
}


@media screen and (min-width: 1600px){
    .banner-registro{
        max-width: 750px;
        
    }
}
 
