.container-job-top {
margin-top: -60px;
width: 100%;
box-shadow: 0 0 10px rgba(49, 49, 49, 0.80);
flex-wrap: wrap;
}
.container-job {
width: 100%;
background-color: #fff;
padding: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
gap: 16px;
box-sizing: border-box;
}
.container-job-detail {
width: 100%;
background-color: #fff;
padding: 20px;
display: block;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container-job-detail-columns {
display: flex;
flex-wrap: wrap;
} .vertical-bar {
display: none;
}
.left-column {
width: 100%;
padding: 0;
min-height: auto;
}
.left-column input, .left-column select {
width: 100%;
padding: 5px 10px;
border-radius: 50px;
border: 1px solid #ddd;
background-color: #f5f5f5;
font-size: 16px;
}
.left-column input::placeholder {
color: #aaa;
}
.left-column .rcrm-btn-search {
text-align: center;
border: none;
cursor: pointer;
} .back-button {
display: flex;
color: #004887;
text-decoration: none;
font-size: 16px;
font-weight: bold;
} .back-ico {
font-size: 28px;
vertical-align: middle;
margin-right: 5px;
}
.back-text {
vertical-align: middle;
}  .container-job-form {
display: flex;
justify-content: center;
}
.right-column-form {
flex:1;
}
.left-column-form {
flex: 0 0 30%;
}
.container-job-form .left-column-form p {
margin: 0;
font-size: 0.8em;
}
.container-job-form .left-column-form h4 {
margin-bottom: 0;
}
.search-form-container {
margin-top: 30px;
}
.search-row {
display: flex;
align-items: center;
}
.rcrm-btn-search {
background-color: #004887 !important;
background-image: none !important;
border: none !important;
border-radius: 6px;
padding: 0;
width: 48px;
margin-left: 8px;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s ease;
height: 48px;
box-sizing: border-box;
flex-shrink: 0;
line-height: 1;
}
.rcrm-btn-search:hover {
background-color: #003366 !important;
}
.rcrm-btn-search .search-icon {
filter: brightness(0) invert(1);
}
.search-icon {
width: 24px;
height: 24px;
} .select-wrapper {
position: relative;
display: inline-block;
width: 100%;
} .select-wrapper::after {
content: '▼';
position: absolute;
right: 20px; top: 50%; transform: translateY(-50%); pointer-events: none; color: rgb(64, 77, 96); font-size: 16px; } .alert-message {
background-color: #fff4e5; color: #5c5c5c; padding: 10px 20px; border-radius: 5px; border-left: 5px solid #ffc107; font-family: Arial, sans-serif; font-size: 15px; margin: 15px 0; }
.success-message {
background-color: #e8f5e9; color: #2e7d32; padding: 10px 20px; border-radius: 5px; border-left: 5px solid #66bb6a; font-family: Arial, sans-serif; font-size: 15px; margin: 15px 0; } .ubicacion-select {
width: 100%;
padding: 8px 10px;
padding-right: 40px; border-radius: 50px;
border: 1px solid #ddd;
background-color: transparent; font-size: 16px;
color: rgb(64, 77, 96);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
appearance: none;
-webkit-appearance: none; -moz-appearance: none; cursor: pointer; }
.search-input {
width: 100%;
padding: 8px 16px;
border-radius: 50px;
border: 1px solid #6b7280 !important;
background-color: #f5f5f5;
font-size: 16px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
font-style: normal;
color: rgb(64, 77, 96);
height: 48px;
box-sizing: border-box;
} .search-input::placeholder {
color: #aaa;
font-style: normal;
} .ubicacion-select option[disabled] {
color: rgb(64, 77, 96);
font-style: normal;
} .ubicacion-select {
color: rgb(64, 77, 96);
}  .rcrm-top-bar {
display: flex;
margin-bottom: 12px;
}
.rcrm-search-form {
width: 100%;
max-width: 420px;
} .left-column .divider {
width: 100%;
height: 2px;
background-color: #e7e7e7;
margin: 10px 0;
}
.right-column {
width: 100%;
display: flex;
flex-direction: column;
min-width: 0;
} .loading-message {
font-size: 18px;
color: #666;
text-align: center;
}
.job-main {
flex: 1;
display: flex;
flex-direction: column;
}
.job-main p {
margin-top: 0;
margin-bottom: 0;
}
.right-column h3, .right-column p {
margin: 0px;
} ul.job-list {
list-style: none;
padding: 0;
margin: 0;
}
.job-list li, .right-column ul li {
background-color: #ffffff;
padding: 16px 20px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
cursor: pointer;
transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.job-list li:hover, .right-column ul li:hover {
background-color: #004887;
box-shadow: 0 4px 14px rgba(0, 72, 135, 0.35);
} .job-icon-wrap {
flex-shrink: 0;
width: 55px;
height: 55px;
background-color: #dbeeff;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.25s ease;
}
.job-list li:hover .job-icon-wrap,
.right-column ul li:hover .job-icon-wrap {
background-color: rgba(255, 255, 255, 0.15);
}
.job-icon-wrap .job-icon {
width: 40px;
transition: filter 0.25s ease;
}
.job-list li:hover .job-icon-wrap .job-icon,
.right-column ul li:hover .job-icon-wrap .job-icon {
filter: brightness(0) invert(1);
}
.job-info, .right-column ul li .job-info {
display: flex;
align-items: center;
gap: 16px;
}
.job-text {
display: flex;
flex-direction: column;
gap: 2px;
}
.job-info h2, .right-column ul li h2 {
font-size: 15px;
color: #004887;
margin: 0;
font-weight: bold;
line-height: 1.3;
transition: color 0.25s ease;
}
.job-list li:hover .job-info h2,
.right-column ul li:hover h2 {
color: #ffffff;
}
.job-id {
font-size: 13px;
color: #004887 !important;
margin: 0 !important;
font-weight: 600;
transition: color 0.25s ease;
}
.job-list li:hover .job-id,
.right-column ul li:hover .job-id {
color: #ffffff !important;
}
.job-location {
font-size: 13px;
color: #444;
margin: 0 !important;
transition: color 0.25s ease;
}
.job-list li:hover .job-location,
.right-column ul li:hover .job-location {
color: rgba(255, 255, 255, 0.9);
}
.job-pub-date {
font-size: 11px;
color: #777;
margin: 4px 0 0 !important;
font-weight: normal;
background: none;
padding: 0;
border-radius: 0;
white-space: nowrap;
transition: color 0.25s ease;
}
.job-list li:hover .job-pub-date,
.right-column ul li:hover .job-pub-date {
color: rgba(255, 255, 255, 0.7);
}
.right-column ul li img {
width: 35px;
} .rcrm-btn-solicitar {
background-color: #004887;
color: white;
padding: 8px 20px;
border-radius: 8px;
border: 0;
font-weight: bold;
font-size: 13px;
text-decoration: none;
transition: background-color 0.25s ease;
white-space: nowrap;
display: inline-block;
}
.job-list li:hover .rcrm-btn-solicitar,
.right-column ul li:hover .rcrm-btn-solicitar {
background-color: #ffffff;
color: #004887;
}
.rcrm-btn-solicitar:hover {
background-color: #003366;
color: white;
}
.job-list li:hover .rcrm-btn-solicitar:hover,
.right-column ul li:hover .rcrm-btn-solicitar:hover {
background-color: #e6f0ff;
color: #004887;
}
.job-list li .button, .right-column ul li .button, .button.primary {
background-color: #c22e37;
color: white;
padding: 2px 15px;
border-radius: 50px;
border: 0;
font-weight: bold;
font-size: 12px;
text-decoration: none;
transition: background-color 0.3s;
}
.button.aplicar {
background-color: #c22e37;
color: white;
padding: 15px 35px;
border-radius: 50px;
font-size: large !important;
border:0px;
font-weight: bold;
font-size: 12px;
text-decoration: none;
transition: background-color 0.3s;
}
.job-list li .button:hover, .right-column ul li .button:hover {
background-color: #c22e37;
}
.job-actions-list {
display: flex;
align-items: center;
gap: 10px;
flex-shrink: 0;
} .left-column-jobs-detail {
flex: 0 0 75%;
padding: 20px 20px 0 0;
min-height: 200px;
}
.right-column-jobs-detail {
flex: 1;
display: flex;
flex-direction: column;
min-height: 200px;
}
.container-job-detail {
width: 100%;
background-color: #fff;
padding: 30px;
display: inline-block;
gap: 20px;
align-items: flex-start;
box-sizing: border-box;
}
.job-header {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.job-actions {
display: flex;
gap: 10px;
margin-top: 15px;
}
.button.secondary {
padding: 10px 20px;
border-radius: 50px;
background-color: #e7e7e7;
color: #333;
font-weight: bold;
text-decoration: none;
}
.job-details {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
.divider {
width: 100%;
height: 2px;
background-color: #e7e7e7;
margin: 10px 0;
}
.job-sidebar {
background-color: #f9f9f9;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
flex-direction: column;
display: flex;
}
.social-link {
margin-right: 10px;
font-size: 18px;
color: #666;
}
.social-link:hover {
color: #004887;
}
.top-title {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
border-radius: 5px;
height: 180px;
margin-top: -240px;
}
.img-left {
flex: 0 0 30%; }
.img-left img {
max-width: 60% !important;
height: auto;
margin-left: 100px;
}
.top-title-right {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.job-title {
color: white !important;
font-size: 1.5em !important;
margin: 0;
padding-left: 10px; font-weight: bold;
}
.job-title-detail {
text-transform: uppercase;
color: #004887;
} .spinner {
border: 8px solid #f3f3f3; border-top: 8px solid #004887; border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 1s linear infinite;
margin: auto; } .modal {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.modal-content {
background-color: #fff;
padding: 20px;
border-radius: 10px;
text-align: center;
position: relative;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .details-section {
border: 1px solid #ddd;
padding: 20px;
border-radius: 10px; 
color: #8f8f8f;
}
.details-section h2 {
font-size: 1.1em !important;
color: #8f8f8f !important;
margin: 0 !important;
padding: 10px 0 !important;
}
.detail-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.detail-item i {
font-size: 2em;
margin-right: 15px;
color: #999;
}
.detail-item h3 {
margin: 0;
font-size: 0.8em;
color: #666;
}
.detail-item p {
margin: 0;
font-size: 0.9em;
color: #333;
} .icon-crm {
width: 25px; height: 25px;
margin-right: 15px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.icon-categoria {
background-image: var(--rcrm-icon-categoria);
}
.icon-sector {
background-image: var(--rcrm-icon-sector);
}
.icon-jornada {
background-image: var(--rcrm-icon-jornada);
}
.icon-nivel {
background-image: var(--rcrm-icon-nivel);
} .form-group {
width: 50%;
box-sizing: border-box;
padding: 10px;
}
.form-row {
display: flex;
flex-wrap: wrap;
}
.form-row .form-group label {
padding-bottom: 5px;
font-size: 14px;
}
.form-row .form-group input {
width: 100%;
padding: 14px;
margin-top: 2px;
border: 1px solid #ccc;
border-radius: 20px;
font-size: 14px;
}
.form-row .form-group input::placeholder {
color: #aaa;
}
.container-job-main {
display: flex;
flex-direction: column;
} .right-column-form .custom-file-upload {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
color: black; background-color: #aaa; border-radius: 25px; cursor: pointer;
font-size: 16px;
border: none;
width: 100%; box-sizing: border-box;
margin: 0;
line-height: normal;
}
.right-column-form .custom-file-upload .icon-left {
width: 24px; height: 24px;
margin-right: 10px; }
.form-row-full {
width: 100%;
} .right-column-form .custom-file-upload:hover, .button.aplicar:hover {
background-color: #97abc1;
color:#333;
cursor: pointer;
} .right-column-form input[type="file"] {
display: none;
}
.file-hint {
display: block;
margin-top: 6px;
font-size: 12px;
color: #888;
}
.dashed-divider {
border-top: 2px dashed #ccc;
margin: 20px auto; width: 100%; } .right-column-form #file-name {
margin-top: 10px;
font-size: 14px;
color: #333;
}  @media (max-width: 768px) { .top-section {
padding: 30px 20px;
}
.top-section .top-section-img-left .image-container img {
max-width: 220px !important;
width: 220px !important;
} .top-detail-jobs-tile {
font-size: 22px !important;
max-width: 100%;
text-align: center;
} .top-title {
margin-top: -60px;
height: auto;
flex-direction: column;
padding: 15px;
}
.img-left {
flex: 0 0 auto;
}
.img-left img {
margin-left: 0 !important;
max-width: 50% !important;
} .container-job {
padding: 15px;
} .job-list li, .right-column ul li {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.job-info, .right-column ul li .job-info {
width: 100%;
}
.job-actions-list {
align-self: center;
}
.rcrm-btn-solicitar {
align-self: center;
} .container-job-detail {
padding: 15px;
}
.container-job-detail-columns {
flex-direction: column;
}
.left-column-jobs-detail {
flex: 0 0 auto;
width: 100%;
padding: 0;
}
.right-column-jobs-detail {
width: 100%;
margin-top: 20px;
}
.job-actions {
flex-direction: column;
}
.button.primary, .button.secondary {
width: 100%;
text-align: center;
}
.job-main, .job-sidebar {
flex: 100%;
padding: 15px;
} .container-job-form {
flex-direction: column;
}
.left-column-form {
flex: 0 0 auto;
width: 100%;
margin-bottom: 10px;
}
.right-column-form {
width: 100%;
}
.form-group {
width: 100%;
}
.button.aplicar {
width: 100%;
box-sizing: border-box;
} .back-button {
font-size: 14px;
margin-bottom: 10px;
}
.job-title {
font-size: 22px !important;
margin-bottom: 10px;
}
} .top-section {
width: 100%;
min-height: 350px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: var(--rcrm-bg-top);
padding: 40px 30px;
box-sizing: border-box;
color: #ffffff;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.30);
background-position: center;
background-size: cover;
}
.top-section .top-section-img-left {
flex: 0 0 auto;
margin-bottom: 20px;
}
.top-section .top-section-img-left .image-container {
background: none;
border-radius: 0;
padding: 0;
}
.top-section .top-section-img-left .image-container img {
max-width: 350px !important;
width: 350px !important;
height: auto !important;
display: block !important;
opacity: 1 !important;
filter: none !important;
}
.top-section .top-title-right {
text-align: center;
}
.top-section .top-title-right .top-section-text {
margin: 0;
text-align: center;
color: white;
}
.top-section .top-title-right .top-section-text strong {
font-weight: bold;
}
.top-detail-jobs-tile {
color: white !important;
font-size: 30px !important;
line-height: normal;
max-width: 65%;
text-align: center;
margin: 0 auto;
} @media (min-width: 769px) and (max-width: 1024px) {
.top-section .top-section-img-left .image-container img {
max-width: 240px !important;
width: 240px !important;
}
.top-section .top-title-right .top-section-text {
font-size: 16px;
max-width: 70%;
}
.top-detail-jobs-tile {
font-size: 26px !important;
max-width: 80%;
}
.container-job {
padding: 20px;
}
.left-column-jobs-detail {
flex: 0 0 65%;
}
.form-group {
width: 50%;
}
.job-title {
font-size: 28px;
}
.job-actions {
flex-direction: row;
justify-content: space-between;
}
.button.primary, .button.secondary {
width: 45%;
}
.job-sidebar {
padding: 20px;
}
.top-title {
height: 180px;
}
.img-left img {
margin-left: 30px !important;
}
} @media (max-width: 480px) { .top-section {
padding: 20px 15px;
}
.top-section .top-section-img-left .image-container img {
max-width: 170px !important;
width: 170px !important;
}
.top-detail-jobs-tile {
font-size: 18px !important;
} .container-job {
padding: 10px;
gap: 15px;
}
.container-job-detail {
padding: 10px;
} .search-form-container {
margin-top: 15px;
}
.search-input, .ubicacion-select {
font-size: 14px;
padding: 6px 10px;
} .job-info h2, .right-column ul li h2 {
font-size: 14px;
}
.job-info p, .right-column ul li p {
font-size: 12px;
}
.right-column ul li img {
width: 28px;
} .details-section {
padding: 15px;
}
.detail-item h3 {
font-size: 0.7em;
}
.detail-item p {
font-size: 0.8em;
} .form-row .form-group input {
padding: 10px;
font-size: 13px;
}
.form-row .form-group label {
font-size: 13px;
}
.button.aplicar {
padding: 12px 20px;
font-size: 14px !important;
}
.right-column-form .custom-file-upload {
font-size: 14px;
padding: 8px 15px;
} .modal-content {
margin: 0 15px;
padding: 15px;
}
.spinner {
width: 40px;
height: 40px;
border-width: 5px;
}
} .rcrm-pagination {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
margin: 16px 0;
}
.rcrm-page-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 10px;
border: 1px solid #d0d0d0;
border-radius: 3px;
background: #fff;
color: #333;
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: background 0.15s, border-color 0.15s, color 0.15s;
line-height: 1;
}
.rcrm-page-btn:hover:not([disabled]):not(.active) {
background: #f0f4f8;
border-color: #004887;
color: #004887;
}
.rcrm-page-btn.active {
background: #004887;
border-color: #004887;
color: #fff;
cursor: default;
}
.rcrm-page-btn[disabled] {
opacity: 0.4;
cursor: not-allowed;
}
.rcrm-prev,
.rcrm-next {
font-size: 12px;
padding: 0 12px;
}
.rcrm-page-ellipsis {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 24px;
height: 36px;
color: #999;
font-size: 14px;
}
@media (max-width: 480px) {
.rcrm-page-btn {
min-width: 32px;
height: 32px;
font-size: 12px;
padding: 0 8px;
}
.rcrm-prev,
.rcrm-next {
padding: 0 8px;
}
}