@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Antonio:wght@100..700&family=Cookie&family=Lilita+One&family=Londrina+Solid:wght@100;300;400;900&family=Nanum+Pen+Script&family=Oleo+Script:wght@400;700&family=Poppins: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&family=Ribeye&family=Yesteryear&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}

#menu {
  margin-bottom: 20px;
}

.contenedormenu {
  display: flex;
  justify-content: space-between;
  background-color: #2322E0;
  height: 30px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.contenedormenu .logo img {
  width: 150px;
  padding: 20px;
}

.contenedorportafolio {
  padding-right: 35px;
}

.contenedorportafolio a {
  padding-left: 10px;
  color: #F5F5F5;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.2s ease;
}

.contenedorportafolio a:hover {
  color: #DBF343;
  font-weight: bolder;
}

.menu-toggle {
  display: none; 
  font-size: 25px;
  background: none;
  border: none;
  cursor: pointer;
  color: #F5F5F5;
  padding-right: 25px;
}


@media (max-width: 768px) {
  .contenedorportafolio {
    display: none;
    position: absolute;
    top: 80px; 
    right: 0;
    background-color: #2322E0;
    width: 200px;
    flex-direction: column;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }


  .contenedorportafolio.show {
    display: flex;
  }

  .contenedorportafolio a {
    padding: 12px 0;
    font-size: 20px;
    display: block;
  }

  .menu-toggle {
    display: block;
  }
}



.social-bar {
  position: fixed;
  top: 30%;
  left: -60px; 
  width: 80px;
  background-color: #9FADFF;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-radius: 0 10px 10px 0;
  transition: left 0.3s ease;
  z-index: 1000;
}

.social-bar i {
  color: #2322E0;
  font-size: 40px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.social-bar i:hover {
  transform: scale(1.2);
  color: #DBF343; 
}


.social-bar.open {
  left: 0;
}

.hermanos {
  display: flex;
  justify-content: center;
}

.mifoto img {
  width: 800px;
  margin-top: 20px;
}

.presentacion {
  padding-top: 380px;
}

.presentacion .titulo h6 {
  color: #9FADFF;
  font-size: 30px;
  font-weight: bold;
}

.presentacion .titulo h1 {
  font-size: 50px;
  color: #2322E0;
}

.presentacion .subtitulo h3{
  font-size: 20px;
  color: #2322E0;
}

.botonn {
    display: flex;
    justify-content: center; 
    margin-top: 20px; 
}


.botonn .botoncurriculum{
    font-size: 22px;
    background-color: #2322E0;
    color: #DBF343;
    padding: 15px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    transition: transform 0.3s ease; 
}

.botonn .botoncurriculum:hover{
    transform: scale(1.1);
}

@media (max-width: 1000px) {
  .hermanos {
    flex-direction: column; 
    align-items: center;
    text-align: center;
  }

  .mifoto img {
    width: 600px;
    margin: 5px 0;
    padding-left: 0;
  }

  .presentacion {
    padding: 10px;
    padding-bottom: 120px;
  }

}

 
.logos{
    width: auto;
    margin-top: -90px;
    background-color: #DBF343;
    max-height: 30%;
}

.logos .logosinfo{
    color: #2322E0;
    padding-top: 50px;
    text-align: center;
}
.logos .logosinfo .titulogrande1 h2{
    font-size: 60px;
    font-weight: bold;
}

.informacionlogos{
    font-size: 20px;
}

.botonlogo{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.btn-toggle{
    font-size: 18px;
    background-color: #2322E0;
    color: #DBF343;
    padding: 1rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0, 0.1);
}

.fotoslogos .fotoslogoss{
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 70px;
  gap: 30px;
}

.fotoslogoss img{
  border-radius: 15px;
  width: 25%;
  transition: transform 0.3s ease; 
  cursor: pointer; 
}

.fotoslogoss img:hover {
  transform: scale(1.1);
}





.redes{
    background-color: #4A5BF1;
    max-height: 60%;
}

.redes .redesinfo{
    color: #F5F5F5;
    padding-top: 50px;
    text-align: center;
}
.redes .redesinfo .titulogrande2 h2{
    font-size: 60px;
    font-weight: bold;
}

.informacionredes{
    font-size: 20px;
}

.botonredes{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.btn-toggler{
    font-size: 18px;
    background-color: #F5F5F5;
    color: #4A5BF1;
    padding: 1rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0, 0.1);
}

.fotosredes .fotosredess{
    display: flex;
    justify-content: center;
    margin: 70px;
    gap: 30px;
}

.fotosredess img {
border-radius: 15px;
  width: 20%;
  transition: transform 0.3s ease; 
  cursor: pointer; 
}

.fotosredes img:hover {
  transform: scale(1.1);
}





.ilustraciones{
    background-color: #9FADFF;
    max-height: 60%;
}

.ilustraciones .ilustracionesinfo{
    color: #2322E0;
    padding-top: 50px;
    text-align: center;
}
.ilustraciones .ilustracionesinfo .titulogrande3 h2{
    font-size: 60px;
    font-weight: bold;
}

.informacionilustraciones{
    font-size: 20px;
}

.botonilustraciones{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.btn-togglei{
    font-size: 18px;
    background-color: #2322E0;
    color: #9FADFF;
    padding: 1rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0, 0.1);
}


.fotosilustraciones .fotosiluss{
    display: flex;
    justify-content: center;
    margin: 70px;
    gap: 40px;
}

.fotosiluss img {  
 width: auto; 
height: 470px; 
  border-radius: 15px;
  transition: transform 0.3s ease; 
  cursor: pointer; 
}

.fotosiluss img:hover {
  transform: scale(1.1);
}




.fotografia{
    background-color: #F5F5F5;
    max-height: 60%;
}

.fotografia .fotografiainfo{
    color: #2322E0;
    padding-top: 50px;
    text-align: center;
}
.fotografia .fotografiainfo .titulogrande4 h2{
    font-size: 70px;
    font-weight: bold;
}

.informacionfotografia{
    font-size: 20px;
}

.botonfotografia{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.btn-togglef{
    font-size: 18px;
    background-color: #2322E0;
    color: #F5F5F5;
    padding: 1rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0, 0.1);
}

.fotosfotografia{
    margin-top: 65px;
    background-color: #ffffff;
    max-height: 60%;
}


.ocultar{
    display: none;
}

.fotosfotografia .fotosfotografiaa{
    display: flex;
    justify-content: center;
    margin: 70px;
    gap: 40px;
}

.fotosfotografiaa img {  
  border-radius: 15px;
  width: 20%;
  transition: transform 0.3s ease; 
  cursor: pointer; 
}

.fotosfotografiaa img:hover {
  transform: scale(1.1);
}


@media (max-width: 768px) {
  .fotoslogoss,
  .fotosredess,
  .fotosiluss,
  .fotosfotografiaa {
    flex-direction: column;
    align-items: center;   
    margin: 30px 0;         
    gap: 20px;              
  }
  .fotosredess img,
  .fotosfotografiaa img {
    width: 420px;    
    max-width: 60%;
    height: auto;
  }
    .fotosiluss img{
    width: auto; 
    height: 275px;  
  }
  .fotoslogoss img{
    width: 350px;
  }

}

.contact{
    background-color: #2322E0;
    padding: 3rem 2rem;
    text-align: center;
}

.contact h2{
    font-size: 40px;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 1rem;
}

.contact form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 500px;
    margin: auto;
}

.contact input,
.contact textarea{
    width: 100%;
    padding: 0.75rem;
    color: #2322E0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.contact button{
    background-color: #DBF343;
    color: #2322E0;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    font-family: poppins;
    font-size: 18px;
    transition: background-color 0.3s ease;
}
.contact button:hover{
    background-color: #F5F5F5;
}

.footer{
    background-color: #2322E0;
    color: #F5F5F5;
    padding: 40px;
    text-align: center;
}

