.head-recruitment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-right: 160px;
    padding-top: 48px;
}

.head-left {
    display: flex;
    position: absolute;
    width: 800px;
    height: 400px;
    background: #ff73003b;
    padding: 24px;
    border-radius: 8px;
    right: 800px;
}

.head-left div {
    width: 500px;
}

.head-left h2 {
    margin: 0;
    font-size: 2rem;
}

.head-left p {
    font-size: 1.2rem;
    font-weight: 400;
}

.head-right {
    background: url('../img/reclutamiento-de-personal.jpg');
    width: 50%;
    height: 500px;
    background-position: center;
    background-size: cover;
    padding: 48px;
    padding-left: 160px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #d4d4d4;
}

.center-recruitment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px;
}

.center-recruitment h3 {
    font-size: 2rem;
    margin: 0;
    color: #ff6600;
}

.center-recruitment p {
    width: 50%;
    font-weight: 500;
    text-align: center;
}

.center-recruitment-boxes {
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-top: 24px
}

.center-recruitment-boxes div {
    background: #57575752;
    padding: 48px;
    border-radius: 8px;
    font-weight: 500;
}

.center-recruitment-boxes div h2 {
    color: #313131;
    border-top: solid 5px #ff6600;
    padding-top: 8px;
}

.benefit-recruitment {
 display: flex;
 flex-direction: row;
 height: 500px;
 width: 100%;
 padding: 24px;
}

.benefit-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 48px;
}

.benefit-content h3 {
    font-size: 1.5rem;
    color: #ff6600;
}

.benefit-content span {
    font-weight: 500;
}

.fi-sr-angle-circle-right {
    color: #ff6600;
    padding-right: 16px;
}

.recruitment-system {
    width: 90%;
    height: 100%;
    background: url("../img/reclutamiento.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* MEDIA QUERYS RESPONSIVE */

@media(max-width: 768px){

   .head-recruitment {
    display: flex;
    align-items: center;
    flex-direction: column;
   padding: 24px;
}

.head-left {
    display: flex;
    width: 100%;
    background: #ff73003b;
    padding: 24px;
    border-radius: 8px;
}

.head-left div {
    width: 100%;
}

.head-left h2 {
    margin: 0;
    font-size: 2rem;
}

.head-left p {
    font-size: 1.2rem;
    font-weight: 400;
}

.head-right {
    background: url('../img/reclutamiento-de-personal.jpg');
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #d4d4d4;
}

.center-recruitment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}

.center-recruitment h3 {
    font-size: 2rem;
    margin: 0;
    color: #ff6600;
}

.center-recruitment p {
    width: 100%;
    font-weight: 500;
    text-align: center;
}

.center-recruitment-boxes {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 24px
}

.center-recruitment-boxes div {
    background: #57575752;
    padding: 48px;
    border-radius: 8px;
    font-weight: 500;
}

.center-recruitment-boxes div h2 {
    color: #313131;
    border-top: solid 5px #ff6600;
    padding-top: 8px;
}

.benefit-recruitment {
 display: flex;
 flex-direction: column;
 height: auto;
 width: 100%;
 padding: 24px;
}

.benefit-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 48px;
}

.benefit-content h3 {
    font-size: 1.5rem;
    color: #ff6600;
}

.benefit-content span {
    font-weight: 500;
}

.fi-sr-angle-circle-right {
    color: #ff6600;
    padding-right: 16px;
}

.recruitment-system {
    width: 90%;
    height: 100%;
    background: url("../img/reclutamiento.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} 
}