.cms-empleo #maincontent h1 {
    font-size: 40px;
    font-weight: 600;
}

.cms-empleo .employment-columns .contact-col {
    background-color: var(--light-background);
    padding: 30px;
}

.cms-empleo .employment-columns .contact-col form.amform-form .fb-text-label,
.cms-empleo .employment-columns .contact-col form.amform-form .fb-textarea-label {
    display: none;
}

.cms-empleo .employment-columns .contact-col input,
.cms-empleo .employment-columns .contact-col textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(129,129,129,0.3);
    font-size: 16px;
    font-weight: 300;
}

.cms-empleo .employment-columns .contact-col .field-name-employment {
    max-width: 100%;
}

.cms-empleo .employment-columns .contact-col form.amform-form .field-telephone-employment {
    position: relative;
    max-width: 100%;
}
.cms-empleo .employment-columns .contact-col form.amform-form .fb-number-label {
    color: rgb(129,129,129,0.5);
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: 7px;
    left: 7px;
}
.cms-empleo .employment-columns .contact-col form.amform-form .fb-number-label .required {
    color: unset;
}
.cms-empleo .employment-columns .contact-col form.amform-form .field-telephone-employment.-active .fb-number-label {
    display: none;
}

.cms-empleo .employment-columns .contact-col form.amform-form .fb-number .control {
    max-width: unset;
}

.cms-empleo .employment-columns .contact-col form.amform-form .fb-checkbox {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}

.cms-empleo .employment-columns .contact-col form.amform-form  .fb-checkbox {
    display: flex;
    width: fit-content;
}

.cms-empleo .employment-columns .contact-col form.amform-form  .field-text-legal {
    width: 100%;
    max-width: 66%;
}

.cms-empleo .employment-columns .contact-col form.amform-form  .field-text-legal a {
    color: var(--primary);
}

.cms-empleo .employment-columns .contact-col form.amform-form .amcform-toolbar {
    width: 100%;
}
.cms-empleo .employment-columns .contact-col form.amform-form button.amcform-submit {
    background: var(--primary);
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
.cms-empleo .employment-columns .contact-col form.amform-form button.amcform-submit:hover {
    background: var(--primary-background);
}

.cms-empleo .employment-columns .contact-col form.amform-form .field-file-curriculum label {
    font-weight: 400;
}

.cms-empleo .employment-columns .contact-col form.amform-form .field-file-curriculum input {
    cursor: pointer;
    width: 100%;
}
.cms-empleo .employment-columns .contact-col form.amform-form .field-file-curriculum input::file-selector-button {
    background-color: rgb(239, 238, 238, 0.7);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.cms-empleo .employment-columns .contact-col form.amform-form .field-file-curriculum input:not([disabled]):focus{
    box-shadow: none;
}

@media(min-width: 426px){
    .cms-empleo .employment-columns .contact-col form.amform-form  .field-text-legal {
        max-width: 68%;
    }
}

@media(min-width: 768px){

    .cms-empleo .employment-columns .pagebuilder-column-line {
        flex-direction: row-reverse;
        gap: 20px;
    }

    .cms-empleo .employment-columns .contact-col .field-name-employment,
    .cms-empleo .employment-columns .contact-col form.amform-form .field-telephone-employment {
        max-width: 48%;
    }

    .cms-empleo .employment-columns .contact-col form.amform-form .amcform-toolbar {
        width: unset;
    }
    .cms-empleo .employment-columns .contact-col form.amform-form button.amcform-submit {
        width: unset;
    }
}