.candidatura-form-container {
max-width: 900px;
margin: 0 auto;
padding: 2rem;
}
.candidatura-form-title {
text-align: center;
color: #D71920;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 2rem;
text-transform: uppercase;
border-bottom: 3px solid #D71920;
padding-bottom: 1rem;
}
.candidatura-form {
background: #fff;
padding: 2.5rem;
border-radius: 1rem;
box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.1);
border: 1px solid #dee2e6;
}
.form-floating {
margin-bottom: 1.5rem;
}
.form-floating > .form-control,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
line-height: 1.25;
}
.form-floating > label {
padding: 1rem 0.75rem;
}
.form-control:focus,
.form-select:focus {
border-color: #D71920;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.file-upload-area {
border: 2px dashed #dee2e6;
border-radius: 0.5rem;
padding: 2rem;
text-align: center;
background: #f8f9fa;
transition: all 0.3s ease;
cursor: pointer;
}
.file-upload-area:hover {
border-color: #D71920;
background: #e7f1ff;
}
.file-upload-area.dragover {
border-color: #D71920;
background: #e7f1ff;
transform: scale(1.02);
}
.file-upload-icon {
font-size: 3rem;
color: #6c757d;
margin-bottom: 1rem;
}
.file-upload-text {
color: #6c757d;
margin-bottom: 0.5rem;
}
.file-info {
font-size: 0.875rem;
color: #6c757d;
margin-top: 0.5rem;
}
.file-preview {
margin-top: 1rem;
padding: 1rem;
background: #d1ecf1;
border: 1px solid #bee5eb;
border-radius: 0.5rem;
display: none;
}
.file-preview.show {
display: block;
}
.file-preview-name {
font-weight: 600;
color: #0c5460;
}
.btn-primary {
background: linear-gradient(135deg, #D71920 0%, #0b5ed7 100%);
border: none;
padding: 0.875rem 2rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}
.btn-primary:hover {
background: linear-gradient(135deg, #0b5ed7 0%, #0a58ca 100%);
transform: translateY(-2px);
box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.3);
}
.btn-outline-primary {
border: 2px solid #D71920;
color: #D71920;
font-weight: 600;
padding: 0.75rem 1.5rem;
transition: all 0.3s ease;
}
.btn-outline-primary:hover {
background: #D71920;
border-color: #D71920;
transform: translateY(-2px);
} .vagas-list-container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.vagas-list-title {
text-align: center;
color: #212529;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 2rem;
text-transform: uppercase;
border-bottom: 3px solid #D71920;
padding-bottom: 1rem;
}
.btn-outline-primary{
border:1px solid #D71920 !important;
color: #D71920 !important;
}
.btn-outline-primary:hover{
background: #D71920 !important;
color: #ffffff !important;
}
.btn-primary{
border:1px solid #D71920 !important;
}
.filters-section {
background: #f8f9fa;
padding: 2rem;
border-radius: 1rem;
margin-bottom: 2rem;
border: 1px solid #dee2e6;
}
.filter-card {
background: #fff;
border: 1px solid #dee2e6;
border-radius: 0.5rem;
padding: 1.5rem;
margin-bottom: 1rem;
transition: all 0.3s ease;
}
.filter-card:hover {
box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.1);
transform: translateY(-2px);
}
.vagas-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
}
.vaga-card {
background: #fff;
border: 1px solid #dee2e6;
border-radius: 1rem;
padding: 1.5rem;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.vaga-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #D71920, #000000);
}
.vaga-card:hover {
transform: translateY(-5px);
box-shadow: 0 1rem 2rem rgba(0,0,0,0.15);
}
.vaga-title {
font-size: 1.25rem;
font-weight: 700;
color: #212529;
margin-bottom: 1rem;
line-height: 1.3;
}
.vaga-meta {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1.5rem;
}
.vaga-meta-item {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: #e9ecef;
border-radius: 2rem;
font-size: 0.875rem;
color: #495057;
}
.vaga-meta-icon {
color: #D71920;
font-size: 1rem;
}
.vaga-description {
color: #6c757d;
line-height: 1.6;
margin-bottom: 1.5rem;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.vaga-actions {
display: flex;
gap: 1rem;
flex-wrap: wrap;
} .form-message {
margin-top: 1.5rem;
padding: 1rem;
border-radius: 0.5rem;
display: none;
}
.form-message.success {
background: #d1e7dd;
border: 1px solid #badbcc;
color: #0f5132;
}
.form-message.error {
background: #f8d7da;
border: 1px solid #f5c2c7;
color: #842029;
}
.form-message.info {
background: #cff4fc;
border: 1px solid #b6effb;
color: #055160;
} .modal-content {
border-radius: 1.5rem;
border: none;
box-shadow: 0 2rem 4rem rgba(0,0,0,0.15);
overflow: hidden;
}
.modal-header {
border-bottom: none;
padding: 2rem 2.5rem 1.5rem;
position: relative;
}
.modal-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.modal-title {
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.5rem;
margin: 0;
display: flex;
align-items: center;
gap: 0.75rem;
}
.modal-title i {
font-size: 1.25rem;
opacity: 0.9;
}
.btn-close {
background: rgba(255,255,255,0.2);
border: 2px solid rgba(255,255,255,0.3);
border-radius: 50%;
width: 2.5rem;
height: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}
.btn-close:hover {
background: rgba(255,255,255,0.3);
border-color: rgba(255,255,255,0.5);
transform: scale(1.1);
}
.modal-body {
padding: 2.5rem;
background: #fff;
}
.modal-footer {
border-top: 1px solid #e9ecef;
padding: 1.5rem 2.5rem;
background: #f8f9fa;
} .modal-vaga-info {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 1rem;
padding: 2rem;
margin-bottom: 2rem;
border: 1px solid #dee2e6;
}
.modal-vaga-info .row {
align-items: center;
}
.modal-vaga-info .col-md-6 {
text-align: center;
padding: 1rem;
}
.modal-vaga-info h6 {
color: #495057;
font-weight: 700;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.modal-vaga-info i {
font-size: 1.25rem;
color: #D71920;
}
.modal-vaga-info p {
color: #6c757d;
font-weight: 600;
font-size: 1.1rem;
margin: 0;
padding: 0.5rem 1rem;
background: #fff;
border-radius: 0.5rem;
border: 1px solid #dee2e6;
display: inline-block;
min-width: 120px;
}
.modal-divider {
height: 1px;
background: linear-gradient(90deg, transparent 0%, #dee2e6 50%, transparent 100%);
margin: 2rem 0;
border: none;
} .modal-form-container {
background: #fff;
border-radius: 1rem;
padding: 0;
}
.modal-form-container .candidatura-form {
background: transparent;
padding: 0;
box-shadow: none;
border: none;
}
.modal-form-container .candidatura-form-title {
display: none; }
.modal-form-container .form-floating {
margin-bottom: 1.25rem;
}
.modal-form-container .form-control,
.modal-form-container .form-select {
border: 2px solid #e9ecef;
border-radius: 0.75rem;
padding: 1rem 1.25rem;
font-size: 0.95rem;
transition: all 0.3s ease;
background: #f8f9fa;
}
.modal-form-container .form-control:focus,
.modal-form-container .form-select:focus {
border-color: #D71920;
background: #fff;
box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
transform: translateY(-2px);
}
.modal-form-container .form-floating > label {
color: #6c757d;
font-weight: 600;
padding: 1rem 1.25rem;
}
.modal-form-container .file-upload-area {
border: 2px dashed #dee2e6;
border-radius: 0.75rem;
padding: 1.5rem;
background: #f8f9fa;
transition: all 0.3s ease;
cursor: pointer;
min-height: 120px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.modal-form-container .file-upload-area:hover {
border-color: #D71920;
background: #e7f1ff;
transform: scale(1.02);
}
.modal-form-container .file-upload-area.dragover {
border-color: #D71920;
background: #e7f1ff;
transform: scale(1.02);
}
.modal-form-container .file-upload-icon {
font-size: 2.5rem;
color: #6c757d;
margin-bottom: 0.75rem;
}
.modal-form-container .file-upload-text {
color: #495057;
font-weight: 600;
margin-bottom: 0.5rem;
text-align: center;
}
.modal-form-container .file-info {
font-size: 0.8rem;
color: #6c757d;
text-align: center;
}
.modal-form-container .file-preview {
margin-top: 1rem;
padding: 1rem;
background: #d1ecf1;
border: 1px solid #bee5eb;
border-radius: 0.75rem;
display: none;
}
.modal-form-container .file-preview.show {
display: block;
}
.modal-form-container .file-preview-name {
font-weight: 600;
color: #0c5460;
} .modal-actions {
display: flex;
gap: 1rem;
justify-content: flex-end;
margin-top: 2rem;
padding-top: 1.5rem;
border-top: 1px solid #e9ecef;
}
.modal-actions .btn {
padding: 0.875rem 2rem;
font-weight: 600;
border-radius: 0.75rem;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 0.9rem;
}
.modal-actions .btn-primary {
background: #D71920;
border: none;
box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}
.modal-actions .btn-primary:hover {
background: #D71920;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
}
.modal-actions .btn-secondary {
background: #6c757d;
border: none;
color: #fff;
}
.modal-actions .btn-secondary:hover {
background: #5a6268;
transform: translateY(-2px);
} @media (max-width: 768px) {
.modal-content {
margin: 1rem;
border-radius: 1rem;
}
.modal-header {
padding: 1.5rem 1.5rem 1rem;
}
.modal-title {
font-size: 1.25rem;
}
.modal-body {
padding: 1.5rem;
}
.modal-footer {
padding: 1rem 1.5rem;
}
.modal-vaga-info {
padding: 1.5rem;
}
.modal-vaga-info .col-md-6 {
padding: 0.75rem;
}
.modal-actions {
flex-direction: column;
gap: 0.75rem;
}
.modal-actions .btn {
width: 100%;
}
}
@media (max-width: 576px) {
.modal-content {
margin: 0.5rem;
border-radius: 0.75rem;
}
.modal-header {
padding: 1.25rem 1.25rem 1rem;
}
.modal-body {
padding: 1.25rem;
}
.modal-vaga-info {
padding: 1.25rem;
}
.modal-vaga-info .row {
flex-direction: column;
gap: 1rem;
}
.modal-vaga-info .col-md-6 {
width: 100%;
padding: 0.5rem;
}
} @media (max-width: 768px) {
.candidatura-form-container,
.vagas-list-container {
padding: 1rem;
}
.candidatura-form {
padding: 1.5rem;
}
.candidatura-form-title,
.vagas-list-title {
font-size: 2rem;
}
.vagas-grid {
grid-template-columns: 1fr;
}
.vaga-meta {
flex-direction: column;
gap: 0.5rem;
}
.vaga-actions {
flex-direction: column;
}
.btn {
width: 100%;
}
}
@media (max-width: 576px) {
.candidatura-form {
padding: 1rem;
}
.filters-section {
padding: 1rem;
}
.filter-card {
padding: 1rem;
}
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.vaga-card {
animation: fadeInUp 0.6s ease-out;
}
.vaga-card:nth-child(2) { animation-delay: 0.1s; }
.vaga-card:nth-child(3) { animation-delay: 0.2s; }
.vaga-card:nth-child(4) { animation-delay: 0.3s; }
.vaga-card:nth-child(5) { animation-delay: 0.4s; }
.vaga-card:nth-child(6) { animation-delay: 0.5s; } .loading {
opacity: 0.6;
pointer-events: none;
}
.loading::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
border: 2px solid #D71920;
border-top: 2px solid transparent;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .text-primary { color: #D71920 !important; }
.text-success { color: #198754 !important; }
.text-warning { color: #ffc107 !important; }
.text-danger { color: #dc3545 !important; }
.text-info { color: #0dcaf0 !important; }
.bg-light { background-color: #f8f9fa !important; }
.bg-primary { background-color: #D71920 !important; }
.bg-success { background-color: #198754 !important; }
.bg-warning { background-color: #ffc107 !important; }
.bg-danger { background-color: #dc3545 !important; }
.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important; }
.shadow { box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important; }
.rounded-3 { border-radius: 0.5rem !important; }
.rounded-4 { border-radius: 1rem !important; }
.rounded-5 { border-radius: 1.5rem !important; } .vaga-description-full h6 {
color: #495057;
font-weight: 700;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.vaga-description-full h6 i {
color: #D71920;
font-size: 1.1rem;
}
.vaga-description-full .bg-light {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
border: 1px solid #dee2e6;
line-height: 1.7;
color: #495057;
font-size: 0.95rem;
} .modal-xl {
max-width: 1140px;
}
.modal-xl .modal-body {
padding: 3rem 2.5rem;
}
.modal-xl .modal-header {
padding: 2.5rem 2.5rem 2rem;
}
.modal-xl .modal-footer {
padding: 2rem 2.5rem;
} .modal.fade .modal-dialog {
transform: scale(0.8) translateY(-50px);
transition: all 0.3s ease;
}
.modal.show .modal-dialog {
transform: scale(1) translateY(0);
}
.modal.fade .modal-content {
opacity: 0;
transform: translateY(-20px);
transition: all 0.3s ease;
}
.modal.show .modal-content {
opacity: 1;
transform: translateY(0);
} .modal-vaga-info .col-md-6:hover {
transform: translateY(-2px);
transition: transform 0.3s ease;
}
.modal-vaga-info .col-md-6:hover p {
background: #e7f1ff;
border-color: #D71920;
color: #D71920;
transform: scale(1.05);
transition: all 0.3s ease;
}
.modal-vaga-info .col-md-6:hover h6 i {
color: #6610f2;
transform: scale(1.1);
transition: all 0.3s ease;
} @media (max-width: 1200px) {
.modal-xl {
max-width: 90%;
margin: 1.75rem auto;
}
}
@media (max-width: 992px) {
.modal-xl {
max-width: 95%;
margin: 1rem auto;
}
.modal-xl .modal-body {
padding: 2rem 1.5rem;
}
.modal-xl .modal-header {
padding: 2rem 1.5rem 1.5rem;
}
.modal-xl .modal-footer {
padding: 1.5rem 1.5rem;
}
} .modal.loading .modal-content {
opacity: 0.7;
pointer-events: none;
}
.modal.loading .modal-content::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
border: 3px solid #D71920;
border-top: 3px solid transparent;
border-radius: 50%;
animation: spin 1s linear infinite;
z-index: 1000;
} .modal-actions .btn {
min-width: 140px;
position: relative;
overflow: hidden;
}
.modal-actions .btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: left 0.5s;
}
.modal-actions .btn:hover::before {
left: 100%;
} .modal-form-container .form-control.is-invalid,
.modal-form-container .form-select.is-invalid {
border-color: #dc3545;
background: #fff5f5;
}
.modal-form-container .form-control.is-invalid:focus,
.modal-form-container .form-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}
.modal-form-container .form-control.is-valid,
.modal-form-container .form-select.is-valid {
border-color: #198754;
background: #f0fff4;
}
.modal-form-container .form-control.is-valid:focus,
.modal-form-container .form-select.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15);
} .modal-form-container .form-floating > .form-control:focus ~ label,
.modal-form-container .form-floating > .form-select:focus ~ label {
color: #D71920;
font-weight: 700;
}
.modal-form-container .form-floating > .form-control:not(:placeholder-shown) ~ label,
.modal-form-container .form-floating > .form-select:not([value=""]):not([value="0"]) ~ label {
color: #495057;
font-weight: 600;
} .info-card {
text-align: center;
padding: 1.5rem 1rem;
border-radius: 1rem;
border: 1px solid #dee2e6;
transition: all 0.3s ease;
height: 100%;
}
.info-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
border-color: #D71920;
}
.info-icon {
width: 60px;
height: 60px;
margin: 0 auto 1rem;
border: 1px solid #D71920;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 1.5rem;
transition: all 0.3s ease;
}
.info-card:hover .info-icon {
transform: scale(1.1);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.info-card h6 {
color: #495057;
font-weight: 700;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.75rem;
}
.info-card p {
color: #6c757d;
font-weight: 600;
font-size: 1rem;
margin: 0;
padding: 0.5rem 1rem;
background: #fff;
border-radius: 0.5rem;
border: 1px solid #dee2e6;
display: inline-block;
min-width: 100px;
} .vaga-section h6 {
color: #495057;
font-weight: 700;
font-size: 1.1rem;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
border-bottom: 2px solid #e9ecef;
padding-bottom: 0.5rem;
}
.vaga-section h6 i {
color: #D71920;
font-size: 1.2rem;
}
.content-card {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border: 1px solid #dee2e6;
border-radius: 1rem;
padding: 1.5rem;
line-height: 1.7;
color: #495057;
font-size: 0.95rem;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
} .modal-xl .modal-body {
padding: 3rem 2.5rem;
}
.modal-xl .modal-header {
padding: 2.5rem 2.5rem 2rem;
}
.modal-xl .modal-footer {
padding: 2rem 2.5rem;
} @media (max-width: 768px) {
.modal-vaga-info .row {
flex-direction: column;
gap: 1rem;
}
.modal-vaga-info .col-md-3 {
width: 100%;
}
.info-card {
padding: 1.25rem 1rem;
}
.info-icon {
width: 50px;
height: 50px;
font-size: 1.25rem;
}
.modal-xl .modal-body {
padding: 2rem 1.5rem;
}
.modal-xl .modal-header {
padding: 2rem 1.5rem 1.5rem;
}
.modal-xl .modal-footer {
padding: 1.5rem 1.5rem;
}
} .filter-card {
background: #fff;
border: 1px solid #dee2e6;
border-radius: 1rem;
padding: 1.5rem;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
.filter-card:hover {
border-color: #D71920;
box-shadow: 0 4px 20px rgba(13, 110, 253, 0.1);
}
.filter-card .form-label {
color: #495057;
font-weight: 700;
margin-bottom: 0.75rem;
}
.filter-card .form-label i {
color: #D71920;
}
.filter-card .form-select {
border: 2px solid #e9ecef;
border-radius: 0.75rem;
padding: 0.875rem 1rem;
font-size: 0.95rem;
transition: all 0.3s ease;
}
.filter-card .form-select:focus {
border-color: #D71920;
box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
} .vaga-meta-item {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: #f8f9fa;
padding: 0.5rem 0.75rem;
border-radius: 0.5rem;
margin: 0.25rem;
font-size: 0.875rem;
color: #495057;
font-weight: 600;
border: 1px solid #e9ecef;
transition: all 0.3s ease;
}
.vaga-meta-item:hover {
background: #e7f1ff;
border-color: #D71920;
color: #D71920;
transform: translateY(-2px);
}
.vaga-meta-icon {
color: #D71920;
font-size: 0.875rem;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.vaga-section {
animation: fadeInUp 0.6s ease forwards;
}
.vaga-section:nth-child(1) { animation-delay: 0.1s; }
.vaga-section:nth-child(2) { animation-delay: 0.2s; }
.vaga-section:nth-child(3) { animation-delay: 0.3s; }
.vaga-section:nth-child(4) { animation-delay: 0.4s; } .modal.loading .modal-content {
opacity: 0.7;
pointer-events: none;
}
.modal.loading .modal-content::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
border: 3px solid #D71920;
border-top: 3px solid transparent;
border-radius: 50%;
animation: spin 1s linear infinite;
z-index: 1000;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}