
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@500&family=Montserrat&display=swap');
.d-flex .btn-primary {
    color: #ffffff; /* Color del texto (blanco en este caso) */
    background-color: #1A759F !important; /* Color de fondo del botón (puedes cambiarlo según tus preferencias) */
    border-color: #1A759F !important; /* Color del borde del botón (puedes cambiarlo según tus preferencias) */
}
html, body {
    height: 100%;
}


body {
/*    position: relative;*/
    font-family: 'League Spartan', sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    margin-top: auto;
}
.bg-custom-color {
    background-color: #168AAD;
    color: #fff;
}

h1 {
    color: black;
    font-size: 7px;
    font-family: 'League Spartan', sans-serif;
}


#menu a {
    font-size:18px ;
    font-weight: bold;
    color: #3f3f3f;
}

#menu button {
    font-size:18px ;
    font-weight: bold;
}
/*****************AGREGADO PORFOLIO MODIFICAR SUBTITULOS A DESTACAR ************/

.nombre-principal {
    font-size: 3rem;          /* más grande */
    font-weight: 700;
    letter-spacing: 2px;
    color: #1A759F;
    margin-bottom: 0.2rem;
    text-align: center;
}

.titulo-profesional {
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #168AAD;
}

.subtitle-profesional {
    max-width: 880px;
    margin: 1.8rem auto 0.5rem;
/*    margin: 1.8rem auto 0;*/
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 300;
    color: #3a3a3a;
    text-align: center;
    letter-spacing: 0.4px;
}

.subtitle-profesional strong {
    font-weight: 600;
    color: #1A759F;
}

.subtitle-profesional span {
    display: block;
    margin-top: 0.6rem;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #168AAD;
}
/*.subtitle-profesional::after { se comento para separar antes los textos
    content: "";
    display: block;
    width: 110px;
    height: 2px;
    background-color: #dbe4ea;
    margin: 1.6rem auto 0;
}*/
.subtitle-profesional::before {
    content: "";
    display: block;
    width: 110px;
    height: 2px;
    background-color: #dbe4ea;
    margin: 0 auto 1.6rem;
}


.perfil-profesional {
    max-width: 880px;      /* controla el ancho */
    margin: 0 auto;        /* centra el bloque */
    text-align: justify;   /* texto prolijo */
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3a3a3a;
}
.card-diferencial {
    max-width: 950px;
    margin: 4rem auto;
    padding: 3rem 2.5rem;
    background: #f9fbfc;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.card-diferencial .card-title {
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1A759F;
    margin-bottom: 1.8rem;
}

.perfil-diferencial {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #3a3a3a;
}
.contenido-texto {   /* justify + ancho controlado → centrado */
    max-width: 880px;
    margin: 0 auto;
    text-align: justify;
 }
 
/* .impacto {
  margin-top: 0.5rem;
  font-weight: 500;
  color: #2c2c2c;
  border-left: 3px solid #4f46e5;  podés cambiar el color 
  padding-left: 0.75rem;
}*/

.impacto {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555;
/*  background-color: #f8f9ff;*/
  background: #f9fbfc;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
}

.impacto-label {
  font-weight: 600;
/*  color: #168AAD;*/
  color: #11a5b9;
}
/*.experiencia {
  margin-bottom: 2rem;
}*/

.resultado {
  margin-top: 0.5rem;
  font-style: italic;
  color: #444;
}

.executive-summary {
    max-width: 900px;
    margin: 2.5rem auto 3rem;
    padding: 1.8rem 2rem;
    background: #f9fbfc;
    border-left: 4px solid #168AAD;
}

.executive-summary p {
    margin-bottom: 1rem;
}
 
 
.work-style {
/*    margin-top: 3.5rem;*/
     margin-top: 2.5rem;
}

.section-title {
    text-align: center;
    font-weight: 600;
    color: #1A759F;
    margin-bottom: 1.5rem;
}

.work-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.8rem;
}

.work-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.8rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.work-card h4 {
    color: #168AAD;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.work-card p {
    color: #3a3a3a;
    font-size: 1rem;
    line-height: 1.6;
}

/* ===== PROYECTO DOCUMENTACIÓN NORMATIVA ===== */

 .experience-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 2.2rem;
    max-width: 900px;
    margin: 0 auto 2.5rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.experience-card h4 {
    color: #1A759F;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.experience-role {
    display: block;
    font-size: 0.95rem;
    color: #168AAD;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
}

.experience-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 1rem;
}


.project-card {
    background-color: #ffffff;
    border-left: 5px solid #1A759F;
    border-radius: 8px;
/*    padding: 25px;*/
         padding: 2.2rem;
          margin: 0 auto 2.5rem;
          max-width: 900px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.project-metadata {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    font-size: 0.95rem;
}

.project-metadata p {
    margin-bottom: 6px;
}

.project-warning {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    font-size: 0.95rem;
}

.project-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #1A759F;
    text-decoration: none;
}

.project-link:hover {
    text-decoration: underline;
}



/*EXPERIENCIA LABORAL*/

.experience-section {
    margin-top: 4rem;
}

.experience-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 2.2rem;
    max-width: 900px;
    margin: 0 auto 2.5rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.experience-card h4 {
    color: #1A759F;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.experience-role {
    display: block;
    font-size: 0.95rem;
    color: #168AAD;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
}

.experience-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 1rem;
}

.tech-stack {
    margin-top: 1.2rem;
    font-size: 0.95rem;
    color: #555;
}

.experience-subtitle {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.1rem;
    font-weight: 600; /* SemiBold */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #1A759F;
    margin-bottom: 0.8rem;
}


recognition-quote {
    max-width: 820px;
    margin: 2rem auto;
    padding: 1.6rem 2rem;
    font-style: italic;
    background: #f8fbfd;
    border-left: 4px solid #1A759F;
    color: #3a3a3a;
}

.recognition-quote span {
    display: block;
    margin-top: 0.8rem;
    font-style: normal;
    font-weight: 600;
    color: #168AAD;
}

.recognition-box {
    position: relative;
    max-width: 820px;
    margin: 2rem auto;
}

.view-proof {
    margin-left: 0.5rem;
    color: #168AAD;
    font-weight: 600;
    cursor: pointer;
}

.recognition-hover {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    background: #f8fbfd;
    padding: 1.2rem;
    border-left: 4px solid #1A759F;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    z-index: 10;
}

.recognition-box:hover .recognition-hover {
    display: block;
}
.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #25D366;
    font-weight: 500;
    text-decoration: none;
}

.whatsapp-link:hover {
    text-decoration: underline;
}

.whatsapp-link i {
    font-size: 1.2em;
}

.contacto-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 2.2rem;
    max-width: 900px;
    margin: 0 auto 2.5rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.contact-card p {
  margin-bottom: 0.6rem; /* controla el espacio entre ítems */
  line-height: 1.4;      /* compacta sin apretar */
}

.contact-card p:last-child {
  margin-bottom: 0;
}
.contact-card strong {
  font-weight: 600;
  color: #1A759F; 
}
.recognition-img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
}

.recognition-box {
  position: relative;
  max-width: 600px;
}

.view-proof {
  color: #1A759F;
  cursor: pointer;
  font-weight: 500;
  margin-left: 8px;
}
.toggle-evidence {
  background: none;
  border: none;
  color: #1A759F;
  cursor: pointer;
  padding: 0;
  font-weight: 600;
  margin-top: 8px;
}

.toggle-evidence:hover {
  text-decoration: underline;
}

.evidence-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 10px;
}

.evidence-content.open {
  max-height: 1000px; /* suficiente para la imagen */
}

.recognition-img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 8px;
}

/* Hover */
.recognition-box:hover .recognition-preview {
  display: block;
}

/* Card académico diferenciado */
.academic-card {
  border-left: 4px solid #1A759F;
  background-color: #f7fbfe;
  position: relative;
}

/* Etiqueta superior */
.academic-card::before {
  content: "Ámbito académico / institucional";
  position: absolute;
  top: -12px;
  left: 16px;
  background-color: #1A759F;
  color: #fff;
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 12px;
  letter-spacing: 0.4px;
}



.footer-profesional {
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  margin-top: 60px;
}

.footer-profesional p {
/*  margin: 0.25rem 0;*/
   margin: 0.15rem 0;
  color: #555;
  font-size: 0.9rem;
}

.footer-profesional a {
  color: #1A759F;
  text-decoration: none;
  font-weight: 500;
}

.footer-profesional a:hover {
  text-decoration: underline;
}



.nav-item.dropdown:hover .nav-link,
.nav-item.dropdown:hover .dropdown-menu {
    background-color: white;; /*#1A759F;; #1A759F;;*/
    
}

.intro-profesional {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-profesional h2 {
  color: #1A759F;
}

/* ===== CENTRADO REAL DEL NOMBRE ===== */
.nombre-centrado {
  display: block;
  width: 100%;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

html {
  scroll-behavior: smooth;
}

/* ==================================
   TECNOLOGY BANNER – HERO PRINCIPAL
   ================================== */

.tecnology-banner {
  min-height: 100vh;
  background: url('/img/pexels-photo.jpeg') center / cover no-repeat;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: #ffffff;
  font-family: 'Inter', sans-serif;

  user-select: none;
  -webkit-user-drag: none;
}

/* Overlay oscuro (protección + legibilidad) */
.tecnology-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Marca de autor */
.tecnology-banner::after {
  content: "© TecnologyCM";
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
  z-index: 2;
}

/* Contenido */
.tecnology-banner .content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 2rem;
}

/* TEXTO PRINCIPAL (typewriter) */
#typewriter {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}

/* Texto secundario */
.tecnology-banner p {
  font-size: 1.25rem;
  opacity: 0.9;
}

/* Botón */
.tecnology-banner .btn {
  font-size: 1.1rem;
  padding: 0.75rem 2rem;
  border-radius: 30px;
}


/*AGREGADO PORFOLIO MODIFICAR SUBTITULOS A DESTACAR */


/*.carousel-inner {
    max-height: 39rem;
}

/* PANTALLA MEDIA QUERIES  PANTALLA ANCHA*/
