/*html
{
	background:#fff url(imagenes/00.jpg) no-repeat top left fixed;
	background-size:cover;
}*/
/* Estilos generales */
/* estilo2.css */

/* Estilos base que tenías */
/* =================
   Estilos base que tenías
   ================= */

	 /* ====== CSS BASE ORIGINAL ====== */

	 /* ====== CSS BASE ORIGINAL ====== */

	 /* Estilos generales */
	 /* --- Estilos base que me diste --- */

	 body {
	     background: #000 url(imagenes/04b.jpg) no-repeat top center fixed;
	     background-size: cover;
	     font-family: 'Montserrat', sans-serif;
	     font-size: 50px;
	     color: #fff;
	     text-align: center;
			  background-color: rgba(0, 0, 0, 0);
	 }
	 body::before {
	     content: "";
	     position: fixed;
	     top: 0;
	     left: 0;
	     width: 100%;
	     height: 100%;
	     background-color: rgba(0, 0, 0, 0.4); /* Ajusta la opacidad aquí */
	     z-index: -1;
	 }

	 .mi-menu {
     list-style: none;
     padding: 10px 0;
     margin: 0;
     display: flex;
     justify-content: center;
     gap: 30px;
 }

 .mi-menu li {
     display: inline;
 }

 .mi-menu a.menu-link {
     font-size: 18px;
     font-weight: normal;
     text-decoration: none;
     color: #fff;
     background: none;
     padding: 5px 10px;
     transition: color 0.3s ease, background 0.3s ease;
 }

 .mi-menu a.menu-link:hover {
     color: #ccc;
     background: none;
     border-bottom: 1px solid #fff;
 }


 .contenedor4 {
     padding: 60px 0; /* Espaciado superior e inferior */
     text-align: center;


 }

 .gal-ajustada {
     max-width: 100%;
     margin: 0 auto;
     padding: 20px 20px;
     background-color: #fff; /* fondo del título */
     box-shadow: 0 2px 10px rgba(0,0,0,0.1);
 }

 .gal-ajustada h1 {
     margin-bottom: 20px;
     font-size: 28px;
     color: #222;
 }

	 .contacto {
	     padding: 40px 0;
	     font-size: 50px;
	     text-align: center;
	     color: #fff;
	 }

	 .email {
	     text-decoration: none;
	     color: #fff;
	     padding: 0 20px;
	     font-weight: bold;
	 }

	 .email:hover {
	     color: #000;
	     background-color: rgba(255, 255, 255, 0.8);
	     transition: all 500ms ease;
	 }

	 .gal {
	     padding: 2px 10px;
	     font-size: 25px;
	     text-align: center;
	     background-color: rgba(255, 255, 255, 0.5);
	 }

	 .gal img {
	     position: relative;
	     border: none;
	     padding: 20px;
	 }

	 .gal a:hover {
	     filter: grayscale(100%);
	     opacity: 0.9;
	 }

	 #t2 {

	     margin: 40px auto 80px auto;
	     position: relative;
	     display: flex;
	     flex-direction: column;
	     align-items: center;
	     justify-content: center;
	     gap: 15px;
			 		background-size: 100%
	 }

	 .carrusel {
	     display: flex;
	     align-items: center;
	     justify-content: center;
	 }



	 img.img-center {
	     width: 800px;
	     height: auto ;

}
	 .img-left,
	 .img-right {
	     width: 250px;
	     height: auto;
	     opacity: 0.4;
	     flex-shrink: 0;
			    border-radius: 10%;
					    margin:50px ;
	 }


	 .img-left:hover,
	 .img-right:hover {
	     opacity: 0,8;
	     box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
			 transform: scale(1.05);
			 cursor: pointer;
	 }

	 #inicio {
	     margin-bottom: 20px;
	 }

	 .firma2 {
	     margin: 200px 0;
	 }

	 .contacto {
	     padding: 40px 0px 40px 0px;
	     font-size: 10px;
	     float: center;
	     text-align: center;
	 }

	 .contacto p {
	     margin: 0px;
	     font-weight: bold;
	 }

	 .contacto img {
	     padding-left: 30px;
	     padding-right: 5px;
	 }

	 .puntos {
	     text-align: center;
	     margin-top: 10px;
	 }

	 .punto {
	     display: inline-block;
	     width: 8px;
	     height: 8px;
	     background-color: rgba(255, 255, 255, 0.4);
	     border-radius: 50%;
	     margin: 0 7px;
	     cursor: pointer;
	     transition: background-color 0.3s ease;
	 }

	 .punto.activo {
	     background-color: #fff;
	 }
	 .bio-texto {
	     max-width: 800px;
	     margin: 20px auto 30px auto;
	     font-family: 'Montserrat', sans-serif;
	     font-weight: 300;
	     font-size: 18px;
	     line-height: 1.6;
	     color: #333;
	     text-align: center;
	     padding: 20px, 20px;
	 }



	 #info-imagen {
		 width: 100%;
		 margin: 20px auto 0px auto;
		 font-family: 'Montserrat', sans-serif;
		 font-weight: 300;
		 font-size: 18px;
		 line-height: 1.6;
		 color: #333;
		 text-align: center;
		 padding: 20px, 20px;
		    background-color: rgba(255, 255, 255, 0.5);
				background-size: 100%;

	 }

/* Estilos generales (desktop ya los tienes) */

/* Responsive para móviles y tablets */
@media (max-width: 1024px) {
  /* Menú: pasa a vertical */
  .mi-menu {
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
  }
  .mi-menu li {
    display: block;
    text-align: center;
  }
  .mi-menu a.menu-link {
    font-size: 16px;
    padding: 8px 0;
  }

  /* Carrusel se ajusta */
  #t2 {
    width: 90vw;
    height: auto;
    margin: 20px auto 40px auto;
  }
  .carrusel img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .img-center {
    width: 100% !important;
    height: auto !important;
  }
  .img-left,
  .img-right {
    width: 30% !important;
    opacity: 0.7;
  }

  /* Galería masonry columnas adaptativas */
  .masonry {
    column-count: 2 !important;
    column-gap: 1em;
    padding: 1em;
  }

  /* Contacto */
  .contacto {
    font-size: 14px !important;
    padding: 20px 10px !important;
  }
}

@media (max-width: 600px) {
  /* Menú más pequeño */
  .mi-menu a.menu-link {
    font-size: 14px;
    padding: 6px 0;
  }

  /* Galería masonry una columna */
  .masonry {
    column-count: 1 !important;
  }

  /* Carrusel más compacto */
  #t2 {
    width: 100vw;
  }
  .img-left, .img-right {
    display: none;
  }
  .img-center {
    width: 100% !important;
  }
}
