/* 
* SECTION HOME --------------------> 
*/

body {
    background-color: var(--tao-white)!important;
}
section {
    overflow: hidden !important;
    margin: 0;   
}

a.link-contracting-services,
.personal-admin-repse-link>a.link-contracting-services {
    margin: 25px auto 10px auto;
}

section.main-home {
    margin: 0;
    background-image: url(../../img/bg-portal-empleov3.jpg);
    background-size: cover;
    background-position: left;
    background-color: var(--tao-purple);
    padding: 12px !important;
}

.title-main-home {
    font-size: 30px;
}
.txt-main.txt-admin-personal {
    font-size: 25px;
}

.txt-main.txt-admin-personal>span {
    font-weight: 800;
    color: var(--tao-dark-purple-2);
}

/* VACANTES DE EMPLEO  ---------------------------------------> */

section.job-vacancies {
    padding: 80px 0 160px 0;
    background-color: var(--tao-lightblue);
}

.job-vacancies .btn-wrapper  {
    width: 100%;
    height: auto;
    margin: 24px 0 0 0;
}
.job-vacancies .btn-wrapper a.link-contracting-services {
    margin: auto;
    -webkit-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.24);
}

.job-vacancies-title {
    font-weight: 900;
    font-size: 25px;
    margin: 0 0 80px 0;
    text-align: center;
}

.job-vacancies-card {
    position: relative;
    padding: 6px;
    border-radius: 8px;
    margin: 10px 0;
    background-color: transparent;
}

.job-vacancies-img {
    width: 100%;
    border-radius: 8px;
}

.job-vacancies-card>span {
    position: absolute;
    bottom: 200px;
    left: 36px;
    color: white;
    font-weight: 600;
    line-height: 1.3;
    font-size: 28px;
}

.job-vacancies-txt>p {
    width: 100%;
    color: var(--tao-dark-purple-2);
    font-weight: 400;
    line-height: 1.2;
    text-align: justify;
    padding: 26px 0 12px 0;
}
/* BOLSAS DE TRABAJO DIGITALES -----------------------------------> */
.job-center {
    text-align: center;
    align-items: start;
    padding: 110px 0 0 0;
}
.job-center-title {
    margin: 0 0 48px 0;
}

.job-center-title>h3,
.job-center-title>:first-child {
    font-size: 25px;
    color: var(--tao-fuchsia);
    font-weight: bolder;
}

.job-center-title h3 span,
.job-center-title>p,
.job-center-title>:nth-child(2) {
    color: var(--tao-purple);
}
.job-center-title>p,
.job-center-title>:nth-child(2) {
    font-size: 14px;
}

.job-center-item {
    position: relative;
    width: 80%;
    height: 100px;
    margin: 20px auto;
    border-radius: 20px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 6px 8px 28px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 6px 8px 28px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 6px 8px 28px 3px rgba(0, 0, 0, 0.06);
}

.job-center-link {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 20px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.job-center-item:hover {
    -webkit-box-shadow: 6px 8px 28px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 6px 8px 28px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 8px 28px 3px rgba(0, 0, 0, 0.12);
}

.job-center-item>img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
/* </end> */

/* PROCESO DE SELECCIÓN VIRTUAL ---------------------------------> */
section.virtual-selection {
    color: var(--tao-white);
    padding: 80px 0 0 0;
    background-color: var(--tao-purple-2);
}
section.virtual-selection:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 36%;
    top: 0;
    background-color: white;
}
.virtual-selection-title,
.virtual-selection-title>p,
.video-content h3  {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.virtual-selection-title {
    width: 100%;
    color: var(--tao-purple);
    font-weight: 800;
    margin: 40px 0;
    font-size: 25px;
}

.virtual-selection-title span {
    font-weight: 500;
    font-size: 22px;
}

.video-content h2 {
    font-size: 25px;
    line-height: 1;
    margin: 0 0 35px 0;
}

.virtual-selection-img {
    width: 100%;
    text-align: center;
    margin: 36px 0 100px 0;
}

.virtual-selection-img>img {
    width: 100%;
    height: auto;

    -webkit-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
}

.virtual-selection-row {
    margin: 0 0 180px 0;
}

.virtual-selection-subtitle {
    position: relative;
    font-size: 25px;
    font-weight: 800;
    margin: 8vw 0 5vw 0;
    line-height: 1;
    text-align: center;
}

.virtual-selection-subtitle::before,
.collaborate-with-us-title>h2::before {
    position: absolute;
    content: '';
    top: -17px;
    left: -10px;
    width: 35px;
    height: 35px;
    background-image: url(../../img/elemento-chispa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.virtual-selection-subtitle::before {
    top: -20px;
    left: 16px;
    filter: brightness(100);
}

.virtual-selection-desc {
    text-align: justify;
    margin: 0;
    padding: 0;
}

.selection-video-wrapper {
    width: 98%;
    margin: 0 auto;
}

.selection-video-wrapper video {
    width: 100%;
    height: 100%;
    max-height: 580px;
    object-fit: cover;
    filter: brightness(0.85);
    box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.24);
}

/* DESEAS COLABORAR CON NOSOTROS  ---------------------------------------> */

.video-content {
    margin-top: unset;
}
section.collaborate-with-us {
    overflow: unset!important;
    display: block;
    height: auto;
    justify-content: unset;
    align-items: unset;
    padding: 40px 0 80px 0;
    background: linear-gradient(0deg, var(--tao-white), var(--tao-lightblue));
    overflow: hidden!important;
}

section.collaborate-with-us:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 35%;
    top: 0;
    background: var(--tao-purple-2);
}

.collaboration-info {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 25px 12px;
    border-radius: 12px;
    background-color: var(--tao-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    -webkit-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
}
.collaboration-info-title {
    text-align: center;
}

.collaboration-info-title>h3 {
    font-weight: 600;
    font-size: 25px;
    color: var(--tao-purple);
}

.collaboration-info-title>p {
    color: var(--tao-blue);
    margin: 20px 0;
    font-weight: 500;
    line-height: 1.3;
}

.collaboration-info>form {
    margin: 30px 0 0 0;
    width: 100%;
}

.collaboration-info>form .form-row .form-group {
    padding-right: 10px;
    padding-left: 10px;
}

.collaborate-with-us-img,
.collaborate-with-us-img>img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    object-fit: contain;
}

section.collaborate-with-us>img.collaborate-texture {
    position: absolute;
    top: unset;
    right: -100px;
    bottom: 0;
    z-index: 0;
    width: 80%;
    max-width: 700px;
}

.collaborate-with-us-title {
    margin: 50px 0 0 0;
    padding: unset;
}

.collaborate-with-us-title>h2 {
    position: relative;
    font-size: 25px;
    font-weight: 800;
    color: var(--tao-dark-purple-2);
}

.collaborate-with-us-title>p {
    font-weight: 500;
    color: var(--tao-dark-purple-2);
}

.lbl-privacy {
    text-align: justify;
}

.cv-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv-box p {
    color: var(--tao-dark-purple-2);
    font-size: 18px;
    text-align: center;
    margin: 0 5px 0 0;
}

.cv-box button {
    font-size: 14px;
    padding: 0.5rem;
}

.cv-box button:hover {
    color: var(--tao-white);
   background-color: var(--tao-blue);
}

.btn-disabled,
button.btn-job-send.btn-disabled{
    cursor: not-allowed;
}

#gwd-reCAPTCHA_2 div:first-child {
    width: 100%!important;
    text-align: center;
}

button.btn-job-send {
    width: 180px;
    color: var(--tao-white);
    background-color: var(--tao-blue);
    border-radius: 9px;
    padding: 4px;
    font-weight: 500;
}

button.btn-job-send:hover {
    color: var(--tao-white)!important;
    background-color: var(--tao-purple);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
    /* BOLSAS DE TRABAJO DIGITALES ---------- */
    .job-center-item {
        padding: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .job-vacancies-card {
        margin: 20px 0;
    }
    
    .title-main-home {
        font-size: 2.5rem;
    }
    .collaboration-info-title>h3 {
        font-size: 35px;
    }
    a.link-contracting-services {
        margin: 25px 0 10px 0;
    }

    .job-vacancies-title {
        font-size: 30px;
    }

    .collaboration-info {
        width: 45%;
        max-width: 55%;
        padding: 50px 28px 65px 28px;
        margin: 0 auto 120px auto;
    }
    .collaborate-with-us-img {
        width: 100%;
    }

    .video-content h2 {
        font-size: 35px
    }
    .video-content h2>span {
        font-size: 26px
    }

    .virtual-selection-img>img {
        width: 680px;
    }

    .virtual-selection-row {
        margin: 200px 0 65px 0;
    }

    .virtual-selection-desc {
        padding: 0 0 0 20px;
    }

    .virtual-selection-subtitle {
        font-size: 51px;
        margin: 0;
        text-align: left;
    }

    .virtual-selection-subtitle.en {
        font-size: 42px;
    }

    .collaborate-with-us-title>h2 {
        font-size: 35px;
    }

    .collaborate-with-us-title {
        margin:unset;
        padding: 0 0 0 80px;
    }

    /* BOLSAS DE TRABAJO DIGITALES ---------- */

    .selection-video-wrapper {
        width: 89%;
    }
    .job-center-title>h3,
    .job-center-title>:first-child {
        font-size: 32px;
    }
    .job-center-title>p,
    .job-center-title>:nth-child(2) {
        font-size: 16px;
    }

    .job-center-item {
        width: 100%;
        height: 110px;
        margin: 30px auto;
        padding: 12px 32px;
    }

    .job-center-item>img {
        width: 150px;
        height: 48px;
    }

    section.collaborate-with-us>img.collaborate-texture {
        top: 55%;
        right: 0;
        bottom: unset;
        z-index: 0;
        width: 50%;
    }
    .virtual-selection-title,
    .virtual-selection-subtitle {
        font-size: 32px;
    } 

    .virtual-selection-subtitle {
        margin: 5vw 0;
    }
    .virtual-selection-subtitle::before {
        left: -20px;
    }
    section.virtual-selection:before {
        height: 40%;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1050px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

@media (min-width: 2500px) {

    .video-content {
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .virtual-selection-subtitle {
        font-size: 3vw;
    }
    .virtual-selection-desc {
        font-size: 1.1vw;
    }
    .collaborate-with-us-img {
        width: 100%;
    }
    .collaborate-with-us-title  {
        padding: 0;
    }
    
    .title-main-home, .txt-main.txt-admin-personal,
    .job-vacancies-title,
    .video-content h2,
    .collaborate-with-us-title>h2  {
        font-size: 2.1vw;
    }

    .video-content h3 {
        font-size: 1.6vw;
    }
    
    .collaborate-with-us-title>p {
        font-size: 1.2vw;
    }
}