﻿.titulo {
    color: #006432;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.subtitulo {
    color: #717171;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.div-campo {
    width: 34%;
}

.form-label {
    color: #555659;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.buton {
    width: 100%;
    border-radius: 4px;
    background: #09C;
    border-color: #09C;
}


.regresar {
    color: #008542;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}