 @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,400&display=swap");

:root {
  --extra-light: #f3f4f6;
  --main-icon:  yellowgreen;;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none; 

}

.icon {
  margin: 10px;
  color: white;
  height: 80px;
  width: 100px; 
  color: var(--main-icon);
  font-size: 2.1rem;
  display: flexbox;
  transition: 0.3s;

}

.icon:hover{
  color: hsl(60, 100%, 50%, 2.8)
}






body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;

  /* background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */
}


header {
  position: relative;
  padding: 0 2rem;
}

/*style of the SECTIONS*/
.home{
  background-image: url("assets/img_home.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  height: 100vh;

}
.murales{
  /* width:100%; */
  background-image: url(assets/pajaro\ fondo.JPG);
  /* background: #ad9df9; */
  
  background-size: 50rem;
  background-position-x: 100%;
  background-repeat: no-repeat;
  /* height: 300vh; */
  min-height: 125vh; 
  
  /* background-color:#6e91db; */
  display: grid;
  place-content: center;

}

/* animation imagenes gallary */

@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }  
  to{
    opacity: 1;
    scale: 100%;

  }
}



.about{
  
  display: flexbox;
  height: 100vh;
  background-color: #c8f5f4;

}

.footer{
  height: 50vh;
  background-color: greenyellow;
  
}

nav {
  color: white;
  height: 80px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}


.nav__logo{
  cursor: pointer;  
  display: flex;
  align-items: center;
}

.nav__logo img{
  
  width: 65px;
  border-radius: 15%;
  
}

.nav__links {
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav__links li {
  display: flexbox;
  /* justify-content: left; */
  /* align-items: flex-start; */
}


.open {
  background-color: rgb(25, 200, 212, 0.8);
  /* background-color: rgba(0, 0, 0, 0.1); */
  display: flex;
}

.nav__links .link {
  font-size: 1.25rem;
  color: var(--extra-light);
  text-align: center;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
}

.nav__links .link:hover {
  /* background-color: rgba(255, 255, 255, 0.1); */
  color: rgb(245, 95, 183);
  border-top: #0002;
  text-shadow: #0002, 0.2 ;
}

.toggle__btn {
  
  display: block;
  color: var(--main-icon);
  font-size: 2 rem;
  

}


.hero {
  
  /* max-width: 1000px; */
  max-width: 1200px;
  height: calc(100vh - 80px);
  margin: auto;
  display: flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
  color: var(--extra-light);
}




.hero h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.hero h1 {
  font-size: 6rem;
  font-weight: 700;
}
.aboutContainer {
  max-width: 1000px;
  height: calc(90vh - 80px);
  margin: auto;
 
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-direction: column;

  color: black; 

}
.muralesContainer{
  margin: auto;
  display: flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
  color: var(--main-icon);
}
.muralesContainer h2{
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2rem; 
}

.aboutContainer h2 {

  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2rem;
}

.aboutContainer .aboutItems{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* grid-auto-columns: 2rem; */
  

}
.hero .p{
  width: 50%;
  background-color:#0002
}

.hero button, .close {
  width: 150px;
  padding: .75rem;
  font-size: 1.25rem;
  box-shadow: 5rem;
  box-shadow: orange ;
  border-radius: 1rem;
    /* border-color: #0002; */
  padding: 1rem;
    background-color:#ac57fc;
    cursor: pointer;

    /* background-color: #482cbf; */  


}

/*--------------------------------- ESTILOS DE LA GALERIA */

.image__gallary {
  max-width: 1200px;
  /* margin: auto; */
  display: grid;
  /* background-color: black; */
  /* grid-template-columns: 50% auto; */
  grid-template-columns: 2fr, 3fr;

  justify-content: center;
  
  grid-template-rows: repeat(3, 1fr);
  gap: 3rem;
}
.div_modal{
 background-color:#ac57fc;
}


/* .image__card {
  
  /* opacity:""; */
  
*/
 
.image__card  {
  width: 50%;
  /* box-shadow: #ac57fc; */
  border-radius: 1rem;


}
img{
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: show;

}

/* estilo para ventana emergente: modal */
.gallery img:hover {
  transform: scale(1.1);
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
 
  max-width: 80%;
}
.modal img {
  max-width: 80%;
 
}
.close {
  /* margin-top: 10px; */
  /* padding: 10px 20px; */
  /* background: red; */
  /* color: white; */
  border: none;
}


.modal-info p {
  margin: 8px 0;
  font-size: 16px;
  display:flex;
  align-items: center;
  gap: 8px;
}

.modal-info i {
  font-size: 20px;
  /* font-size: 8px; */
display: flex;
flex-shrink: 0; /* Evita que el ícono se reduzca con texto largo */


}
.modal-info i img {
  width: 50px;
} 



/* MEDIAS QHERRY */




@media screen and (min-width: 640px) {
  .nav__links {
    width: 250px;
  }

  .hero {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .nav__links {
    position: unset;
    width: unset;
    flex-direction: row;
    gap: 0.5rem;
    display: flex !important;
    background: transparent;
  }

  .toggle__btn {
    display: none;
  }

  .hero h2 {
    font-size: 4rem;
  }

  .hero h1 {
    font-size: 8rem;
  }

  .hero button {
    width: 200px;
    padding: 1rem;
  }
} 