@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


.contenido-principal {
    padding: 0px 0px;
    text-align: center;
}


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0px 0px;
}

.titulo-principal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 4px;
    background-color: #d4af37; 
    width: 0;
    animation: subrayado 2s ease forwards;
}

@keyframes subrayado {
    to {
        width: 100%;
    }
}


.descripcion {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
}



body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
  }


  body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
  }


  
  .encabezado {
  position: fixed;
  top: 0%;
  left: 0;
  height: 180px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contenedor-encabezado {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.logo {
  height: 250px;
  margin-right: 0px;
  margin-top: 0%;
  margin-bottom: 0px;
  width: auto;
 position: relative;
}

  
  .nav-enlaces {
    display: flex;
    gap: 50px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .nav-enlaces a {
    text-decoration: none;
    color: #000;
    font-weight: 550;
    font-size: 17px;
    transition: color 0.3s ease;
    font-family: 'poppins', sans-serif;
    
  }
  
  .nav-enlaces a:hover {
    color: #ffca39;
  }
  .contenido-principal {
    padding: 60px 20px;
    text-align: center;
    padding-top: 160px;
}


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 160px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.titulo-principal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 4px;
    background-color: #eed983; 
    width: 0;
    animation: subrayado 2s ease forwards;
}
  .footer {
    background: #111111;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    position: relative;
    top: 0%;
    left: 0%;
  }
  
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #eed983;
  }
  
  .footer-box {
    flex: 1;
    padding: 20px;
    min-width: 280px;
    position: relative;
    top: 10%;
    left: 15%;
    font-size: 24px;
  }
  
 
  
  .footer-box .numero {
    font-size: 23px;
  
    margin: 5px 0;
    
  }
  
  .footer-box .temas {
    margin-top: 20px;
    line-height: 1.6;
  }
  
  .footer-box hr {
    margin: 20px 0;
    border: 0.5px solid #000000;
  }
  
  .info-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 20px;
    position: relative;
    top: 10%;
    left: 16%;
    width: 100%;

  }
  
  .info-footer a {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  .info-footer a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 15px;
    font-size: 0.85rem;
    background-color: #000;
    border-top: 1px solid #333;
    color: white;
  }


  .trabajo-banner {
    background-image: url('/Imagenes/trabajo/kin.jpg');
   background-size: cover;
  background-position: center;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
  
.trabajo-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(17, 168, 206, 0.5);
}

.trabajo-banner h1 {
  color: #fff;
  font-size: 3rem;
  z-index: 1;
  animation: slideDown 1s ease-out;
}
  
  .trabajo-texto {
    color: rgb(255, 179, 39);
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    font-family: 'poppins', sans-serif;
  }

.talento-section {
  width: 100%;
  min-height: 300px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  box-sizing: border-box;
}

  .talento-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
  .talento-section p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: 'poppins', sans-serif;
  }
  
  .trabajo-dividido {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
  }
  
  .texto-izquierda {
    flex: 1;
    max-width: 500px;
  }
  
  .texto-izquierda h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
  .texto-izquierda p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: 'poppins', sans-serif;
  }
  
  .imagen-derecha {
    flex: 1;
    max-width: 400px;
  }
  
  .imagen-derecha img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .formulario-hdv {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .formulario-hdv h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
  .formulario-hdv p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
    font-family: 'poppins', sans-serif;
  }
  
  form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .fila {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  
  .fila input[type="text"],
  .fila input[type="email"],
  .fila input[type="tel"],
  .fila select {
    flex: 1;
    min-width: 280px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'poppins', sans-serif;
  }
  
  .archivo {
    flex: 1;
    min-width: 280px;
    text-align: left;
    font-family: 'poppins', sans-serif;
  }
  
  .archivo label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    
  }
  
  input[type="file"] {
    display: block;
    font-size: 14px;
  }
  
  button[type="submit"] {
    background-color: #111;
    color: white;
    padding: 15px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'poppins', sans-serif;
  }
  
  button[type="submit"]:hover {
    background-color: #333;
  }

  .campo {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 280px;
  }
  
  .campo label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  
  .campo input,
  .campo select {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .seccion-talento-serquerer {
    position: relative;
    background: url('/Imagenes/trabajo/piajama.jpg') no-repeat center center/cover;
    color: rgb(0, 0, 0);
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: left;
    overflow: hidden;
    font-family: 'poppins', sans-serif;
  }

  
  
  .overlay-blanco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0); 
    z-index: 0;
  }
  
  .contenido-onda {
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    text-align: center;
    height: 100%; 
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .contenido-onda h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
     background-color: #ffffffb2;
    backdrop-filter: blur(5px);
    border-radius: 10%;
  }
  
  .contenido-onda p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    max-width: 800px; 
    background-color: #ffffffb2;
    backdrop-filter: blur(5px);
    border-radius: 10%;
  }
  
  .ola {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: -50px;
  }
  
  .columnas-beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background: #00000000;
    padding: 60px 20px;
    color: #00000000;
  }
  
  .columna {
    flex: 1;
    max-width: 300px;
    margin: 20px;
  }
  

  
  .columna h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #22222200;
  }
  
  .columna p,
  .columna ul {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .columna ul {
    padding-left: 20px;
  }

  .seccion-talento-serquerer .columnas-info {
    color: #000000; 
    background-color: rgba(255, 255, 255, 0); 
    padding: 30px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
  }
  
  .seccion-talento-serquerer .columna {
    flex: 1 1 30%;
    font-size: 16px;
    line-height: 1.6;
    background-color: #ffffff00;
    color: #22222200;
    padding: 20px;
    border-radius: 8px;
    
  }

  .aparecer {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .aparecer.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .whatsapp-burbuja {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-burbuja:hover {
  transform: scale(1.1);
}

.whatsapp-burbuja img {
  width: 32px;
  height: 32px;
}

  .portal-colaborador {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 30px;
  flex-wrap: wrap;
}

.imagen-portal {
  max-width: 400px;
  height: auto;
}

.texto-portal {
  max-width: 400px;
  text-align: left;
}

.boton-colaborador {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007ACC;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.boton-colaborador:hover {
  background-color: #005fa3;
}

.pie {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 15px;
}

.mensaje-central {
  background-color: #fef9e79c; 
  color: #000000;            
  text-align: center;
  padding: 30px 20px;
  font-size: 1.6em;
  line-height: 1.6em;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  font-family: 'poppins', sans-serif;
    backdrop-filter: blur(5px);
}

.mensaje-central p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #333;
}


.portal-colaborador {
  background-color: #fef9e79c; 
  color: #000000;            
  text-align: center;
  padding: 30px 20px;
  font-size: 1.6em;
  line-height: 1.6em;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  font-family: 'poppins', sans-serif;
    backdrop-filter: blur(5px);
}




.portal-colaborador img {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.texto-colaborador {
  max-width: 400px;
  font-size: 18px;
  color: #000000;
}



.boton-colaborador {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background-color: #f7dc6f;
  color: #000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.boton-colaborador:hover {
  background-color: #000000;
  transform: translateY(-5px); 
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  color: #f7dc6f;
}