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

section {
    overflow: hidden!important;
}

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

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

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

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

/* 
* SECTION MASSIVE HIRING ------------->
*/
section.recruitment-selection {

    background: linear-gradient(0deg, var(--tao-white), var(--tao-lightblue));
}

section.recruitment-selection,
section.benefits {
    margin: 0;
    min-height: auto;
    background-color: var(--tao-white);
    display: flex;
    align-items: center;
    z-index: 1;
}

.hiring-img {
    position: relative;
    z-index: 2;
    width: 250px;
    max-width: 550px;
    height: auto
}

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

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

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


/* 
* SECTION BENEFITS ------------->
*/

.section-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.section-wrapper>img {
    border: 1px solid red;
}

.section-wrapper:before {
    position: absolute;
    z-index: 2;
    content: '';
    top: 25%;
    left: -50px;
    display: block;
    width: 40%;
    height: 50%;
    background-image: url(../../img/section-wrapper-texture.png);
    background-repeat: no-repeat;
    background-size: contain;
}
section.benefits:after {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -164px;
    right: -60px;
    display: block;
    width: 395px;
    height: 495px;
    background-image: url(../../img/section-wrapper-texture-02.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.advantages-title {
    text-align: center;
}

.benefits-title,
.advantages-title>h2,
.title-our-process {
    text-align: center;
    color: var(--tao-purple);
    font-weight: bold;
    font-size: 24px;
}
.advantages-title>p{
    color: var(--tao-purple);
}


.h-division {
    width: 100%;
    margin: 100px 0 80px 0;
}

.recruitment-benefits-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--tao-lightblue);
    border-radius: 10px;
    padding: 12px 30px;
    margin: 6px 0;
}

.benefits-title-card {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}

.benefits-icon-card {
    width: 35px;
    height: auto;
}

/* 
 * ROW ADVANTAGES ----------------------------->
 */
 section.advantages-tao {
    margin: 0;
    align-items: start;
    padding: 60px 0 0 0;
 }
 section.advantages-tao::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 20%;
    bottom: 0;
    background-color: var(--tao-white);
}
 .advantages-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 16px;
    margin: 15px auto;
    min-height: auto;
    cursor: default;
    border-radius: 10px;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    color: var(--tao-white);
    background-color: var(--tao-dark-purple);

    -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);
    transition: all .3s ease;
}
.advantages-wrapper:hover,
.link-wrapper>a.link-contracting-services:hover {
    transform: translateY(-3px);
    -webkit-box-shadow: 9px 8px 14px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 9px 8px 14px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 9px 8px 14px 0px rgba(0, 0, 0, 0.15);
}

.advantages-tao .link-wrapper {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

.link-wrapper>a.link-contracting-services {
    width: 200px!important;
    margin: auto;
    color: var(--tao-white);
    border-color: var(--tao-fuchsia);
    background-color: var(--tao-fuchsia);
    transform: translateY(0px);
    transition: all .2s ease-in-out;
}

.advantages-banner-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 80px auto 40px auto;
}
.advantages-banner-wrapper>img {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    max-width: 1080px;
    object-fit: cover;
}
.advantages-banner-wrapper>div {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.advantages-banner-wrapper p {
    width: 95%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 12px auto;
}
.advantages-banner-wrapper p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
}
.urgent-request-title {
    margin: 0 0 80px 0;
}

.icon-advantages-img {
    width: 25px;
    height: auto;
}

.advantages-txt {
    text-align: left;
    margin: 0;
}

/* 
 * OUR PROCESS --------------------->
 */

 section.our-process {
    margin: 0;
    padding: 30px 0;
    background-color: var(--tao-white);
 }

 .our-process-card {
    position: relative;
    z-index: 2;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 25px;
    color: var(--tao-dark-purple-2);
    background-color: var(--tao-light-gray2);
    height: 100%;
    max-height: unset;
}

.card-wrapper::after {
    content: url(../../img/advantages-texture.png);
    position: absolute;
    z-index: 1;
    display: block;
    left: -29px;
    top: -32px;
}

.card-wrapper.card-2::after {
    left: unset;
    right: -29px;
}

.desc-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    min-height: 155px;
}

.our-process-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 25px;
}
.our-process-number {
    width: 100px;
    height: unset;
    margin: 0;
    font-size: 2.5rem;
    font-weight: bolder;
}

.our-process-txt {
    margin: 0;
    padding: 10px 12px;
    line-height: 1.3;
    font-size: 14px;
}

.our-process-txt span {
    font-weight: bold;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .advantages-banner-wrapper>div {
        bottom: 12px;
    }
    .advantages-banner-wrapper p {
        width: 70%;
        font-size: 20px;
    }
    .advantages-banner-wrapper p:nth-of-type(2) {
        font-size: 14px;
    }
}

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

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .link-container {
        margin: 50px 0 0 0;
    }
    .advantages-banner-wrapper p {
        font-size: 24px;
    }
    .advantages-banner-wrapper p:nth-of-type(2) {
        font-size: 16px;
    }
    .advantages-banner-wrapper>img {
        height: 100%;
    }
    section.advantages-tao::after {
        height: 15px;
    }
 
    section.recruitment-selection {
        min-height: 100vh;
        background-color: var(--tao-white);
        display: flex;
        align-items: center;
        margin: 0;
    }
    .recruitment-selection-wrapper {
        flex-direction: row;
    }
    .hiring-img {
        width: 480px;
    }
    .selection-desc {
        padding: 0 70px 0 0;
    }
    a.link-contracting-services {
        margin: unset;
    }

    .benefits-title, 
    .advantages-title {
        font-size: 30px;
        margin: 0 0 65px 0;
    }
    
    .advantages-title {
        margin: 0 0 60px 0;
    }

    .advantages-title>p {
        margin: 30px 0 0 0;
        font-size: 16px;
    }

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

    .advantages-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .benefits-title-card {
        font-size: 18px;
    }
    .icon-advantages-img {
        width: 40px;
    }

    .desc-container {
        flex-direction: row;
    }

    .our-process-number {
        height: 100px;
    }

    section.advantages-tao::after {
        height: 40%;
    }
    .our-process-txt {
        font-size: 16px;
    }

    .our-process-card { 
        max-height: 320px;
    }
    section.advantages-tao {
        padding: 120px 0 0 0;
     }

    .advantages-tao .link-wrapper {
        margin: 0 0 100px 0;
    }
    .advantages-banner-wrapper {
        margin: 160px auto 80px auto;
    }
    section.our-process {
        padding: 80px 0;
    }
  
}

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

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