@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


.contenido-principal {
    padding: 60px 20px;
    text-align: center;
}


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.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%;
    }
}






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;
  }
  
 .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;
  }

@keyframes aparecer-texto {
  to { opacity: 1; }
}

@keyframes desaparecer-texto {
  to { opacity: 0; }
}

@keyframes desvanecer-franja {
  to { background-color: transparent; }
}

.banner-trabajador {
  position: relative;
  text-align: center;
  padding-top: 160px;
}

.banner-trabajador img {
  width: 100%;         
  height: 250px;       
  object-fit: cover;   
  display: block;      
  
}

.texto-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 6ex;
  font-weight: bold;
  text-shadow: 2px 2px 4px black;
  padding-top: 160px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.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;
}


 .aparecer {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .aparecer.visible {
    opacity: 1;
    transform: translateY(0);
  }



.fondo-trabajador {
  background-image: url('/Imagenes/soytrabajador/soy.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  padding: 60px 20px;
  position: relative; 
  
}

.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;
}
