/*
Theme Name: Mi Portafolio
Theme URI: https://https://ga.barahona.laboratoriodiseno.cl
Author: Gabriela Barahona
Author URI: https://https://ga.barahona.laboratoriodiseno.cl
Description: Tema personalizado para mi portafolio profesional
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mi-portafolio
*/


/* Tema: Gabriela Barahona */
.body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
   background-color: #ffffff;
}

.parrafo-principal {
  font-size: 24px;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: #7D7D7D;
  margin-bottom: 30px;
}
/* Cambiar color del botón del navbar en móviles */
.navbar-toggler {
  border-color: #ffffff;
}

/* Cambiar el color del ícono hamburguesa */
.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='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar {
  background-color: #1A1A1A;
  
}

.navbar-nav .nav-link {
  display: flex;  
  color: #ffffff;
  font-size: 18px;
  margin-right: 30px;
  text-decoration: none;
 
}

.navbar-nav .nav-link:hover {
  text-decoration: none;
  color: #7D7D7D;
}

.navbar-brand img {
  height: 50px;
  margin-right: 10px;
}

.contenedor-home {
 
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1390px;
  margin: 70px auto;
  padding: 20px;
  gap: 40px;
}

.texto-principal {
  flex: 1 1 500px;
  text-align: left;
}

.texto-principal h1 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 64px;
  color: #1A1A1A;
  font-weight: 300;
  margin-bottom: 0.5rem;
  word-break: break-word;
}

.texto-principal p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.imagen-principal {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.imagen-principal img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* opcional */
}

/* RESPONSIVE TABLET */
@media (max-width: 992px) {
  .contenedor-home {
    flex-direction: column;
  }

  .texto-principal, .imagen-principal {
    flex: 1 1 100%;
    padding: 10px;
  }

  .texto-principal h1 {
    font-size: 40px;
    text-align: center;

  }
}


/* RESPONSIVE MOVIL */
@media (max-width: 600px) {
   .texto-principal {
    padding: 0 15px;
  }
  
  
  .texto-principal h1 {
    font-size: 32px;
    word-break: break-word;
  }


  .texto-principal p {
    font-size: 1rem;
   
  }
}

  
/* Separador personalizado hr */
.separador {
  border: none;
  height: 1px;
  background-color: #7D7D7D; 
  margin: 0px auto 40px auto; /* margen superior e inferior */
  width: 75%; /* más corto que todo el contenedor */
  opacity: 0.6;
  border-radius: 1px;
}
/* seccion cards*/
.section-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 35px;
  font-weight: 300; /* más liviano */
  margin-bottom: 80px;
  color: #1A1A1A; /* puedes usar un gris suave */
}
/* Contenedor cards general más angosto y aireado */
.container {
 
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Ajustes sutiles a las cards */
.card {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Efecto sutil al pasar el mouse */
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Imagen superior */
.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

/* Contenido interno más compacto */
.card-body {
  padding: 1rem;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  color: #7D7D7D ;
  margin-bottom: 2px;
}

/* Título más sutil */
.card-title {
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 400;
  color: #3A7CA5;
  margin-bottom: 0.5rem;
}
/* Botón estilo texto */
.btn-text {
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 400;
  color: #3A7CA5;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.btn-text:hover {
  color: #1e5b7d;
  text-decoration: none;
}
/* Estilos para la página Sobre Mí */
/* Contenedor principal */
.sobre-mi-container {
    max-width: 1392px;
    margin: 0px auto;
    padding: 60px 40px;
    background-color: #F9F9F9;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Contenedor interno de texto */
.sobre-mi-texto {
    text-align: center;
}

/* Título mucho más sutil */
.sobre-mi-texto h1 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 200; /* mucho más liviano */
    font-size: 96px;
    margin-bottom: 40px;
    color:  #1A1A1A;  
    letter-spacing: 0.5px;
    line-height: 1.1;
}

/* Párrafo */
.sobre-mi-texto p {
    font-family: 'Helvetica Neue Regular';
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
    color: #7D7D7D;
    max-width: 900px;
    margin: 0 auto;
}
/* Fin Estilos para la página Sobre Mí */
/* Contenedor principal */

/*contenedor diseño y codigo página Sobre Mí */  


 
/*contenedor contacto página */      
.contacto-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.contacto-container h1 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.contacto-container p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 20px;
  color: #666;
  margin-bottom: 50px;
}

/*INICIO PAGE-PROYECTO-RIZOMA */

/* Contenedor principal */
.proyecto-rizoma-container {
  max-width: 1392px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

/* Título */
.proyecto-title {
  font-family: 'Helvetica';
  font-size: 48px;
  color: #1A1A1A;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}

/* Descripción */
.proyecto-descripcion {
  font-family: 'Helvetica Neue, Regular';
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  
}

/* Imagen destacada */
.proyecto-rizoma-imagen img {
  width: 100px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.proyecto-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #1A1A1A;
}
.proyecto-rizoma-container h2,
.proyecto-rizoma-container p {
  margin-left: 30px; /* o el valor que tú quieras */
  text-align: left;  /* opcional si lo quieres alineado */
}
/* seccion img + lista */

.proceso-imagen {
  margin-top: 80px;
  max-width: 100%;
}

.tecnologias-encabezado {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/* Contenedor general con fondo blanco */
.tecnologias-usadas {
  background-color: #ffffff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 30px;
  scroll-behavior: smooth;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

/* Estilo de las imágenes */
.tecnologias-usadas img {
  height: 80px; /* fuerza un tamaño uniforme */
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Hover para animar imagen */
.tecnologias-usadas img:hover {
  transform: scale(1.1);
}
#scrollToTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
  background-color: #333;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#scrollToTop:hover {
  background-color: #555;
}

#scrollToTop.show {
  opacity: 1;
}


/* SECCION TARJETAS TECNOLOGIAS QUE USO PAGINA INICIO */
.modulo-tecnologias {
  text-align: center;
  padding: 60px 20px;
  max-width: 1392px;
  margin: 0 auto;
  
  }

.modulo-tecnologias__titulo {
  color: #1A1A1A;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 35px;
  font-weight: 300; /* más liviano */
  margin-bottom: 80px;
  color: #1A1A1A; /* puedes usar un gris suave */
}

.modulo-tecnologias__contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;

}

.modulo-tecnologias__tarjeta {
  width: 200px;
  height: 260px;
  perspective: 1000px;
}

.modulo-tecnologias__tarjeta .tarjeta-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.modulo-tecnologias__tarjeta:hover .tarjeta-inner {
  transform: rotateY(180deg);
}

.modulo-tecnologias__tarjeta .tarjeta-front,
.modulo-tecnologias__tarjeta .tarjeta-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: white;
}

.modulo-tecnologias__tarjeta .tarjeta-front img {
  max-width: 80px;
  height: auto;
}

.modulo-tecnologias__tarjeta .tarjeta-back {
  background-color: #1A1A1A;
  color: #fff;
  transform: rotateY(180deg);
  font-size: 1rem;
  text-align: center;
}

/* seccion proyectos buscalos, instamedidcs, etc  */
/* CONTENEDOR GENERAL  PAGINA PROYECTOS */
/* ====== ESTILOS PÁGINA PROYECTOS ====== */

.proyectos-intro {
  padding: 80px 20px;
  background-color: #f9F9F9;
}

.contenedor-proyectos {
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.proyectos-texto {
  flex: 1 1 45%;
}

.proyectos-texto h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #111;
}

.proyectos-texto p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
}

.proyectos-imagen {
  flex: 1 1 45%;
}

.proyectos-imagen img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  object-fit: cover;
}

/* ANIMACIÓN */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.proyectos-texto, .proyectos-imagen {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease forwards;
}
.proyectos-imagen {
  animation-delay: 0.5s;
}

/* Responsive */
@media (max-width: 768px) {
  .contenedor-proyectos {
    flex-direction: column;
    text-align: center;
  }

  .proyectos-texto h1 {
    font-size: 2rem;
  }

  .proyectos-texto p {
    font-size: 1rem;
  }
}
/* 2 FORMULARIO NUEVO RESPONSIVE */

/* PAGINA CONTACTO RESPONSIVE */
.formulario-contacto {
  padding: 60px 20px;
  background-color: #f9f9f9;
  width: 100%;
  overflow-x: hidden; /* Evita el espacio blanco lateral */
}

.formulario-contenedor {
  max-width: 1390px;
  width: 40%;
  margin: 0 auto;
  padding: 40px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

.formulario-contenedor h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

button[type="submit"],
#cerrarModal {
  background-color: #1A1A1A;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  transition: background 0.3s;
  width: 100%;
}

button[type="submit"]:hover,
#cerrarModal:hover {
  background-color: #333e4f;
}

/* Modal estilos */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-contenido {
  background: white;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  max-width: 90%;
  box-sizing: border-box;
}

/* ===================== Responsive ===================== */

/* Tablet (hasta 1024px) */
@media (max-width: 1024px) {
  .formulario-contenedor {
    width: 60%;
    padding: 30px;
  }

  .formulario-contenedor h2 {
    font-size: 32px;
  }
}

/* Móvil grande (hasta 768px) */
@media (max-width: 768px) {
  .formulario-contenedor {
    width: 90%;
    padding: 25px;
  }

  .formulario-contenedor h2 {
    font-size: 26px;
  }

  button[type="submit"],
  #cerrarModal {
    font-size: 14px;
  }
}

/* Móvil pequeño (hasta 480px) */
@media (max-width: 480px) {
  .formulario-contenedor {
    width: 95%;
    padding: 20px;
  }

  .formulario-contenedor h2 {
    font-size: 22px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 15px;
    padding: 10px 14px;
  }

  button[type="submit"],
  #cerrarModal {
    padding: 10px 16px;
  }
}









/* PAGINA SOBRE MI SECCION HABILIDADES */

.habilidades {
  padding: 60px 20px;
  max-width: 1390px;
  margin: 0 auto;
  background-color: #f8f8f8;
 
}

.habilidades h2 {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #1a1a1a;
}

.habilidades-grid {
    max-width: 1200px;
    margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 30px;
}

.habilidades-grid div {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
 
}
.habilidades-grid h3 {
  font-family: 'Helvetica Neue', sans-serif;
   font-weight: 300;
   line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #3A7CA5;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
}

.habilidades-grid ul {
  font-family: 'Helvetica Neue', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.habilidades-grid ul li {
  font-family: 'Helvetica Neue', sans-serif;
  margin-bottom: 8px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  font-size: 1rem;
  color: #7d7d7d;
}

.habilidades-grid ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color:#3A7CA5;
  font-size: 0.9rem;
}

/* PAGINA SOBRE MI SECCION Mi filosofía de diseño */
.filosofia-valores {
  max-width: 1390px;
   margin: 0 auto;
  padding: 60px 20px;
  background: #f9f9f9;
}

.contenedor-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}

.imagen-filosofia {
  flex: 1 1 350px;
  text-align: center;
}

.imagen-filosofia img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.1);
}

.contenido-filosofia {
  flex: 1 1 500px;
}

.contenido-filosofia h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 300;
  font-size: 36px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.manifiesto {
  font-size: 18px;
  color: #7d7d7d;
  margin-bottom: 30px;
  line-height: 1.7;
}

.valores-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.valor-card {
  font-family: 'Helvetica Neue', sans-serif; 
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
  transition: transform 0.3s ease;
  text-align: center;
}

.valor-card:hover {
  transform: translateY(-5px);
}

.valor-card img {
  height: 50px;
  margin-bottom: 15px;
}

.valor-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.valor-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

/* Responsive ajustes */
@media (max-width: 768px) {
  .contenedor-flex {
    flex-direction: column;
    text-align: center;
  }
  
  .imagen-filosofia img {
    max-width: 100%;
  }

  .valores-grid {
    grid-template-columns: 1fr;
  }
}
/* CONTACTO BOTON */
.cta-contacto {
  background-color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.cta-contenido h2 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.boton-cta {
  display: inline-block;
  background-color: #3A7CA5;
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.2rem;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.boton-cta:hover {
  background-color: #2b5d7f;
}



