html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.logo-navbar {
    height: 150px;
    width: auto;
    object-fit: contain;
    display: block;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    height: 110px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 0;
    display: flex;
    align-items: center;
}

.navbar .container {
    align-items: center;
}

html {
    scroll-behavior: smooth;
}

.section-padding {
    padding: 80px 0;
}

.carreras-section {
    scroll-margin-top: 120px;
    border-top: 3px solid #e30613;
}

.imagen-redondeada {
    width: 100%;
    max-width: 650px;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    display: block;
    margin: 30px auto;
}

.titulo-carreras {
    color: #111827;
    line-height: 1.15;
}

.job-card {
    background: #e30613;
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-top: 25px;
}

.job-card p {
    color: white;
    font-size: 16px;
}

.job-card .btn {
    border-radius: 5px;
    padding: 10px 18px;
}

.partners-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.partners-section .partner-wrapper {
    background: white;
    border-radius: 18px;
    padding: 5px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

/* Logo del cliente */
.partners-section .client-logo {
    width: 170px !important;
    height: 130px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
    display: block;
    filter: none !important;
    opacity: 1 !important;
}

/* Ajuste individual para igualar visualmente los logos */
.logo-homedepot {
    transform: scale(1.40);
}

.logo-dsv {
    transform: scale(2.6);
}

.logo-carrier {
    transform: scale(1.6);
}

.logo-jumex {
    transform: scale(2.2);
}

.logo-mvt {
    transform: scale(1.15);
}

.logo-nidec {
    transform: scale(1);
}

.clientes-section {
    scroll-margin-top: 90px;
    padding-top: 70px;
}

.titulo-clientes {
    margin-top: 30px;
    margin-bottom: 30px;
}

.texto-clientes {
    margin-bottom: 50px;
}