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

section.main-home {
    margin: 0;
    background-image: url(../../img/bg-conocenos.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 0 right 0;
    background-color: #2C2C6A;
    padding: 12px !important;
    overflow: hidden!important;
    height: 65vh;
    justify-content: start;
    align-items: start;
}

.wrapper-main-home {
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 0;
    gap: 15px;
    height: 50vh;
    padding: 24px 0 0 0;
}

.v-line {
    width: 125px;
    height: 1px;
    background-color: var(--tao-white);
}

.title-main-home,
.subtitle-main-home {
    line-height: 1;
    font-size: 1.8rem;
}

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

.subtitle-main-home {
    font-size: 24px;
    font-weight: 400;
}

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

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


/* 
* SECTION OUR OBJECTIVE ------------->
*/

.our-objective {
    min-height: 50vh;
    overflow: hidden!important;
    background: var(--tao-white);
    margin: 0;
}

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

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

.our-objective-img {
    width: 250px;
    height: auto;
    z-index: 1;
}

.our-objective-wrapper .link-contactanos {
    position: unset;
    right: unset;
    top: unset;

    width: 160px;
    height: 40px;

    color: var(--tao-purple);
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tao-white);
    border: 3px solid var(--tao-white);

    box-shadow: 14px 10px 0 0 var(--tao-purple);
    -moz-box-shadow: 14px 10px 0 0 var(--tao-purple);
    -webkit-box-shadow: 14px 10px 0 0 var(--tao-purple);
}

/* 
 * OUR TALENT SECTION --------------->
 */

.our-talent {
    margin: 0;
    padding: 40px 0;
    background-color: var(--tao-white);
}

.talent-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.talent-box-img {
    width: 100px;
    height: auto;
}

.talent-box-txt {
    color: var(--tao-dark-purple);
    font-weight: bold;
}

.talent-line {
    width: 80%;
    height: 2px;
    margin: 80px auto 125px auto;
    background-color: var(--tao-light-gray2);
}

.our-talent-person {
    text-align: center;
    width: 100%;
    height: auto;
}

.our-talent-person-img {
    width: 250px;
    height: auto;
    object-fit: cover;
}

.our-talent-title {
    font-weight: bolder;
    color: var(--tao-dark-purple-2);
    padding: 20px;
    text-align: center;
}

.talent-slide-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    color: var(--tao-dark-purple-2);
}

.swiperTalent .swiper-slide {
    min-height: 350px;
}

.swiperTalent .swiper-button-next,
.swiperTalent .swiper-button-prev {
    top: unset !important;
    bottom: 5px;
    width: 60px;
    border-radius: 10px;
    background-color: var(--tao-light-gray2);
}

.swiperTalent .swiper-button-next:after,
.swiperTalent .swiper-button-prev:after {
    font-size: 25px;
    padding: 5px;
    font-weight: bolder;
    color: var(--tao-dark-purple-2) !important;
}

.swiperTalent .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 100px) !important;
    right: auto;
}

.talent-slide-txt {
    line-height: 1.3;
    text-align: left;
}

.talent-slide-autor h4 {
    margin: 0;
    font-weight: bold;
}

/* DIVERSITY SECTION ------------------>
 */
 .tao-talent-management.color-white {
    color: white;
 }
section.diversity {
    background-color: white;
    position: relative;
    padding: 0 0 50px 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    justify-content: unset;
    align-items: unset;
}

.form-img {
    position: absolute;
    z-index: 1;
}

.f-img-1 {
    top: -30px;
    left: 0;
    width: 80px;
    max-width: 200px;
}

.f-img-2 {
    right: 0;
    top: 225px;
    width: 115px;
}

.diversity-banner-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top 0px left 25%;
}


.diversity-title {
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: var(--tao-dark-purple-2);
    margin: 0;
    padding: 0 0 40px 0;
}

.diversity-desc {
    line-height: 1.3;
    text-align: left;
    color: var(--tao-dark-purple-2);
    padding: 40px 0 0 0;
    border-top: 2px solid var(--tao-dark-purple-2);
    border-left: unset;
}

/* VISION-MISION SECTION  ------------------------------------------->
 */

section.vision-mision {
    color: var(--tao-white);
    background-color:  transparent;
    margin: 0!important;
    overflow: hidden!important;
}

.vision-mision-icon {
    width: 125px;
}

.vision-mision-wrapper,
.vm-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.vm-box,
.vm-box:nth-of-type(even) {
    flex-direction: column;
}

.vision-mision-desc h4 {
    color: var(--tao-fuchsia);
    font-weight: bold;
}

.talent-item {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    background: var(--tao-white);
    margin: 48px 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
    transform: translateY(0);
    transition: all .4s ease-in-out;
}
.talent-item.active,
.talent-item:hover {
    -webkit-box-shadow: 3px 5px 14px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 3px 5px 14px 0px rgba(0, 0, 0, 0.30);
    background: var(--tao-white);
    transform: translateY(-4px);
}

.talent-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.talent-item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0 0 0;
}

.talent-item div>span:first-child {
    color: var(--tao-blue-2);
    font-size: 22px;
    font-weight: bold;
}

.talent-item div>span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
}

.vision-mision-item {
    color: var(--tao-purple);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 24px;
    text-align: center;
    background: white;
    margin: 12px 0;
}
.vision-mision-item img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.vision-mision-item span {
    color: var(--tao-fuchsia);
    font-weight: bolder;
    font-size: 28px;
}

.vision-mision-item p { 
    font-size: 14px;
    margin: 0;
    height: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    section.main-home {
        height: 120vh;
        align-items: start;
    }
    .wrapper-main-home {
        padding: 24px 0 0 0;
        gap: 10px;
    }
}

@media (min-width: 744px) {
    section.main-home {
        height: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    section.main-home {
        height: 50vh;
    }
}

@media (min-width: 800px) {
    
    section.main-home {
        height: 100vh;
        background-size: cover;
    }
    .wrapper-main-home {
        padding: 0;
    }
    .title-main-home, .subtitle-main-home {
        margin: 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    section.main-home {
        background-position: left;
        background-size: cover;
    }
    .title-main-home, .subtitle-main-home {
        line-height: 1.3;
        font-size: 1.8rem;
    }
    .wrapper-main-home {
        justify-content: space-evenly;
        align-items: flex-start;
        flex-direction: row;
        padding: 165px 0 0 0;
        gap: unset;
    }

    .v-line {
        width: 1px;
        height: 65px;
    }

    .our-objective-wrapper {
        flex-direction: row;
    }

    .our-objective-img {
        width: 480px;
    }

    .our-objective-wrapper .link-contactanos {
        position: absolute;
        right: -90px;
        top: 145px;
    }

    .our-talent-person-img {
        width: 450px;
    }

    .diversity-title {
        padding: unset;
    }

    .diversity-desc {
        padding: 0 0 0 45px;
        border-top: unset;
        border-left: 2px solid var(--tao-dark-purple-2);
    }

    .vision-mision-icon {
        width: 220px;
    }

    .vm-box {
        flex-direction: row;
    }

    .vm-box:nth-of-type(even) {
        flex-direction: row-reverse;
    }
    .our-talent {
        padding: 80px 0 160px 0;
    }
    .talent-box {
        gap: 20px;
        padding: 20px;
    }
    .vision-mision-item {
        gap: 12px;
        padding: 48px 24px 24px;
        min-height: 380px;
        margin: 0;
    }

    .diversity-banner-img {
        height: 100%;
        object-position: center;
    }
}

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

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .f-img-1 {
        width: 100%;
        top: -70px;
        left: 60px;
    }

    .f-img-2 {   
        width: 260px;
        top: 400px;
        right: -8px;
    }

    .diversity-title {
        font-size: 35px;
    }
}