/* Reset */
.container-1280{
  width: min(1280px, 100%);
  margin-inline: auto;
  padding-inline: 16px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

/* HERO */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
}

.curva-naranja {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.encabezado {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.logo-img {
  height: 100%;
  margin-left: 100px;
  margin-top: 80px;
}

.menu-icon {
  height: 44px;
  margin-bottom: 150px;
}
.encabezado span {
  margin-bottom: 150px !important;
}

.btn-contacto {
  background-color: #3d2e4f;
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background 0.3s;
  margin-bottom: 150px;
}

.btn-contacto:hover {
  background-color: #2b1f3b;
}
.menu-toggle {
  display: none;
}

#mensaje-principal {
  margin-top: -250px;
  position: relative;
  z-index: 3;
}

.caja-mensaje {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  max-width: 950px; 
  margin: 0 auto;
  padding: 60px; 
}

.text-accent {
  background: linear-gradient(90deg, #EF7911, #4D3B4C);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  bottom: 1000px;
}

.icono-flecha {
  width: 200px; 
  height: auto;
}

.icono-flecha-container {
  display: flex;
  justify-content: center;
  margin-left: 20px; 
}

/* ======== SECCIÓN SOY TALENTO ======== */
#soy-talento {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -155px !important;
}

#soy-talento .row {
  justify-content: center;
  align-items: start;
  gap: 60px;
}
.fondo-circulo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  z-index: 1 !important;
  pointer-events: none;
}
.circulo-naranja-fondo {
  position: absolute;
  padding-top: 400px !important;
  left: 0;
  width: 30%; 
  z-index: 1 !important;
  pointer-events: none;
}

.icono-soy-talento {
  width: 120px;
  height: auto;
  padding-top: 90px;
}

#soy-talento h2 {
  font-size: 3rem;
  background: linear-gradient(90deg, #EF7911, #4D3B4C);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding-top: 80px;
}

.imagen-talento img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
  padding-top: 40px;
  background-color: transparent !important ;
  box-shadow: none !important ;
  z-index: 2 !important ;
}

/* ===== FORMULARIO TALENTO UNIFORME ===== */

.formulario-talento {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  height: 670px; 
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-top: 100px;
  position: relative;
}


.formulario-header {
  background-color: #4d3b4c;
  color: white;
  text-align: center;
  padding: 18px 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}


.formulario-header h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}


.formulario-body {
  padding: 50px 28px !important;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-grow: 1;
  padding-top: 50px !important;
}

.formulario-body .form-control {
  border: none;
  border-bottom: 2px solid #EF7911;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 0;
  font-size: 1rem;
  color: #333;
  width: 100%;
  padding-top: 40px !important;

}

.formulario-body .form-control::placeholder {
  color: #999;
}

.formulario-body textarea.form-control {
  min-height: 100px;
  resize: none;
  padding-top: 8px;
}

.botones-formulario {
  display: flex;
  gap: 1rem;
  padding-top: 38px !important;
  flex-wrap: wrap;

}

.btn-curriculum,
.btn-submit {
  background: linear-gradient(90deg, #EF7911, #4D3B4C);
  color: white;
  padding: 10px 22px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
  border: none;

}
/* ===== SECCIÓN QUIERO TALENTO ===== */
.seccion-talento {
  background: linear-gradient(90deg, #EF7911, #4D3B4C);
  color: white;
  position: relative;
  padding-bottom: 150px !important; /* deja espacio para imagen flotante */
  z-index: 1;
  padding: 100px !important;
  width: 100%;
  height: 80%;
}

.icono-quiero-talento {
  width: 20%;
  height: auto;
  margin-left: 35px;
}

.titulo {
  font-size: 3.5rem;
  font-weight: 600;
  padding-left: 20px;
}
.linea-vertical {
  border-left: 2px solid white;
  height: 130px;
  margin-right: 100px;
  display: block;
}
.titulo-2 {
  font-size: 2.5rem !important;
  font-weight: 600;
}

.tarjeta-beneficio {
  transition: transform .3s ease;
  width: 256px;
  height: 180px !important;
  text-align: center;
  margin: 0 auto;
}
.tarjeta-beneficio:hover {
  transform: translateY(-5px);
}

.descripcion {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.imagen-talento-flotante {
  position: relative;
  width: 1100px;
  height: 562px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  z-index: 5;
}

.imagen-talento-flotante::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}

.imagen-talento-flotante img {
  width: 100%;
  height: auto;
  display: block;
}

.contenido-imagen-talento {
  position: absolute;
  bottom: 40px; 
  left: 50px; 
  z-index: 10;
  text-align: left;
  color: #000;
  max-width: 600px;
}

.contenido-imagen-talento h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.contenido-imagen-talento p {
  margin-bottom: -3rem;
  font-size: 1.5rem;
}

.contenido-imagen-talento .btn {
  font-size: 1.2rem;
  font-weight: 100 !important;
  margin-left: 700px !important;
  border-radius: 28px;
}

/* ===== SECCIÓN NUESTRO MODELO ===== */
#nuestro-modelo .container {
  position: relative;
  z-index: 2; 
  margin-top: 370px;
}

.fondo-circulo-modelo {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  max-width: 100%;
  z-index: 0; 
  pointer-events: none; 
}


.text-modelo span {
  background: linear-gradient(90deg, #EF7911, #4D3B4C);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.text-modelo   {
  font-size: 4.5rem !important;
  font-weight: 600;
  text-align: center;
}
.container h4 {
  font-size: 2.5rem !important;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

/* Imagen de flechas central */
.icono-modelo {
  max-width: 100%;
  height: auto;
  margin-top: -30px;
}

/* ===== SECCIÓN TARJETAS MODELO ====== */
#modelo-beneficios {
  position: relative;
  z-index: 3;
  padding-top: 170px !important;
  margin-top: -160px;  
  margin-bottom: -120px; 
}
#modelo-beneficios .col-md-4 {
  display: flex;
  justify-content: center;
}
#modelo-beneficios p {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 400;
}
.tarjeta-modelo-beneficio {
  width: 355px;
  height: 180px;
  background-color: #4d3b4c;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarjeta-modelo-beneficio:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.icono-beneficio {
  width: 70px;
  height: auto;
  margin-top: 25px;
}

/* ===== SECCIÓN LENGUAJES Y TECNOLOGÍAS ===== */

.lenguajes-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;   
  padding-bottom: 400px;
  text-align: center;
}

.lenguajes-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lenguajes-section .container {
  position: relative;
  z-index: 2;
}

.fondo-codigo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 1;
  filter: none;
}
.lenguajes-section p {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.icono-lenguajes {
  width: 40%;
  height: auto;
}

/* ===== FOOTER ====== */
.uptalent-footer {
  position: relative;
  z-index: 5;
  margin-top: -340px;   
  padding-top: 200px;  
  padding-bottom: 0px;
  overflow: hidden;
}

.footer-curva {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  color: white;
}

.footer-testimonios  h3 {
  font-size: 40px !important;
  font-weight: 100;
  text-align: center;
}

.footer-testimonios p {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12px;
}

.footer-testimonios .autor {
  display: block;
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 16px;
}

.footer-contacto h3 {
font-size: 40px !important;
}
/* Flechas */
.arrows span {
  font-size: 28px;
  color: #e38b36;
  margin-right: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.arrows span:hover {
  transform: scale(1.2);
  opacity: 0.85;
}

.arrows,
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

/* Dots */
.dots span {
  width: 8px;
  height: 8px;
  background: #c4b5c4;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;
}

.dots span.active {
  background: #e38b36;
}

.dots .active {
  background: #e38b36;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 40%;
  margin-top: 40px;
}

.footer-logo span {
  display: block;
  margin-top: 12px;
  font-size: 28px;
}

.footer-contacto ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.footer-contacto li {
  margin-bottom: 12px;
}

.btn-footer {
  background: #e38b36;
  color: white;
  padding: 10px 22px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
  border: none;
  text-decoration: none; 
}
.btn-footer:hover {
  background: #cf7a2e;
}

/* ================= BARRA FINAL ================= */
.footer-bottom {
  background: #e38b36;
  color: white;
  text-align: center;
  padding: 14px;
  font-style: italic; 
}




/* Ajustes responsive */


@media (max-width: 767px) {

  .hero {
    height: auto;
    min-height: 100vh;
  }

  .hero-img {
    position: absolute;
    top: 0;
    height: 100%;
    object-position: center;
  }

  .curva-naranja {
    top: 0;
    height: auto;
    position: fixed !important;
    z-index: 5 !important;
  }

  .encabezado {
    padding:12px 20px;
    align-items: flex-start;
    position: fixed;
  }

  .logo-img {
    margin: 0;
    height: 70px;
  }

  .menu {
    display: none !important;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
    cursor: pointer;
    margin-top: -20px;
  }

  .menu-toggle span {
    width: 28px;
    height: 3px;
    background: white;
    border-radius: 2px;
  }

  .menu-icon,
  .encabezado span,
  .btn-contacto {
    margin: 0 !important;
  }
  .menu {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 32px 0 36px;
    z-index: 9999;
    margin-left: 0 !important;
  }

  .menu.activo {
    display: flex !important;
  }

  .menu a {
    margin: 0;
    font-size: 1.1rem;
  }

    #mensaje-principal {
    margin-top: -260px;
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .caja-mensaje {
    padding: 36px 26px 48px;
    min-height: 380px; 
    border-radius: 24px;
  }

  .icono-flecha-container {
    position: absolute;
    top: 60px;
    right: 50px;
    width: auto;
  }

  .icono-flecha {
    width: 100px;
  }

  .texto-principal {
    padding-top: 66px;
  }

  .texto-principal h2 {
    padding-top: 30px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.35;
  }

  .texto-principal p {
    padding-top: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
  }

  /* Soy Talento */

 #soy-talento {
    position: relative;
    min-height: calc(100vh + 160px) !important;
    padding-bottom: 100px;
    overflow: hidden;
    margin-top: -290px !important;   
    padding-top: 260px !important;   
  }

  #soy-talento .row {
    gap: 32px;
  }

  #soy-talento .col-lg-5 {
    align-items: center !important;
    text-align: center !important;
  }
 .circulo-naranja-fondo,
  .fondo-circulo {
    z-index: 0 !important;
    pointer-events: none;
  }

  .circulo-naranja-fondo {
    top: -80px !important;   
    left: 0;
    width: 55%;
  }

  .fondo-circulo {
    bottom: 180px !important;
    right: -60px;
    width: 420px;
  }
  .imagen-talento,
  .imagen-talento img {
    position: relative;
    z-index: 2 !important;
  }

  .icono-soy-talento {
    width: 80px;
    padding-top: 0;
  }

  #soy-talento h2 {
    font-size: 2rem;
    padding-top: 0;
  }

  #soy-talento .col-lg-6 {
    justify-content: center;
  }

  .formulario-talento {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .formulario-header h3 {
    font-size: 1.4rem;
  }

  .formulario-body {
    padding: 32px 20px !important;
    gap: 1.2rem;
  }

  .formulario-body .form-control {
    padding-top: 28px !important;
    font-size: 0.95rem;
  }

  .botones-formulario {
    padding-top: 24px !important;
    justify-content: center;
  }

  .btn-curriculum,
  .btn-submit {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Quiero talento */

  .seccion-talento {
    padding: 64px 20px 220px !important;    
    min-height: 140vh;           
  }

  .icono-quiero-talento {
    width: 70px;
    margin: 0;
  }

  .titulo {
    font-size: 2.4rem;
    line-height: 1.1;
    padding: 0;
  }

  .titulo-2 {
    font-size: 2.5rem !important;
    margin-top: 10px;
  }

  .seccion-talento p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 8px;
  }

  .linea-vertical {
    display: none !important;
  }

  .seccion-talento .row.g-4 {
    margin-top: 0px;
  }

  .seccion-talento .row.g-4 > div {
    width: 50%;              
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
  }

  .tarjeta-beneficio {
    width: 100%;
    height: 85% !important;
    padding: 22px 16px !important;
    border-radius: 20px;
    margin: 0;
  }

  .tarjeta-beneficio img {
    width: 40px;
    margin-bottom: 12px;
  }

  .descripcion {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .imagen-talento-flotante {
    width: 92%;
    height: 540px;                
    margin: 40px auto -160px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background: #fff;
  }

  .imagen-talento-flotante img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 5%;      
  }

  .imagen-talento-flotante::after {
    height: 60%;
  }

  .contenido-imagen-talento {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    padding: 24px;
    text-align: left;
    color: #000;
    z-index: 10;
  }
  .contenido-imagen-talento {
    display: flex;
    flex-direction: column;
    gap: 14px;                 
  }
  .contenido-imagen-talento h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .contenido-imagen-talento p {
    font-size: 1.2rem;
    margin: 12px 0 20px;
  }
  .contenido-imagen-talento .btn {
    font-size: 1rem;
    margin-left: 0 !important;
    align-self: center;        
    padding: 10px 24px;
  }
  /* Nuestro Modelo */

 #nuestro-modelo {
    position: relative;
    padding-top: 0 !important;   
    padding-bottom: 200px !important;
    text-align: center;
    overflow: hidden;
  }

   .text-modelo {
    position: relative;
    z-index: 2;
    margin-top: -100px;         
    font-size: 2.6rem !important;
    line-height: 1.1;
  }

  #nuestro-modelo p.lead {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    margin-top: 8px;
  }

   .fondo-circulo-modelo {
    position: absolute;
    width: 150%;
    left: 50%;
    top: 0;                     
    z-index: 0;
    opacity: 0.35;
  }

 #nuestro-modelo .row.align-items-center {
    flex-direction: column;
    align-items: center;        
    gap: 28px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }

  #nuestro-modelo .row.align-items-center .col-3:first-child {
    order: 1;
    text-align: center;
  }

  #nuestro-modelo .row.align-items-center .col-3:nth-child(2) {
    order: 2;
  }

  #nuestro-modelo .row.align-items-center .col-3:last-child {
    order: 3;
    text-align: center;

  }

  #nuestro-modelo h4 {
    font-size: 2.5rem !important;
    margin: 0;
    line-height: 1.1;

  }

  .icono-modelo {
    max-width: 110px;
    margin: 0 auto;
    display: block;
  }


  /* Lenguajes y tecnologías */

  .lenguajes-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 220px;   /* 🔑 deja espacio para el footer */
    overflow: hidden;
    z-index: 1;
  }

  .lenguajes-section p {
    font-size: 1.1rem;
  }

  .icono-lenguajes {
    width: 60%;
    max-width: 220px;
  }
  /* footer */

     .uptalent-footer {
  background-color: #4d3b4c !important;
}
  .uptalent-footer {
    position: relative;
    margin-top: -140px;    
    padding-top: 220px;     
    padding-bottom: 40px;
    background: transparent;
    z-index: 5;
  }
.uptalent-footer::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4d3b4c;  
    z-index: 10;
  }

  .footer-curva {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;         
    object-fit: cover;
    z-index: 1;
  }

  .footer-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }

  .footer-testimonios h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 32px !important;
  }

  .uptalent-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: #4d3b4c;
    z-index: 0;
  }
  .footer-bottom {
    margin-top: -2px;
  }

  .footer-bottom {
    margin-top: -2px; 
  }


  


}
