@font-face {
  font-family: 'Serif';
  src: url('../fonts/le_jour_serif/Le\ Jour\ Serif\ Personal\ Use\ Only.otf') format('truetype'); /* Cambiá según el formato */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sanserifbold';
  src: url('../fonts/Agrandir-TextBold.otf') format('truetype'); /* Cambiá según el formato */
}

@font-face {
  font-family: 'sanserifreg';
  src: url('../fonts/Agrandir-Regular.otf') format('truetype'); /* Cambiá según el formato */
}

@font-face {
  font-family: 'script';
  src: url('../fonts/Sloop-ScriptThree.ttf') format('truetype'); /* Cambiá según el formato */
}

body {
    background-color: #FFFBF4;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
  }
  
  .text-accent {
    color: #fb7935;
  }
  
  .btn-accent {
    background-color: #fb7935;
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .btn-accent:hover {
    background-color: #e76a2f;
    color: #fff;
  }
  
  /* HERO con altura completa */
  .hero-section {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000000;
    background-image: url('../assets/img/header3.jpg');
    background-size: cover;           /* Que ocupe todo sin deformarse */
  background-position: center;      /* Centrada vertical y horizontal */
  background-repeat: no-repeat;     /* Que no se repita */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Navbar */
  nav {
    background-color: #000000;
    backdrop-filter: blur(10px);
  }
 
  .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item {
    text-transform: uppercase;
    font-family: 'sanserifreg';
  }

  .navbar .nav-link {
    color: #fff8f3 !important;
    font-family: 'sanserifreg';
    transition: color 0.3s ease;
  }
  
  .navbar .nav-link:hover {
    color: #fb7935 !important;
    text-decoration: none;
  }
  

  p.branding:hover {
  color: #fb7935;
}
  
  .img-link {
    width: 100%;
    max-width: 120px;
    border-radius: 10px;
    transition: transform 0.3s;
  }

  /* Footer */
 
  
  /* slider */

  
  .carousel-caption {
   
    padding: 1rem;
    border-radius: 8px;
  }
  
  .carousel-item img {
    max-height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .carousel-item img:hover {
    transform: scale(1.03);
  }

  /*slider horizontal mobile
  .mobile-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .slider-track {
    display: flex;
    gap: 1rem;
    min-width: max-content;
  }
  
  .slider-track img {
    width: 250px;
    height: auto;
    flex-shrink: 0;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.3s;
  }
  
  .slider-track img:hover {
    transform: scale(1.03);
  }
  */ 

  /* TEXTO HEADER */
#titulo {
    font-family: 'sanserifreg'; /* Usar la fuente Serif definida */
  } 

  @media (max-width: 768px) {
    #titulo {
      font-size: 2rem;
      line-height: 1.2;
    }
  }

#marca {
    font-family: 'script'; /* Usar la fuente script definida */
    font-size: 6rem; /* Tamaño de fuente más grande */
  }

  @media (max-width: 768px) {
    #marca {
      font-size: 2em;
    }
  }

#parrafo {
    font-family: 'sanserifreg'; /* Usar la fuente sanserifbold definida */
  }

  /* FIGMA */

 
 /*  .frame-child {
  position: absolute;
  top: 427px;
  left: 951px;
  border-radius: 25px;
  background-color: rgba(157, 157, 157, 0);
  border: 1px solid #fffbf4;
  box-sizing: border-box;
  width: 322px;
  height: 49px;
}
.branding {
  margin: 0;
}
.branding-diseo-web-redes-soci-container {
  position: absolute;
  top: 142px;
  left: 770px;
  display: inline-block;
  width: 503px;
  height: 260px;
}
.rectangle-parent {
  width: 100%;
  position: relative;
  background-color: #000;
  height: 580px;
  overflow: hidden;
  text-align: right;
  font-size: 48px;
  color: #fff;
  font-family: Agrandir; */

  .rectangle-parent {
    background-color: #000;
    color: #fff;
    font-family: 'sanserifreg';
    padding: 10rem 2rem;
    gap: 2rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    text-align: center; /* centrado en mobile */
  }
  
  .branding-container {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center; /* centrado en mobile */
    text-align: center;
  }
  
  .frame-child {
    border-radius: 25px;
    background-color: rgba(157, 157, 157, 0);
    border: 1px solid #fffbf4;
    width: 50%;
    max-width: 322px;
    height: 49px;
    margin-top: 2rem;
  }

  .frame-child2 {
    border-radius: 25px;
    background-color: rgba(157, 157, 157, 0);
    border: 1px solid #000000;
    width: 50%;
    max-width: 322px;
    height: 49px;
    margin-top: 2rem;
    margin: 2rem auto 0 auto; /* este es el truco */
   
  }

  .frame-child3 {
    border-radius: 25px;
    background-color: rgba(157, 157, 157, 0);
    border: 1px solid #fffbf4;
    width: 50%;
    max-width: 322px;
    height: 49px;
    margin-top: 2rem;
    margin: 2rem auto 0 auto;
  }
  
  .frame-child2-left {
  border-radius: 25px;
  background-color: rgba(157, 157, 157, 0);
  border: 1px solid #000000;
  width: 50%;
  max-width: 322px;
  height: 49px;
  margin-top: 2rem;
  margin-left: 0;      /* margen izquierdo 0 para alinear a la izquierda */
  margin-right: auto;  /* evita centrado */
  /* Por si el contenedor tiene flex o algo raro */
  display: block;      
  text-align: left;    
}



  /* Botón personalizado */
  .boton {
    display: flex;
    justify-content: center;
    padding: 12px 24px;
    color: #000000;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'sanserifreg';
    transition: background-color 0.3s ease;
    white-space: nowrap;
  }

  .botonservicios {
    display: flex;
    justify-content: center;
    padding: 12px 24px;
    color: #ffffff;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'sanserifreg';
    transition: background-color 0.3s ease;
  }
  
  .botonservicios:hover {
    color: #fff;
  }

  .frame-child:hover {
    background-color: #fb7935;
    color: #fff;
    border: 1px solid #fb7935;
  }

  .boton:hover {
    background-color: #fb7935;
    color: #fff;
  }

  .frame-child2:hover {
    background-color: #fb7935;
    color: #fff;
    border: 1px solid #fb7935;
  }
  
  .frame-child2-left:hover {
    background-color: #fb7935;
    color: #fff;
    border: 1px solid #fb7935;
  }
  

  
  .branding {
    margin: 20px;
    font-size: clamp(1.2rem, 3vw, 3rem);
    color: #fff8f3;
    line-height: 1.5rem;
    text-align: inherit;
  }
  
  /* ✅ Desktop: alinear todo a la izquierda */
  @media (min-width: 768px) {
    .rectangle-parent {
      text-align: right;
      justify-content: flex-end; /* alinear al borde izquierdo */
    }
  
    .branding-container {
      align-items: flex-end; /* alinear contenido a la izquierda */
      text-align: left;
    }
  }
  
  /*INFO*/
  .info-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 600px;
    background-color: #fffbf4;
    font-family: 'Inter', sans-serif;
  }
  
  /* Bloque izquierdo */
  .info-left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    background-color: #fffbf4;
    box-sizing: border-box;
  }
  

.frame-bg {
  display: none; /* ya lo reemplazamos con background directamente */
}

.estudio-de-diseo {
  font-size: 16px;
  text-transform:none;
  font-weight: 600;
  color: #fb7935;
  margin-bottom: 1rem;
}

.no-hay-una {
  font-family: 'Agrandir', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.dorem-ipsum-dolor-container {
  font-size: 1rem;
  line-height: 1.6;
}

/* Bloque derecho */
.info-right {
  flex: 1 1 50%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #fffbf4;
  box-sizing: border-box;
}

/* Imagen ajustada al contenedor */
.info-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.mask-group-icon {
  width: 100%;
  aspect-ratio: 1 / 1; /* Mantiene forma cuadrada */
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0; /* Sin bordes redondeados */
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  .info-section {
    flex-direction: column;
    padding: 1rem;
  }

  .no-hay-una {
    font-size: 1.5rem;
  }
}

/*ANIMACION PROYECTOS*/
.proyectos-marquee {
  background-color: #000;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 1rem 0;
  font-family: 'sanserifreg', sans-serif;
}

.marquee-track {
  display: inline-flex;
  animation: scroll-loop 15s linear infinite;
}

.marquee-track span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-right: 2rem; /* espaciado entre palabras */
}

/* Animación keyframes */
@keyframes scroll-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*Footer*/
.footer {
  background-color: #dfcbb4; /* Beige */
  color: #000;
  padding: 3rem 8rem;
  font-family: 'Inter', sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid #D6C6B7;
  padding-bottom: 1rem;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #fb7935;
}

.subscribe-form {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  max-width: 250px;
}

.subscribe-form input {
  border: none;
  padding: 0.5rem;
  flex: 1;
  font-size: 14px;
}

.subscribe-form button {
  background-color: #fb7935;
  color: #fff;
  border: none;
  padding: 0.3rem 1rem;
  cursor: pointer;
  font-size: 18px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.social-icons a img {
  width: 20px;
  margin: 0 10px;
  filter: brightness(0);
  transition: filter 0.3s;
}

.social-icons a:hover img {
  filter: brightness(0.5);
}

.footer-credit {
  font-size: 14px;
  color: #333;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* Flecha */
.flecha-abajo {
  width: 50px;
  height: 50px;
   fill: white;
  transition: all 0.3s ease;
  cursor: pointer;
}

.flecha-abajo:hover {
  fill: orange;
}

/*PAGINA DE SERVICIOS*/


.selected-work {
  padding: 180px 80px 60px;
  background-color: #fffbf4;
  font-family: 'sanserifreg';
}

.selected-work h1 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: left;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: start;
}

.work-item img {
  width: 100%;
  height: auto;
  display: block;
}

.work-item.text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: 'sanserifreg';
}

.work-item.text h2 {
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.work-item.text p {
  font-size: 16px;
  margin-bottom: 1.5rem;
  color: #444;
}

.btn {
  font-size: 14px;
  padding: 0.6rem 1rem;
  border: 1px solid #000;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  transition: all 0.3s;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.center-button {
  margin-top: 80px;
  text-align: center;
}

.btn.large {
  font-size: 16px;
  padding: 1rem 2rem;
}




@media screen and (max-width: 1024px) {
  .selected-work {
    padding: 180px 40px;
  }

  .selected-work h1 {
    font-size: 64px;
    margin-bottom: 60px;
    text-align: center;
  }

  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .selected-work {
    padding: 180px 20px;
  }

  .selected-work h1 {
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .work-item.text {
    align-items: center;
    text-align: center;
  }

  .work-item.text h2 {
    font-size: 20px;
  }

  .work-item.text p {
    font-size: 14px;
  }

  .btn {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }

  .btn.large {
    font-size: 14px;
    padding: 0.8rem 1.5rem;
  }
}

/* Envuelve cada imagen con un contenedor para aplicar hover */
.image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Imagen normal */
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Capa gris que aparece al hacer hover */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Texto tipo botón */
.view-more {
  color: #fff;
  font-size: 16px;
  font-family: 'sanserifreg';
  
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Hover en el contenedor: activa todo */
.image-wrapper:hover img {
  transform: scale(1.05);
}

.image-wrapper:hover .overlay {
  opacity: 1;
}

.image-wrapper:hover .view-more {
  opacity: 1;
  pointer-events: auto;
}


/*PAGINA SOBRE MI*/
body {
  background-color: #fff8f3; /* Fondo gris claro */
 
}
.sobre-mi {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10rem 2rem;
  font-family: 'sanserifreg';
  color: #000;
  background-color: #fff8f3;
}

.meetme {
  font-family: 'sanserifbold';
  color: #fb7935;
  margin-bottom: 1px;
}

#welcome {
  font-family: 'script';
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Header superior */
.sobre-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}


/* Título e intro */
.intro h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.subrayado {
  border-bottom: 2px solid black;
  display: inline-block;
}
.texto-intro {
  max-width: 500px;
  font-size: 1rem;
}

/* Imagen central */
.imagen-central img {
  width: 100%;
  margin: 2rem 0;
  filter: grayscale(100%);
}

/* Info en tres columnas */
.info-basica {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 3rem;
}
.info-basica div {
  flex: 1;
}
.info-basica h4 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

/* Bloque foto chica + texto */
.bloque-duo {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.foto-chica {
  flex: 1;
  min-width: 250px;
}
.foto-chica img {
  width: 100%;
  filter: grayscale(100%);
}
.fecha {
  text-align: right;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
.texto-derecha {
  flex: 1;
  min-width: 250px;
}
.texto-derecha h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.texto-derecha p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Frase */
.frase {
  text-align: center;
  margin: 4rem 0;
}
.frase blockquote {
  font-style: italic;
  font-size: 1.2rem;
}
.firma {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Imagen final */
.imagen-final img {
  width: 100%;
  filter: grayscale(100%);
  margin-top: 2rem;
}

h4 {
  color: #fb7935;
}

/*#creative {
  color: #e76a2f;
}*/

@media (max-width: 768px) {
  .info-basica {
    flex-direction: column;
    gap: 1rem;
  }
  .bloque-duo {
    flex-direction: column;
  }
}

/* CONTACTO */

.contacto {
  background-color: #353535;
  color: #fff;
  font-family: 'sanserifreg';
  padding-top: 200px;
}

.contact-container {
  display: flex;
  max-width: 1000px;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 80px;
  justify-content: center; /* 👈 Centra horizontalmente */
  align-items: center;     /* 👈 Centra verticalmente si hay altura */
  margin: 0 auto;          /* 👈 Centra el contenedor en el body */
}

.image-section {
  flex: 1;
  min-width: 280px;
}

.image-section img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.form-section {
  flex: 1;
  min-width: 300px;
}

h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.form-section p {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.5;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input, textarea, select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  color: #fff;
  padding: 10px 5px;
  font-size: 0.95rem;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-bottom: 1px solid #fff;  /*cambia este color si querés otro feedback*/
  background-color: transparent;
  box-shadow: none;
}



input::placeholder,
textarea::placeholder {
  color: #888;
}

textarea {
  resize: vertical;
  min-height: 80px;
}

button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 20;
  color: #fff;
  padding: 12px;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #fff;
  color: #111;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .form-section {
    width: 100%;
  }
}

/*PROYECTOS*/
.proyecto-fotos {
  padding: 150px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: #fff;
}

.proyecto-fotos img {
  width: 100%;
  max-width: 900px;
  display: block;
}

.container-proyecto-fotos {
  max-width: 900px; /* O el ancho que quieras usar */
  padding: 0 15px;
}

.vermas {
  text-decoration: none;
}

/*Botones de servicios*/

.boton2 {
  display: inline-block;
  border: 1px solid black;
  color: black;
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: left;
}

.boton2:hover {
  background-color: #fb7935;
  color: #ffffff;
  border-color: #fb7935;
}

/* Navbar hamburguesa */
/* Estado normal: fondo transparente + líneas blancas */
.navbar-toggler {
  border: none; /* opcional: saca el borde */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Estado hover: fondo blanco + líneas negras */
.navbar-toggler:hover .navbar-toggler-icon,
.navbar-toggler:focus .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: #D6C6B7; /* caja blanca al hover */
}

/*@media (max-width: 768px) {
  .work-grid {
    display: flex;
    flex-direction: column;
  }

  /* Ejemplo: mover el texto descriptivo arriba de las imágenes */
  .work-item.tex2  {
    order: -6; /* lo sube al inicio */
  }

  /* Si querés que algo vaya último 
  .work-item:last-child {
    order: 10;
  }*/


@media (max-width: 768px) {
  /* El contenedor debe ser flex */
  .work-grid {
    display: flex;
    flex-direction: column;
  }

  /* Orden personalizado */
  .text1 {
    order: -12; /* sube al inicio */
  }
  .img1 {
    order: -11; /* sube al inicio */
  }

  .img2 {
    order: -10; /* sube al inicio */
  }

  .text2 {
    order: -9; /* aparece después de algunos ítems */
  }

  .img3 {
    order: -8; /* sube al inicio */
  }

  .img4 {
    order: -7; /* sube al inicio */
  }

  .text3 {
    order: -6; /* incluso más arriba que text1 */
  }

  .img5 {
    order: -5; /* sube al inicio */
  }

  .img6 {
    order: -4; /* sube al inicio */
  }

  .text4 {
    order: -3; /* se va al final */
  }


  .img7 {
    order: -2; /* sube al inicio */
  }

  .img8 {
    order: -1; /* sube al inicio */
  }


}

.descripcion {
  font-family: 'sanserifreg';
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

b {
  color: #333333;
  font-family: 'sanserifbold';
}