.bg-header-work {
    background-image: url(../images/bg-work-with-us.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}

.bg-header-work::before {
    background: linear-gradient(
        180deg,
        #06101d 0%,
        rgba(6, 16, 29, 0.5) 50%,
        #06101d 100%
    );
    content: "";
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.bg-header-work .col-lg-8 {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    height: 700px;
    justify-content: center;
}

.bg-header-work h1 {
    margin-top: 0px;
    font-size: 2.5rem;
}

.bg-header-work p {
    font-size: 1.3rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Gotham Medium";
}

.bg-header-work a {
    text-decoration: none;
    color: white;
    padding: 0.7rem 2rem 0.7rem 3.5rem;
    border-radius: 30px;
    border: 1px solid white;
    margin-top: 2rem;
    display: inline-block;
    text-align: center;
    background-image: url(../images/badge.svg);
    background-repeat: no-repeat;
    background-position: 1.5rem center;
}

.bg-header-work .header-content {
    align-self: center;
}

@media screen and (max-width: 575px) {
    .bg-header-work h1 {
        margin-top: 0px;
        font-size: 2rem;
        padding: 0px 1rem;
    }
}

#cv-form-work {
    background: #06101d;
}

#cv-form-work span {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-family: "Gotham Medium";
}

#cv-form-work h2 {
    color: #fdc60b;
    margin-bottom: 2.5rem;
    font-family: "Gotham Light";
}

#cv-form-work .form-control,
#cv-form-work .form-select {
    background: transparent;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}
#cv-form-work .form-select >option {
    background: #06101d;
    color: white;
}

#cv-form-work .form-control::placeholder {
    color: white;
    font-size: 0.9rem;
}

#cv-form-work .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 10px;
}

#cv-form-work textarea {
    height: 250px;
}
#cv-form-work textarea::placeholder {
    color: white!important;
}

#cv-form-work .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#cv-form-work .inputfile + label {
    font-size: 0.9rem;
    color: white;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    border: 1px solid white;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    text-align: justify;
    background-image: url(../images/cloud_upload.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 20px;
}

#cv-form-work .inputfile + label {
    cursor: pointer;
}

#cv-form-work .inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#cv-form-work .inputfile + label * {
    pointer-events: none;
}

#cv-form-work .btn-blue.text-white {
    background: #1c3d51;
    padding: 0.7rem 3rem;
    border-radius: 30px;
    margin-right: auto;
}

.about-work {
    display: flex;
    flex-wrap: wrap;
}

.about-work .info {
    padding: 7%;
    background: linear-gradient(90deg, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
}

.about-work .info h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #308e91;
    color: #308e91;
    padding-right: 3rem;
    margin-right: 1.5rem;
    width: max-content;
    font-family: "Gotham Medium";
    letter-spacing: 0.5px;
}

.about-work .info p {
    font-size: 1.5rem;
    margin-right: 1.5rem;
}

.about-work .info a {
    padding: 0.7rem 2rem;
    background-color: #308e91;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 2rem;
    display: inline-block;
}

.about-work img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-file {
    position: relative;
    display: block;
    width: 100%;
}

.custom-file-input {
    width: 100%;
    height: calc(2.5rem + 2px);
    opacity: 0; /* Oculta el input */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.custom-file-label {
    position: relative;
    display: block;
    width: 100%;
    height: calc(2.5rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (min-width: 1640px) {
    .about-work .info {
        padding: 7% 7% 7% 10%;
    }

    .about-work .info p {
        font-size: 1.8rem;
    }

    .about-work .info br {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .about-work .info br {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .about-work .info {
        padding: 3rem 0px;
        width: 100%;
    }
    .about-work .container-info {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .about-work .img-about {
        width: 100%;
        height: 340px;
    }
}

@media (min-width: 576px) {
    .about-work .container-info {
        max-width: 540px;
    }
}

#openings {
    background-image: url(../images/bg-vacante.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#openings .info-openings h2, #openings h3{
    font-size: 1.3rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Gotham Medium";
    margin-bottom: 1.5rem;
}

#openings .info-openings p{
    color: #fdc60b;
    font-size: 1.6rem;
}

#openings .card{
    padding: 1.5rem;
    border-radius: 16px;
    border: none;
    height: 216px;
    justify-content: space-between;
}

#openings .icon{
    background-position: center;
    background-repeat: none;
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 0.5rem;
}

#openings .icon-bars{
    background-image: url(../images/bars.svg);
}

#openings .icon-team{
    background-image: url(../images/users.svg);
}

#openings .icon-compass{
    background-image: url(../images/compas.svg);
}

#openings .card h4{
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Gotham Medium";
}

#openings .card ul{
    padding-left: 0px;
    list-style: none;
    display: flex;
}

#openings .card li{
    padding-right: 1rem;
    border-right: 1px solid black;
    margin-right: 1rem;
}

#openings .card li:last-of-type{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

#openings .card .btn-outline-yellow{
    padding: 0.3rem 1.5rem;
    border: #FDC60B 1px solid;
    color: #FDC60B;
    background: transparent;
    text-decoration: none;
    width: max-content;
    border-radius: 30px;
}

#openings .card .btn-outline-yellow:hover{
    background-color: #FDC60B;
    color: #06101d;
    transition: 0.2s ease-out;
}

#openings .btn-outline-white {
    text-decoration: none;
    color: white;
    padding: 0.7rem 2rem 0.7rem 3.5rem;
    border-radius: 30px;
    border: 1px solid white;
    margin-top: 2rem;
    display: block;
    text-align: center;
    background-image: url(../images/badge.svg);
    background-repeat: no-repeat;
    background-position: 1.5rem center;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

@media screen and (max-width: 1400px){
    #openings .card li {
        font-size: 0.9rem;
        padding-right: 0.5rem;
        margin-right: 0.5rem;
    }
    
}

@media screen and (max-width: 575px){
    #openings .card li {
        padding-right: 0.7rem;
        margin-right: 0.7rem;
    }
}

#testimonials-work {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

#testimonials-work h2{
    color: #212529;
    font-size: 1.7rem;
    font-family: "Gotham Medium";
}

#testimonials-work .subtitle{
    color: #212529;
    font-size: 1.2rem;
    font-family: "Gotham Medium";
    text-transform: uppercase;
    padding-right: 2rem;
    border-bottom: 1px solid #212529;
    margin-top: 2rem;
    width: max-content;
}

#testimonials-work .btn-yellow{
    padding: 0.5rem 1.5rem;
    background-color: #FDC60B;
    color: #06101d;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 2rem;
    display: inline-block;
}

#testimonials-work .icon-quote{
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../images/quote.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}

#testimonials-work .user-info{
    padding-top: 2rem;
    display: flex;
}


#testimonials-work img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem;
}

#testimonials-work .name {
    margin-bottom: 0px;
    font-weight: 700;
}

@media screen and (max-width: 992px){
    #testimonials-work p.pe-4{
        padding-right: 0px !important;
    }
}

/* Careers list */

.bg-header-work.bg-2 {
    background-image: url(../images/career-bg.jpg);
    height: auto;
    padding-bottom: 3rem;
}

.bg-header-work.bg-2::before {
    height: 100%;
}

.bg-header-work.bg-2 .col-lg-8 {
    height: auto;
    margin-top: 150px;
}

.bg-header-work form{
    position: relative;
    z-index: 2;
}

.bg-header-work form input, .bg-header-work form select{
    background-color: transparent !important;
    color: white!important;
    border-radius: 30px;
    border: 1px solid white;
    padding: 0.5rem 1.5rem;
}

.bg-header-work form input::placeholder{
    color: white;
}

.bg-header-work form #search{
    background-image: url(../images/search.svg);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.bg-header-work form select{
    background-image: url(../images/chevron-down.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.careers-list{
    background: #06101D !important;
}

.career-video .video-cover{
    height: 500px;
    width: 100%;
    background-image: url(../images/video.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-video .video-cover::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004c;
    z-index: 2;
}

.btn-play{
    background-color: rgba(255, 255, 255, 0.513);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    position: relative;
    transition: 0.5s ease-out;
}

.btn-play span{
    background-color: #308E91;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-play:hover span{
    width: 55px;
    height: 55px;
    transition: 0.5s ease-out;
}

.btn-play i{
    background-image: url(../images/play.svg);
    width: 25px;
    height: 25px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.career-video .container-info {
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(217,217,217,1) 100%);
    padding: 7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career-video .container-info h2 {
    text-transform: uppercase;
    font-size: 1.1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #308e91;
    color: #308e91;
    padding-right: 1rem;
    max-width: max-content;
    font-family: "Gotham Medium";
    letter-spacing: 0.5px;
}

.career-video .container-info p {
    font-size: 1.3rem;
}

@media screen and (max-width: 992px){
    .career-video .d-flex{
        flex-direction: column;
    }

    .career-video .video-cover {
        height: 400px;
    }
}

@media screen and (max-width: 768px){
    .career-video .video-cover {
        height: 300px;
    }
}

@media screen and (max-width: 575px){
    .career-video .video-cover {
        height: 260px;
    }

    .career-video .container-info {
        padding: 10%;
    }

    .career-video .container-info p {
        font-size: 1.2rem;
    }
}

.faq-careers{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.faq-careers .title span {
    color: #212529;
    text-transform: uppercase;
    font-family: "Gotham Medium";
    padding-bottom: 1rem;
    display: inline-block;
}

.faq-careers .title h2 {
    font-family: "Gotham light";
    color: #fdc60b;
    font-weight: 600;
}

.faq-careers .accordion-button {
    border: 0px;
    border-top: 1px solid #06101d;
    color: #212529;
    font-weight: 600;
}

.faq-careers .accordion-item:first-of-type .accordion-button {
    border: 0px;
}

.faq-careers .accordion-item:last-of-type .accordion-button {
    border-bottom: 1px solid #06101d;
}

.faq-careers .accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
}

.faq-careers .accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}

.faq-careers .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.faq-careers .accordion-collapse {
    border: 0px;
}

.faq-careers .accordion-body {
    font-size: 0.9rem;
}

.relative{
    position: relative !important;
}

.z-3{
    z-index: 3;
}

/* Career details */

.bg-header-work.bg-3 {
    background-image: url(../images/bg-career-detail.png);
    height: auto;
    padding-bottom: 3rem;
}

.bg-header-work.bg-3::before {
    height: 100%;
}

.bg-header-work.bg-3 .col-lg-8 {
    height: auto;
    margin-top: 150px;
}

.bg-header-work .breadcrumb-item a{
        padding: 0;
        border: none;
        margin-top: 0rem;
        background-image: none;
}

.bg-header-work .breadcrumb-item {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}

.bg-header-work .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.bg-header-work .breadcrumb{
    margin-bottom: 0px;
}

.aling-self-center{
    align-self: center !important;
}

.bg-header-work .btn-back{
    display: block;
    max-width: max-content;
    margin-left: auto;
}

#career-detail{
    background-color: #06101D;
    padding-bottom: 4rem;
}

#career-detail .icon {
    background-position: center;
    background-repeat: none;
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    align-self: center;
}

#career-detail .icon-team {
    background-image: url(../images/users.svg);
}

#career-detail .icon-bars {
    background-image: url(../images/bars.svg);
}

#career-detail .icon-compass {
    background-image: url(../images/compas.svg);
}

#career-detail .career-title{
    display: flex;
}

#career-detail .career-title h2{
    color: #fdc60b;
    margin-bottom: 0px;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    font-family: "Gotham light";
    align-self: center;
}

#career-detail .requirements {
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin-top: 1rem;
}

#career-detail .requirements li {
    font-size: 1rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    color: white;
    border-right: 1px solid white;
    font-weight: 500;
    text-transform: uppercase;
}

#career-detail .requirements li:last-of-type {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

#career-detail  .btn-yellow{
    padding: 0.5rem 1.5rem;
    background-color: #FDC60B;
    color: #06101d;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
    border: 0px !important;
    box-shadow: none !important;
}

#career-detail .accordion-button {
    border: 0px;
    border-top: 1px solid white;
    color: white;
    font-weight: 600;
}

#career-detail .accordion-item:first-of-type .accordion-button {
    border: 0px;
}

#career-detail .accordion-item:last-of-type .accordion-button {
    border-bottom: 1px solid white;
    border-radius: 0;
}

#career-detail .accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
}

#career-detail .accordion-button::after {
    filter: brightness(8);
}

#career-detail .accordion-button:not(.collapsed)::after {
    filter: brightness(20);
}

#career-detail .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

#career-detail .accordion-collapse {
    border: 0px;
}

#career-detail .accordion-body {
    font-size: 0.9rem;
    color: white;
}

#career-detail .accordion-body ul{
    margin-top: 1rem;
}

#videoModal .modal-content {
    background-color: black;
}

#videoModal .modal-content .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0px;
}

@media screen and (max-width: 768px){
    .bg-header-work .btn-back {
        margin-left: 0;
        margin-top: 1rem !important;
    }

    .bg-header-work .breadcrumb-item, #career-detail .requirements li, .bg-header-work .btn-back {
        font-size: 0.9rem;
    }
}

#what-moves-us, #growing-talents{
    background-color: #06101D;
    padding-bottom: 3rem;
}

#what-moves-us h1, #growing-talents h1{
    color: white;
    padding-bottom: 1.5rem;
}

#what-moves-us h2, #growing-talents h2{
    color: #FDC60B;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 6rem;
    font-family: "Gotham Light";
}

#growing-talents h1{
    text-transform: uppercase;
}

#growing-talents h2{
    text-transform: initial;
}

#what-moves-us h3, #what-moves-us p{
    color: white;
}

#what-moves-us p{
    font-family: "Gotham Light";
}

#what-moves-us h3{
    font-size: 1.2rem;
}

#what-moves-us .icon{
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}

.icon.icon-footprint{
    background-image: url(../images/fingerprint.svg);
}

.icon.icon-bookmark{
    background-image: url(../images/bookmark_star.svg);
}

.icon.icon-team{
    background-image: url(../images/groups.svg);
}

.bg-header-work .h2-title{
    color: #FDC60B;
    font-family: "Gotham Light";
    font-size: 2.5rem;
    font-weight: 600;
}

#testimonials-work .testimonial.item{
    background: white;
    border-radius: 16px;
    padding: 1rem;
}

#benefits{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#benefits h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

#benefits h3{
    font-size: 2rem;
    color: #308E91;
    text-align: center;
    font-family: "Gotham Light";
}

#benefits h4{
    align-self: center;
    font-family: "Gotham Light";
    font-size: 1.1rem;
    max-width: 250px;
    margin-bottom: 0px;
}

#benefits img{
    margin-right: 1rem;
    align-self: center;
}

@media screen and (max-width: 768px){
    #benefits .benefit .d-flex{
        flex-direction: column;
        text-align: center;
    }

    #benefits .benefit{
        align-self: flex-start !important;
    }
}

@media screen and (max-width: 400px){
    #benefits .benefit .d-flex {
        padding: 1rem 0px !important;
    }

    #benefits h4 {
        font-size: 0.95rem;
    }
}

.btn-outline {
    padding: 0.4rem 1.5rem;
    border: 1px solid #06101d;
    color: #06101d;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    max-width: max-content;
}

.btn-outline:hover{
    color: #06101D;
}

#growing-talents{
    padding-top: 10rem;
}

.desaparecercapchap{
    position: absolute;
    left: -36000000px;
}

.hidden {
    display: none!important;
}

.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    margin-left: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
