html, body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Se bloquea el scroll al inicio */
	font-family:"montserrat";
}

header {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 1s ease-in-out; /* Transición suave */
}

header.hidden {
    transform: translateY(-100%); /* Oculta el header al hacer scroll */
}

.Parte1 {
    position: relative;
    background-image: url(img/eaip/DJI_0364.png);
	background-size: cover;
	object-fit: cover;
    padding-top: 20px; 
	padding-bottom: 20px;
}

.vid-bg {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    top: 0; 
    left: 0;
}

.navigation {
	height: 60px;
	position: absolute;
	width: 100%;
}
.logo {
    display: flex;
	margin: 10px 50px;
	height: 80px;
	float: left;
    z-index: 1000;
}
header .content {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content h2 {
	color: #ffdd14;
	font-size: 90px;
	margin: 0;
	font-family: "Bebas Neue", serif;
}
.content p {
	color: #fff;
	font-size: 25px;
	width: 45%;
	line-height: 1.8;
	margin: auto;
}
.btn {
	background: transparent;
	border: none;
	color: #fff;
	padding: 10px 30px;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 25px;
	display: inline-block;
	margin-top: 25px;
	border: 2px solid #fff;
	transition: background .6s ease-in;
}
.btn:hover {
	background: #ffdd14;
	color: #000;
}



.Parte1 h1 {
	display: flex;
	justify-content: center;
	align-content: center;
	color: #ffdd14;
	padding-bottom: 40px;
	padding-top: 40px;
}

.Parte1 p {
	justify-content: center;
	align-content: center;
	color: #fff;
	text-align: justify;
	font-size: 30px;
}


.grid-gallery {
    display: grid;
	margin: auto;
	padding-top: 4%;
	padding-bottom: 5%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 50%;
    max-width: 1000px;
}

.item {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.item.large {
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
}

.item.large img {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

footer {
    background-color: #003A5D;
    color: white;
    padding: 20px 0;
    text-align: center;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.footer-logo {
    text-align: left;
}
.footer-logo img {
   width: 40%;
   padding-bottom: 30px;
}
.footer-logo h2 {
    margin: 10px 0;
    font-size: 30px;
}
.footer-logo h3 {
    color: yellow;
    font-size: 20px;
}
.social-icons a {
    margin: 10px;
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.copyright {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}
.copyright a {
    color: yellow;
}


@media (min-width: 767px) and (max-width: 991px) {
	.content p {
		width: 95%;
	}
}
@media (max-width: 767px) {
	.logo {
		float: none;
		text-align: center;
	}
	.nav-items {
		float: none;
		text-align: center;
		margin: 0;
	}
	.nav-items li {
		margin: 0;
	}
	.nav-items li a {
		padding: 5px 2px;
		font-size: 12px;
	}
	.logo {
		margin: 5px 0;
		font-size: 23px;
		height: 45px;
		line-height: 45px;
	}
	.navigation {
		height: 90px;
	}
	.content h2 {
		font-size: 30px;
		margin-bottom: 18px;
		-webkit-text-stroke: 1px #fff;
	}
	.content p {
		width: 90%;
		font-size: 14px;
		line-height: 1.5;
	}
    .grid-gallery {
        display: grid;
        margin: auto;
        padding-top: 4%;
        padding-bottom: 5%;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: 90%;
        max-width: 1000px;
    }
    .Parte1 p {
        justify-content: center;
        align-content: center;
        color: #fff;
        text-align: justify;
        font-size: 30px;
    }
    
}

.benji {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.benji img{
    height: 100%;
}

.benjidibujo img{
    display: flex;
    width: 70%;
}

.benji h1 {

    font-size: 55px;
    color: black;
    font-weight: bold;
    margin: 0px;
    margin-top: 30%;
    margin-right: 100px;
    text-align: right;
}


.benji h2 {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    color: black;
    margin: 0px;
    margin-bottom: 5px;
    margin-right: 100px;
    text-align: right;
}


.benji p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 5px;
    text-align: right;
    margin-right: 100px;
}



.textobenji {
margin-top: 200px;
}

.grafito {
    display: flex; 
    justify-content: left; 
    align-items: left; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.grafito h1 {
    font-size: 55px;
    color: black;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-left: 100px;
    text-align: left;
}


.grafito h2 {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    color: black;
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 100px;
    text-align: left;
}


.grafito p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 5px;
    text-align: left;
    margin-left: 100px;
}


.grafito img {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    max-width: 50%;

}


.textografito {
margin-top: 200px;
}


.fotomontaje {
    display: flex; 
    justify-content: left; 
    align-items: left; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    gap: 100px; 
}


.fotomontaje h1 {
    font-size: 55px;
    color: black;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-right: 100px;
    text-align: right;
}


.fotomontaje h2 {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    color: black;
    margin: 0px;
    margin-right: 100px;
    text-align: right;
}


.fotomontaje p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 5px;
    text-align: right;
    margin-right: 100px;
}


.fotomontaje img {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}


.textofotomontaje {
margin-top: 200px;
}



.textosobremi p {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.benji2 {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.benjidibujo img{
    display: flex;
    width: 100%;
}

.benji2 h1 {

    font-size: 55px;
    color: black;
    font-weight: bold;
    margin: 0px;
    margin-top: 30%;
    margin-right: 100px;
    text-align: right;
}


.benji2 h2 {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    color: black;
    margin: 0px;
    margin-bottom: 5px;
    margin-right: 100px;
    text-align: right;
}


.benji2 p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 5px;
    text-align: right;
    margin-right: 100px;
}

.sobremipc h1 {
    font-size: 40px;

    margin: 0;
}

.sobremipc h2 {
    font-weight: normal;
    font-size: 20px;
    margin: 0;
}

.sobremi {
    display: flex;
    align-items: center;
    gap: 50px; 
    padding: 50px 20px;
}

.fotosobremi {
    flex: 0 0 auto; 
    max-width: 40%; 
}

.fotosobremi img {
    width: 100%;
    border: 14px solid #5E009E;
}

.textosobremi {
    flex: 1; 
    max-width: 60%;
    text-align: left; 
}

.textosobremi h2 {
    display: none;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.textosobremi h1 {
    display: none;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.textosobremi p {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}



.contenedormorado{
        background-color: #DFCCEC;
        padding-top: 70px;
        margin-bottom: 0px;

}

.contenedormorado h1 {
    display: flex;
    font-size: 55px;
    color: black;
    font-weight: bold;
    height: auto;
    text-align: left;
    padding-left: 100px;
    margin: 0;
}

.contenedormorado h3 {
    display: flex;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
      font-size: 30px;
      color: black;
      margin: 0px;
      margin-left: 100px;
      
}




.alineacion1 {
    display: grid; /* Cambia de flex a grid */
    gap: 20px; /* Espacio entre los elementos */
    align-items: center;
    justify-items: center;
    width: 100%;
}

.alineacion1 h2 {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
      font-size: 30px;
      color: black;
      margin: 0px;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center;
}

.alineacion1 img {
    padding-top: 30px;
    padding-bottom: 15px;
}

.alineacion2 {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: 100px;
    padding-bottom: 200px;
    gap: 250px; 
}


.alineacion2 h2 {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
      font-size: 30px;
      color: black;
      margin: 0px;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center;
}

.fotosss {
    display: flex;
    justify-content: center;
}

.alineacion2 img {
    padding-top: 30px;
    padding-bottom: 15px;
}


.benji {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.benji img{
    width: 100%;
}

.benjidibujo img{
    display: flex;
    width: 90%;
}

.benji h1 {

    font-size: 55px;
    color: black;
    font-weight: bold;
    margin: 0px;
    margin-top: 30%;
    margin-right: 100px;
    text-align: right;
}


.benji h2 {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    color: black;
    margin: 0px;
    margin-bottom: 5px;
    margin-right: 100px;
    text-align: right;
}


.benji p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 5px;
    text-align: right;
    margin-right: 100px;
}



.textobenji {
margin-top: 200px;
}

.grafito {
    display: flex; 
    justify-content: left; 
    align-items: left; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.grafito h1 {
    font-size: 55px;
    color: black;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-left: 100px;
    text-align: left;
}


.grafito h2 {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    color: black;
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 100px;
    text-align: left;
}


.grafito p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 5px;
    text-align: left;
    margin-left: 100px;
    padding-bottom: 80px;
    padding-right: 60px;
}


.grafito img {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    max-width: 50%;

}


.textografito {
margin-top: 200px;
}


.fotomontaje {
    display: flex; 
    justify-content: left; 
    align-items: left; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    gap: 100px; 
}


.fotomontaje h1 {
    font-size: 55px;
    color: black;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-right: 100px;
    text-align: right;
}


.fotomontaje h2 {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 40px;
    color: black;
    margin: 0px;
    margin-right: 100px;
    text-align: right;
}


.fotomontaje p {
    font-size: 18px;
    color: black;
    line-height: 1.6;
    margin: 5px;
    text-align: right;
    margin-right: 100px;
}


.fotomontaje img {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}


.textofotomontaje {
margin-top: 200px;
}







.contenedorgris {
    background-color: #EAEBEF;
    padding-top: 70px;
    padding-bottom: 100px;
   

}

.contenedorgris h1 {
font-size: 55px;
color: black;
font-weight: bold;
margin: 0px;
margin-top: 5px;
margin-left: 100px;
}


.contenedorgris h2 {
font-family: "Poppins", serif;
font-weight: 400;
font-style: normal;
  font-size: 30px;
  color: black;
  margin: 0px;
  margin-bottom: 5px;
  margin-left: 100px;
  padding-bottom: 0px;
  
}




.contenedorgris img {
    margin-top: 250px;
    margin-bottom: 200px;
    margin-left: 450px;

}


.contenedorazul {
    background-color: #007CC2;
    display: flex; 
    justify-content: left;
    gap: 250px;
    padding-top: 350px;
    padding-bottom: 350px;
    padding-left: 150px;
    padding-right: 150px;

}

.contenedorazul p {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
    margin: 5px;
    text-align: left;

}



.contenedorgrisfinal {
    background-color: #EAEBEF;
    text-align: center;
    padding: 50px;
 
}

.contenedorgrisfinal img {
    display: flex;
    width: 100%;

}




* {box-sizing:border-box;}/* reset */
.formulario {
	width: 50%;
	margin: auto;
	padding: 20px;
	border: 1px solid #5E009E;
	border-radius: 5px;
    color: #000;

}
input, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #5E009E;
	border-radius: 4px;
	margin: 8px 0;
}
button {
	background-color: #5E009E;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
button:hover {
	background-color:rgb(80, 79, 119);
}



.footer {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    align-items: center;
    
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.footer-info, .footer-social {
    text-align: right;
    margin-top: 20px;
}

.footer-info {
    font-size: 14px;
   
}


.footer-social {
    font-size: 14px;
   
}

.estilocelular {
    display: none;
}

@media (max-width: 768px) {
    .sobremi {
        flex-direction: column;
        gap: 20px;
    }
    .grafito img {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    max-width: 50%;

}
.grafito img {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    max-width: 100%;

}
.content h2 {
	color: #ffdd14;
	font-size: 80px;
	margin: 0;
	font-family: "Bebas Neue", serif;
    -webkit-text-stroke: 0px #fff;
}

.logo {
    display: flex;
	height: 100px;
	float: left;
}

.sobremipc{
    display: none;
}
    .textosobremi, .fotosobremi {
        max-width: 100%;
    }
    .textosobremi h1 {
        display: flex;
        font-size: 48px;
        justify-content: center;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px;
        margin: 0;
    }
    .textosobremi h2 {
        display: flex;
        justify-content: center;
        font-size: 23px;
        font-weight: normal;
        color: #000;
        margin-bottom: 20px;
        margin: 0;
    }
    .sobremi {
        display: flex;
        flex-direction: column; /* Coloca todo en columna por defecto */
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
        gap: 20px;
    }
    
    .fotosobremi img {
        width: 100%; /* La imagen ocupa el ancho disponible */
        max-width: 300px; /* Tamaño máximo */
        border: 10px solid #5E009E;
    }
    
    .textosobremi {
        text-align: center;
    }
    
    .descripcionsobremi {
        max-width: 600px;
        font-size: 16px;
        line-height: 1.6;
        color: black;
        text-align: justify;
    }
    
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #000;
        z-index: 10;
    }
    .nav-links a {
        display: none;
    }
    .logo {
        padding-top: 10px;
    }
}

@media (min-width: 769px) {
    .alineacion1, .alineacion2 {
        grid-template-columns: repeat(3, 1fr); /* Tres columnas en desktop */
    }
}

/* Estilo para mobile (2x3) */
@media (max-width: 768px) {
    .alineacion1, .alineacion2 {
        grid-template-columns: repeat(2, 1fr); /* Dos columnas en mobile */
        grid-auto-rows: auto; /* Ajusta la altura de las filas automáticamente */
        padding: 10px; /* Ajusta el padding para dispositivos más pequeños */
    }

    .porcentaje {
        display: flex;
        height: 150px;
        justify-content: center;
    }
    .fotosss {
        display: flex;
        justify-content: center;
    }

    .contenedormorado h1 {
        align-content: center;
        justify-content: center;
        display: flex;
        font-size: 200%;
        color: black;
        font-weight: bold;
        height: auto;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    
    .contenedormorado h3 {
        align-content: center;
        justify-content: center;
        display: flex;
        font-family: "Poppins", serif;
        font-style: normal;
          font-size: 30px;
          color: black;
          margin: 0px;
              
    }
    .benji {
        display: flex;
        flex-direction: column; /* Coloca todo en columna por defecto */
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 0;
        padding-bottom: 10%;
    }
    .benji img {
        width: 100%; /* La imagen ocupa el ancho disponible */
        
    }
    .benjidibujo img{
        display: flex;
        height: 80%;
    }
    
    .benji p{
        display: flex;
        text-align: justify;
        margin: 0;
    }
    .grafito {
        display: flex;
        flex-direction: column; /* Coloca todo en columna por defecto */
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .grafito h1 {
        display: flex;
        justify-content: center;
        align-content: center;
        margin: 0;
    }

    .grafito p {
        padding: 5%;
    }
    .grafito h2 {
        display: flex;
        justify-content: center;
        align-content: center;
        margin: 0;
    }
    .texto23 p {
        display: none;
    }
    .estilocelular {
        display: flex;
        justify-items: center;
        align-items: center;
        margin: 0;
    }
    .estilocelular p {
        margin: 0;
        padding-bottom: 10%;
        text-align: justify;
    }

    .benji p {
        margin: 5%;
    }

    .contenedorazul {
        display: flex;
        flex-direction: column; /* Coloca todo en columna por defecto */
        justify-content: center;
        align-items: center;
        gap: 20%x;
    }
    .contenedorazul img{
        height: 20%;
        justify-items: center;
        align-items: center;
    }

    .contenedorazul p {
        display: flex;
        text-align: justify;
        justify-content: center;
        align-content: center;
    }
 }

 @media (max-width: 1200px) {

 .contenedorazul {
    display: flex;
    flex-direction: column; /* Coloca todo en columna por defecto */
    justify-content: center;
    align-items: center;
    gap: 20%x;
}
.contenedorazul img{
    height: 20%;
    justify-items: center;
    align-items: center;
}

.contenedorazul p {
    display: flex;
    text-align: justify;
    justify-content: center;
    align-content: center;
}
.descripcionsobremi {
    margin: 0;
}

.descripcionsobremi p {
    margin: 0;
}

.descripcionsobremi h1{
    margin: 0;
}

.descripcionsobremi h2{
    margin: 0;
}

.contenedorgris {
    display: flex;
    flex-direction: column; /* Coloca todo en columna por defecto */
    justify-items: center;
    align-items: center;
    gap: 20%x;
}

.contenedorgris img {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 60%;
    margin: 0;
    padding-top: 20%;
    padding-bottom: 20%;
}

.contenedorgris h1 {
    padding-top: 20%;
    font-size: 4.3vh;
    display: flex;
        justify-content: center;
        align-content: center;
        margin: 0;
}

.contenedorgris h2 {
    font-size: 4.3vh;
    display: flex;
        justify-content: center;
        align-content: center;
        margin: 0;
        padding-bottom: 10%;
}
 }