.wcom-form{
   padding: 64px 0 0; 
}
.form-group {
    width: 100%;
    margin:0;
}

.form-group label {
    color: #707070;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-left: 16px;
}

.form-group label .obli {
    color: #CB1212;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.form-group input {
    padding: 8px 16px;
    color: #707070;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    height: 48px;
    width: 100%;
}

.form-group input {
    padding: 8px 16px;
    color: #707070;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    height: 48px;
    width: 100%;
}

.form-group input:hover {
    border-radius: 100px;
    border: 1px solid #00A443;
    background: #FFF;
    box-shadow: 0px 0px 6px #00A443;
}

.form-group input:focus {
    border-radius: 100px;
    border: 1px solid #3CC2FF;
    background: #FFF;
    box-shadow: 0px 0px 6px #3CC2FF;
}
#button-content {
    gap: 24px;
    margin-top: 16px;
}
#button-content .wcom-button {
    background-color: #2F6852;
    color: #FFFAF6;
    font-weight: 600;
    text-transform: none;
    margin: 0 auto;
    width: 100%;
    font-family: 'IberPangeaText';
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 56px;
    max-width: 412px;
}

#button-content #btn-borrar-input {
    background-color: #F7E9D9;
    color: #2F6852;
    font-weight: 600;
    text-transform: none;
    margin: 0 auto;
    width: 100%;
    font-family: 'IberPangeaText';
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 56px;
    max-width: 412px;
    border-radius: 100px;
}

.ibd-modulo-formulario-colaboracion-rubis{
    display: none;
}