header,
nav {
    width: 100%;
    z-index: 9999;
}

nav .logo {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    background: var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    font-weight: 600;
    margin-top: 1rem;
}

main {
    min-height: 100%;
    width: 100%;
    margin-top: -60px;
    background: url(../img/empresa.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-content-title h1 {
    color: var(--color-primary);
    font-weight: 700;
}

form p {
    color: var(--color-primary);
    font-weight: 400;
    
}

.div-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-form form input,
.div-form form select {
    padding: 0 50px;
    margin-bottom: 10px;
    width: 90%;
    height: 40px;
    border-radius: 20px;
    outline: none;
    color: var(--color-black);
}

.div-form form textarea {
    padding: 0 50px;
    margin-bottom: 10px;
    width: 90%;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: none;
    border: 1.5px solid var(--color-input);
    color: var(--color-black);
}

.div-form form input::-webkit-input-placeholder {
    color: var(--color-input);
}

.div-form form input::-moz-placeholder {
    color: var(--color-input);
}

.div-form form input:-ms-input-placeholder {
    color: var(--color-input);
}

.div-form form input::-ms-input-placeholder {
    color: var(--color-input);
}

.div-form form input::placeholder {
    color: var(--color-input);
}

.div-input {
    position: relative;
}

.div-input .eye_password {
    position: absolute;
    left: 90%;
    top: 1%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
}

.div-icon-input {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 12px;
    top: 0;
    height: 40px;
    width: 30px;
    border-right: 2px solid var(--color-input);
    color: var(--color-input);
}

.div-icon-input svg {
    width: 22px;
}

.div-icon-input span {
    font-size: 22px;
}

.div-button-submit {
    margin-top: 2rem;
}

.div-button-submit button {
    width: 200px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    background: var(--color-primary);
    color: var(--color-secondary);
    -webkit-box-shadow: var(--box-shadow-button);
    box-shadow: var(--box-shadow-button);
    font-size: 20px;
    height: 40px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.div-button-submit button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.div-container-register {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-container-register .div-register {
    width: 300px;
    height: 60px;
    background: var(--color-white);
    border-radius: 20px 20px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.div-container-register .div-register span {
    color: var(--color-input);
    font-weight: 600;
}

.div-container-register .div-register span a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.div-container-register .div-register span a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.div-container-register .div-register b {
    color: var(--color-primary-light);
}

.back-arrow {
    color: var(--color-text-dark);
    margin-bottom: 1rem;
    width: 80px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-arrow:hover {
    color: var(--color-text);
}


/* UPLOAD IMAGE */

main .container:nth-child(1) {
    margin-top: 8rem;
}

.div-upload-image {
    width: 130px;
    height: 120px;
    background: var(--color-white);
    border-radius: 20px;
    border-style: dotted;
    border-color: var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 5px;
}

#inputUpload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-upload-image svg {
    width: 50px;
    height: 50px;
    color: var(--color-secondary);
    top: 0;
}

.div-form form .div-upload-image input {
    opacity: 0;
    position: absolute;
    top: 10px;
    height: 100px;
}


/* SPINNER */

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-spinner {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 4px solid var(--color-secondary);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.loading-spinner {
    position: absolute;
    top: 40px;
}

.div-terms-form {
    font-weight: 500;
    color: var(--color-input);
}

.div-terms-form a {
    text-decoration: none;
    color: var(--color-primary-light);
    font-weight: 700;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.div-terms-form a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.div-row-upload-img {
    margin-bottom: 2rem;
}

.div-col-upload-img,
.div-title-upload-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-col-upload-img {
    padding-right: 5px;
}

.div-title-upload-img {
    padding-left: 0;
}

.div-title-upload-img h2 {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 700;
}

.formats_text {
    font-size: 12px;
    color: #a7a7a7;
    margin-top: -0.5rem;
}


/* // Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    main {
        height: auto;
        width: 100%;
        margin-top: 1.4rem;
        margin-bottom: 1.4rem;
        background: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-form form input,
    .div-form form select {
        width: 100%;
    }
    .div-button-submit {
        margin-bottom: 1rem;
    }
    .div-container-info .row .col-md-3:nth-child(4) {
        margin-bottom: 2rem;
    }
    .div-container-register {
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-col-upload-img {
        padding-right: 15px;
    }
    .div-title-upload-img {
        padding-left: 15px;
    }
    .div-title-upload-img h2 {
        margin-top: 20px;
    }
}


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    main {
        margin-top: 10rem;
        margin-bottom: 8rem;
        background: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-form form input,
    .div-form form select {
        width: 100%;
    }
    .div-button-submit {
        margin-bottom: 1rem;
    }
    .div-container-info .row .col-md-3:nth-child(4) {
        margin-bottom: 2rem;
    }
    .div-container-register {
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-row-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-col-upload-img {
        padding-right: 15px;
    }
    .div-title-upload-img {
        padding-left: 15px;
    }
    .div-title-upload-img h2 {
        margin-top: 20px;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    main {
        height: auto;
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 4rem;
        background: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-form form input,
    .div-form form select {
        width: 100%;
    }
    .div-button-submit {
        margin-bottom: 1rem;
    }
    .div-container-info .row .col-md-3:nth-child(4) {
        margin-bottom: 2rem;
    }
    .div-container-register {
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-row-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-col-upload-img {
        padding-right: 15px;
    }
    .div-title-upload-img {
        padding-left: 15px;
    }
    .div-title-upload-img h2 {
        margin-top: 20px;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    main {
        height: 100%;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 4rem;
        background: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-form form input,
    .div-form form select {
        width: 100%;
    }
    .div-button-submit {
        margin-bottom: 1rem;
    }
    .div-container-info .row .col-md-3:nth-child(4) {
        margin-bottom: 2rem;
    }
    .div-container-register {
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-row-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-col-upload-img {
        padding-right: 15px;
    }
    .div-title-upload-img {
        padding-left: 10px;
    }
    .div-title-upload-img h2 {
        margin-top: 20px;
    }
    .div-container-register .div-register {
        background: transparent;
    }
}


/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

    @media (min-width: 1200px) {

        .div-input .eye_password {
            
            left: 81%;
            
            
            
        }

    }

}

@media (min-width: 1200px) and (max-width: 2500px) {
    .div-col-form {
        background: #ffff;
        padding: 0 40px 40px 40px;
        border-radius: 10px;
        -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    }
}

.input-normal {
    border: 1.5px solid var(--color-input);
}

.input-error {
    border: 1px solid #ff0000 !important;
}

.btn-return-form {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
}



.image-company {
    position: relative;
    text-align: left;
}
.cover {
    display: none;
}

.image-company:hover .cover {
    display: block;
}

.cover {
    background: rgba(0, 0, 0, 0.4);
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
}

input[type="file"] {
    display: none;
}

.label-file {
    cursor: pointer;
    margin-bottom: 0;
}

.icon-plus {
    color: #f8c304;
    font-size: 30px;
}

.adjust-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#delete-image {
    background-color: transparent;
    color: #fff;
    font-size: 15pt;
    vertical-align: center;
}