/* Estilo automático para a página: contato */
section.contato {
    padding: 90px 0;
}

.bl-contato {
    border-radius: 20px;
    background: linear-gradient(90deg, #00AEE1 5.7%, #0080AF 100%);
    color: white;
    text-align: center;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    height: 100%;
}

.ctt-title {
    color: #FFF;
    font-family: "Unitea Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 10px;
}

.ctt-text {
    color: #FFF;
    text-align: center;
    font-family: "Unitea Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}