body{
background: #fffaf3;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.deslizo {display: none}
img {vertical-align: middle;}



    .bienvenida-encabezado {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px; 
background:  #FEF3DC;
  color: #341C09; 
  font-size: 2.2em; 
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  animation: salir-vehiculo 4s ease forwards;
  animation-delay: 0.9s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}


.barra-navegacion {
  background: #FEF3DC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
}


.logo-real {
  max-width: 250px; 
  height: auto;
  margin-left: 5%;
  transition: transform 0.3s ease;
}

.logo-real:hover{
  transform: scale(1.02);
}


.menu-navegacion {
  display: flex;
  gap: 0px;
  flex: 1;
  position: absolute;
  margin-left: 18%;
  justify-content: center; 
}

.menu-navegacion a {
  color: #341C09;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s;
}

.menu-navegacion a:hover {
  background-color: #FEE2AA;
  color: black;
}



.container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 200px;
    background: linear-gradient(to left, #FEE2AA, #FEF3DC);
      text-align: center;
    }



    .nombre-empresa {
      color: #f68f02;
      font-size: 2em; 
      font-weight: bold;
    }




.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0px 0px;
}

.descripcion {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
}


  .contenido-principal {

    text-align: center;
 
}


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 160px;
    font-family: Verdana, sans-serif;
    color:#341C09;
}


.talento {
  background:  #FEF3DC;
  border-left: 8px solid #FDE281;
  border-radius: 0 2rem 2rem 0;
  margin: 2rem 0;
  padding: 2rem;
}

.talento h2 {
  color: #341C09;
  text-align: center;
}

.talento p {
  color: #341C09;
  margin-bottom: 1.5rem;
  font-size: 1.3em;
  text-align: center;
}
  
  .trabajo-dividido {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  padding: 50px;

  background: linear-gradient(to left, #FEE2AA, #FEF3DC);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; 
}

.texto-izquierda {
  flex: 1;
  font-family: Verdana, sans-serif;
  font-size: 1.4rem;
  color: #341C09;
  text-align: justify;
  line-height: 1.6;
}

.texto-izquierda h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #341C09;
}

.imagen-derecha {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen-derecha img {
  max-width: 70%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}

  .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: Verdana, sans-serif;
    color: #341C09;
  }
  
  .formulario-hdv p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #341C09;
    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 input[type="document"],
  .fila input[type="expediente"], 
  .fila select {
    flex: 1;
    min-width: 280px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Verdana, sans-serif;
  }
  
  .archivo {
    flex: 1;
    min-width: 280px;
    text-align: left;
    font-family: Verdana, 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: #341C09;
    color: #FEF3DC;
    padding: 15px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: Verdana, 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;
    text-align: left;
    color: #333;
  }
  
  .campo input,
  .campo select {
    padding: 12px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #000000;
    border-radius: 5px;
  }



  .portal-aspirantes {
  background-color:  #fef3dc91;
  color: #341C09;
  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: Verdana, sans-serif;
  backdrop-filter: blur(5px);

  display: flex;
  flex-direction: column;
  align-items: center;
}

.contenido-aspirantes {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.texto-aspirantes {
  max-width: 400px;
  font-size: 0.9em;
  color: #341C09;
  text-align: center;
  margin-bottom: 15px;
}

.boton-aspirantes {
  display: inline-block;
  margin-top: 0; 
  padding: 12px 24px;
  background-color: #FEE2AA;
  color: #341C09;
  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-aspirantes:hover {
  background-color: #341C09;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  color:  #FEF3DC;
}


.portal-aspirantes img {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

        .footer {
  background: #ff0055;
  color: #341C09;
  font-family:Verdana, sans-serif;
  margin-top: 40px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #FEF3DC;
  padding: 40px 20px;
}

.footer-box {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
  margin: 10px;
  font-size: 18px;
}

.footer-box strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.footer-box p {
  margin: 6px 0;
}

.telefono {
  font-size: 18px;
  font-weight: bold;
  margin: 6px 0;
color: #341C09;
}
.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 14px;
  background-color: #341C09;
  border-top: 1px solid #B08A03;
color:#FEF3DC;
}

.whatsapp-burbuja {
  position: fixed;
  bottom: 20px;
  right: 1810px;
  background-color: #375f1b00;
  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;
}

.anim-scroll-abajo{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.anim-scroll-derecha{
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.en-vista{
  opacity: 1 !important;
  transform: translateY(0) translateX(0) !important;
}

 .container-menu {
      display: inline-block;
      cursor: pointer;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 1001;
    }

    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #000000;
      margin: 6px 0;
      transition: 0.4s;
    }

    .change .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
    }

    .change .bar2 {
      opacity: 0;
    }

    .change .bar3 {
      transform: translate(0, -11px) rotate(45deg);
    }

    
    .menu-emergente {
      position: fixed;
      top: 0;
      right: 0;
      width: 250px;
      height: 100vh;
      background-color: #fffaf3;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
      padding: 60px 20px 20px;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      z-index: 1000;
    }

    .menu-emergente.mostrar {
      transform: translateX(0);
    }

    .menu-emergente a {
      display: block;
      margin: 20px 0;
      color: #341C09;
      text-decoration: none;
      font-size: 18px;
    }

    .menu-emergente a:hover {
      color: #f68f02;
    }

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .anterior, .siguiente,.text {font-size: 11px}
}


@keyframes aparecer-texto {
  to { opacity: 1; }
}

@keyframes desaparecer-texto {
  to { opacity: 0; }
}

@keyframes desvanecer-franja {
  to { background-color: transparent; }
}

 
@keyframes salir-vehiculo {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}