.trabaja-pag1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/Servicios3-1920x668.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-position-y: top;
    height: 22rem;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 10rem;
    font-family: 'Muli' ,'sans-serif';
    font-style: normal;
    color: #FFF;
    margin-bottom: 1.25rem;
    font-weight: 300;
    letter-spacing: .9px;
}

.trabaja-pag1 h1{
    margin: 0 auto;
    font-size: 5rem;
    font-weight: lighter;
}


.trabaja-contenido {
    font-family: 'Muli' ,'sans-serif';
    margin-right: 30rem;
    margin-left: 30rem;
    text-align: left;
}

.trabaja-contenido h3 {
    font-weight: bolder;
    font-size: 16pt;
    line-height: 2.5rem;
    letter-spacing: 0.14rem;
    margin-bottom: 20px;
}

.trabaja-contenido h4 {
    font-weight: bolder;
    font-size: 1.5rem;
    letter-spacing: 0.14rem;
} 

.trabaja-contenido h5 {
    font-weight: bolder;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    margin-bottom: 15px;
    margin-top: 35px;
} 

.trabaja-contenido p {
    font-weight: lighter;
    font-size: 12pt;
    color: #8E9DAE;
    line-height: 2.2rem;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;

}

.trabaja-img {
    width: 100%;
    margin-top: 80px;
}

.trabaja-contenido svg {
    width: 60px;
    margin-top: 110px;
    margin-bottom: 40px;
    color: #8E9DAE;
}



.fila-equipo {
    margin-top: 20px;
    text-align: center;
}

.btn-equipo {
    margin-top: 50px;
}

.info-trabaja h3 {
    margin-top: 50px;
    padding-left: 40px;
}

.info-trabaja p {
    font-size: 13pt;
    padding-left: 40px;
    padding-right: 40px;
}

.transporte {
    width: 100%;
}

.siguientes {
    padding-bottom: 90px;
    padding-top: 70px;
}


.logistica {
    text-align: center;
    background-color: #f5fafd;
}

.logistica h3 {
    font-size: 3rem;
    font-weight: 200;
    
    
}

.logos-athos {
    width: 100%;
    height: auto;
}
/* ===== SECCIÓN TRABAJA CON NOSOTROS ===== */

.seccion-cv {
  max-width: 700px;
  margin: 60px auto;
  text-align: center;
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #333;
  padding: 40px 20px;
  background: #f9fafb;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.seccion-cv h2 {
  color: #03a9f4;
  margin-bottom: 20px;
  font-weight: 700;
}

.seccion-cv p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.seccion-cv strong {
  color: #03a9f4;
}

/* ===== FORMULARIO ===== */

.form-cv {
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
}

.form-cv label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.form-cv input,
.form-cv textarea,
.form-cv select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1.3rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-cv input:focus,
.form-cv textarea:focus,
.form-cv select:focus {
  border-color: #03a9f4;
  outline: none;
  box-shadow: 0 0 6px rgba(3, 169, 244, 0.3);
}

/* ===== AVISO ===== */

.aviso-envio {
  color: #d9534f !important;
  font-weight: bold !important;
  font-size: 1.25rem !important;
  margin-bottom: 20px !important;
  background-color: rgba(255, 152, 0, 0.1);
  border-left: 4px solid #FF9800;
  padding: 10px;
  border-radius: 6px;
}

/* ===== BOTÓN ENVIAR ===== */

.enviar-btn {
  color: white !important;;
  background-color: #03a9f4 !important;;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: block !important;
  margin: 0 auto;
  padding: 12px 24px !important;;
  border-radius: 8px !important;;
  font-weight: 600 !important;;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.enviar-btn:hover {
  background-color: #0288d1;
}

.enviar-btn:active {
  transform: scale(0.97);
}

/* ===== TEXTO PRIVACIDAD ===== */

.texto-privacidad {
  margin-top: 25px;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 20px;
}

.texto-privacidad a {
  color: #FF9800;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.texto-privacidad a:hover {
  color: #03a9f4;
  text-decoration: none;
}

/* ===== CONECTOR ENTRE SECCIONES ===== */
.conector-secciones {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  border-top: 2px dashed #ddd;
  border-bottom: 2px dashed #ddd;
  margin: 60px auto;
  margin-bottom: 20px;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.conector-secciones h3 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.conector-secciones p {
  font-size: 1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ===== CONECTOR SIMPLE ENTRE FORMULARIOS ===== */
.conector-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px auto;
  gap: 15px;
  color: #555;
  font-size: 1rem;
  font-style: italic;
  max-width: 800px;
}

.conector-simple .linea {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #03a9f4, transparent);
  border-radius: 2px;
}

@media (max-width: 600px) {
  .conector-simple {
    flex-direction: column;
    gap: 10px;
    font-size: 0.95rem;
  }

  .conector-simple .linea {
    width: 60%;
  }
}


@media (max-width: 600px) {
  .conector-secciones {
    padding: 35px 15px;
  }

  .conector-secciones h3 {
    font-size: 1.3rem;
  }
}


/* ===== RESPONSIVE ===== */

@media (max-width: 600px) {
  .seccion-cv {
    margin: 30px 10px;
    padding: 30px 15px;
  }

  .form-cv {
    max-width: 100%;
  }

  .enviar-btn {
    width: 100%;
  }
}
