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

section {
    overflow: hidden!important;
}

section.main-home {
    margin: 0;
    padding: 0!important;
    background: linear-gradient(0deg, white, #EAEBFF);
}

section.main-home::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 85%;
    top: 0;
    background-color: var(--tao-purple);
    background-image: url(../../img/bg-social-init.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

section.main-home::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 15%;
    bottom: 0;
    background: linear-gradient(0deg, white, #EAEBFF);
}

.social-init-banner-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 20px 0 40px 0;
}
.social-init-banner-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 3px 5px 14px 0px rgba(0, 0, 0, 0.35);
}
.wrapper-main-home {
    align-items: center;
    text-align: center;
    height: auto;
    padding: 48px 0 24px 0;
}

.main-home-img {
    width: 145px;
    height: auto;
}

.title-main-home {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 28px;
    margin: 1.5rem 0 .25rem 0;
}

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

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

/* 
* SECTION MASSIVE HIRING ------------->
*/
section.recruitment-selection,
section.benefits {
    min-height: auto;
    background-color: var(--tao-white);
    display: flex;
    align-items: center;
    margin: 0!important;
}

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

.hiring-img-content {
    position: relative;
    z-index: 1;
}

.hiring-img-content::after {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: var(--tao-light-purple);
    position: absolute;
    display: block;
    left: -40px;
    top: -40px;
    z-index: -1;
}
.hiring-img-content.rm-after::after  {
    content: unset;
}

.selection-desc {
    margin: 1.5rem 0 !important;
    padding: unset;
    color: var(--tao-purple);
}

.selection-desc b {
    font-weight: 900;
}

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

.selection-title {
    font-size: 25px;
    font-weight: 900;
    color: var(--tao-purple);
}


/* 
* SECTION BENEFITS ------------->
*/
section.benefits {
    background-color: var(--tao-light-gray2);
}

.benefits-title,
.advantages-title,
.title-our-process,
.our-purpose-title,
.selection-subtitle {
    text-align: center;
    color: var(--tao-purple);
    font-weight: 900;
    font-size: 24px;
}

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

.recruitment-benefits-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    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;
}

.our-purpose-title,
.our-purpose-txt  {
    width: 100%;
    text-align: center;
}

.selection-subtitle {
    text-align: left;
    font-weight: 600;
    color: var(--tao-dark-purple);
}

.our-purpose-txt  {
    margin: 60px 0;
}

.our-purpose-txt b {
    font-weight: 900!important;
}

.img-our-purpose {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

/* 
 * ROW ADVANTAGES ----------------------------->
 */
 .advantages-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-advantages-img {
    width: 60px;
    height: auto;
}

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

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

 section.our-process {
    background-color: var(--tao-white);
 }

 .our-process-card {
    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: auto;
}

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

.our-process-card img {
    width: 100%;
    height: 125px;
    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;
}

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

/* 
 * SECTION OUR OPPORTUNITY  -------------------------------------->
 */
section.our-opportunity {
    background-color: #EAEBFF;
    height: auto!important;
    min-height: auto!important;
    margin: 0;
}

.our-opportunity-title {
    text-align: center;
    font-weight: bold;
    color: var(--tao-fuchsia);
    text-transform: uppercase;
    margin: 0 0 65px 0;
    font-size: 22px;
}

.our-opportunity-title span {
    color: var(--tao-dark-purple);
}

.success-card-wrapper {
    padding: 0;
}
.success-card-title {
    text-transform: capitalize;
}
.success-card {
    padding: 30px;
    z-index: 2;
    position: relative;
}

.success-card-desc{
    font-size: 14px;
}

.success-card > img.success-card-img {

    border-radius: 20px;
}
.opportunity-card-4 > .success-card > img.success-card-img {
    box-shadow: -10px -10px 30px rgba(50, 50, 50, 0.20);
    -webkit-box-shadow: -10px -10px 30px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:-10px -10px 30px rgba(50, 50, 50, 0.20);
}

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

.opportunity-card-2::after {
    content: url(../../img/avion-img.png);
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    right: 75px;
    top: -30px;
    position: absolute;
}

.opportunity-card-4::after {
    content: url(../../img/cohete-img.png);
    z-index: 2;
    display: block;
    left: -50px;
    top: -40px;
    position: absolute;
}

.opportunity-card-6::before {
    content: url(../../img/lapiz-img.png);
    z-index: 3;
    display: block;
    right: -20px;
    bottom: -63px;
    position: absolute;
}

.opportunity-card-6::after {
    content: url(../../img/textura-puntos.png);
    z-index: 1;
    display: block;
    right: 0;
    bottom: -55px;
    position: absolute;
}

.contribute-btn {
    width: 100%;
    height: auto;
    margin: 75px 0 0 0;
}

.contribute-btn > a.link-contracting-services {
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.5 ease;
}

.contribute-btn > a.link-contracting-services:hover {
    color: var(--tao-purple) !important;
    background-color: white !important;
    border-color: white!important;
    transform: scale(1.01);
    transition: all 0.5 ease;
}

section.mail-form {
    margin: 0;
    font-weight: 600;
    color: var(--tao-dark-purple-2);
    background-color: #EAEBFF;
}

.form-title {
    text-align: center;
    font-weight: 900; 
    font-size: 20px;
}
.form-title span {
    color: var(--tao-blue) !important;
}
.form-txt {
    text-align: center;
    margin: 35px 0 60px 0;
}

.btn-enviar-mail {
    display: flex;
    justify-content: end;
}

.btn-enviar-mail button {
    width: 150px!important;
    height: 35px!important;
    background-color: var(--tao-blue) !important;
}

form input.form-control {
    height: 40px!important;
    border-radius: 10px!important;
    background-color: var(--tao-white)!important;
}
form textarea.form-control {
    resize: none;
    border-radius: 10px!important;
    background-color: var(--tao-white)!important;
}

.social-init-marquee {
    position: relative;
    width: 100%;
    height: auto;
    background-color: white;
    overflow: hidden;
}
.social-init-marquee:before,
.social-init-marquee:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
}
.social-init-marquee:before {
    top: 0;
    height: 60%;
    background-color: var(--tao-white);
}
.social-init-marquee:after {
    bottom: 0;
    height: 40%;
    background-color: #EAEBFF;
}
.social-init-marquee .wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    animation: tao-marquee 8s linear infinite;
}
.social-init-marquee .wrapper:hover {
    animation-play-state: paused;
}

.social-init-marquee .wrapper p {
    position: relative;
    display: flex;
    color: var(--tao-fuchsia);
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    padding: 0 12px 0 0;
}

.social-init-marquee .wrapper span.tao {
    color: var(--tao-purple);
}

@keyframes tao-marquee {
    0% { transform: translateX(-100%) }
    100% { transform: translateX(0) }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    section.main-home::before {
        height: 60%;
    }
    
    section.main-home::after {
        height: 40%;
    }
    .social-init-marquee .wrapper {
        animation: tao-marquee 15s linear infinite;
    }
    .social-init-marquee .wrapper p { 
        font-size: 100px;
    }
}

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

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

    .title-main-home {
        font-size: 2.5rem;
        margin: 0;
    }
    
    section.main-home {
        margin: 30px 0 0 0;
    }

    .wrapper-main-home {
        height: auto!important;
        min-height: 460px;
        justify-content: end;
        padding: unset;
    }
    .txt-main {
        margin: 25px 0 !important;
    }
    .our-opportunity-title {
        font-size: 2rem;
        margin: 80px 0;
    }

    .link-container {
        margin: 50px 0 0 0;
    }
    .form-title {
        text-align: center;
        font-weight: 900; 
        font-size: 1.75rem;
    }
 
    section.recruitment-selection {
        min-height: 100vh;
        background-color: var(--tao-white);
        display: flex;
        align-items: center;
        margin: 0;
        padding: 150px  0;
    }
    
    
    .recruitment-selection-wrapper {
        flex-direction: row;
    }
    .hiring-img {
        width: 480px;
    }
    .hiring-img-content::after {
        width: 165px;
        height: 165px;
        left: -60px;
        top: -60px;
    }

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

    .title-our-process,
    .our-purpose-title {
        font-size: 30px;
        font-weight: 900!important;
    }

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

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

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

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

    .success-card {
        min-height: 507px!important;
    }
  
}

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

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