.campo-1,
.campo-1-2,
.campo-2-3,
.campo-1-4,
.campo-1-3,
.campo-1-5 {
    position: relative;
    margin: 5px 3px;
}

.campo-1 {
    width: 96%;
}

.campo-1-2 {
    width: 48% !important;
}

.campo-2-3 {
    width: 64%;
}

.campo-1-3 {
    width: 32%;
}

.campo-1-4 {
    width: 24%;
}

.campo-1-10 {
    width: 10%;
}

.campo-1-5 {
    width: 19.2%;
}

.centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.formulario {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 100px;
}

.hidden {
    display: none;
}

.formulario-left {
    display: flex;
    width: 100%;
    padding-left: 15px;
    flex-wrap: wrap;
    justify-content: left;
}

.formulario-right {
    display: flex;
    width: 100%;
    padding-right: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.formulario .formulario {
    margin-bottom: 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.titulo {
    border-bottom: solid 3.5px #f99746;
    padding-bottom: 14px;
    font-weight: bold;
    color: #683396;
    width: 90%;
    text-align: center;
    margin-bottom: 35px;
}

.lectura {
    border-bottom: 2.5px solid #00a1d2;
    height: auto;
}

.lectura .labform {
    line-height: 3px;
}

.datos {
    text-align: center;
    color: #683396;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

/* ============================================ RESPONSIVE =========================================*/
@media only screen and (max-width: 500px) {
    .campo-1,
    .campo-1-2,
    .campo-2-3,
    .campo-1-3,
    .campo-1-4,
    .campo-1-5 {
        width: 100%;
    }
    .titulo {
        font-size: 23px;
    }
    .formulario-left,
    .formulario,
    .formulario-right {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
