
/* 
* SECTION HOME --------------------> 
*/
section {
    overflow: hidden!important;
}

section.personal-admin-repse {
    background-color: var(--tao-white);
    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-admin-personal-v3.jpg);
    background-size: cover;
    background-position: left;
    background-color: var(--tao-purple);
    padding: 12px!important;
}

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

.txt-main.txt-admin-personal>span {
    font-weight: 900; 
}


/* QUE ES LA ADMIN PERSONAL  ---------------------------------> */
section.what-personal-admin {
    margin: 0;
    background-color: var(--tao-white);
    background: linear-gradient(0deg, white, #EAEBFF);
}

.personal-admin-img {
    width: 250px;
    height: auto
}

.what-personal-admin-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--tao-dark-purple-2);
}

.personal-admin-card {
    width: 100%;
}

.personal-admin-title {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}

.personal-admin-desc {
    font-size: 16px;
    color: var(--tao-dark);
}

.personal-admin-desc>br,
.repse-desc>br  {
    display: none!important;
}


/* REPSE -----------------------------> */

.repse-title {
    color: var(--tao-purple);
    font-weight: 800;
    text-align: center;
}
.repse-desc {
    width: 100%;
    color: var(--tao-dark-purple);
    text-align: center;
    margin: 45px auto;
}

.repse-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 25px 40px;
    margin: 0 auto;
    background-color: var(--tao-white);

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

.repse-img>img {
   width: 100%;
   object-fit: cover; 
}


/* RAZONES ESTRATEGICAS ---------------------------> */

 
 section.strategic-reasons {
    margin: 0;
    background-color: var(--tao-white);
    color: var(--tao-dark-purple-2);
 }

 .title-strategic-reasons,
 .important-process-title {
    font-size: 25px;
    font-weight: 900;
 }

.strategic-reasons-card {
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 25px;
    color: var(--tao-dark-purple-2);
    
    background-color: #EAEBFF;
    height: auto;
    min-height: 200px;
}

.strategic-reasons-number {
    width: 100px;
    height: 100px;
    margin: 0;
    font-size: 4.5rem;
    font-weight: 800;
}

.strategic-reasons-txt>span {
    display: block;
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 5px 0;
}

.strategic-reasons-txt {
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
.strategic-reasons-txt>br {
    display: none!important;
}

/* gggggggggggggggg  */
/* 
 * IMPORTANT PROCESS ----------------------------->
 */
 .employees-solutions-row {
    margin: 80px 0 0 0;
}
 .employees-solutions-content-img {
    width: 250px;
    height: 100%;
 }

.important-process-title {
    font-size: 28px;
    margin: 20px 0 45px 0;
    text-align: left;
    line-height: 1.3;
}

.employees-solutions-img {
    width: 100%;
    height: auto;
}

.process-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.process-box:nth-of-type(2) {
    
    margin: 20px 0;
}

.process-box-img {
    width: 100px;
}

.process-box>p {
    margin: 0!important;
    line-height: 1.2;
    font-weight: 500;
}
/* kkkkkkkkkkkkkkkk */

.repse-hr {
    margin: 90px 0;
}

.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-white);
    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 80px 0;
}

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

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

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

 }

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

    .repse-img {
        width: 350px;
    }
    .ethical-img {
        width: 80%;
    }

   
 }

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

    a.link-contracting-services {
        margin: 25px 0 10px 0;
    }

    .personal-admin-card {
        width: 50%;
    }

    .personal-admin-img {
        width: auto;
        object-fit: cover;
    }

    .what-personal-admin-wrapper,
    .strategic-reasons-card {
        flex-direction: row;
    }

    .repse-desc {
        width: 80%;
    }

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


     .employees-solutions-content-img {
        width: 100%;
     }

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

    .ethical-code-wrapper {
        padding: 0 80px;
    }

    .ethical-img {
        width: 480px;
    }

    .responsibility-box {
        margin: 70px 0;
        flex-direction: row;
    }

    .personal-admin-title {
        font-size: 30px;
    }
    
 }

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1050px) {
    
    .ethical-card {
        width: 50%;
    }

    .ethical-code-wrapper {
        flex-direction: row;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    section.what-personal-admin,
    section.strategic-reasons,
    section.ethical-code  {
        min-height: auto;
    }

    section.responsibilities {
        min-height: auto;
        margin: 0;
    }
 }

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