.a131 .navwidth {
    width: auto;
    BACKGROUND-COLOR: #FFF;
}
.a139 .form-captacion-position {
    background-color: #a4873b;
    position: relative;
}
.a139 .cont-form .form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    height: 44px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
}
.a139 .titulo {
    color: #3b3b3b;
    font-size: 34px;
    text-transform: none;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.bg-odd-even:nth-child(odd) {
    background-color: #3b3b3b00;
}