@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
   font-family: 'Montserrat', sans-serif;
}


#inicio {
   background-image: url(../images/California1.png);
   background-size: cover;
   background-repeat: no-repeat;


}




#contacto {
   background-color: white;
   background-size: cover;
   background-repeat: no-repeat;


}


#proyectos {
   background-image: url(../images/final.png);
   background-size: cover;
   background-repeat: no-repeat;


}

footer a:hover {
   color: #00f0ff !important;
}


/* Cambiar color del icono del menú hamburguesa */
.navbar-toggler {
   border-color: #00ffff;
   /* borde azul neón */
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2300ffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}




#contacto p.contact-subtitle {
    color: white !important;
}






p {
   color: black;
}

.btn {
   color: white;
   background-color: blueviolet;
   border: 0px;
   border-radius: 15px;
}

.btn:hover {
   color: blueviolet;
   background-color: white;
}






.texto-rectangulo-blanco {
   background-color: white;
   color: black;
   padding: 20px 30px;
   border-radius: 15px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
   font-weight: 600;
   display: inline-block;
   max-width: 90%;
}


#contacto footer {
   color: white;

}

#contacto footer a {
   color: white;

}

.active {
   border-radius: 20px;
   border: 1px solid white;
   background-color: none;

}




.btn-whatsapp a {
   color: white;
}

#contacto footer .fa-github {

   font-size: 30px;
   color: black;


}

#contacto footer .fa-linkedin {


   color: black;

   font-size: 30px;
   border: 0px;
   height: 32px;
   width: 32px;
   text-align: center;
   padding: 8px 0 0 0;
   border-radius: 80px;
   margin: 0 8px;

}

#contacto footer .fa-square-whatsapp,
#inicio footer .fa-square-whatsapp,
#proyectos footer .fa-square-whatsapp {
   font-size: 30px;
   color: black;
}

.proyecto {
   background-color: white;
}

.proyecto h2 {
   font-size: 16px;
   text-transform: uppercase;
   color: white;
   background: rgb(2, 0, 36);
   background: linear-gradient(135deg, #00ffff 0, #1e9ff3 50%, #16446d 100%);
   padding: 16px;
}

.proyecto img {
   height: 212px;
}

.proyecto p {
   font-size: 14px;
   height: 130px;


}

.mensaje-flotante-imc {
  position: relative;
  background-color: rgba(0, 240, 255, 0.15);
  border: 2px solid #00f0ff;
  color: #00f0ff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  animation: aparecer 1s ease-out;
  box-shadow: 0 0 10px #00f0ff88;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cerrar-flotante {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

@keyframes aparecer {
  from { transform: translateY(-30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}


.btn-azul {
   color: white;
   background-color: black;
   border: 0px;
   padding: 10px;
   text-decoration: none;
   border-radius: 15px;

}

.btn-azul:hover {
   color: white;
   background-color: blueviolet;
}

.link-rojo {
   color: black;
   text-decoration: none;

}

.link-rojo:hover {
   color: black;
}

#proyectos footer,
#inicio footer {
   color: black;
}

#proyectos footer a,
#inicio footer a {
   color: black;
}



#proyectos footer .fa-github,
#inicio footer .fa-github {

   font-size: 30px;
   color: black;


}

#inicio footer .fa-linkedin,
#proyectos footer .fa-linkedin {
   color: #00f0ff !important;
   background-color: transparent !important;
   font-size: 30px;
   border: none;
   height: auto;
   width: auto;
   padding: 0;
   border-radius: 0;
   margin: 0 8px;
   transition: color 0.3s ease;
}

#inicio footer .fa-linkedin:hover,
#proyectos footer .fa-linkedin:hover {
   color: #00e0ff !important;
}


.btn-whatsapp .fa-square-whatsapp {
   font-size: 50px !important;
}

.fa-square-whatsapp :hover {
   height: 80px;
}



#inicio img {
   max-width: 100%;
   height: auto;
   transition: transform 0.3s ease;
}

#inicio img:hover {
   transform: scale(1.02);
   /* Efecto leve de agrandar */
}

.cohete {
   max-height: 100%;
   height: auto;
}



#inicio p {
   color: white;
   font-size: 17px;
   font-weight: 600;

}

.btn-whatsapp .fa-square-whatsapp {
   color: green !important;
   position: fixed;
   right: 80px;
   bottom: 0px;
   background-color: #25d366 !important;
   padding: 7px 15px 13px 15px;
   font-size: 36px !important;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   text-align: center;

}

.foto-perfil {
   border-radius: 600px;
   height: 300px;
   width: 300px;
}


#stack-tecnologico {
   background: linear-gradient(135deg, #00ffff 0, #1e9ff3 50%, #16446d 100%);
}

#stack-tecnologico h3 {
   font-size: 24px;
   color: black;
   font-weight: 300;
}

#stack-tecnologico .tecnologia {
   background-color: white;
   border-radius: 10px;
   text-align: center;
   height: 182px;
}

.benefit-title {
   font-size: 0.9rem;
   font-weight: 600;
   margin-bottom: 10px;
   min-height: 50px;
   line-height: 1.2;
}



.benefit-img {
   width: 60px;
   height: 60px;
   object-fit: contain;
   /* o "cover" si prefieres recorte */
   display: block;
   margin: 0 auto;
}

#stack-tecnologico .tecnologia img {
   height: 60px;
}

#stack-tecnologico h2 {
   font-size: 24px;
   color: white;

}

#experiencia h2 {
   font-size: 24px;
   color: purple;
   font-weight: 400;

}

#experiencia h3 {
   font-size: 18px;
   color: grey;
   font-weight: 600;

}

.decimales {
   font-size: 0.6em;
   vertical-align: super;
}


#experiencia h4 {
   font-size: 17px;
   color: purple;
   font-weight: 400;

}

#experiencia h5 {
   font-size: 14px;
   color: grey;
   font-weight: 600;

}




.aviso-imc {
  animation: flotando 2s ease-in-out infinite;
  color: #00f0ff;
  font-weight: bold;
  font-size: 1.1rem;
}

.aviso-imc .flecha {
  font-size: 2rem;
  animation: rebote 1.2s infinite;
}

.texto-animado {
  animation: parpadeo 2s infinite;
  margin-top: 5px;
}

@keyframes flotando {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes rebote {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes parpadeo {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}


















/* Estilo general del navbar */
.navbar {
   background-color: #000000 !important;
   /* Fondo negro sólido */
   padding: 15px 0;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

/* Estilo del texto del menú */
.navbar-nav .nav-link {
   color: white !important;
   /* Letras blancas */
   font-weight: 500;
   font-size: 16px;
   margin: 0 10px;
   transition: all 0.3s ease;
   border-radius: 10px;
   padding: 8px 12px;
}

/* Hover: azul neón y fondo sutil */
.navbar-nav .nav-link:hover {
   color: #00f0ff !important;
   /* Azul neón */
   background-color: rgba(255, 255, 255, 0.1);
   /* Fondo leve al pasar mouse */
}

/* Ítems activos (por ejemplo, el actual) */
.navbar-nav .nav-link.active {
   background-color: #00f0ff;
   color: #000000 !important;
   font-weight: 600;
}

/* Botón CV también con estilo */
.btn-rojo {
   background-color: #00f0ff;
   color: #000;
   font-weight: 600;
   border: none;
   border-radius: 10px;
   padding: 10px 20px;
}

.btn-rojo:hover {
   background-color: white;
   color: black;
}



.avatar-ayuda {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   margin-right: 8px;
   object-fit: cover;
   border: 1px solid #ccc;
}



* {
   box-sizing: border-box;
}

.whatsapp-btn {
   position: fixed;
   width: 65px;
   height: 65px;
   bottom: 40px;
   right: 30px;
   /* Ajustado: 50px más a la izquierda que el valor original */
   background-color: #25d366;
   color: #fff;
   border: 3px solid white;
   padding: 13px;
   border-radius: 100px;
   text-decoration: none;
   font-size: 31px;
   font-weight: bold;
   box-shadow: 2px 2px 3px #999;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 100;
}

.joinchat_tooltip {
   position: absolute;
   display: flex;
   flex-direction: row;
   align-items: center;
   top: 7px;
   right: 60px;
   /* También puedes ajustar este valor si el tooltip queda desalineado */
   width: auto;
   height: 45px;
   padding: 5px 10px 5px 5px;
   border: none;
   border-radius: 50px;
   background: #fff;
   white-space: nowrap;
   opacity: 0;
   transition: opacity 0.3s ease-out 0.4s;
   filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

.joinchat_tooltip:before {
   content: "";
   display: block;
   position: absolute;
   top: 10px;
   right: -6px;
   border: 8px solid transparent;
   border-width: 6px 0 6px 8px;
   border-left-color: #fff;
}

.bi-person-circle::before {
   margin-right: 5px;
   color: #999;
}

.joinchat_tooltip .text {
   color: #525252;
   font-size: 20px;
}

.whatsapp-btn:hover {
   transition: all 0.5s ease-in-out;
   animation: bounce 1.6s infinite;
}

@keyframes bounce {

   0%,
   20%,
   50%,
   80%,
   100% {
      transform: translateY(0);
   }

   40% {
      transform: translateY(-5px);
   }

   60% {
      transform: translateY(-5px);
   }
}

@media (hover: hover) {
   .whatsapp-btn:hover .joinchat_tooltip {
      opacity: 1;
      animation: none;
      transition: opacity 0.2s;
   }
}


#inicio .avatar-ayuda {
   height: 30px !important;
   width: 30px !important;
}






footer i.fab,
footer i.fa-brands {
   color: #00f0ff !important;
   /* Azul neón */
   font-size: 30px;
   transition: color 0.3s ease;
}

footer i.fab:hover,
footer i.fa-brands:hover {
   color: #00e0ff !important;
   /* Más claro al pasar el mouse */
}



footer a {
   color: #00f0ff;
   transition: color 0.3s ease;
}

footer a:hover {
   color: #00e0ff;
}



.texto-neon-rosa {
   color: white;
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0.5px;
   font-family: 'Montserrat', sans-serif;
   text-shadow: none;
}


@media (max-width: 750px) {


   #inicio {
      background-color: black;
      background-size: contain;
      background-repeat: no-repeat;
   }



   #contacto {
      background-color: white;
      background-image: none;
   }




   #proyectos {
      background-image: url(../images/final.png);
      background-size: contain;
      background-repeat: no-repeat;
   }









   .proyecto {
      text-align: center;
   }

   .proyecto p {
      height: auto;
      /* Permite que crezca según el contenido */
      padding: 10px;
   }

   .proyecto .col-6 {
      width: 100%;
      margin-bottom: 10px;
   }

   .btn-azul {
      width: 100%;
      /* Hace que el botón ocupe todo el ancho disponible */
   }

   .link-rojo {
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
   }

   .proyecto img {
      height: auto;
      /* Permite que se ajuste bien en pantallas chicas */
      max-width: 100%;
   }


}