.contrato{
    background: rgb(39,60,91);
    background: linear-gradient(135deg, rgba(39,60,91,1) 0%, rgba(53,85,131,1) 92%);
    display: flex;
    height: 70vh;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.titulo-contrato{
    margin-bottom: 10vh;
}

.titulo-contrato h1{
    font-size: 2rem;
}

.base-contrato-whats{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.base-contrato, .base-whats{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
}

#contrato, #whats{
    color: #f88d2f;
    transition: .3s;
}

#contrato:hover, #whats:hover{
    color: #e3761a;
}
