.titleStart{
    font-size: 35pt;
    font-weight: bold;
    color: #ffce17;
}

.overlay-image {
    width: 40% !important;
    height: auto;
    margin-bottom: 5%;
}

.center-items{
    justify-content: center;
}

.subTitle{
    font-size: 15pt;
    /* font-weight: bold; */
    color: #ffce17;
}

.btnVerde {
    background: linear-gradient(90deg, rgba(120, 183, 42, 1) 0%, rgba(199, 210, 3, 1) 100%);
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 14px !important;
    border-color: rgba(120, 183, 42, 1) !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: #0B3B1D;
}

input {
    background-color: #568f2d !important;
    border-color: #debb15 !important;
    color: #ffce17 !important;
    font-weight: bold !important;
    height: 28px !important;
}