#user-profile{
    background: url(../../assets/images/forms/fondo.png) center;
    background-position: center 300px;
    background-repeat: no-repeat;
}

#user-profile #registerform{
    margin-top: 2rem;
}

#user-profile .header{
    width: 100%;
    height: 300px;
    display: flex;
    padding: 0;
    align-items: center;
}
#user-profile .header-img {
    width: calc(50% + 150px);
    text-align: right;
}
#user-profile .header-text h1 {
    margin-left: 2rem;
}

#user-profile .header h1{
    text-transform: uppercase;
    max-width: 385px;
    font-size: 3.5rem;
    color: #76d8ca;
}

#user-profile .container.button{
    width: 100%;
    height: 400px;
    display: flex;
    padding: 0;
    align-items: center;
    padding-top: 3rem;
    background: #e4f7f4 url(../../assets/images/forms/fondo_footer.png) no-repeat top;
}

#user-profile .container.button .submit-img{
    width: calc(50% + 150px);
    text-align: right;
    cursor: pointer;
}

#user-profile .container.button .submit-button{
    margin-left: 2rem;
}

#user-profile .header h1{
    text-transform: none;
    max-width: 385px;
    font-size: 3.2rem;
    color: #76d8ca;
}

#user-profile h2:after,
#user-profile h2:before,
#user-profile .tfoot:after,
#user-profile .tfoot:before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  

#user-profile h2:before{
    border-left: 1px solid #76d8ca;
    left: 0;
}

#user-profile h2:after{
    border-right: 1px solid #76d8ca;
    right: 0;
}

#user-profile  h2{
    font-family: DINPro-Black;
    position: relative;
    width: 100%;
    color: #3c3c3c;
    line-height: 1.1;
    text-align: center;
    background: url(../../assets/images/forms/pixel-verde.svg) left center repeat-x;
}

#user-profile  h2{
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 2.2rem;
}

#user-profile .tfoot{
    margin: 0;
    display: flex;
    font-size: 1.5rem;
    flex-direction: column;
    padding: 0;
}

#user-profile h2 span{
    background-color: #e4f7f4;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 2.5rem;
}

#user-profile .cuestion,
#user-profile .aceptacion{
    background-color: white;
    padding: 2rem;
    font-family: DINPro-Black;
    font-size: 2.7rem;
    text-transform: none;
    color: #76d8ca;
}

#user-profile .cuestion{
    margin-bottom: 4rem;
}

#user-profile .aceptacion{
    margin-bottom: 0rem;
}

#user-profile .cuestion.email{
    background: url(../../assets/images/forms/icono-email.png) right no-repeat;
    background-color: white;
    background-position: right 25px top 25px;
    background-size: 130px 130px;
    position: relative;
}

#user-profile .cuestion.nombre{
    background: url(../../assets/images/forms/icono-nombre.png) right no-repeat;
    background-color: white;
    background-position: right 25px top 25px;
    background-size: 130px 130px;
}

#user-profile .cuestion.trabajo{
    background: url(../../assets/images/forms/icono-trabajo.png) right no-repeat;
    background-color: white;
    background-position: right 25px top 25px;
    background-size: 130px 130px;
}

#user-profile .cuestion.password{
    background: url(../../assets/images/forms/icono-password.png) right no-repeat;
    background-color: white;
    background-position: right 25px top 25px;
    background-size: 130px 130px;
    position: relative;
}

#user-profile .cuestion label,
#user-profile .aceptacion label{
    display: block;
}

#user-profile .aceptacion label{
    margin-bottom: 1.7rem;
    line-height: 1.7rem;
}

#user-profile .aceptacion h2{
    background: none;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#user-profile .cuestion span{
    font-family: DINPro-Regular;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 1.5rem;
}

#user-profile label.title {
    display: block;
    margin-bottom: 1.7rem;
    line-height: 2.5rem;
}

#user-profile span.required {
    font-family: DINPro-Bold;
    color: #f08f00;
    font-size: 2.5rem;
    padding-left: 0;
}

#user-profile input[type="text"],
#user-profile input[type="email"],
#user-profile input[type="password"] {
    border: 0;
    margin-left: 1rem;
    font-size: 1.2rem;
    width: calc(100% - 38px);
    color: #76d8ca;
}

#user-profile .cuestion input[type="text"],
#user-profile .cuestion input[type="email"],
#user-profile .cuestion input[type="password"] {
    padding-left: 0;
    margin-left: 1.5rem;
    font-size: 1.7rem;
    background-color: white;
    margin-top: 5rem;
    width: calc(100% - 150px);
}

#user-profile .cuestion input[type="password"] {
    max-width: 300px;
    margin:0;
}

#user-profile input[type="email"]::placeholder,
#user-profile input[type="text"]::placeholder,
#user-profile input[type="password"]::placeholder{
    color: #f08f00;
    opacity: 1;
    text-transform: none !important;
}
#user-profile input[type="email"]:-ms-input-placeholder,
#user-profile input[type="text"]:-ms-input-placeholder,
#user-profile input[type="password"]:-ms-input-placeholder{
    color: #f08f00;
    text-transform: none !important;
}
#user-profile input[type="email"]::-ms-input-placeholder,
#user-profile input[type="text"]::-ms-input-placeholder,
#user-profile input[type="password"]::-ms-input-placeholder  {
    color: #f08f00;
    text-transform: none !important;
}

#user-profile .checkbox label {
    display: block;
    margin-bottom: 1.7rem;
    line-height: 1.7rem;
    font-size: 1.7rem;
}

#user-profile .terminos {
    margin-top: 5rem;
}

#user-profile .tml-user-pass2-wrap{
    margin-top: 3rem;
}

#user-profile .boton-enviar-registro {
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #f08f00 !important;
    height: 130px;
    font-family: DINPro-Black;
    font-weight: 400;
    white-space: normal;
    width: 350px;
    text-align: left;
    line-height: 1;
    padding: 0;
}

#user-profile input.boton-enviar-registro:disabled{
    color: #fff !important;
}

#user-profile .separador {
    height: 4rem;
    background-color: #e4f7f4;
}

#user-profile .error {
    background-color: #f08f00;
    color: #e4f7f4;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    padding: 2.2rem;
    line-height: 2.5rem;
    margin-top: 3rem;
}

#user-profile .obligatorio{
    font-family: DINPro-Regular;
    font-size: 1.2rem;
    margin-top: -4rem;
    padding-bottom: 2rem;
    padding-top: 0.7rem;
    color: #f08f00;
    display: flex;
    justify-content: end;
    margin-right: 2rem;
    width: 100%;
    padding-right: 2rem;
}

#user-profile .obligatorio span{
    font-family: DINPro-Black;
    font-weight: 400;
    font-size: 2.5rem;
    margin-top: 4px;
}

#user-profile .campo-cota{
    bottom: 0;
    left: 0;
    display: inline-flex;
    margin-left: -2rem;
    margin-top: 4rem;
    width: 100%;
}
#user-profile .campo-cota .cota{
    width: 3rem;
    bottom: 0;
    left: 0;
    background: url(../../assets/images/forms/pixel-verde.svg) left center repeat-x;
    display: inline-flex;
}

#user-profile .campo-cota{
    font-size: 1.7rem;
}

#user-profile .campo-cota .descripcion{
    font-family: DINPro-Regular;
    background-color: white;
    margin: 0rem 1rem 0rem 0rem;
    padding: 0;
    display: flex;
    align-items: center;
}

#user-profile .campo-cota .descripcion:before {
    display: inline-block;
    content: "";
    height: 15px;
    border-left: 1px solid #76d8ca;
    margin-right: 10px;
    margin-top: 1px;
}

#user-profile .campo-cota input[type="text"]{
    margin: 0;
    width: 400px;
}

#user-profile .edd_terms_links {
    cursor: pointer;
    padding-left: 1.5rem;
    font-family: DINPro-Regular;
    color: #3c3c3c;
    font-weight: 600;
}

#user-profile #edd_terms_agreement,
#user-profile .edd_terms_links {
    font-size: 1.5rem;
}

#user-profile #formato_fisico_terms,
#user-profile #edd_terms_agreement #edd_terms{
    margin-top: 1rem;
    line-height: 2;
    padding-left: 3rem;
    font-family: DINPro-Regular;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 1.5rem;
}


#user-profile #edd_terms_agreement #edd_terms hr {
    border-top: 1px solid #76d8ca;
    border-bottom: none;  
}

#user-profile #edd_terms_agreement{
    display: block;
}

#user-profile #edd_terms_agreement h2:before,
#user-profile #edd_terms_agreement h2:after{
    border: 0;
}

#user-profile #edd_terms_agreement h2{
    background: none;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#user-profile #edd_terms_agreement{
    background-color: white;
    padding: 2rem;
    font-family: DINPro-Black;
    font-size: 2.7rem;
    text-transform: none;
    color: #76d8ca;
    margin-bottom: 4rem;
}

#user-profile fieldset#edd_terms_agreement {
    margin-bottom: 0rem;
}

#user-profile  #edd_terms_agreement label{
    display: block;
    margin-bottom: 1.7rem;
    line-height: 1.7rem;
}

#user-profile .checkbox {
    font-family: DINPro-Regular;
    font-weight: 600;
}

#user-profile #edd_terms {
    margin-top: 1rem;
    line-height: 2;
    padding-left: 3rem;
    font-family: DINPro-Regular;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 1.5rem;
}

#user-profile .tml-submit-wrap {
    width: 100vw;
    position: relative;
    background-color: #e4f7f4;
    left: calc(-1 * (100vw - 100%) / 2);
    color: rgba(0,0,0,.6);
    padding: 0;
    margin: 0;
}

/*MEDIUM*/
@media only screen and (max-width: 992px) {
    #user-profile{
        background: url(../../assets/images/forms/fondo_medium.png) center;
        background-position: center 200px;
        background-repeat: no-repeat;
    } 
    #user-profile .header{
        background-position: left;
        height: 200px;
    }
    #user-profile .container.button{
        height: 300px;
        padding-top: 0;
        background: #e4f7f4 url(../../assets/images/forms/fondo_footer_medium.png) no-repeat top;
    }
    #user-profile .header h1{
        font-size: 40px;
    }
    #user-profile .container.button .submit-img img{
        width: 200px;
    }
    #user-profile .header-img img {
        width: 200px;
    }
    #user-profile .container.button .boton-enviar-registro {
        width: 200px;
        font-size: 30px;
    }
}

/*SMALL*/
@media only screen and (max-width: 567px) {
    #user-profile{
        background: url(../../assets/images/forms/fondo_small.png) center;
        background-position: center 200px;
        background-repeat: no-repeat;
    } 
    #user-profile .container.button{
        background: #e4f7f4 url(../../assets/images/forms/fondo_footer_small.png) no-repeat top;
        height: 240px;
        padding-top: 2rem;
    }
    #user-profile .header {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    #user-profile #registerform {
        margin-top: 0rem;
    }

    #user-profile .header-text{
        width: 100%;
        position: relative;
    }

    #user-profile .header-img {
        width: 100%;
        text-align: center;
    }

    #user-profile h1.page-title:after,
    #user-profile h1.page-title:before  {
        position: absolute;
        display: inline-block;
        content: "";
        height: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }



    #user-profile h1.page-title:before{
        border-left: 1px solid #76d8ca;
        left: 0;
    }
    
    #user-profile h1.page-title:after {
        border-right: 1px solid #76d8ca;
        right: 0;
    }

    #user-profile h1.page-title{
        display: inline-block;
        width: 100%;
        max-width: 100%;
        color: #3c3c3c;
        font-size: 27px;
        line-height: 1.1;
        text-transform: none;
        text-align: center;
        background: url(../../assets/images/pixel-verde.svg) left center repeat-x;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #user-profile h1.page-title > span{
        display: block !important;
        margin: 0 16px !important;
        background-color: #e4f7f4 !important;
    }

    #user-profile label.title,
    #user-profile .aceptacion label.title  {
        margin-left: -1rem;
        padding-left: 2.5rem;
        margin-right: 2rem;
        line-height: 1;
        position: relative;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    #user-profile label.title:before{
        height: 13px;
        border-right: 1px solid #76d8ca;
        top: 6px;
        left: 0;
        position: absolute;
        display: inline-block;
        width: 1.9rem;
        content: "";
        background: url(../../assets/images/pixel-verde.svg) right 6px repeat-x;
    }

    #user-profile .cuestion,
    #user-profile .aceptacion {
        padding: 1rem;
    }

    #user-profile .cuestion {
        margin-bottom: 2rem;
    }

    #user-profile .cuestion label.title,
    #user-profile .aceptacion label.title {
        font-size: 22px;
    }

    #user-profile .cuestion.email,
    #user-profile .cuestion.nombre,
    #user-profile .cuestion.trabajo,
    #user-profile .cuestion.password,
    #user-profile .aceptacion{
        background-position: right 10px top 10px;
        background-size: 35px 35px;
    }

    #user-profile .cuestion span.required {
        font-size: 1.5rem;
    }

    #user-profile .cuestion input[type="text"], 
    #user-profile .cuestion input[type="email"],
    #user-profile .campo-cota input[type="password"]{
        font-size: 1rem;
        text-transform: none;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    #user-profile .campo-cota {
        font-size: 1rem;
        margin-top: 1rem;
    }

    #user-profile .container.button {
        margin-top: 0rem;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-top: 2rem;
    }

    #user-profile .container.button .submit-img img{
        width: 150px;
    }
    #user-profile .container.button .submit-img {
        text-align: center;
    }

    #user-profile .container.button .submit-button {
        margin-left: 0rem;
    }

    #user-profile .container.button .boton-enviar-registro{
        margin: 1rem 0rem 0rem 0rem;
        font-size: 27px;
        text-align: center;
        height: 27px;
    }

    #user-profile .checkbox label{
        font-size: 1rem;
    }

    .radio > input[type="radio"]:first-child:checked + label::before,
    .checkbox > input[type="checkbox"]:first-child:checked + label::before,
    .radio
    > input[type="radio"]:first-child:checked
    + input[type="hidden"]
    + label::before,
    .checkbox
    > input[type="checkbox"]:first-child:checked
    + input[type="hidden"]
    + label::before {
        margin-left: -3rem;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .radio > input[type="radio"]:first-child:not(:checked) + label::before, 
    .checkbox > input[type="checkbox"]:first-child:not(:checked) + label::before, 
    .radio > input[type="radio"]:first-child:not(:checked) + input[type="hidden"] + label::before, 
    .checkbox > input[type="checkbox"]:first-child:not(:checked) + input[type="hidden"] + label::before {
        margin-left: -3rem;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .radio > label, .checkbox > label {
        padding-left: 4.5rem;
    }

    #user-profile .radio label, 
    #user-profile .checkbox label.aceptacion,
    #user-profile .aceptacion h2{
        font-size: 1rem !important;
        background: none !important;
        text-align: left !important;
        margin: 1rem 0px 0rem 0px !important;
        display: flex !important;
        align-items: center;
    }


    #user-profile #edd_show_terms,
    #user-profile #edd_terms_agreement,
    #user-profile .edd_terms_links,
    #user-profile #edd_terms {
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
    }

    #user-profile .aceptacion h2 {
        font-size: 22px !important;
    }

    #user-profile .aceptacion h2:before, 
    #user-profile .aceptacion h2:after {
        border: 0;
    }

    #user-profile .terminos {
        margin-top: 1rem;
    }

    #user-profile .terminos label{
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    #user-profile #edd_terms  {
        margin-top: 0rem;
    }

    #user-profile .separador {
        height: 1rem;
        background-color: #e4f7f4;
    }

    #user-profile .error{
        font-size: 1rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
        padding: 1rem;
        line-height: 2;
    }

    #user-profile .campo-cota input[type="text"],
    #user-profile .campo-cota input[type="password"] {
        max-width: 40%;
    }

    #user-profile .campo-cota .cota {
        width: 46px;
    }

    #user-profile .campo-cota .descripcion {
        width: 125px;
    }

    #user-profile .obligatorio {
        font-size: 1rem;
        margin-top: -2rem;
        padding-bottom: 0.2rem;
        padding-top: 0.5rem;
        position: absolute;
        right: 0;
        margin-right: 0;
        justify-content: end;
        width: auto;
    }

    #user-profile #checkbox-acepto {
        padding-bottom: 0.5rem;
    }
}