

.gray-container2{
    margin-top: 5%;
    margin-left: 0;
    width: 100%;
    background-color:  #464547;
}


.carousel-content{
    background-color:   #424242;
    min-height: 580px;
}

.first-div{
    background-image: url("../images/carrersback.png");
    top: -3%;

}

.carrers-container{
    width: 100%;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    display: block;
}


.carrers-content{
    margin-left: 15%;
    width: 65%;
    align-items: center;
    justify-content: left;
    display: flex;
}

.client-frame{
    width: 250px;
    height: 250px;
    display: flex;
    position: relative;

}

.carrers-orange-text-container{
    width: 80%;
    font-size: 40px; 
    color: #F7931E; 
}

/* 
.big-rec{
    z-index: 0;
    position: relative;
    width: 144px;
    height: 144px;
    left: -40%;
}

.small-rec{
    z-index: 2;
    position: relative;
    top: 180px;
    left: -340px;
    width: 50px;
    height: 50px;
} */

.client-text{
    letter-spacing: 0px;
    color: #F58532;    
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.client-image{
    position: relative;
    z-index: 1;
    margin: auto;
}


.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #929292;
    margin-left: 5%;
    margin-right: 5%;
  }

  .carousel-indicators li.active {

    background-color: #F58532;
  }


.offers-content{
    margin-left: 15%;
    width: 85%;
    align-items: center;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
  }

   
.jobs-content {
    margin-top: 7%;
    width: 80%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}


.orange-text{
    color: #F58532;;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    width: 80%;
}


.carrers-white-container{
    margin-top: 5%;
    margin-left: 0;
    width: 100%;
    background-color: white;
}


.carrers-wide-container{
    margin-top: 10%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

.carrers-one-column-item{
    flex-basis: 100%;
    width: 100%;
    display: block;
    justify-content: left;
    align-items: left;
}


.carrers-two-column-item{
    flex-basis: 55%;
    margin-bottom: 10%;
    max-width: 674px;
    margin-right: 5%;
}


.carrers-three-column-item {
    flex-basis: 25%;
    margin-right: auto;
}

.rectangle-carrers{
    width: 100%;
}

.oswald-light-white{
    margin-top: 8%;
    font-weight: 300;
    font-size: 55px;
    letter-spacing: 2.75px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    display: block;
}

.oswald-bold-white{
    margin-top: 5%;
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
}
.oswald-light-gray{
    margin-top: 3%;
    font-weight: 300;
    font-size: 27px;
    color: #BBBEC4;
    font-family: 'PT Sans', sans-serif;
    display: block;
}

/**************************JOBS OPPENING******************************************/


.title-container{
    width: 90%;
    margin-left: 15%;
    margin-top: 8%;
    min-height: 105px;
}

.tittle-job-text{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #F58532;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0;
}

.nav-item2{
    width: 40%;
    text-align: center;
    margin-right: 0%;
}

.jobs-nav-bar{
    align-items: center;
    justify-content: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    min-width: 325px;
}
.justify-content-center{
    width: 95%;
}

.text-area-jobs{
    height: 159px;
    border: none;
    width: 100%;
    resize: none;
}

textarea[type="text"]:disabled {
    background: white;
    color: black;
  }

textarea.disabled{
    background-color: white;
}

/**************************SCROLL BAR*********************************************/
.scroll-text{
    width: 75%;
    height: 170px;
    overflow-y:auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    margin-left: -20%;
    margin-top: -10%;
}

.scroll-text::-webkit-scrollbar {
    width: 6px;     /* Tamaño del scroll en vertical */
    height: 6px;    /* Tamaño del scroll en horizontal */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.scroll-text::-webkit-scrollbar-thumb {
    background: #f58532;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.scroll-text::-webkit-scrollbar-thumb:hover {
    background: #ef8125;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.scroll-text::-webkit-scrollbar-thumb:active {
    background: #ef8125;
}

.scroll-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;

  }
  
/**************************************************************************************/

/***************************NAV****************************************/
.nav{
    margin-top: 5%;
}

.nav-link{
    /* color: #f58532; */
    color:  #6b7175;
}

.nav-link:hover{
    /* color: #f58532; */
    color:  #6b7175;
}

.rectangle{
    border-radius: 1px;
    border: #6b7175;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

.as{
    color: #6b7175;
    border: #6b7175;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;  
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;

}

.add-resume{
    width: 150px;
    height: 45px;
    background: transparent url('../images/Grupo 1027.png') 0% 0% no-repeat padding-box;
}

.asSelected{
    color: #F7931E;
    border-width: 5pt;
    border: #F7931E;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

.as:hover{
    color: #F7931E;
    border-width: 5pt;
    border: #F7931E;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}




.tab-content{
    margin-left: 30%;
    width: 100%;
    margin-top: 15%;
}




  
  .modal-wide .modal-body {
    overflow-y: auto;
  }

/************************AUMENTA OFFERS****************************/
.parent {
    position: relative;
    top: -30;
    left: 0;
    z-index: 22;
    margin-right: 15%;
}

.parent2 {
    width: 100%;
    position: relative;
}

.image1 {
    min-width: 635px;
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    min-height: 1050px;
}
.image2 {
    min-width: 635px;
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 1050px;
}

.image3{
    width: 90%;
    position: relative;
    min-width: 388px;
}


.items-container{
    min-width: 630px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    position: absolute;
    top: 0;
    min-height: 1079px;
}

.items-container2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    position: absolute;
    top: 0;
}


.item-content-offer{
    margin: 5% 0 0 15%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 90%;
}

.offer-image{
    flex-basis: 13%;
    max-width: 50px;
    max-height: 49px;
    width: 100%;
}

.offer-image2{
    flex-basis: 10%;
    max-width: 40px;
    width: 100%;
}

/********************Resume button***********************/
.resume-button{
    background: transparent url("../images/resume-button.png") 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 230px;
    height: 58px;
    cursor: pointer;
    border: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.53px;
    color: white;
    font-size: 21px;
    margin: auto;
    margin-left: 20%;
    margin-top: 0%;
}

.resume-text-button{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.53px;
    color: white;
    cursor: pointer;
}
/*******************************************************************/

.offer-text{
    flex-basis: 63%;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    margin-left: 10%;
}
.offer-text2{
    flex-basis: 60%;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    margin-left: 8%;
}


.PT-Sans-Bold-Italic{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    color: #4C4B4D;
    line-height: 36px;
}

.PT-Sans-gray{
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #757575;
    line-height: 37px;
    margin-bottom: 5%;
}

/************************APPLY**********************************/

.apply-button{
    border: none;
    width: 30%;
    height: 45px;
    background: transparent url("../images/apply.png") 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 3px #00000040;
    border-radius: 0px 30px;
    opacity: 1;
    margin-left: 55%;
    cursor: pointer;
    display: block;
    margin-top: 2%;
}

.apply-button-text{
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: white;
}

/***********FORMULARIO***************************/

.form-container{
/*    
    background-color: red; */
    margin: auto;
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 10%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px -6.49px 5px #0000002E;
    border-radius: 23px;
    width: 60%;
    min-height: 550px;
}

.form-container-edit{
    /*    
        background-color: red; */
        margin: auto;
        margin-top: 8%;
        margin-bottom: 8%;

        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 3px -6.49px 5px #0000002E;
        border-radius: 23px;
        width: 60%;
        min-height: 550px;
    }

.form-container2{
        margin-top: 2%;

        width: 100%;
        height: 594px;
    }

.form-content{
    top: 70px;
    width: 100%;
    position: relative;
    margin-left: -5%;
}


.modal-header{
    border-bottom: hidden;
}

.center{
    justify-content: center;
    margin-left: 10%;
}
.send-button{
    border: none;
    width: 90px;
    height: 45px;    
    background: transparent linear-gradient(90deg, #FF963B 0%, #FD9137 37%, #F7842D 77%, #F37A25 100%) 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 3px #00000040;
    border-radius: 0px 30px;
    opacity: 1;
    cursor: pointer;
}


.send-button2{
    border: none;
    width: 90px;
    height: 45px;    
    background: transparent linear-gradient(90deg, #FF963B 0%, #FD9137 37%, #F7842D 77%, #F37A25 100%) 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 3px #00000040;
    border-radius: 0px 30px;
    opacity: 1;
    cursor: pointer;
    margin-left: 3%;
}

.clear-button{
    width: 98px;
    height: 37px;
    background: transparent url('../images/Grupo 825.png') 0% 0% no-repeat padding-box;
    opacity: 1;    
    border: none;
    color: black;
    cursor: pointer;
}

.edit-button{
    width: 24px;
    height: 24px;
    background: transparent url("../images/edit.png") 0% 0% no-repeat padding-box;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 10%;
    margin-top: -8%;
}

.delete-button{
    width: 32px;
    height: 32px;
    background: transparent url("../images/delete.png") 0% 0% no-repeat padding-box;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 10%;
    margin-top: -10%;
}

.buttonsC{
    position: relative;
    width: 98%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


.delete-buttons{
    width: 95%;

    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.input-form{
    border-radius: 25px 25px 25px 25px;
    margin-top: 2%;
    background-color: rgb(245, 245, 245);
    box-shadow:inset 0 0 4px  rgb(184, 184, 184);
    -moz-box-shadow:inset 0 0 4px  rgb(184, 184, 184);
    -webkit-box-shadow:inset 0 0 4px  rgb(184, 184, 184);
    resize: none;
}

.modal-dialog-delete {
 
    width: 1060px;
    height: 500px;
    }

.modal-header-delete{

background-color: #4C4B4D;

padding:16px 16px;
}

.carrers-aux{
    flex-basis: 35%;
    margin: auto;
    margin-top: 5%;

    margin-left: 0%;
}

.orange-offer-text{
    font-size: 25px;
    color: #f58532;
}

.candidate-text{
    margin-top: 10%;
    font-size: 20px; 
    font-weight: 300;
}

/*****************************************************************************/

@media (max-width: 1780px){
    .first-div{
        background-image: url("../images/carrersback.png");
        background-size: auto 1073px;
        background-position-x: 50%;
    }
}

@media (max-width:1220px){
    .carrers-aux{
        flex-basis: 80%;
        max-width: unset;
        
    }

    .offers-content{
        margin-left: 10%;
        width: 90%;
    }

    .jobs-content{
        width: 100%;
    }
}



@media (max-width: 800px){
    .offers-content{
        margin-left: 5%;
    }
}


@media (max-width:550px){

    .title-container{
        width: 90%;
        margin-left: 10%;
        margin-top: 3%;
    }

    .offer-image2{
        max-width: 26px;
    }
    .first-div{
        background-image: url("../images/carrersback.png");
        background-size: auto 800px;
        background-position-x: 50%;
        top: -5%
    }

    .backgroundCarrers{
        position: absolute;
    }
   
    .carrers-aux{
        margin: auto;
        margin-top: 5%;
        max-width: 300px;
        min-width: 300px;
    }
    
    .tittle-job-text{
        font-size: 28px;
    }

    .items-container{
        min-width: 330px;
        min-height: unset;
    }
    .image2{
        min-width: 330px;
        min-height: 620px;
    }

    .image1{
        min-width: 330px;
        min-height: 620px;

    }

    .oswald-bold-white{
        font-size: 24px;
    }

    .item-content-offer{
        margin: 7% 0 0 10%;
        flex-basis: 80%;
    }
    .offer-text{
        font-size: 14px;
        flex-basis: 80%;
    }

    .offer-text2{
        font-size: 14px;
        flex-basis: 80%;
    }
    .offers-content{
        margin-left: 5%;
    }

    .oswald-light-white{
        font-size: 24px;
        letter-spacing: 1.2px;
        line-height: 33px;
        width: 75%;
    }
    .oswald-light-gray{
        margin-top: 10%;
        font-size: 17px;
        line-height: 22px;
        font-family: 'PT Sans', sans-serif;

    }

    .carrers-one-column-item{
        margin-bottom: 25%;
    }
  
    .carrers-content{
        width: 90%;
        margin-left: 5%;   
    }

    .jobs-content {
        width: 90%;
        display: flex;
        flex-flow: column;
        padding-bottom: 15%;
    }

    .image3{
        width: 78%;
        position: relative;
        min-width: 323px;
        min-height: 115px;
    }

    .as{
        font-size: 20px;
    }

    .tab-content {
        margin-left: 35%;
        width: 100%;
        margin-top: 15%;
    }

    .nav{
        margin-top: 0%;
    }

    .parent2{
        max-width: 330px;
    }

    .apply-button{
        margin-left: 60%;
        margin-top: 0%;
    }

    .gray-container2{
        display: none;
    }

    .PT-Sans-Bold-Italic{
        font-size: 24px;
        width: 100%;
    }

    .PT-Sans-gray{
        font-size: 15px;
        line-height: 24px;
        width: 100%;

    }
    .orange-text{
        font-size: 25px;
    }

    .orange-offer-text{
        font-size: 15px;
        line-height: 24px;

    }
    
    .candidate-text{
        font-size: 13px; 
        line-height: 24px;
    }

    .resume-button{
        margin-left: 9%;
    }

    .input-form{
        margin-top: 5%;
    }

    #looking3{
        display: none;
    }
    
}