
.top-work-with-us{
    height: 580px;
    flex-shrink: 0;
    background: radial-gradient(105.71% 96.05% at 89.13% 107.07%, rgba(24, 205, 223, 0.20) 0%, rgba(24, 205, 223, 0.00) 100%), linear-gradient(180deg, #040A17 3.29%, rgba(0, 0, 0, 0.00) 28.13%), radial-gradient(56.83% 48.64% at 73.37% 34.05%, rgba(4, 10, 23, 0.00) 0%, #040A17 100%), linear-gradient(0deg, #040A17 0%, rgba(0, 0, 0, 0.00) 43.62%);
    display: flex;
    align-items: flex-end;
}
.top-work-with-us .fila{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 734px;
}
.top-work-with-us h5{
    color: var(--colors-text-text-color-light, #18CDDF);
    /* Heading/heading-XS */
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.top-work-with-us h3{
    color: var(--colors-text-text-oncolor, #FFF) !important;
    /* Heading/heading-L */
    font-family: Archivo !important;
    font-size: 44px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 52px !important; /* 118.182% */
}
.top-work-with-us p{
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    /* Body/body-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.top-work-with-us .fila-item p{
    color: var(--colors-text-text-oncolor, #FFF);
    text-align: center;
    /* Body/body-S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.top-work-with-us .fila-100{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.top-work-with-us .fila-100 .fila-item{
    display: flex;
    width: 200px;
    padding: var(--spacing-spacing-s, 15px);
    flex-direction: column;
    align-items: center;
    /* height: 188px; */
    gap: var(--spacing-spacing-m, 24px);
    border-radius: 12px;
    border: 1px solid var(--colors-stroke-stroke-secondary, #49566D);
    background: var(--colors-background-bkg-color, #040A17);

}

.work-with-us-sub-section h5{
    color: var(--colors-text-text-color-dark, #10646C);
    /* Heading/heading-XS */
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.work-with-us-sub-section h3{
    color: var(--colors-text-text-default, #040A17);
    /* Heading/heading-M */
    font-family: Archivo;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: 0.4px;
}
.work-with-us-sub-section p{
    color: var(--colors-text-text-secondary, #49566D);
    font-feature-settings: 'salt' on;
    /* Body/body-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.work-with-us-sub-section select{
    gap: var(--spacing-spacing-xxxs, 4px);
    border-radius: 10px;
}
.span-card-header{
    display: flex;
    padding: var(--spacing-spacing-xxs, 4px) var(--spacing-spacing-xs, 8px);
    align-items: center;
    gap: 6px;
    border-radius: var(--radius-radius-full, 100px);
    background: var(--colors-actions-action-primary, #238996);
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    width: fit-content;
}
.work-with-us-sub-section h4{
    color: var(--colors-text-text-default, #040A17);
    /* Heading/heading-S */
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.4px;
}
.work-with-us-sub-section p{
    overflow: hidden;
    color: var(--colors-text-text-secondary, #49566D);
    font-feature-settings: 'salt' on;
    text-overflow: ellipsis;
    /* Body/body-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.work-with-us-sub-section .card{
    display: flex;
    padding: var(--spacing-spacing-m, 24px) var(--spacing-spacing-m, 24px) var(--spacing-spacing-s, 16px) var(--spacing-spacing-m, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-spacing-xl, 40px);
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: var(--radius-radius-m, 16px);
    border: 1px solid var(--colors-stroke-stroke-primary, #EBEBF3)
}
.work-with-us-sub-section .fila{
  gap: 6px;
}
.work-with-us-sub-section .span-detalles-card{
    display: flex;
    padding: var(--spacing-spacing-xxs, 4px) var(--spacing-spacing-xs, 8px);
    align-items: center;
    gap: 6px;
    border-radius: var(--radius-radius-full, 100px);
    border: 0.5px solid var(--colors-actions-action-primary, #238996);
    width:fit-content;
}
.card-work-with-us small{
    color: var(--colors-text-text-secondary, #49566D);
    font-feature-settings: 'salt' on;
    /* Body/body-XS */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    display: flex;
    align-items: center;
}
.card-work-with-us svg{
    margin-right: .5rem;
}
.card-work-with-us .btn-rounded{
    text-transform: none;
    display: flex;
    padding: var(--spacing-spacing-s, 16px) var(--spacing-spacing-m, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-spacing-xs, 8px);
    align-self: stretch;
    border-radius: var(--radius-radius-full, 100px);
    background: var(--colors-actions-action-secondary, #D7F6F5);
    color: var(--colors-text-text-color-dark, #10646C);
    font-feature-settings: 'salt' on;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
}
.work-with-us-bigger-sub-section h5{
    color: var(--colors-text-text-color-dark, #10646C);
    /* Heading/heading-XS */
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.work-with-us-bigger-sub-section h3{
    color: var(--colors-text-text-default, #040A17);
    /* Heading/heading-L */
    font-family: Archivo;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 118.182% */
}
.work-with-us-bigger-sub-section p{
    color: var(--colors-text-text-secondary, #49566D);
    font-feature-settings: 'salt' on;
    /* Body/body-L */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.work-with-us-bigger-sub-section .card-header i{
    display: flex;
    width: var(--icon-icon-xll, 48px);
    height: var(--icon-icon-xll, 48px);
    padding: 6.75px;
    justify-content: center;
    align-items: center;
}
.work-with-us-bigger-sub-section .card{
    display: flex;
 /*    width: 624px; */
 min-height: 320px;
    padding: var(--spacing-spacing-m, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-spacing-xl, 40px);
    border-radius: var(--radius-radius-m, 16px);
    border: 1px solid var(--colors-stroke-stroke-primary, #D4D9E3);
    background: var(--colors-background-bgk-primary, #FFF);
}
.work-like-news-section .div-centrado{
    width: 844px;
}
.wwu-workers-section .row-workers{
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-spacing-m, 24px);
    align-self: stretch;
}
.wwu-workers-section .rounded-image{
    width: 48px;
    height: 48px;
    border-radius: 48px;
}
.wwu-workers-section .workers-col{
    display: flex;
    padding: var(--spacing-spacing-s, 16px);
    align-items: center;
    gap: var(--spacing-spacing-s, 16px);
    flex: 1 0 0;
    border-radius: var(--radius-radius-s, 8px);
    border: 1px solid var(--colors-stroke-stroke-primary, #D4D9E3);
    background: var(--colors-actions-action-terciary, #FFF);
    cursor: pointer;
}
.wwu-workers-section .workers-col.active{
    display: flex;
    padding: var(--spacing-spacing-s, 16px);
    align-items: center;
    gap: var(--spacing-spacing-s, 16px);
    flex: 1 0 0;
    border-radius: var(--radius-radius-s, 8px);
    background: var(--colors-actions-action-clicked, #10646C);
}
.wwu-workers-section .workers-col h6{
    color: var(--colors-text-text-default, #040A17);
    font-feature-settings: 'salt' on;
    /* Bold/bold-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.wwu-workers-section .workers-col.active h6{
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    /* Bold/bold-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.wwu-workers-section .workers-col p{
    color: var(--colors-text-text-secondary, #49566D);
    font-feature-settings: 'salt' on;
    /* Body/body-S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.wwu-workers-section .workers-col.active p{
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    /* Body/body-S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.wwu-workers-section .col-worker-img{
    width: 560px;
    height: 430px;
    border-radius: var(--radius-radius-s, 8px) var(--radius-radius-m, 16px) var(--radius-radius-m, 16px) var(--radius-radius-s, 8px);
    background-image: url('/images/worker_1.png');
    background-size: cover;
}
.wwu-workers-section .row-worker{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: var(--radius-radius-s, 8px);
    border: 1px solid var(--colors-stroke-stroke-primary, #D4D9E3);
    background: var(--colors-background-bgk-oncolor, #FFF);
}
.worker-right{
    display: flex;
    padding: var(--spacing-spacing-l, 32px) var(--spacing-spacing-xxl, 64px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--spacing-spacing-xl, 40px);
    flex: 1 0 0;
    align-self: stretch;
}
.worker-right h3{
    color: var(--colors-text-text-default, #040A17);
    font-family: Archivo;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: 0.4px;
}
.worker-right p{
    color: var(--colors-text-text-secondary, #49566D);
    font-feature-settings: 'salt' on;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.worker-right .row h4{
    color: var(--colors-text-text-color-dark, #10646C);
    font-feature-settings: 'salt' on;
    /* Bold/bold-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.worker-right .row p{
    color: var(--colors-text-text-secondary, #49566D);
    font-feature-settings: 'salt' on;
    /* Body/body-S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    line-height: 24px; /* 150% */
}

.top-section-vacant h3{
    color: var(--colors-text-text-default, #040A17);
    font-family: Archivo;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: 0.4px;
}
.top-section-vacant p{
    color: var(--colors-text-text-secondary, #49566D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.top-section-vacant h4{
    color: var(--colors-text-text-default, #040A17);
/* Heading/heading-S */
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.4px;
}
.top-section-vacant .card-vacant{
    display: flex;
    padding: var(--spacing-spacing-m, 0px);
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-spacing-m, 0px);
    background: var(--colors-background-bkg-color, #040A17);
    background-image:url('/images/solicita_trabajo.png');
    background-size:cover;
    border-radius: 24px;
    width: 407px;
}
.top-section-vacant .card-vacant .card-header, .top-section-vacant .card-vacant .card-body{
    padding: var(--spacing-spacing-m, 24px);
    width: 100%;
   
}
.top-section-vacant .card-vacant .card-header .btn-rounded{
    display: flex;
    padding: var(--spacing-spacing-s, 16px) var(--spacing-spacing-m, 24px) !important;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-spacing-xxs, 8px);
    border-radius: var(--radius-radius-full, 100px);
    background: var(--colors-actions-action-terciary, #FFF)
}
.top-section-vacant .card-vacant .card-header>div{
    display: flex;
    padding: var(--spacing-spacing-m, 24px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--spacing-spacing-m, 24px);
    align-self: stretch;
    border-radius: var(--radius-radius-m, 16px);
    background: var(--colors-background-bkg-blur, rgba(255, 255, 255, 0.15));
    /* blur-cards */
    backdrop-filter: blur(40px);
}
.top-section-vacant .card-vacant .card-body>div{
    display: flex;
    padding: var(--spacing-spacing-m, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-spacing-l, 32px);
    align-self: stretch;
    border-radius: var(--radius-radius-m, 16px);
    background: var(--colors-background-bkg-blur, rgba(255, 255, 255, 0.15));
    /* blur-cards */
    backdrop-filter: blur(40px);
}
.top-section-vacant .card-vacant .card-body>div h4{
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    /* Bold/bold-L */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}
.top-section-vacant .card-vacant .card-body small{
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    /* Body/body-XS */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-bottom: 1rem;
}
.top-section-vacant .card-vacant .card-body p {
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    margin-bottom: 0;
}
.top-section-vacant .card-vacant .card-body .row  .col{
    display: flex;
    align-items: center;
}
.top-section-vacant .card-vacant .card-body .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.top-section-vacant .card-vacant .card-header>div>h1{
    color: var(--colors-text-text-oncolor, #FFF);
    /* Heading/heading-L */
    font-family: Archivo;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 118.182% */
    text-transform: none;
    margin-bottom: 0;
}
.top-section-vacant-right{
    display: flex;
    justify-content: flex-end;
    padding-left: 60px;
}
.col-volver-formaciones a {
    color: var(--colors-text-text-default, #040A17);
    font-feature-settings: 'salt' on;
    /* Button/button-S */
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.6px;
}

@media screen and (max-width:575px){
    .vacant-like-news-section .lttle-title-section{
        color: var(--colors-text-text-color-dark, #10646C);
        font-family: Archivo;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: 0.6px;
        text-transform: uppercase;
        text-align: left;
    }
    .vacant-like-news-section .main-title-section{
        color: var(--colors-text-text-default, #040A17);
        /* Heading/heading-M */
        font-family: Archivo;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px; /* 125% */
        letter-spacing: 0.4px;
        text-align: left !important;
    }
    .vacant-like-news-section .brief-title-section{
        color: var(--colors-text-text-secondary, #49566D);
        font-feature-settings: 'salt' on;
        /* Body/body-M */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        text-align: left !important;
    }
    .top-section-vacant-right{
        padding-left: 10px;
    }
    .top-section-vacant .card-vacant .card-header .btn-rounded{
        display: flex;
        padding: 16px ;
        justify-content: center;
        align-items: center;
        gap: var(--spacing-spacing-xxs, 8px);
        align-self: stretch;
        border-radius: var(--radius-radius-full, 100px);
        background: var(--colors-actions-action-terciary, #FFF)
    }
    .top-section-vacant .card-vacant .card-header>div>h1{
        color: var(--colors-text-text-oncolor, #FFF);
        font-family: Archivo;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px; /* 125% */
        letter-spacing: 0.4px;
    }
    .col-volver-formaciones{
        justify-content: center;
    }
    .top-work-with-us{
        width: 100%;
        height: fit-content;
        flex-shrink: 0;
        background: radial-gradient(105.71% 96.05% at 89.13% 107.07%, rgba(24, 205, 223, 0.20) 0%, rgba(24, 205, 223, 0.00) 100%), linear-gradient(180deg, #040A17 3.29%, rgba(0, 0, 0, 0.00) 28.13%), radial-gradient(56.83% 48.64% at 73.37% 34.05%, rgba(4, 10, 23, 0.00) 0%, #040A17 100%), linear-gradient(0deg, #040A17 0%, rgba(0, 0, 0, 0.00) 43.62%);
    }
    .top-work-with-us .fila{
        width: 100%;
        
    }
    .top-work-with-us h3{
        color: var(--colors-text-text-oncolor, #FFF);
        font-family: Archivo;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px; /* 125% */
        letter-spacing: 0.4px;
    }
    .top-work-with-us p{
        color: var(--colors-text-text-oncolor, #FFF);
        font-feature-settings: 'salt' on;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    .top-work-with-us .fila{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .top-work-with-us .fila-100{
        display: flex;
        flex-direction: column;
    }
    .top-work-with-us .fila-100 .fila-item{
        display: flex;
        padding: var(--spacing-spacing-s, 16px);
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-spacing-s, 16px);
        align-self: stretch;
        border-radius: 12px;
        border: 1px solid var(--colors-stroke-stroke-secondary, #49566D);
        background: var(--colors-background-bkg-color, #040A17);
        width: 100%;
        margin-bottom: 1rem;
    }
    .work-with-us-sub-section h4{
        color: var(--colors-text-text-default, #040A17);
        font-family: Archivo;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px; /* 125% */
        letter-spacing: 0.4px;
    }
    .work-with-us-sub-section p{
        color: var(--colors-text-text-secondary, #49566D);
        font-feature-settings: 'salt' on;
        /* Body/body-M */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .work-with-us-sub-section .web-row{
        display: none;
    }
    .work-with-us-sub-section .responsive-row{
        display:flex;
        flex-wrap: nowrap;
    }
    .responsive-row .btn-filtros{
        display: flex;
        height: 54px;
        padding: var(--spacing-spacing-s, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--spacing-spacing-xxs, 8px);
        border-radius: var(--radius-radius-m, 16px);
        border: 1px solid var(--colors-stroke-stroke-primary, #D4D9E3);
        background: var(--colors-background-bgk-primary, #FFF);
    }
    .card-work-with-us h4{
        color: var(--colors-text-text-default, #040A17);
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 133.333% */
        letter-spacing: 0.4px;
    }
    .card-work-with-us p{
        overflow: hidden;
        color: var(--colors-text-text-secondary, #49566D);
        font-feature-settings: 'salt' on;
        text-overflow: ellipsis;
        /* Body/body-M */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    .card-work-with-us .h4-fecha{
        color: var(--colors-text-text-default, #040A17);
        font-feature-settings: 'salt' on;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 144.444% */
    }
    .work-with-us-sub-section .row-cards{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-spacing-s, 16px);
    }
    .work-with-us-bigger-sub-section {
        display: flex;
        padding: var(--spacing-spacing-l, 32px) var(--spacing-spacing-s, 16px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-spacing-l, 32px);
        padding-bottom: 0 !important;
    }
    .work-with-us-bigger-sub-section>.container1280>.row>.col {
        padding-left: 0;
        padding-right: 0;
    }
    .work-with-us-bigger-sub-section p{
        color: var(--colors-text-text-secondary, #49566D);
        font-feature-settings: 'salt' on;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .work-with-us-bigger-sub-section h3{
        color: var(--colors-text-text-default, #040A17);
        font-family: Archivo;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px; /* 125% */
        letter-spacing: 0.4px;
    }
    .work-with-us-bigger-sub-section .card{
        display: flex;
        width: 100%;
        padding: var(--spacing-spacing-m, 24px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-spacing-xl, 40px);
        align-self: stretch;
        border-radius: var(--radius-radius-m, 16px);
        border: 1px solid var(--colors-stroke-stroke-primary, #D4D9E3);
        background: var(--colors-background-bgk-primary, #FFF);
    }
    .work-with-us-bigger-sub-section .card h4{
        color: var(--colors-text-text-default, #040A17);
        font-family: Archivo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 133.333% */
        letter-spacing: 0.4px;
    }
    .work-with-us-bigger-sub-section .card p{
        color: var(--colors-text-text-secondary, #49566D);
        font-feature-settings: 'salt' on;
        /* Body/body-M */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .work-like-news-section{
        display: flex;
        width: 360px;
        padding: var(--spacing-spacing-xl, 40px) var(--spacing-spacing-s, 16px);
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-spacing-l, 32px);
        background: var(--colors-background-bgk-secondary, #FBFCFC);
    }
    .wwu-web-section{
        display: none !important;
    }
    .wwu-responsive-section{
        display: block !important;
    }
    .wwu-responsive-section .rounded-image{
        width: 40px !important;
        height: 40px !important;
    }
    .wwu-responsive-section .workers-col{
        display: flex;
        width: 95%;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-spacing-m, 24px);
        transition: .4s all ease-in-out;
    }
    .wwu-responsive-section .owl-item.active + .owl-item {
        transition: .3s all ease-in-out;
        transform: translateX(-60px);
    }
    .wwu-responsive-section .owl-item.active {
        transition: 1s all ease-in-out;
    }
    .wwu-responsive-section .owl-item {
        padding-right: 60px;
    }
    .wwu-responsive-section .workers-col h6{
        color: var(--colors-text-text-default, #040A17);
        font-feature-settings: 'salt' on;
        /* Bold/bold-S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.4px;
    }
    .owl-item.active .workers-col h6{
        color: var(--colors-text-text-oncolor, #FFF);
        font-feature-settings: 'salt' on;
        /* Bold/bold-S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.4px;
    }
    .wwu-responsive-section .workers-col p{
        color: var(--colors-text-text-secondary, #49566D);
        font-feature-settings: 'salt' on;
        /* Body/body-XS */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 150% */
    }
    .owl-item.active .workers-col p{
        color: var(--colors-text-text-oncolor, #FFF);
        font-feature-settings: 'salt' on;
        /* Body/body-XS */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 150% */
    }
    .owl-item.active .workers-col{
        display: flex;
        padding: var(--spacing-spacing-s, 16px);
        align-items: center;
        gap: var(--spacing-spacing-s, 16px);
        flex: 1 0 0;
        border-radius: var(--radius-radius-s, 8px);
        background: var(--colors-actions-action-clicked, #10646C);
    }
    .card-worker .row-worker{
       
        gap: var(--spacing-spacing-m, 24px)
    }
    .card-worker .col-worker-img{
        height: 150px !important;
        align-self: stretch;
        border-radius: 0px 0px var(--radius-radius-s, 8px) var(--radius-radius-m, 16px);
    }
    .card-worker .worker-right{
        display: flex;
        padding: var(--spacing-spacing-s, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: var(--spacing-spacing-s, 16px);
        align-self: stretch;
    }
    .card-worker .col-logo-worker{
        justify-content: flex-start;
    }
}

@media screen and (min-width:576px){
    .col-volver-formaciones{
        justify-content: flex-end;
    }
    .card-worker .col-logo-worker{
        justify-content: flex-end;
    }
    .wwu-web-section{
        display: flex !important;
    }
    .wwu-responsive-section{
        display: none !important;
    }
    .work-with-us-sub-section .web-row{
        display: flex;
    }
    .work-with-us-sub-section .responsive-row{
        display:none;
    }

}