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

section {
    overflow: hidden!important;
}

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

.wrapper-main-home {
    height: 70vh;
}

.title-main-home {
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
}

.txt-main {
    line-height: 1.3;
    margin: 25px 0 !important;
    font-size: 24px;
    font-weight: 600;
}

a.link-contracting-services {
    margin: 0 auto;
}

/* 
* SECTION MASSIVE HIRING ------------->
*/
section.massive-hiring,
section.staff-rotation {
    min-height: auto;
    background-color: var(--tao-white);
    display: flex;
    align-items: center;
    margin: 0!important;
}
section.massive-hiring {
    background: linear-gradient(0deg, var(--tao-white), var(--tao-lightblue));
}

.hiring-img {
    width: 250px;
    max-width: 550px;
    height: auto
}

.hiring-card {
    width: 100%;
    margin: 0 auto;
}

.hiring-desc {
    margin: 1.5rem 0 !important;
    padding: unset;
}

.massive-hiring-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    color: var(--tao-dark-purple-2);
}

.hiring-title {
    font-size: 25px;
    font-weight: bold;
}

/* 
* SECTION STAFF ROTATION ------------->
*/

.rotation-title,
.rotation-subtitle,
.urgent-request-title,
.important-process-title,
.structure-title {
    text-align: center;
    color: var(--tao-purple);
    font-weight: bold;
    font-size: 24px;
}

.rotation-subtitle {
    font-weight: unset;
    font-size: 22px;
}

.rotation-quantity-title {
    color: var(--tao-dark-purple-2);
    font-size: 22px;
    margin: 30px 0 !important;
}

.rotation-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rotation-tao,
.rotation-others {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.rotation-others {
    margin: 100px 0 0 0;
}

.tao-rotation-bar {
    width: 80%;
    height: 75px;
    display: block;
    background-color: var(--tao-fuchsia);
}

.others-rotation-bar {
    display: block;
    width: 200px;
    height: 300px;
    background-color: var(--tao-dark-gray);
}

.rotation-tao-tag,
.percentage-tao,
.percentage-others {
    color: var(--tao-dark-purple-2);
    font-weight: bold;
}

.percentage-tao {
    font-size: 50px;
}

.percentage-others {
    font-size: 30px;
}

.rotation-tao-tag,
.others-rotation-tag {
    font-size: 22px;
    color: var(--tao-dark-purple);
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;

}

.rotation-tao-tag {
    font-size: 26px !important;
    border-radius: 12px;
    color: var(--tao-dark-purple-2);

    -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);
}

.h-division {
    margin: 2.5rem auto !important;
    width: 100%;
}

section.important-process {
    margin: 0;
    align-items: start;
    padding: 0 0 80px 0;
    background-color: var(--tao-white);
}

/* 
 * URGENT REQUEST ----------------------------->
 */
.request-wrapper {
    width: 100%;
    height: auto;
    padding: 20px 16px;
    margin: 25px auto;
    min-height: auto;
    cursor: default;
    border-radius: 25px;
    position: relative;
    background-color: var(--tao-light-gray2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-box-shadow: 7px 9px 14px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 7px 9px 14px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 7px 9px 14px 0px rgba(0, 0, 0, 0.12);
}

.urgent-request-title {
    margin: 0 0 40px 0;
}

.icon-request-img {
    width: 60;
    height: auto;
}

.request-txt {
    text-align: center;
    margin: 1.5rem 0;
}

/* 
 * IMPORTANT PROCESS ----------------------------->
 */
.important-process-row {
    margin: 80px 0 0 0;
}
 .important-process-content-img {
    width: 250px;
    height: 100%;
    margin: 0 auto;
 }

.important-process-title {
    font-size: 24px;
    margin: 1.5rem 0;
    text-align: left;
    line-height: 1.2;
}

.important-process-img {
    width: 100%;
    height: auto;
}

.process-box {
    color: var(--tao-purple);
    width: 100%;
    height: auto;
    padding: 12px 24px;
    border-radius: 15px;
    background-color: #EBEBFF;
    line-height: 1.3;
    font-weight: bolder;
    font-size: 14px;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 12px 0;
}
.important-process-wrapper .process-box:nth-child(1) {
    margin: 0;
}

.process-box>p{
    margin: 0;
}
.process-box-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

/* jjjjjjj ----------- */

.structure-box,
.structure-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--tao-dark-purple-2);
}

.structure-desc {
    padding: 0;
    text-align: justify;
}

.structure-box-title {
    text-align: center;
    font-weight: bold;
}

.personalization-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.personalization-title {
    font-size: 22px;
    color: var(--tao-dark-purple);
    font-weight: bold;
    margin: 25px 0;
}

.personalization-wrapper .link-contracting-services {
    margin: 0 auto;
}

.structure-img {
    width: auto;
    height: 250px;
    max-height: 550px;
}

.structure-title {
    margin: 50px 0;
}

/* Slider y banner ------------- */
section.massive-recruitment-slider {
    position: relative;     
    margin: 0;
    align-items: start;
    background-color: var(--tao-lightblue);
    padding: 40px 0;
}

section.massive-recruitment-slider::before {
    position: absolute;
    content: '';
    background-image: url(../../img/massive-recruitment-before.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 77%;
}

section.massive-recruitment-slider::after {
    position: absolute;
    content: '';
    background: var(--tao-white);
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 23%;
}

.urgent-request-title {
    color: var(--tao-white);
    text-align: left;
}

.massive-recruitment-banner {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}

.massive-recruitment-banner>img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.massive-recruitment-slider .swiper {
    margin: 40px 0 80px 0;
    background-color: transparent;
}

.massive-recruitment-item {
    color: var(--tao-white);
    width: 100%;
    height: auto;
    padding: 12px 12px 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: transparent;
    opacity: .45;
    transform: translateY(-6px);
    border-bottom: 1px solid transparent;
    transition: all .3s ease-out;
}
.massive-recruitment-item span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: var(--tao-blue);
}
.massive-recruitment-item span:nth-child(2) {
    line-height: 1.3;
    text-align: left;
}
.swiper-slide {
    width: 80%!important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .hiring-card {
        width: 50%;
    }
    .request-wrapper,
    .tao-rotation-bar {
        width: 50%;
    }
    .swiper-slide {
        width: 40%!important;
    }
    .massive-recruitment-banner {
        width: 89%;
    }

    .important-process-content-img {
        width: 50%;
     }
     
     section.massive-recruitment-slider::before {
        height: 60%;
     }
     section.massive-recruitment-slider::after {
        height: 40%;
    }
}

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

    .rotation-others {
        margin: unset;
    }

    .important-process-row {
        margin: 160px 0 0 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    section.structure {
        padding: 80px 0 160px 0;
    }
    section.staff-rotation {
        padding: 160px 0 80px 0;
    }
    .title-main-home {
        font-size: 2.5rem;
    }
    .txt-main {
        font-size: 26px;
    }
    .swiper-slide {
        width: 30%!important;
    }
    .important-process-wrapper .process-box:nth-child(1) {
        margin: 12px 0;
    }
    section.main-home {
        min-height: 100vh;
    }
    .wrapper-main-home {
        height: 100vh;
    }
    
    .structure-desc {
        padding: 0 48px;
    }

    a.link-contracting-services {
        margin: unset;
    }

    section.massive-hiring {
        min-height: 100vh;
    }

    .hiring-img {
        width: 480px;
    }

    .structure-img {
        height: 480px;
    }

    .hiring-desc {
        padding: 0 70px 0 0;
    }

    .massive-hiring-wrapper {
        flex-direction: row;
    }

    .rotation-title,
    .urgent-request-title,
    .structure-title {
        font-size: 30px;
    }
 
    .rotation-quantity-title,
    .rotation-subtitle {
        font-size: 24px;
    }

    .h-division {
        margin: 70px 0!important;
    }

    .rotation-wrapper {
        height: 460px;
        flex-direction: row;
    }

    .tao-rotation-bar {
        width: 350px;
    }

    .rotation-quantity-title {
        margin: unset;
    }

    .request-wrapper {
        width: 100%;
        height: 250px;
        margin: 0 auto;
    }

    .important-process-content-img {
        width: 450px;
     }

     .important-process-title {
        font-size: 30px;
    }

    .personalization-title {
        font-size: 24px;
        margin: 50px 0;
    }

    .structure-title {
        margin: 30px 0 70px 0;
    }

    .h-division {
        margin: 2.5rem !important;
    }

    section.massive-recruitment-slider {
        padding: 80px 0;
    }
    .massive-recruitment-banner>img {
        height: 100%;
    }
    .important-process-title {
        font-size: 28px;
        line-height: 1.3;
    }

}

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

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